/* -----------------------------------
Site:       Cossie Club website
CSS author: John Klaphake
Date:	    30 June 2015
Updated by: John Klaphake
Updated:    22 April 2016
----------------------------------- */
/*@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600,600italic,700,300);*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700,300);
body {
    background-color: #FFFFFE;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #666;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', san-serif;
    line-height: 1;
    font-weight: 700;
    color: #233E9C;
}
/*::-moz-selection {
    color: #fff;
}*/
.carousel h1 {
    font-weight: 700;
    color: #FFFFFF;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.block-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    position: relative;
    font-weight: 700;
}

.text-center .block-header:before, .text-center.block-header:before {
    left: 50%;
    margin-left: -85px;
}
.text-center .block-header:after, .text-center.block-header:after {
    margin-left: -10px;
    left: 50%;
}
@media (max-width: 767px) {
    .block-header {font-size: 40px; margin-top: 0;}
    .block-header:before, .text-center.block-header:before {
        left: 50%;
        margin-left: -85px;
    }
    .block-header:after, .text-center.block-header:after {
        margin-left: -10px;
        left: 50%;
}
}
.block-header + p {font-size: 20px; margin-bottom: 44px;}
.color_section .block-header:after {
    color: #3e64a9;
}
.color_section .block-header:before {
    background-color: rgba(255,255,255,0.3);
}

/*--------------------------------
Section styles
--------------------------------*/
section {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*grey*/
.grey_section, [class*="_section"] .grey_section {
	background-color: #EBF0E5;
	border-top: 1px #D5DECB solid;
}
.grey_section h1, [class*="_section"] .grey_section h1,
.grey_section h2, [class*="_section"] .grey_section h2,
.grey_section h3, [class*="_section"] .grey_section h3,
.grey_section h4, [class*="_section"] .grey_section h4,
.grey_section h5, [class*="_section"] .grey_section h5,
.grey_section h6, [class*="_section"] .grey_section h6 {
	color: #233E9C;
	margin-top: 0;
}
.grey_section a, [class*="_section"] .grey_section a {
	color:#2AC8DD;
}
.grey_section a:hover, [class*="_section"] .grey_section a:hover{
	color:#414141;
}
.grey_section a[class^="socialico-"]:before,
[class*="_section"] .grey_section a[class^="socialico-"]:before  {}
.grey_section a[class^="socialico-"]:hover:before,
[class*="_section"] .grey_section a[class^="socialico-"]:hover:before{}
.grey_section .theme_btn{
	color: #ffffff;
}
.grey_section .view-project .theme_btn{
	color: #414141;
}
.grey_section .theme_btn:hover{
	color: #fff;
}
/*.blue_section {
	padding-top: 100px;
}*/

.bottom {
	margin-bottom: 16px;
}

#title_about img {
	margin-bottom: 0.6em;
}

/*--------------------------------
Breadcrumbs
--------------------------------*/
#bc {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: solid 1px #EBF0E5;
}
.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
	font-size: 80%;
}

/*--------------------------------
Universal border-radius
--------------------------------*/
.panel,
.panel-heading,
.well,
.progress,
.modal-content,
.dropdown-menu,
.form-control, .btn,
.input-group-addon,
.breadcrumb,
.list-group-item:first-child,
.list-group-item:last-child,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 0;
}

/*--------------------------------
Main navigation bar
--------------------------------*/

.nav > li > a {
    border-radius: 0 !important;
    border: none !important;
    /*color: #FFFFFF !important;*/
}
.nav-tabs > li > a {
    background-color: #414141;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li>a:hover,
.nav-tabs > li>a:focus {
    background-color: #4cddf3;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu > li > a {
    padding: 7px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
}
.dropdown-menu > li > a:hover {
    color: #D5AEAD;
}

.clearfix {
    clear: both;
}
.navbar-brand {
    margin-top: 5px;
    float: none;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 10;
}
.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: transparent;
}

.navbar {
	margin-bottom: 0;
}

#header {
    /*position: fixed;*/
    -webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    left: 0;
    right: 0;
    z-index: 10000;
    height: 83px;
    clear: both;
    background-color: #EBF0E5;
	border: 0;
}
    /*.is-sticky #header {
    height: 70px;
}*/
    /*#header .navbar-brand {
    display: block;
    position: absolute;
    padding: 0 0 0 15px;
    z-index: 10;
    top: 42px;
    font-size: 30px;
    color: #fff;
}*/
@media (max-width: 1199px) and (min-width: 768px) {
	#header .navbar-brand {
	max-width: 180px;
	}
}
@media (max-width: 991px) {
    #header .navbar-brand {
    display: none;
    }
}

/*Logo*/
@media (max-width: 767px) {
	#logo .navbar-brand {
	max-width: 240px;
    display: inline-block;
	}
}
.is-sticky #header .navbar-brand {
    top:5px;
    max-width: 180px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.is-sticky #header .navbar-brand {
	display: none;
	}
}

.mainmenu_wrap:before, .mainmenu_wrap:after {
    display: table;
    content:""; clear:both;
}
.is-sticky #mainmenu {
    margin-top: 0;
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 10000;
}
.sf-menu > li {
    /*float: left;*/
    display: inline-block;
    margin-right: -3px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
    margin-left: 20px;
    margin-top: -20px;
}

