/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    min-width: 320px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.slider {
	margin: 0px;
	padding: 0px;
}
/* HEADINGS */
h1 {
 font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: 37px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h3 {
  font-family: 'Playfair Display', serif;
  font-size: 31px;
	line-height: 42px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h4 {
  font-family: 'Muli', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #212121;
  text-transform: none;
}
h5 {
  font-family: 'Muli', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #212121;
  text-transform: uppercase;
}
h6 {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  text-transform: uppercase;
}
p,
ul,
ol,
pre,
table,
blockquote {
    margin-top: 26px;
    margin-bottom: 26px;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #444;
}
a:hover,
a:focus {
    color: #111;
    /*text-decoration: none;*/
}


.screen-reader-text {
    display: none;
}
div.ccm-page img {
    max-width: 100%;
    height: auto;
}
div.ccm-page .image-circle .ccm-image-block {
    border-radius: 50%;
}
div.ccm-page hr {
    margin-top: 15px;
    margin-bottom: 15px;
	height: 5px;
	background-color: rgba(91,16,86,1.00)
}
.inline-block {
    display: inline-block !important;
}

/*--------------------------------------------------------------
# Editor Classes
--------------------------------------------------------------*/
.text-shadow {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.light-text {
    font-weight: 300;
}
.subheading {
    display: block;
    color: #ccc;
    font-size: 65%;
}
.accent-color {
    color: #ccc;
}
.bottom-separator::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid #ccc;
    margin-top: 13px;
}
.bottom-separator-right {
    position: relative;
    padding-bottom: 13px;
}
.bottom-separator-right::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid #ccc;
    position: absolute;
    bottom: 0;
    right: 0;
}
.bottom-separator-center::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid #ccc;
    margin: 13px auto 0;
}
.bottom-separator-full::after {
    content: "";
    display: block;
    border-bottom: 2px solid #ccc;
    margin-top: 13px;
}
.list-specs {
    padding-left: 0;
    list-style: none;
    border: 1px solid #ddd;
    display: table;
}
.list-specs li {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
}
.list-specs li:last-child {
    border-bottom: none;
}
.list-specs li i {
    color: #aaa;
    margin-right: 5px;
}
.title-caps, .title-caps-bold, .title-thin {
    line-height: 39px;
}

/*--------------------------------------------------------------
# Forms & Buttons
--------------------------------------------------------------*/
.btn,
input[type=submit] {
    background: #acacac;
    color: #5E125B;
    padding: 6px 12px;
    font-size: 1em;
    line-height: inherit;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    transition: box-shadow ease-in-out .15s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}
.btn:hover,
.btn:focus,
.btn.focus,
input[type=submit]:hover,
input[type=submit]:focus {
    background: #333;
    color: #fff;
}
.btn:hover,
.btn:focus,
.btn.focus,
input[type=submit]:hover,
input[type=submit]:focus {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
}
.btn:active,
input[type=submit]:active {
    box-shadow: none;
}
.btn.btn-lg {
    padding: 10px 16px;
}
.input-group-btn .btn {
    border: none;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 52px;
    line-height: 32px;
}
.form-control {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}
.form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 0;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 10px 20px;
}
.c5wrapper input[type=text],
.c5wrapper input[type=email],
.c5wrapper input[type=tel],
.c5wrapper input[type=number],
.c5wrapper input[type=password],
.c5wrapper input[type=url],
.c5wrapper select {
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 38px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus,
.form-control:focus {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
    border-color: #ccc;
    outline: none;
}
input[type=number] {
    padding: 0;
}
textarea {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container .select2-choice {
    border: 1px solid rgba(0, 0, 0, .1);
}
label {
    font-weight: 500;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    box-shadow: 0 1px 6px rgba(0,0,0,0.25);
    position: relative;
	background-color: #381d2f;
    z-index: 10;
	
}
.editing .site-header {
    z-index: auto;
}
.site-name, .site-name h1, .site-name h2, .site-name h3, .site-name h4, .site-name h5, .site-name h6, .site-name a {

}
.site-name a:hover, .site-name a:focus {

}
.site-name h1 small {

}
.logo img {
    
	
	padding-top: 50px;
	
	
}
.logo-mobile  img { padding-top: 30px;
    

	
}
@media (min-width: 768px) {
    .site-title {
        padding-left: 0;
    }
    .editing .navbar-header {
        width: 30%;
    }
    .editing .navbar-collapse.collapse {
        margin-left: 30%;
    }
    .site-header .container {
        padding-left: 45px;
        padding-right: 45px;
    }
	.log-mobile img {
  
	max-width: 250px;
	height: auto;
	display: block; 
	
}
}
@media (min-width: 1200px) {
    .site-name h1 small {
        display: inline-block;
        border-left: 1px solid rgba(0, 0, 0, .1);
        padding-left: 10px;
        margin: 32px 0 32px 5px;
        line-height: 40px;
        vertical-align: top;
    }
}

/*--------------------------------------------------------------
## Primary Nav
--------------------------------------------------------------*/
.primary-nav .navbar {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    background: transparent;
}
.primary-nav .navbar .navbar-nav>li>a,
.primary-nav .navbar .navbar-nav>.open>a {
    line-height: 26px;
    font-size: 13px;
    font-weight: 300;
    background-color: transparent;
    color: #fff;
	letter-spacing: .5px
}
.primary-nav .navbar .navbar-nav>li>a .icon-preceding,
.secondary-nav .navbar .navbar-nav>li>a .icon-preceding {
    margin: 0 2px;
}
.primary-nav .navbar-collapse {
    border-color: #e7e7e7;
}
.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    padding: 0;
    border-radius: 0;
    font-size: 16px;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: transparent;
    color: inherit;
}
.primary-nav .navbar .navbar-nav>.active>a,
.primary-nav .navbar .navbar-nav>.active>a:focus,
.primary-nav .navbar .navbar-nav>.active>a:hover {
    color: #C8C8C8;
    background: transparent;
}
.primary-nav .navbar .navbar-toggle {
    border: none;
    margin-top: 36px;
}
.primary-nav .navbar .navbar-toggle:focus,
.primary-nav .navbar .navbar-toggle:hover {
    background-color: transparent;
}
.primary-nav .navbar-toggle .icon-bar {
    background-color: #888;
}
@media (min-width: 768px) {
    .primary-nav .navbar {
        margin-top: 39px;
        margin-bottom: 26px;
    }
    .primary-nav .navbar .navbar-nav>li>a {
        border-left: 1px solid rgba(0, 0, 0, .1);
        padding: 0 15px;
        margin: 32px 0;
    }
    .primary-nav .navbar .navbar-nav>li:first-child>a {
        border: none;
    }
    .primary-nav .navbar-right {
        margin-right: -30px;
    }
    .primary-nav .navbar-right .dropdown-menu {
        right: -1px;
        left: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .primary-nav .navbar .navbar-nav>li>a,
    .primary-nav .navbar .navbar-nav>.open>a {
        line-height: 23px;
        font-size: 14px;
		font-family: 'Muli', sans-serif;
    }
}

/*--------------------------------------------------------------
## Secondary Nav
--------------------------------------------------------------*/
.top-nav {
    font-size: 12px;
	font-family: 'Muli', sans-serif;
    background-color: #f0f0f0;
    color: #fff;
    min-height: 38px;
    line-height: 38px;
    padding: 7px 0;
}
.top-nav a {
    color: #777;
}
.top-nav a:hover,
.top-nav a:focus {
    color: #777;
    text-decoration: none;
}
.top-nav p, .top-nav h1, .top-nav h2, .top-nav h3, .top-nav h4, .top-nav h5, .top-nav h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.top-nav .btn, .top-nav input[type=submit] {
    line-height: 26px;
    vertical-align: top;
}
.top-nav .breadcrumbs {
    margin: 0;
}
.top-nav .nav>li {
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
}
.top-nav .nav>li>a {
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
}
.top-nav .nav>li:last-child>a {
    border-right: none;
}
.top-nav .nav>li>a:focus,
.top-nav .nav>li>a:hover,
.top-nav .nav .open>a,
.top-nav .nav .open>a:focus,
.top-nav .nav .open>a:hover {
    background-color: transparent;
}
.top-nav .navbar-nav>li>.dropdown-menu {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .top-nav .navbar-nav {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .top-nav .nav {
        margin-left: -15px;
    }
    .top-nav .nav.navbar-right {
        margin-left: 0px;
    }
    .top-nav-right {
        text-align: right;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    background: #fff;
}
#content > .container-fluid {
    background:  #412238;
	background-image: url(../images/bg-blue.png);
	background-repeat:repeat;
    box-shadow: 0 1px 6px rgba(0,0,0,0.25);
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0;
	margin-right: 0;
}
#content > .container {
    background: #fff;
    box-shadow: 0;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 50px;
}
#primary {
    padding: 0 15px;
    margin-top: 0px;
}
#primary.fullwidth-area {
    padding: 0;
}
.area-content-accent {
    background-color: #eee;
    padding-top: 52px;
    padding-bottom: 52px;
}
.area-content-accent.no-side-margins {
    padding-left: 45px;
    padding-right: 45px;
}
.no-side-margins {
    margin-left: -45px;
    margin-right: -45px;
}
.no-side-margins .ccm-image-slider-text {
    padding-left: 30px;
    padding-right: 30px;
}
.rslides_tabs {
    margin-top: 11px;
    margin-bottom: 16px;
    text-align: center;
}
.no-side-margins .rslides_tabs {
    padding-left: 30px;
    padding-right: 30px;
}
.ccm-image-slider-title {
    color: inherit;
}
.page-header-container {
    padding-top: 40px;
	padding-bottom: 60px;
}
.page-header-container > h1 {
   
    color: rgba(255,255,255,1.00);
   
}
.page-footer-container {
    padding-top: 26px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #333;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 26px 0;
    font-size: 18px;
}
.site-footer a {
    color: #fff;
}
.site-footer .col-sm-3 {
    padding-top: 13px;
    padding-bottom: 13px;
}
.site-colophon {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 26px;
}
.site-colophon .copyright {
    text-transform: uppercase;
}
.site-colophon form.logout {
    display: inline;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6,
.site-footer p, .site-footer ul, .site-footer ol, .site-footer pre, .site-footer table, .site-footer blockquote {
    margin-top: 13px;
    margin-bottom: 13px;
}
@media (min-width: 768px) {
    .site-footer .container {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination>li>a,
.pagination>li>span {
    color: inherit;
    font-weight: 300;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-radius: 0;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, .1);
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ccc;
    border-color: #ccc;
}

/*--------------------------------------------------------------
# Page List Block (thumbnail grid)
--------------------------------------------------------------*/
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title,
div.recent-blog-entry div.ccm-block-page-list-title,
div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 6px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
div.ccm-block-page-list-page-entry-grid-thumbnail a {
    display: block;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.42857143;
}
.ccm-block-page-list-page-entry-grid-thumbnail img, .ccm-block-page-list-page-entry-thumbnail img {
    box-shadow: 1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    -o-box-shadow: 1px 1px 2px 0 #d0d0d0;
}
@media (min-width: 768px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
        float: left;
        width: 33.33333333%;
    }
    #main div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 147px;
    }
}
@media (min-width: 992px) {
    #main div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 193px;
    }
}
@media (min-width: 1200px) {
    #main div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 240px;
    }
}
div.ccm-page div.ccm-block-page-list-no-pages {
    text-align: center;
    padding: 40px 0;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal {
    margin-bottom: 30px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 147px;
    }   
}