/*menu skin*/
.sf-menu {
    text-align: right;
}
.sf-menu ul {
    /*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    padding: 10px;
    background-color: #4567B2;
    /*background-color: #543be9; /*#234E9E; */
    margin-top: 1px;
}
.sf-menu a {
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
    text-transform: uppercase;
    font-size: 14px;
}
.sf-menu>li>a {
    padding: 31px 25px 31px;
    margin: 0px 14px 0px;
    color: #4567B2;
    position: relative;
}
@media (max-width: 1199px){
    .sf-menu>li>a {
    padding: 31px 14px 31px;
    margin: 0px 10px 0px;
    }
}

.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li {
    /*background: #fff;*/
    text-align: center;
}
.sf-menu ul li a{
    color: #fff;
}
.sf-menu ul ul li {
    background: #fff;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu > li.active {
    /* only transition out, not in */
    background: #4567B2;
    -webkit-transition: none;
    transition: none;
}
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.active > a {
    color: #ffffff;
}
/*submenu active item*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #414141;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

/*Menu Mobile Layout*/
@media (min-width: 768px){
    #mainmenu {
        display: block !important;
        width:auto !important;
        opacity: 1 !important;
        height: auto !important;
    }
}
@media (max-width: 991px){
    #mainmenu {text-align: center;}
    .sf-menu > li > a {
        text-align: center;
        padding: 31px 14px 31px
    }
    .sf-menu ul {
        text-align: left;
    }
}
@media (max-width: 767px) {
    #header {
    z-index: 100000;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    text-align: left;
    border-bottom: none;
    }
	#social {
	top: 80px;
	}
    .sf-menu li:hover,
    .sf-menu li.sfHover,
    .sf-menu>li.active {
    background: transparent;
    }


    #mainmenu {
    /*display: none;*/
    opacity: 0;
    height: 0;
    margin:0px 0px 17px 0;
    padding: 20px 50px;
    position: relative;
    overflow: auto;
    background-color: #414141;
    z-index: 10000;
    display: none;
    }
    .is-sticky #mainmenu {
/*    background-color: #414141;
    margin-top: 70px;*/
    }
    .main-menu-icon {
    padding: 24px 0 18px;
    display: block;
    cursor: pointer;
    width: 30px;
    /*float: right;*/
    margin: 0 auto;
    }
/*    .is-sticky .main-menu-icon {
    padding: 26px 0;
    }*/
    .main-menu-icon span {
    margin:0 0 3px 0;
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
    }
    .sf-menu > li {
    display: block;
    padding: 0;
    float:none;
    }
    .sf-menu > li + li{
    border-left: none;
    }
    .sf-menu > li > a, .is-sticky .sf-menu > li > a {
    padding: 6px 0 6px;
    margin:0 0 0 -14px;
    font-weight: 700;
    text-align: left;
    border-left: none;
    }
    .sf-menu>li>a:before {
    display: none;
    }
    .sf-menu ul {
    position: static;
    display: block !important;
    opacity: 1 !important;
    padding: 0 0 0 20px;
    margin-top: 0;
    /*margin: 0 0 0 20px;*/
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;

    }
    .sf-menu ul li, .sf-menu ul ul li {
    text-align: left;
    padding: 0;
    background-color: transparent;
    }
    .sf-menu ul li + li {
            border: none;
    }
    .sf-menu ul ul {
        margin: 1px 0 3px;
    }
    .sf-menu > li > a:hover{
    background: none;
    border-color: transparent;
    color:#2AC8DD;
    }
    .sf-menu>li:hover>a, .sf-menu>li.sfHover>a, .sf-menu>li.active>a {
    background-color: transparent;
    border-color: transparent;
    color:#2AC8DD;
    }
    .sf-menu > li li.active > a, .sf-menu > li li > a:hover {
    background: none;
    border-color: transparent;
    color:#2AC8DD !important;
    }
    .sf-menu ul li a {
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 0;
    border: none;
    color:#fff;
    }
    .sf-menu ul ul a {/*color:inherit;*/}
    .sf-menu ul a:before {
    content: '- ';
    }
    #copyright {text-align: center;}
    #copyright .widget_nav_menu ul {float:none;}
}

.menu-item-number,
.menu-item-desc {
    display: none;
    color:#2AC8DD;
    font-size: 12px;
    letter-spacing: 0px;
}
.is-sticky .menu-item-number,
.is-sticky .menu-item-desc {display: none !important;}