@media (min-width: 992px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 193px;
    }   
}

@media (min-width: 1200px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 240px;
    }   
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-title, div.recent-blog-entry div.ccm-block-page-list-title, div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
    margin-top: 26px;
}

/*--------------------------------------------------------------
# Feature Block
--------------------------------------------------------------*/
.site-content .ccm-block-feature-item {
    margin: 26px 0;
}
.site-content .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    margin: 52px 0;
}
.site-content .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon i {
    font-size: 33px;
    line-height: 39px;
}
.site-content .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-title {
    font-size: 24px;
    line-height: 26px;
    margin: 26px 0;
}

/*--------------------------------------------------------------
# Testimonial Block
--------------------------------------------------------------*/
.site-content .ccm-block-testimonial-wrapper {
    margin: 26px 0;
}

/*--------------------------------------------------------------
# Image Slider Block
--------------------------------------------------------------*/
.boxed-captions .ccm-image-slider-text {
    position: absolute;
    width: 100%;
    top: auto;
    left: auto;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.boxed-captions .ccm-image-slider-title {
    margin-top: 26px;
    font-size: 26px;
    line-height: 33px;
}

@media(min-width: 768px){
    .boxed-captions .ccm-image-slider-text {
        width: 45%;
        right: 52px;
        bottom: 52px;
    }
    .boxed-captions .ccm-image-slider-title {
        margin-top: 26px;
        font-size: 37px;
        line-height: 46px;
    }
}


/*--------------------------------------------------------------
# Search Block
--------------------------------------------------------------*/
.site-header .ccm-search-block-form {
    position: relative;
    display: inline-block;
}
.site-header .ccm-search-block-form h3 {
    display: none;
}
.site-header .ccm-search-block-submit {
    float: right;
}
.c5wrapper .ccm-search-block-form .ccm-search-block-text,
.c5wrapper .site-header .ccm-search-block-form .ccm-search-block-text:focus {
    border: 1px solid #ededed;
    line-height: 26px;
    width: auto;
    vertical-align: top;
    display: inline-block;
}
.c5wrapper .site-header .ccm-search-block-form .ccm-search-block-text,
.c5wrapper .site-header .ccm-search-block-form .ccm-search-block-text:focus {
    padding: 10px 10px 10px 35px;
    box-shadow: none;
    min-width: 190px;
    height: 38px;
    margin: 0;
}
.site-header .ccm-search-block-form:before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: 14px;
    line-height: 38px;
    text-decoration: inherit;
    color: #cbcbcb;
}