/*center-box*/
.thumb-pad0 {
    margin: 0 0 40px;
    overflow: hidden;
}
.thumb-pad0 .thumbnail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.thumb-pad0 .thumbnail .badge {
    /*background: none repeat scroll 0 0 #299EDF;*/
    border: 4px solid #c9d1d8;
    /*border-radius: 6%; */
    border-radius: 0;
    box-shadow: none;
    height: 229px;
    margin: 0 0 37px;
    padding: 35px 0 0;
    text-align: center;
    text-shadow: none;
    transition: all 0.25s ease 0s;
    width: 229px;
}
.thumb-pad0 .thumbnail .caption {
    overflow: hidden;
    padding: 0;
}
.thumb-pad0 .thumbnail .badge {
    font-size: 24px;
}
.thumb-pad0 .thumbnail .badge p {
    border-bottom: 5px solid #c9d1d8;
    color: #2AC8DD;
    display: inline-block;
    font: bold 48px/54px;
    margin-bottom: 16px;
    transition: all 0.25s ease 0s;
}
.thumb-pad0 .thumbnail .badge span {
    color: #FFFFFF;
    text-shadow:0px 0px 2px #4bb5c1;
    display: block;
    font: bold 18px/24px;
    margin-top: 0;
    transition: all 0.25s ease 0s;
}
.thumb-pad0 .thumbnail .caption p {
    color: #4e6776;
    font: 12px/24px;
    margin-bottom: 29px;
}
.btn-default.btn1{
    background: none repeat scroll 0 0 #c9d1d8;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font: bold 16px/53px 'Arial';
    margin: 0;
    padding: 0 32px;
    position: relative;
    text-decoration: none!important;
    text-shadow: none;
    transition: all 0.25s ease 0s;
    border: 1px solid #c9d1d8;
}
.adjuncts-badge {
    background-image: url(../images/adjuncts.jpg);
}
.membership-badge {
    background-image: url(../images/membership.jpg);
}
.fundraising-badge {
    background-image: url(../images/fundraising.jpg);
}
.cafe-badge {
    background-image: url(../images/bar-cafe.jpg);
}
.promotions-badge {
    background-image: url(../images/focus-promotions.jpg);
}
.restaurant-badge {
    background-image: url(../images/focus-restaurant.jpg);
}
.functions-badge {
    background-image: url(../images/focus-functions.jpg);
}
.events-badge {
    background-image: url(../images/focus-events.jpg);
}

.thumb-pad0:hover .thumbnail .badge {
    background: none repeat scroll 0 0 #3e64a9;
    opacity: 0.8;
    border-color: #ffffff;
    transition: all 0.25s ease 0s;
}
.thumb-pad0:hover .thumbnail .badge span {
    color: #ffffff;
    transition: all 0.25s ease 0s;
    text-shadow: none;
}
.thumb-pad0:hover .thumbnail .badge p {
    border-bottom-color: #ffffff;
    color: #ffffff;
    transition: all 0.25s ease 0s;
}
.btn-default.btn1:hover {
    background: none repeat scroll 0 0 #2AC8DD;
    color: #ffffff;
    text-decoration: none !important;
    transition: all 0.25s ease 0s;
    border: 1px solid #2AC8DD;
}

/*--------------------------------
Sliders - flexislider
--------------------------------*/
.n-p {
    padding-top: 0;
    padding-bottom:0;
}
#featured {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

#featured .flexslider {
	padding: 0;
	background: #fff;
	position: relative;
	zoom: 1;
    display: block;
}
.flex-direction-nav .flex-prev {
    left:0px;
}
.flex-direction-nav .flex-next {
    right:0px;
}
/* .flex-caption {
    zoom: 1;
    bottom: 35px;
    background-color:rgba(35, 62, 156, 0.5);
    color: #fff; margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    left: 10%; 
    right:0px;
}
.flex-caption {
    zoom: 1;
    bottom: 60%;
    background-color: rgba(37, 37, 37, 0.7);
    color: #fff; margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    left: 10%; 
    /*right :0px;*/
} */
.flex-caption {
    zoom: 1;
    bottom: 70%;
    background-color: rgba(37, 37, 37, 0.7);
    color: #fff; 
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    left: 10%; 
    right: 0%;
}
.flex-caption-1 {
    zoom: 1;
    bottom: 57%;
    background-color: rgba(37, 37, 37, 0.7);
    color: #fff; 
    margin: 0;
    padding: 25px 25px 15px 30px;
    position: absolute;
    left: 10%;
}
.flex-caption h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin-top: 10px;
}
.flex-caption-1 p {
    margin: 0 0 15px;
}
@media (max-width: 1199px){
    .flex-caption {
    padding: 15px 25px 15px 30px;
    bottom: 20%;
    }
    .flex-caption-1 {
    padding: 15px 25px 10px 30px;
    bottom: 40%;
    }
    .flex-caption-1 p {
    margin: 0;
    }
}
@media (max-width: 767px) {
    .flex-caption {
    padding: 0px 25px 5px 30px;
    }
    .flex-caption h3 {
    padding-top: 0;
    font-size: 90%;
    }
    .flex-caption p {
    font-size: 90%;
    }
}
@media (max-width: 360px) {
    .flex-caption {
    bottom: 10%;
    left: 4%;
    }
    .flex-caption-1 {
    bottom: 24%;
    left: 4%;
    }
    .flex-caption h3 {
    font-size: 80%;
    }
    .flex-caption p {
    font-size: 80%;
    }
}

/************************************
Events pages
************************************/
.news-box {
    padding: 20px;
    background-color: #FFFFFF;
    border: solid 1px #FFFFFF;
    -webkit-transition: background-color 200ms ease-in-out,color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out,color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out,color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out,color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out,color 200ms ease-in-out;
}
.news-box:hover {
    background-color: #3e64a9;
    border-color: #3e64a9;
    color: #fff;
}
.news-box:hover h3 {
    color: #FFFFFF;
 }
.im-box:hover .headline {
    color: #fff;
}
.news-box .image-box img {
    /*margin-bottom: 10px;*/
    max-width: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    -moz-transition: -moz-transform 200ms ease-in-out;
    -o-transition: -o-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
}
.news-box .image-box {
  /*height: 151px;*/
  overflow: hidden;
}
.news-box:hover .image-box img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}
.news-box:nth-child(n+2) {
  border-top: 1px solid #E5E9F4;
}
.news-box:nth-child(2n+2) {
  border-left: 1px solid #E5E9F4;
  border-top: 1px solid #E5E9F4;
}
.news-box:nth-child(2n+1) {
  border-left: 1px solid #fff;
  border-top: 1px solid #E5E9F4;
}
.news-box:nth-child(2n+1):hover {
  border-left: 1px solid #eb5554;
}
.news-box:nth-child(2) {
  border-left: 1px solid #E5E9F4;
  border-top: 1px solid #fff;
}
.news-box:nth-child(2):hover {
  border-top: 1px solid #f7710e;
}
.news-box:nth-child(1) {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.news-box:nth-child(1):hover {
  border-left: 1px solid #f7710e;
  border-top: 1px solid #f7710e;
}
.news-box:nth-child(3n+2) {
  border-left: 1px solid #E5E9F4;
  border-top: 1px solid #E5E9F4;
}
.news-box:nth-child(3n+2):hover {
  border-left: 1px solid #E5E9F4;
}
.news-box:nth-child(3n+1) {
  border-left: 1px solid #fff;
  border-top: 1px solid #E5E9F4;
}
.news-box:nth-child(3n+1):hover {
  border-left: 1px solid #E5E9F4;
}
.news-box:nth-child(3n+3) {
  border-left: 1px solid #E5E9F4;
  border-top: 1px solid #E5E9F4;
}
.news-box:nth-child(3n+3):hover {
  border-left: 1px solid #E5E9F4;
}
.news-box:nth-child(3) {
  border-left: 1px solid #E5E9F4;
  border-top: 1px solid #fff;
}
.news-box:nth-child(3):hover {
  border-left: 1px solid #E5E9F4;
  border-top: 1px solid #3e64a9;
}
.news-box:nth-child(2) {
  border-left: 1px solid #E5E9F4;
  border-top: 1px solid #fff;
}
.news-box:nth-child(2):hover {
  border-top: 1px solid #3e64a9;
}
.news-box:nth-child(1) {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;

}
.news-box:nth-child(1):hover {
  border-left: 1px solid #3e64a9;
  border-top: 1px solid #3e64a9;
}
.content-box {
    padding: 0 20px;
    cursor: pointer;
    transition: background-color 200ms ease-in-out 0s, color 200ms ease-in-out 0s;
}
a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: #FFFFFE;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}

/*--------------------------------
Renew membership
--------------------------------*/
.renew .renew {
	background: #EBF0E5;
	padding: 0.5em 0.5em 4.4em 0.5em;
}

.renew > .btn {
	float: right;
}

/*--------------------------------
List group & wells
--------------------------------*/
.list-group-item,
.well {
	background-color: #EBF0E5;
	border: 1px solid #DBE6CF;
}
a.list-group-item:focus, 
a.list-group-item:hover, 
button.list-group-item:focus, 
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #D5DECB; 
}

/*--------------------------------
Sub-footer list groups
--------------------------------*/
#sub-footer .list-group-item {
	background-color: #D5DECB;
	border: solid 6px #4567B2;
	color: #414141;
	display: inline-block;
}
#sub-footer .list-group-item:focus,
#sub-footer .list-group-item:hover {
	background-color: #EBF0E5;
}

/*--------------------------------
Icon bullet list
--------------------------------*/
.icon-list, .icon-list li,
.icon-cert, .icon-cert li,
.icon-promo, .icon-promo li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.icon-list li,
.icon-cert li,
.icon-promo li {
    margin: 1em;
    margin-left: 3em;
}
.icon-list li:before {
    content: '\f05d'; /* fa-check-circle-o */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #4567B2;
}
.icon-cert li:before {
    content: '\f0a3'; /* fa-certificate */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #4567B2;
}
.icon-promo li:before {
    content: '\f06b'; /* fa-gift */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #4567B2;
}
ul.icon-promo {
	font-size: 120%
}

/*--------------------------------
Events panel
--------------------------------*/
.panel {
    border: solid 1px #C8DAE0;
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: #4567B2;
    color: #FFFFFF;
    font-size: 1.4em;
    border-radius: 0;
}
.panel-default > .panel-body {
    background-color: #F9FCF5;
}

.panel-body ul li {
    list-style-type: none;
    margin-bottom: 0.8em;
}
.event-details {
    list-style-type: none;
    font-size: 1.2em;
    color: #3e64a9;
    line-height: 1.6em;
}