/*--------------------------------------------------------------
# Auto Nav Block - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
    background: none;
    border-radius: none;
    padding: 0;
}
.breadcrumb>.active {
    color: inherit;
}
.site-header .breadcrumb {
    margin: 0;
}

/*--------------------------------------------------------------
# Breadcurmb Trail Block
--------------------------------------------------------------*/
.top-nav .breadcrumb-trail strong {
    font-weight: 400;
}

/*3 boxes homepage-----------*/
.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#gtco-features-3 {
  position: relative;
  top: -7em;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 {
    top: -2em;
  }
}
#gtco-features-3 .feature {
    width: 33.33%;
    float: left;
    padding: 30px;
     border-top: 18px solid #3c1e32;
    
    background-image: url(../images/bg-blue.png);
    background-repeat: repeat;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature {
    width: 100%;
    margin-bottom: 30px;
  }
}
#gtco-features-3 .feature h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
  
}
#gtco-features-3 .feature p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}
#gtco-features-3 .feature .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  position: relative;

  top: -3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-features-3 .feature .icon i {
  line-height: 90px;
  height: 90px;
  font-size: 40px;
  color: #fff;
}
#gtco-features-3 .feature .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}
#gtco-features-3 .feature.feature-1 {
  z-index: 7;
	  -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
}
#gtco-features-3 .feature.feature-2 {
  bottom: 0px;
  z-index: 10;
  -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  background: #4c2841;
  background-image: url(../images/bg-blue.png);
  background-repeat:repeat;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#gtco-features-3 .feature.feature-2 .icon {
 background: #4c2841;
  
}
#gtco-features-3 .feature.feature-2 .feature-inner {
  top: -3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2 .feature-inner {
    top: 0;
  }
}
#gtco-features-3 .feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    border-top: 18px solid #3c1e32;
    background: #4c2841;
    background-image: url(../images/bg-blue.png);
    background-repeat: repeat;
    height: 50px;
    width: 100%;
    left: 0;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2:before {
    display: none;
  }
}
#gtco-features-3 .feature.feature-2:after {
  position: absolute;
  bottom: -30px;
  content: "";
  background: #4c2841;
  background-image: url(../images/bg-blue.png);
  background-repeat:repeat;
  height: 30px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2:after {
    display: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#gtco-features-3 .feature.feature-3 {
  z-index: 7;
  background: #4c2841;
  background-image: url(../images/bg-blue.png);
  background-repeat:repeat;
	  -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
}
#gtco-features-3 .feature.feature-3 .icon {
background: #4c2841;

}

.gtco-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}
.formify-field-description { font-size: 1em; color: #666; !important }
.formify-form.with-style label .formify-field-description {
    font-size: 1em  !important ;
    opacity: 1.0  !important ;
    font-weight: normal;
}
label {
    font-weight: 700;
}
.formify-legend { font-weight:700;
}