/*--------------------------------
Buttons
--------------------------------*/
.theme_btn {
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #233E9C;
    color: #F6F6F0;
    padding: 20px 21px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
    background: #233E9C;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.theme_btn:active,
.theme_btn:hover,
.theme_btn:focus {
    border: 3px solid #233E9C;
    color: #233E9C;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #F6F6F0;
}
.light_section .theme_btn.act {
    color: #FFFFFF;
    background-color: #4567B2;
}
.light_section .theme_btn.act:hover {
    color: #4567B2;
    background: #F6F6F0;
}
.theme_btn.inverse {
    border-color: #414141;
    color: #414141;
}
.theme_btn.inverse:hover {
    color:#2AC8DD;
}
.theme_btn + .theme_btn {
    margin-left: 4px;
}
.theme_btn_small {
    display: inline-block;
    background-color: #fff;
    color: #414141;
    text-transform: uppercase;
    font-size: 13px;
    padding: 2px 34px;
    margin: 16px 0;
}
.theme_btn_small:hover {
    background-color:#414141;
}
.footer-button {
	border: solid 2px green;
	width: 40%;
}

/*from blog widget*/
.widget_from_blog {}
.widget_from_blog .entry-title {
    font-weight: 300;
    font-size: 24px;
}
.widget_from_blog .entry-thumbnail img {
    width: 100%;
}
.widget_from_blog article.post,
.blog article.post {
    background-color: #fff;
}
.widget_from_blog article.post {
    text-align: center;
}
article.post.primary_post {
    padding-bottom: 17px;
}
article.post.primary_post .entry-content,
article.post.primary_post .entry-share {
    padding: 0 15px;
}
article.post.secondary_post .entry-thumbnail {
    text-align: center;
    margin: 16px;
}
article.post.secondary_post .entry-thumbnail:hover {
    background-color: #F0F6ED;
}
article.post.secondary_post header {
    margin-left: -15px;
    margin-right: -15px;
}
article.post.secondary_post {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

article.post.secondary_post:hover {
    background-color: #F0F6ED;
    color: #B26391;
}
article.post.secondary_post h2.entry-title:hover {
    color: #FFFFFF;
}
article.post.secondary_post:hover img {
    transform: scale(1.05, 1.05);
}
article.post.secondary_post img {}
article.post.secondary_post h2.entry-title {
    /*margin-top: 0;*/
}
p.date {
    margin-bottom: 10px;
    color: #2AC8DD;
}
p.date +p {
    margin-bottom: 10px;
}
.entry-share {
    margin:20px 0 25px;
}
.read-more p {
    text-transform: uppercase;
}
h1.entry-title {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
h2.entry-title {
    margin: 26px 0 2px;
    font-size: 40px;
    font-weight: 700 !important;
}
.entry-header a, .entry-title a {
    color: #414141 !important;
}
.entry-header a:hover,
.entry-title a:hover {
    color: #2AC8DD !important;
}
.entry-header .comments-link a {
    color: #2AC8DD !important;
}
.entry-header .comments-link a:hover {
    color: #414141 !important;
}
h2.entry-title span.heart {
    font-size: 20px;
    float: right;
    padding: 8px 0 0 0;
}
h2.entry-title span.heart:before {
    font-family: 'rt-icons';
    content: "\e605";
    font-size: 16px;
    color:#fff;
    padding-right: 3px;
}
.entry-meta {
    margin: 10px 0;
}
/*.blog-single */
.entry-meta {
    margin: 10px 0 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
}
.entry-meta .comments-link {
    float: right;
}
.blog .entry-tags,
.blog-single .entry-tags {
    margin-top: 29px;
    position: relative;
    background-color: #2AC8DD;
    padding: 10px 38px;
}

/*--------------------------------
Events highlight
--------------------------------*/
/*-- Main containers --*/
.jm-item {
    padding: 10px;
    display: inline-block;
    text-align: left;
}
.jm-item-wrapper {
	position: relative;
	padding: 7px;
	background: #233E9C;
}
/*-- Image and container --*/
.jm-item-image {
	position: relative;
    overflow: hidden;
}
.jm-item-image img {
	display: block;
}
/*-- Title container --*/
.jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #233E9C;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    /*font-family: 'Oswald', sans-serif;*/
    color: #FFFFFF;
    /*font-size: 1.0em; */
}
.jm-item-title h4 {
    font-size: 1.0em;
}
.jm-item-title p {
    font-size: 0.8em;
    margin-bottom: 0;
}
/*-- Span element --*/
.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}
/*-- View button --*/
.jm-item-button {
	height: 60px;
	width: 60px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
.jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #233E9C;
    text-transform: uppercase;
    /*font-family: 'Oswald', sans-serif;*/
    color: #FFFFFF;
    font-size: 1.0em;
    line-height: 60px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}
.jm-item-button a:hover {
	background: #233E9C;
    color: #FFFFFF;
}
/*-- View button --*/
.first .jm-item-button {
	-webkit-transition: all 0.5s ease-in 0.5s;
	-moz-transition: all 0.5s ease-in 0.5s;
	-o-transition: all 0.5s ease-in 0.5s;
	transition: all 0.5s ease-in 0.5s;
	top: -50px;
}
.first .jm-item-wrapper:hover .jm-item-button {
	top: 20%;
}
/*-- Animation of title and product description --*/
.second .jm-item-wrapper .jm-item-title {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-title {
	bottom: -15%;
}
.second .jm-item-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(0,0,0,0.4);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description {
	top: 0;
}
/*-- Styling of description --*/
.jm-item h4 {
    color: #FFFFFF;
    font-weight: 600;
    padding-top: 0;
    margin: 0;
}
.jm-item ul li {
    list-style-type: none;
    margin-bottom: 0;
}

/*--------------------------------
Joomla login form - styles taken from bootstrap 2.3.2
--------------------------------*/
.login > .well, 
.reset > .well,
.remind > .well {
	background-color: #EBF0E5;
	border: 1px solid #EBF0E5;
}
.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: auto;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.nav-stacked li {
	background-color: green;
}

/*--------------------------------
BreezingForms modifications
--------------------------------*/
.memb-enq {
	padding: 0.5em 0.5em 4.4em 0.5em;
	background-color: #EBF0E5;

}
.memb-enq .bfQuickMode input[type="text"],
.memb-enq .bfQuickMode textarea {
	max-width: 100%;
	width: 100%;
}
.memb-enq button {
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #4567B2;
    color: #F6F6F0;
    padding: 20px 21px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
    background: #4567B2;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.memb-enq button:active,
.memb-enq button:hover,
.memb-enq button:focus {
    border: 3px solid #4567B2;
    color: #4567B2;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #F6F6F0;
}

/*--------------------------------
Side navigation bar
--------------------------------*/
#column ul.menu {
	background: #4567B2;
	border: 1px solid #DFDFDF;
	border-top: 0px;
	padding: 0px;
	padding-bottom: 1px;
    	box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.15);
	margin-bottom: 1.0em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#column ul.menu li {
	border-bottom: 1px dotted #233E9C;
}
#column ul.menu li:last-child {
	border-bottom: none;
}
#column ul.menu li a {
  color: #000000;
}
#column ul.menu li a:hover {
	background: #233E9C;
	color: #FFFFFF !important;
}
#column ul.menu ul {
	list-style: none;
}
#column ul.menu ul li {

}
#column ul.nav-child li a {
	display: block;
	padding: 10px 15px;
}
#column ul.nav-child li a:hover {
	background: #233E9C;
	text-decoration: none;
}


/*testimonials*/
.parallax {
    overflow: hidden;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-size: cover !important;
    /*
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    */


    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    /*
    -webkit-transition: background-position .3s ease !important;
    -moz-transition: background-position .3s ease !important;
    -o-transition: background-position .3s ease !important;
    -ms-transition: background-position .3s ease !important;
    transition: background-position .3s ease !important;
    */

background-repeat: no-repeat;
position: relative;
}
.parallax:after {
    background-color: #2AC8DD;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.parallax>.container,
.gradient>.container {
    z-index: 3;
    position: relative;
}
.widget_testimonials {
    padding:0 0 20px;
}
.widget_testimonials .carousel-introtext {
    padding: 50px 70px 10px;
    text-align: center;
    position: relative;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
}
.widget_testimonials .carousel-introtext span {
    position: relative;
    display: inline-block;
}
.widget_testimonials .carousel-introtext:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26px;
    font-size: 40px;
    line-height: 30px;
    content: '\f10d';
    color:#FFFFFF;
}
.widget_testimonials .carousel-introtext {
    color: #FFFFFF;
}
.widget_testimonials .carousel-readmore:after,
.widget_testimonials .carousel-readmore:before {
    content: '-';
}
.widget_testimonials .carousel-readmore {
    padding: 0;
    text-align: center;
    color:#FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    position: relative;
}
.widget_testimonials .carousel-readmore span {
    display: block;
    text-align: center;
    max-width: 60px;
    margin: 0 auto 14px;
}
.widget_testimonials .carousel-readmore span img {
    border-radius: 100%;
    padding: 3px;
    border: 1px solid #fff;
}
.widget_testimonials .carousel-control.right:hover, 
.widget_testimonials .carousel-control.left:hover {
    color:#fff;
}
.widget_testimonials .carousel-control.right,
.widget_testimonials .carousel-control.left {
    display: block;
    width:50px;
    height: 50px;
    top:50%;
    right: 0px;
    margin-top: -15px;
    z-index: 10;
}
.widget_testimonials .carousel-control.left {
    left:0; right: auto;
}
.widget_testimonials .carousel-control.right:before {
    font-family: 'FontAwesome';
    content: '\f104';
    font-size: 20px;
}
.widget_testimonials .carousel-control.left:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 20px;
}
.widget_testimonials .carousel-indicators {
    bottom: -20px;
}
.carousel .media>.pull-left{
    max-width: 70px;
    margin-right: 18px;
    margin-bottom: 24px;
}
.carousel .media >.media-body> h4 {
    margin: 15px 0 3px;
}
.carousel .media + p {
    font-style: italic;
    position: relative;
    padding-left: 30px;
}
.carousel .media + p:before {
    font-family: 'FontAwesome';
    content: '\f1db';
    font-style: normal;
    position: absolute;
    left: 0px;
    color:#3e64a9;
}
/*.carousel .media + p:before {
    font-family: 'fontello';
    content: '\e850';
    font-style: normal;
    position: absolute;
    left: 0px;
    color:#3e64a9;
}*/
.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    margin: 2px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #3e64a9;
    margin: 2px;
}
.carousel-control {
	width:30px; 
	text-shadow:none; 
	opacity: 1;
}
.carousel-control:hover {
	width:30px; 
	text-shadow:none; 
	opacity: 0.5;
}
.carousel-control.right, 
.carousel-control.left {
	background-image: none;
}
.carousel-control > span {
	width: 39px !important; 
	height: 39px !important;
}
.carousel-control .icon-next {
	margin-left: -32px;
}
.carousel-control .icon-prev {
	margin-left: -7px;
}
.carousel-control .icon-prev:before, 
.carousel-control .icon-next:before {
	content:"\f1db"; 
	font-family: 'FontAwesome'; 
	text-shadow:none; 
	position: absolute; 
	top:1px; 
	left:11px; 
	color:#fff;
}
.carousel-control > span.icon-next:before {
	content:"\f111"; 
	left:13px;
}
.carousel-controls {
    position: absolute;
    right: 0;
    top: -54px;
}
.carousel-controls a {
    display: inline-block;
    color:#000000;
}
.carousel-controls a+a {
    margin-left: -2px;
}
.carousel-controls a:hover, .carousel-controls a:hover [class^="arrow-icon-"]:before {
    color: #fff;
    background-color: #2AC8DD;
}
.carousel-controls [class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before{
    text-align: center;
    border: 3px solid #2AC8DD;
    color: #000000;
    width: 29px;
    height: 29px;
    line-height: 24px;
    margin: 0;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
    margin: auto;
}
.carousel-caption .btn {
    background-color: #3e64a9;
}

/*sub-footer*/
.links-section, [class*="-section"] .links-section {
    background-color: rgba(35, 62, 156, 0.9);
    color: #414141;
}
.links-section h3, .links-section p, .links-section ul  {
	color: #FFFFFF;
}
.links-section h3 {
	margin-top: 0;
}

/*footer*/
.footer-section, [class*="-section"] .footer-section {
    /*background-color: rgba(35, 62, 156, 0.9);*/
    background-color: #0D0D0D;
    color: #FFFFFF;
}

/*footer*/
.light-section, [class*="-section"] .light-section {
    background-color: #FFFFFE;
    color: #414141;
}

/*color*/
.color-section, [class*="-section"] .color-section {
   background-color: #F9FCF5;
    /*background-color: #4567B2; */
    color: #414141;
}
.color_section .carousel {
    border: none;
}
.color_section .carousel-indicators li {
    border-color: #ffffff;
}
.color_section .carousel-indicators li.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.color_section, [class*="_section"] .color_section {
    background-color: #F9FCF5;
    color: #414141;
}
.color_section .form-control {
    background-color: #fff;
    border-color: #fff; color: #808080;
}
.color_section h1, [class*="_section"] .color_section h1,
.color_section h2, [class*="_section"] .color_section h2,
.color_section h3, [class*="_section"] .color_section h3,
.color_section h4, [class*="_section"] .color_section h4,
.color_section h5, [class*="_section"] .color_section h5,
.color_section h6, [class*="_section"] .color_section h6 {
	color: #233E9C;
	margin-top: 0;
}
.color_section a,
[class*="_section"] .color_section a {
    color: #414141;
}
.color_section a:hover,
[class*="_section"] .color_section a:hover {
    color: #2AC8DD;
}
.color_section [class*="rt-icon-"] {
    color: #fff;
}
.color_section a[class^="socialico-"]:before,
[class*="_section"] .color_section a[class^="socialico-"]:before {
}
.color_section a[class^="socialico-"]:hover:before,
[class*="_section"] .color_section a[class^="socialico-"]:hover:before {
}
.color_section .theme_btn,
.color_section .theme_btn.inverse {
    border-color: #233E9C;
    background-color: #233E9C;
    color: #ffffff;
}
.color_section .theme_btn:hover,
.color_section .theme_btn.inverse:hover {
    background-color: #F6F6F0;
    color: #233E9C;
}
.color_section .block-header strong {
    color: #3e64a9;
}

#testimonials {
    background-image: url(/images/carousel/testimonials.jpg);
}
/*footer*/
#footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer ul {

}
#footer li {
    list-style: none;
    margin: 0.5em 0;
}
#footer img {
    margin: 2.0em 1.5em 0 0;
}
#footer a {
    color: #FFFFFF;
}
.quick-links a {
	color: #FFFFFF;
}

/*** fontello arrow icons ***/
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?81703720');
  src: url('../fonts/fontello.eot?81703720#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?81703720') format('woff'),
       url('../fonts/fontello.ttf?81703720') format('truetype'),
       url('../fonts/fontello.svg?81703720#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?81703720#fontello') format('svg');
  }
}
*/

 [class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  text-shadow:none !important;
}
.arrow-icon-picture:before { content: '\e848'; }
.arrow-icon-up-micro:before { content: '\e853'; }
.arrow-icon-quote-right-1:before { content: '\e847'; }
.arrow-icon-location:before { content: '\e849'; }
.arrow-icon-down-dir:before { content: '\e84a'; }
.arrow-icon-up-dir:before { content: '\e84b'; }
.arrow-icon-left-dir:before { content: '\e83b'; }
.arrow-icon-right-dir:before { content: '\e83a'; }
.arrow-icon-down-open-3:before { content: '\e83c'; }
.arrow-icon-left-open-4:before { content: '\e83d'; }
.arrow-icon-right-open-4:before { content: '\e83e'; }
.arrow-icon-up-open-3:before { content: '\e83f'; }
.arrow-icon-angle-left:before { content: '\e840'; }
.arrow-icon-angle-right:before { content: '\e841'; }
.arrow-icon-angle-up:before { content: '\e842'; }
.arrow-icon-angle-down:before { content: '\e843'; }
.arrow-icon-angle-double-left:before { content: '\e844'; }
.arrow-icon-angle-double-right:before { content: '\e845'; }
.arrow-icon-angle-double-up:before { content: '\e84d'; }
.arrow-icon-angle-double-down:before { content: '\e84c'; }
.arrow-icon-plus-1:before { content: '\e838'; }
.arrow-icon-minus-1:before { content: '\e839'; }
.arrow-icon-down-open-2:before { content: '\e82a'; }
.arrow-icon-left-open-3:before { content: '\e82b'; }
.arrow-icon-right-open-3:before { content: '\e82c'; }
.arrow-icon-up-open-2:before { content: '\e82d'; }
.arrow-icon-down-open-mini:before { content: '\e82e'; }
.arrow-icon-left-open-mini:before { content: '\e82f'; }
.arrow-icon-right-open-mini:before { content: '\e830'; }
.arrow-icon-up-open-mini:before { content: '\e831'; }
.arrow-icon-down-open-big:before { content: '\e832'; }
.arrow-icon-left-open-big:before { content: '\e833'; }
.arrow-icon-right-open-big:before { content: '\e834'; }
.arrow-icon-up-open-big:before { content: '\e835'; }
.arrow-icon-left-thin:before { content: '\e837'; }
.arrow-icon-right-thin:before { content: '\e836'; }
.arrow-icon-left-open-outline:before { content: '\e81c'; }
.arrow-icon-left-open-2:before { content: '\e81a'; }
.arrow-icon-right-open-outline:before { content: '\e81d'; }
.arrow-icon-right-open-2:before { content: '\e81b'; }
.arrow-icon-down:before { content: '\e81e'; }
.arrow-icon-left:before { content: '\e81f'; }
.arrow-icon-quote-left-1:before { content: '\e846'; }
.arrow-icon-up:before { content: '\e821'; }
.arrow-icon-down-outline:before { content: '\e822'; }
.arrow-icon-left-outline:before { content: '\e823'; }
.arrow-icon-right-outline:before { content: '\e824'; }
.arrow-icon-up-outline:before { content: '\e825'; }
.arrow-icon-down-small:before { content: '\e826'; }
.arrow-icon-left-small:before { content: '\e827'; }
.arrow-icon-right-small:before { content: '\e828'; }
.arrow-icon-up-small:before { content: '\e829'; }
.arrow-icon-plus:before { content: '\e806'; }
.arrow-icon-minus:before { content: '\e807'; }
.arrow-icon-quote-left:before { content: '\e808'; }
.arrow-icon-quote-right:before { content: '\e809'; }
.arrow-icon-quote-left-alt:before { content: '\e818'; }
.arrow-icon-quote-right-alt:before { content: '\e819'; }
.arrow-icon-down-open-1:before { content: '\e800'; }
.arrow-icon-left-open:before { content: '\e801'; }
.arrow-icon-right-open:before { content: '\e80a'; }
.arrow-icon-up-open-1:before { content: '\e80b'; }
.arrow-icon-down-1:before { content: '\e80e'; }
.arrow-icon-left-1:before { content: '\e80c'; }
.arrow-icon-right-1:before { content: '\e80d'; }
.arrow-icon-up-1:before { content: '\e80f'; }
.arrow-icon-down-bold:before { content: '\e810'; }
.arrow-icon-left-bold:before { content: '\e811'; }
.arrow-icon-right-bold:before { content: '\e812'; }
.arrow-icon-up-bold:before { content: '\e813'; }
.arrow-icon-down-fat:before { content: '\e814'; }
.arrow-icon-left-fat:before { content: '\e815'; }
.arrow-icon-right-fat:before { content: '\e816'; }
.arrow-icon-up-fat:before { content: '\e817'; }
.arrow-icon-plus-2:before { content: '\e84e'; }
.arrow-icon-minus-2:before { content: '\e84f'; }
.arrow-icon-quote:before { content: '\e850'; }
.arrow-icon-quote-circled:before { content: '\e851'; }
.arrow-icon-down-open:before { content: '\e802'; }
.arrow-icon-left-open-1:before { content: '\e803'; }
.arrow-icon-right-open-1:before { content: '\e804'; }
.arrow-icon-up-open:before { content: '\e805'; }
.arrow-icon-down-micro:before { content: '\e852'; }
.arrow-icon-right:before { content: '\e820'; }