/*@font-face {
    font-family: 'coreiconsregular';
    src: url('fonts/coreicons-webfont-webfont.eot');
    src: url('fonts/coreicons-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coreicons-webfont-webfont.woff') format('woff'),
         url('fonts/coreicons-webfont-webfont.ttf') format('truetype'),
         url('fonts/coreicons-webfont-webfont.svg#coreiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
.font {
    font-family: 'Source Sans Pro', sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    outline: none !important;
}

img {
    border: none 0;
    outline: none;
}

.main-img {
    position: fixed;
    min-height: 100%;
    max-width: 100%;
    bottom: 0;
}

input {
    outline: none !important;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.color {
    color: #186F3B;
}

body {
    color: #676a6c;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-weight: 300;
    width: 100%;
}

html {
    font-size: 100%;
}

::selection {
    background: #186F3B;
    color: #FFF;
}

a, a:focus {
    color: #DAA520;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #676a6c;
}

b {
    font-weight: 500;
}

.center {
    text-align: center;
}

.colored {
    color: #186F3B;
}

.bg_colored {
    background-color: #186F3B;
}


/* All the text elements on ".bg_colored" are only readable in a white color */

.bg_colored a, .bg_colored span, .bg_colored h1, .bg_colored h2, .bg_colored h3, .bg_colored h4, .bg_colored h5, .bg_colored h6, .bg_colored p, .bg_colored blockquote, .bg_colored pre, .bg_colored a, .bg_colored abbr, .bg_colored acronym, .bg_colored address, .bg_colored big, .bg_colored cite, .bg_colored code, .bg_colored del, .bg_colored dfn, .bg_colored em {
    color: #FFF;
}

.justify {
    text-align: justify;
}

.middle_line {
    background: url("../images/pattern-trans.png") repeat left top;
    z-index: 99999;
    position: fixed;
    top: 20%;
    width: 100%;
}

.top_line {
    background: url(../images/pattern.png) repeat left top;
    color: #eeeeee;
    font-size: 12px;
    font-weight: 300;
    z-index: 99999;
    /*position: fixed;*/
    width: 100%;
}

.top_line .fleft, .top_line .fright {
    padding: 10px 0;
}

.top_line a {
    color: #FFFFFF;
}

.top_line a::after {
    content: "·";
    color: #8E8E8E;
    padding: 0 5px;
}

.top_line a:last-child:after {
    content: "";
    padding: 0;
}

.top_line a:hover, .top_line a.active {
    color: #186F3B;
}

.page_section header, .reg_section header {
    color: #9ca2a5;
    width: 100%;
    overflow: hidden;
    padding-bottom: 45px;
}

.page_section header div.container, .main_section header div.container, .reg_section header div.container {
    z-index: 900;
    position: relative;
}

.page_section header div.container h1, .main_section header div.container h1, .reg_section header div.container h1 {
    font-size: 26px;
    padding: 95px 20px 10px 20px;
    margin: 0 !important;
    text-align: center;
    color: #828282;
    font-weight: 200;
    line-height: 30px;
}

.page_section header div.container span, .main_section header div.container span, .reg_section header div.container span {
    color: #DAA520;
}

.page_section header div.container p, .main_section header div.container p, .reg_section header div.container p {
    color: #AEAEAE;
    font-weight: 200;
    text-align: center;
    font-size: 15px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.main_section {
    color: #DEDEDE;
    width: 100%;
    overflow: hidden;
    padding-bottom: 45px;
    background: url("../images/background/body-bg.jpg") #2B343B repeat-x scroll center bottom;
}

.main_section h1 {
    color: #FFFFFF !important;
}

.page_info header div.container h1 {
    font-size: 20px;
    color: #A2A2A2 !important;
    margin: 0;
    padding: 50px 0 0 0 !important;
}

.page_info header div.container span {
    color: #DAA520;
}

.reg_section {
    color: #DEDEDE;
    width: 100%;
    overflow: hidden;
    padding-bottom: 45px;
    background: #EEEEEE;
}

.reg_section p {
    color: #666666;
}

.container i {}

.container i:hover {}

.content_section {
    padding-bottom: 80px;
}

.content_section li {
    padding: 0;
    margin-left: 20px;
    list-style: circle;
}

#main-top {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

#top {}

#top header {
    /*height: 75px;*/
    position: relative;
    padding: 0px 50px 0 10px;
    margin: 0;
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: rgba(19, 19, 19, .75) none repeat scroll 0% 0%;
    text-align: center;
}

#logo {
    padding: 50px 0px 0px;
}

.logo-content img {
    display: block;
    width: 1000px;
    margin: 0 auto;
    margin-top: -130px;
}

#top header:after {
    content: '';
    height: 3px;
    display: block;
    width: 120%;
    left: 0;
    position: absolute;
    bottom: -3px;
    background: url(../images/shadow.png) repeat-x left top;
    z-index: 200;
}


/* Menu */

.navmenu, .navmenux {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.navmenu {
    margin: 25px 0;
    padding: 0 25px 0 0;
    text-align: left;
}

.navmenux {
    padding: 0 0 0 20px;
    text-align: left;
}

.navmenu ul li, .navmenux ul li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    list-style: none;
    position: relative;
    padding: 0 25px;
}

.navmenu ul li a, .navmenux ul li a {
    display: block;
    padding: 0;
    line-height: 18px;
    color: #828282;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none !important;
    outline: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.navmenux ul li a {
    color: #FFFFFF;
}

.navmenu ul li a span, .navmenux ul li a span {
    display: block;
    line-height: 14px;
    color: #AAAEB0;
    font-size: 11px;
    padding-top: 0;
    text-transform: lowercase;
}

.navmenu ul li a:hover, .navmenux ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.navmenux ul li a:hover {
    color: #DAA520;
}

.navmenu ul li.active a, .navmenux ul li.active a {
    text-decoration: none;
    color: #DAA520;
}

.navmenu ul li.active span, .navmenux ul li.active span {
    text-decoration: none;
}

.navmenu ul li i, .navmenux ul li i {
    text-indent: -30px;
    width: 0;
}

#home {
    background: url("../images/background/body-bg.jpg") #2B343B repeat-x bottom;
}

#home header {}

.main-service {
    line-height: 18px;
    min-height: 70px;
    font-family: 'Raleway', sans-serif;
    padding: 30px 0;
    position: relative;
    z-index: 40;
    color: #A7A7A7;
    font-weight: 200;
}

.service {
    line-height: 18px;
    margin-bottom: 60px;
    min-height: 70px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    position: relative;
    z-index: 40;
    padding-right: 20px;
}

.service a {
    display: block;
    color: #676a6c;
    min-height: 70px;
}

.service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
    line-height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    margin: 0;
    border: 0;
    border: 2px #b3bdc4 solid;
    font-size: 30px;
    color: #ffffff !important;
    font-family: 'coreiconsregular';
    padding: 0 0 0 17px;
    text-align: left;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    z-index: 50;
}

.service_icon:after {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background: #b3bdc4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: '';
}

.service:hover .service_icon {
    border-color: #186F3B;
}

.service:hover .service_icon:after {
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    z-index: -1;
    background: #186F3B;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: '';
    -webkit-animation: moveFromBottom2 800ms ease;
    animation: moveFromBottom2 800ms ease;
}

@keyframes moveFromBottom2 {
    0% {
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
    }
    50% {
        left: 6px;
        top: 6px;
        right: 6px;
        bottom: 6px;
    }
    100% {
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
    }
}

@-o-keyframes moveFromBottom2 {
    0% {
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
    }
    50% {
        left: 6px;
        top: 6px;
        right: 6px;
        bottom: 6px;
    }
    100% {
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
    }
}

@-webkit-keyframes moveFromBottom2 {
    0% {
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
    }
    50% {
        left: 6px;
        top: 6px;
        right: 6px;
        bottom: 6px;
    }
    100% {
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
    }
}

@-moz-keyframes moveFromBottom2 {
    0% {
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
    }
    50% {
        left: 6px;
        top: 6px;
        right: 6px;
        bottom: 6px;
    }
    100% {
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
    }
}

.service_title, .main-service_title {
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #444444;
}

.main-service_title {
    padding-bottom: 4px;
    border-bottom: 1px solid #585858;
}

.carouselslider {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: relative;
    margin: 0 auto;
}

.carouselslider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carouselslider ul li:before {
    content: ''!important;
    margin: 0!important;
    padding: 0!important
}

.carouselslider ul li {
    float: left;
    display: inline-block;
    padding: 0 0 0 20px !important;
    margin: 0;
    font-style: normal;
}

.carousel-previous, .carousel-next {
    width: 14px!important;
    height: 20px;
    padding: 0!important;
    display: block;
    position: absolute!important;
    border: none;
    cursor: pointer;
    top: -37px!important;
    left: auto!important;
    border-radius: 0!important;
    background-color: transparent !important;
    margin-top: 0!important;
    opacity: 1!important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100)!important;
}

.carouselslider a {
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.carousel-previous {
    left: 0 !important;
    /*background:url(../images/carousel_prev.png) no-repeat !important;*/
}

.carousel-next {
    right: 0px !important;
    /*background:url(../images/carousel_next.png) no-repeat !important;*/
}

.carouselslider .carousel-previous:hover, .carouselslider .carousel-next:hover {
    opacity: 0.5!important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50)!important;
}

.carouselslider .disabled, .carouselslider .disabled:hover {
    cursor: default;
    opacity: 1 !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100)!important;
}

.item_list {
    overflow: hidden;
}

.carousel_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -100%;
    display: none;
    opacity: 0.6;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    transition: top 400ms;
    -webkit-transition: top 400ms;
}

.carouselslider .item:hover .img_block .carousel_wrapper {
    top: 0%;
}

.carousel-wrap .carousel_wrapper {
    display: block;
}

.margin-fixer {
    margin-left: -20px!important;
    height: auto!important;
}

.carousel-pagination {
    margin-top: 20px;
    text-align: center;
}

.carousel-pagination a {
    cursor: pointer;
    font-weight: 300;
    color: #676A6C;
    padding: 3px;
}

.carousel-pagination a.hover {
    color: #AAAEB0 !important;
}

.carousel-pagination a.active {
    color: #186F3B;
}

.carousel-control {
    color: #AAAEB0;
    text-shadow: none !important;
}

.carousel-control:hover {
    color: #186F3B !important;
    text-shadow: none !important;
}

.col-md-12 .items5 li {
    width: 192px;
}

.col-md-12 .items4 li {
    width: 240px;
}

.col-md-12 .items3 li {
    width: 320px;
}

.col-md-12 .items2 li {
    width: 480px;
}

.col-md-12 .items1 li {
    width: 960px;
}

.col-md-6 .items5 li {
    width: 95px;
}

.col-md-6 .items4 li {
    width: 118px;
}

.col-md-6 .items3 li {
    width: 158px;
}

.col-md-6 .items2 li {
    width: 237px;
}

.col-md-6 .items1 li {
    width: 475px;
}

.col-md-4 .items5 li {
    width: 62px;
}

.col-md-4 .items4 li {
    width: 78px;
}

.col-md-4 .items3 li {
    width: 104px;
}

.col-md-4 .items2 li {
    width: 156px;
}

.col-md-4 .items1 li {
    width: 313px;
}

.col-md-3 .items5 li {
    width: 56px;
}

.col-md-3 .items4 li {
    width: 58px;
}

.col-md-3 .items3 li {
    width: 77px;
}

.col-md-3 .items2 li {
    width: 116px;
}

.col-md-3 .items1 li {
    width: 233px;
}

.col-md-8 .items5 li {
    width: 127px;
}

.col-md-8 .items4 li {
    width: 159px;
}

.col-md-8 .items3 li {
    width: 212px;
}

.col-md-8 .items2 li {
    width: 318px;
}

.col-md-8 .items1 li {
    width: 637px;
}

.col-md-9 .items5 li {
    width: 143px;
}

.col-md-9 .items4 li {
    width: 179px;
}

.col-md-9 .items3 li {
    width: 239px;
}

.col-md-9 .items2 li {
    width: 359px;
}

.col-md-9 .items1 li {
    width: 718px;
}

li {
    line-height: 18px;
}

p {
    padding: 0;
    margin: 0 0 7px 0;
}

.img_block img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.img_block a {
    display: block;
}

h4.title {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 200;
    color: #3c4246;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 22px;
    text-align: center;
}

h4.title-partners {
    margin: 0;
    font-style: normal;
    font-size: 20px;
    font-weight: 300;
    color: #186F3B;
    padding: 15px 0px 5px 20px;
    line-height: 22px;
    text-align: left;
    border-bottom: 10px solid #fff;
}

h4.title-partners::after {}

.featured_posts {}

.post_type_title {
    padding: 25px 15px 9px 0px;
    position: relative;
    line-height: 22px;
    margin-bottom: -20px;
}

.featured_posts h4 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    color: #186F3B;
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.featured_posts h4 a {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #3c4246;
    line-height: 22px;
}

.featured_posts h4 a:hover {
    color: #186F3B;
}

.featured_posts img {
    max-width: 80%;
    margin-left: 10%;
}

.desc_block {
    padding: 15px 0 10px 0;
}

.post_type_title .post_type {
    position: absolute;
    left: 0;
    top: 11px;
    width: 22px;
    height: 22px;
    z-index: 20;
    text-indent: -999px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.post_type_title .image_type {}

.post_type_title .text_type {}

.post_type_title .video_type {}

.block_info {
    padding: 10px 0 11px 0;
    color: #aaaeb0;
    border: 1px #e5ecee solid;
    border-right: 0;
    border-left: 0;
    margin-bottom: 9px;
}

.block_info a {
    font-style: italic;
}

.separator {
    padding: 0 10px;
}

.divider, .divider5 {
    height: 60px;
    font-size: 0;
}

.divider5 {
    height: 5px;
}

.marg_b {
    padding-bottom: 10px;
}

.hover_img {
    position: relative;
    overflow: hidden;
}

.zoom {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -25px -25px;
    width: 50px;
    height: 50px;
    background-image: url(../images/zoom.svg);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 5;
    display: block;
    text-indent: -9999px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: all 0.6s ease-in-out !important;
    -webkit-transition: all 0.6s ease-in-out !important;
}

.hover_img:hover .zoom {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    background-position: center center;
    left: 50%;
    bottom: 50%;
    margin: 0 0 -25px -25px;
    /*-webkit-transform: rotate(360deg);*/
    /*-moz-transform: rotate(360deg);*/
    /*-ms-transform: rotate(360deg);*/
    /*-o-transform: rotate(360deg);*/
    /*transform: rotate(360deg);*/
}

.hover_img img {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
}

.hover_img:hover img {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

.video {
    padding-bottom: 8px;
}

.video iframe {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100% !important;
}


/*-- Accordion --*/

.shortcode_accordion_shortcode {
    margin: 0 0 8px 0;
    background: #F9F9F9;
}

.shortcode_accordion_item_title {
    font-family: 'Raleway', sans-serif;
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 20px;
    color: #3c4246;
    font-size: 13px;
    line-height: 20px;
    margin: 0 !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: none;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    border-bottom: 1px solid #efefef;
}

.shortcode_accordion_item_title:hover {
    color: #186F3B;
}

.shortcode_accordion_item_title.ui-state-active {
    color: #FFFFFF;
}

.shortcode_accordion_item_title.ui-state-active {
    background: #186F3B;
    border-bottom: 0 !important;
}

.shortcode_accordion_item_title span.ui-icon {
    display: none;
}

.shortcode_accordion_item_title .ico {}

.shortcode_accordion_item_title.ui-state-active .ico {
    background-position: 0 -18px !important;
}

.shortcode_accordion_item_title:hover .ico {
    background-position: 0 0;
}

.shortcode_accordion_item_body {
    background: #EFEFEF;
    padding: 0 20px;
    border: none;
}

#offer {}

#offer header {}

.our_teams h4 {
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    color: #3c4246;
    padding: 10px 0;
    margin: 0 0 12px 0;
    line-height: 22px;
    border-bottom: 1px #e5ecee solid;
}

.our_teams h4 a {
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    color: #3c4246;
    line-height: 22px;
}

.our_teams h4 a:hover {
    color: #186F3B;
}

.our_teams h4 span {
    color: #aaaeb0;
    font-size: 14px;
}

.team_socials {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team_socials li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.team_socials {}

.team_socials a {
    display: inline-block;
    width: 24px;
    height: 18px;
    background-position: 24px 18px;
    background-repeat: no-repeat;
    background-image: url(../images/team_socials.png);
    text-indent: -9999px;
    margin-right: 2px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

.team_socials a.twitter_link {
    background-position: 0 0;
}

.team_socials a.facebook_link {
    background-position: -30px 0;
}

.team_socials a.tumblr_link {
    background-position: -60px 0;
}

.team_socials a.linkedin_link {
    background-position: -91px 0;
}

.team_socials a.email_link {
    background-position: -121px 0;
}

.team_socials a:hover {
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}

.our_teams .hover_img:hover img {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

blockquote {
    border: medium none !important;
    margin: 0 0 7px 0;
    padding: 0 0 0 42px;
    position: relative;
    color: #676a6c;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    background: url(../images/blockquote.png) no-repeat left top;
}

blockquote p {
    color: #676a6c;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 7px 0;
    padding: 0;
}

blockquote p a {
    font-size: 13px;
    color: #aaaeb0;
    font-style: italic;
}

blockquote p a:hover {
    color: #186F3B;
}


/*-- Diagrams --*/

.skills_list {
    padding: 0!important;
    list-style: none!important;
    margin: 0!important;
}

.skills_list li {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 32px;
    display: block;
    position: relative;
    margin: 0!important;
    overflow: hidden;
    padding: 0 0 13px 0!important;
}

.skills_list li .skill_percent {
    width: 60px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.skills_list li .skill_percent h6 {
    line-height: 16px;
    height: 16px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.skills_list li .diagram_bar {
    padding: 0;
    display: block;
}

.skills_list li .diagram_bar h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.skill_div-wrapper {
    position: relative;
    overflow: hidden;
    height: 3px;
    display: block;
    background: #dee4e8;
    border-radius: 0;
    box-shadow: none;
}

.skills_list li .skill_div {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
    display: block;
    border-radius: 0;
    box-shadow: none;
    background: #186F3B;
}

#portfolio {}

#portfolio header {}

.learning-item {
    margin-top: 20px;
}

.learning-info {
    text-align: center;
}

.learning-descr {
    padding-bottom: 12px;
}

.learning-title {
    padding: 0;
    text-transform: uppercase;
}

.learning-title h4 {
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    color: #DAA520;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0;
}

.learning-title h4 a {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    color: #186F3B;
    line-height: 22px;
    padding-bottom: 10px;
}

.learning-title h4 a:hover {}

.learning-text {
    font-size: 12px;
}


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}


/* All Resolutions */

.filter_img {
    overflow: hidden;
    position: relative;
}

.filter_img img {
    display: block;
    width: 100%;
    height: auto;
}

.image-grid .element {
    background: none;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
}

.portfolio_block {
    margin-bottom: 0!important
}

.columns4 {
    margin: 0 0 0 -30px!important;
    width: 1168px;
}

.columns4 .element a {
    display: block;
}

.columns4 .element {
    width: 262px;
    margin-left: 30px;
}

.filter_navigation {
    overflow: hidden;
}

.portfolio_descr {
    padding-bottom: 12px;
}

.portfolio_title {
    padding: 10px 0 0 0;
}

.portfolio_title h4 {
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    color: #DAA520;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.portfolio_title h4 a {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    color: #186F3B;
    line-height: 22px;
    padding-bottom: 10px;
}

.portfolio_title h4 a:hover {}

.portfolio_text {
    font-size: 12px;
}

.filter_block, .filter_navigation, .filter_navigation ul, .filter_navigation ul li ul {
    display: block;
}

.filter_block {
    padding-bottom: 50px;
    text-align: center;
}

.filter_navigation {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
}

.filter_navigation ul, .filter_navigation ul li ul {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}

.filter_navigation ul li, .filter_navigation ul li ul li {
    padding: 0;
    margin: 0;
}

.filter_navigation ul li ul {}

.filter_navigation ul li ul li {
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

.filter_navigation ul li ul li:last-child {
    padding-right: 0;
}

.filter_navigation ul li ul li:before {
    content: '•';
    position: absolute;
    right: 8px;
    top: 1px;
    color: #C2C2C2;
}

.filter_navigation ul li ul li:last-child:before {
    content: '' !important;
}

.filter_navigation ul li ul li a {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    border: 0;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    text-transform: none;
    vertical-align: top;
    text-align: center;
    color: #676a6c;
}

.filter_navigation ul li ul li a:hover {
    color: #C2C2C2;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition-duration: all 0.2s ease-in-out !important;
    transition-duration: all 0.2s ease-in-out !important;
}

.filter_navigation ul li ul li.selected a {
    color: #186F3B;
}

.shortcode_button {
    display: inline-block;
    margin: 0 10px 10px 0px;
    text-decoration: none;
    border: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 16px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.shortcode_button.btn_type1 {
    color: #fff;
    background-image: url(../images/pattern.png);
    background-position: 0 0;
    background-repeat: repeat;
}

.shortcode_button.btn_type1:hover {
    background-image: url(../images/color_pattern.png);
    text-decoration: none;
}

.btn_load_more {
    display: block;
    margin: 30px 0 10px 0;
    border: 1px #e5ecee solid;
    border-left: 0;
    border-right: 0;
    background: #fff;
    background-image: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #676a6c;
    font-weight: normal;
}

.btn_load_more:hover {
    color: #186F3B;
}

.full_slider {
    background-color: #eeeeee;
    background-position: center center;
    background-repeat: no-repeat;
}

.main_content, .sidebar {
    margin-bottom: 10px;
    padding-top: 11px;
}

#partners {}

#partners header {}

.blog_post {
    padding-bottom: 37px;
    margin-bottom: 40px;
    border-bottom: 1px #e5ecee solid;
}

.blog_post.last {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.blog_post img, .blog_post iframe {
    margin-bottom: 12px !important;
}

.read_more {
    font-style: italic;
}

h1, h2 {
    font-size: 20px;
    margin: 50px 0px 15px 0;
    padding: 0;
    font-weight: 200;
    color: #828282;
    text-transform: uppercase;
}

h1 a, h2 a {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    color: #3c4246;
    font-style: normal !important;
}

h1 a:hover, h2 a:hover {
    color: #186F3B;
}

.post_head {
    padding-left: 58px;
    position: relative;
    min-height: 44px;
    margin-bottom: 14px;
}

.post_head h2 {
    padding: 0;
    line-height: 22px;
    font-size: 16px;
    padding: 0;
    margin: 0 0 1px 0;
}

.post_head h2 a {
    line-height: 22px;
    font-size: 16px;
}

.leaders_info h1, .leaders_info h2 {
    font-size: 20px;
    margin: 50px 0px 15px;
    padding: 0;
    font-weight: 200;
    color: #F2F2F2;
    text-transform: uppercase;
}

.leaders_info h1 span, .leaders_info h2 span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 200;
    line-height: none;
    color: #828282 !important;
    text-transform: none;
}

.leaders_info span.gold {
    font-size: 20px;
    color: #DAA520 !important;
    text-transform: uppercase;
}

.blog_post .post_type {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 20;
    text-indent: -999px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #b3bdc4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.blog_post .image_type {
    background-image: url(../images/post_image_type.png);
}

.blog_post .text_type {
    background-image: url(../images/post_text_type.png);
}

.blog_post .video_type {
    background-image: url(../images/post_video_type.png);
}

.post_meta {}

.post_info {
    color: #aaaeb0;
    float: left;
}

.post_info a {
    font-style: italic;
}

.post_socials {
    float: right;
}

.post_socials ul {
    padding: 0;
    margin: 0;
}

.post_socials li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}

.post_socials li:last-child {
    margin-right: 0;
}

.post_socials li a {
    width: 20px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background-position: 20px 18px;
    background-repeat: no-repeat;
    background-image: url(../images/post_socials.png);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

.post_socials li a.fb {
    background-position: 0 0;
}

.post_socials li a.twitter {
    background-position: -34px 0;
}

.post_socials li a.pinterest {
    background-position: -96px 0;
}

.post_socials li a.google_plus {
    background-position: -66px 0;
}

.post_socials li a:hover {
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}


/*Blog Pager*/

.pagerblock {
    display: inline-block;
    border: 1px #e5ecee solid;
    border-right: 0;
    border-left: 0;
    padding: 11px 10px 11px 8px;
}

.pagerblock ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagerblock li {
    padding: 0!important;
    margin: 0 5px 0 7px!important;
    display: inline-block;
    color: #d1d3d5;
    vertical-align: top;
}

.pagerblock li:before {
    content: '';
    display: none!important;
}

.pagerblock li a, .pagerblock li span {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    display: inline-block;
    color: #676a6c;
    font-style: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.pagerblock li a:hover, .pagerblock li span {
    color: #aaaeb0;
}


/*-- Flickr --*/

.flickr_widget_wrapper {
    margin: 0 0 0 -6px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.widget_flickr .flickr_badge_image {
    float: left;
    display: inline-block;
    margin: 0 0 6px 6px!important;
    width: 83px!important;
    height: 83px!important;
    background: #b3bdc4;
}

.widget_flickr .flickr_badge_image a {
    width: 83px!important;
    height: 83px!important;
    display: block;
}

.widget_flickr .flickr_badge_image img {
    display: block!important;
    width: 83px!important;
    height: 83px!important;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
}

.widget_flickr:hover .flickr_badge_image img {
    opacity: 0.6;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
}

.widget_flickr:hover .flickr_badge_image:hover img {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}


/*-- Popular Posts & Recent Posts --*/

.popular_posts, .recent_posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popular_posts li, .recent_posts li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.popular_posts li img, .recent_posts li img {
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

.popular_posts li .post_title, .recent_posts li .post_title {
    padding: 0 0 7px 0;
}

.widget {
    margin-bottom: 30px;
}

.sidebar h4.title {
    font-size: 16px;
    line-height: 20px;
}

.widget_search {}

.widget_search form {
    margin-bottom: 0 !important;
    position: relative;
}

.widget_search form input {
    background: #fff !important;
    margin-top: 0;
    margin-bottom: 10px !important;
    padding: 9px 15px 9px 39px !important;
    border: 1px #cad4db solid !important;
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    color: #676a6c;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_search form input.search_submit {
    background: url(../images/search_icon.png) no-repeat left top !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    position: absolute;
    left: 12px;
    top: 11px;
    text-indent: -9999px;
    display: block;
    width: 18px !important;
    height: 18px !important;
}


/*-- Twitter --*/

.tweet_module {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tweet_module li {
    position: relative;
    padding: 0 0 9px 0;
    background: none;
    margin: 0 0 10px 0;
    border-bottom: 1px #e5ecee solid;
}

iframe {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: 100% !important;
    overflow-y: hidden !important;
}

.widget_tagcloud a {
    color: #676a6c;
    padding: 10px 15px;
    display: inline-block;
    margin: 0 1px 5px 0;
    vertical-align: top;
    border: 1px #cad4db solid;
}

.widget_tagcloud a:hover {
    border-color: #186F3B;
}

#vision header {}

#contact {}

#contact header {}

form input {
    background: #ffffff !important;
    margin-top: 0;
    padding: 11px 15px !important;
    width: 100%;
    border: none !important;
    outline: none !important;
    border: 1px #cad4db solid !important;
    box-shadow: none !important;
    font-size: 13px !important;
    /*color:#A7A7A7;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    border-radius: 3px 0px 0px 3px !important;
}

form textarea {
    background: #ffffff !important;
    font-size: 13px;
    height: 150px !important;
    padding: 11px 15px !important;
    resize: none;
    width: 100% !important;
    border: 1px #cad4db solid !important;
    outline: none !important;
    box-shadow: none !important;
    /*color:#A7A7A7;*/
    font-weight: 300;
    border-radius: 3px 0px 0px 3px !important;
}

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.notification_error {
    color: #DAA520;
    font-weight: 300;
}

input.reset_btn, input.send_btn, input.send_note {
    cursor: pointer;
    color: #FFF !important;
    margin: 0 1px 5px 0 !important;
    border-radius: 0;
    display: inline-block;
    padding: 2px 16px !important;
    height: 40px;
    font-size: 14px !important;
    font-weight: 300 !important;
    vertical-align: top;
    text-transform: uppercase;
    border: 0 !important;
    transition: all 0.2s ease-in-out !important;
    width: auto;
    border-radius: 3px !important;
}

input.reset_btn {
    background: #8A8A8A !important;
    border: 1px solid #8A8A8A !important;
}

input.send_btn {
    background: #186F3B !important;
    border: 1px solid #186F3B !important;
}

input.send_note {
    background: #186F3B !important;
    border: 1px solid #186F3B !important;
    margin-top: 50px !important;
}

input.reset_btn:hover {
    text-decoration: none;
    color: #BCBCBC !important;
    background-color: none !important;
    border: 1px solid #8A8A8A !important;
}

input.send_btn:hover {
    text-decoration: none;
    color: #BCBCBC !important;
    background-color: none !important;
    border: 1px solid #186F3B !important;
}

.required {}

.contact_info, .members_info {
    padding-left: 50px;
}

.members_info {
    padding-top: 50px;
}

.contact_info p, .members_info p {
    margin-bottom: 16px;
    background-position: left top;
    background-repeat: no-repeat;
}

.contact_info a, .members_info a {
    color: #DAA520;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.contact_info a:hover, .members_info a:hover {
    color: #F2F2F2;
}

.contact_info .fa, .members_info .fa {
    text-indent: -25px;
    opacity: 0.25;
}

.our_partners {
    padding-bottom: 10px;
}

.our_partners .item {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    border: 1px #cad4db solid;
}

.our_partners li .item img {
    width: 100%;
    height: auto;
    display: block;
}

.our_partners:hover .item {
    opacity: 0.4;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
}

.our_partners .item:hover {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}


/** Footer **/

.footer {
    padding-bottom: 21px;
}

.footer_sidebar {
    color: #a6aeb4;
    width: 100%;
    padding: 45px 0 27px 0;
    overflow: hidden;
    background: url(../images/pattern.png) repeat fixed;
    margin-bottom: 27px;
}

.footer_sidebar h4.title {
    color: #eef1f3;
    line-height: 20px;
    font-size: 14px;
}

.footer_bottom {}

.footer .tweet_module li {
    border-bottom-color: #61686d;
}

.footer .tweet_module li:last-child {
    border-bottom: none;
}

.footer a:hover {
    color: #eef1f3;
}

.footer p a {
    font-style: italic;
}

.footer .widget_tagcloud a {
    color: #a6aeb4;
    border-color: #61686d;
}

.footer .widget_tagcloud a:hover {
    border-color: #186F3B;
}

.footer .widget_flickr .flickr_badge_image {
    background: #3c4246;
}

.footer .widget_flickr:hover .flickr_badge_image img {
    opacity: 0.3;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
}

.footer .widget_flickr:hover .flickr_badge_image:hover img {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

.footer .widget {
    margin-bottom: 17px;
}

.footer .widget_search form input {
    background: none !important;
    border: 1px #61686d solid !important;
    color: #a6aeb4;
}

.footer .widget_search form input.search_submit {
    background: url(../images/search_icon_foot.png) no-repeat left top !important;
    border: none !important;
}

.copyright {
    text-align: center;
    margin: 10px 0;
    font-size: 11px;
    color: #C2C2C2;
}

.footer_bottom .socials {
    float: right;
}

.socials_list li {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin: 0 11px 0 0;
}

.socials_list li a {
    width: 20px;
    height: 18px;
    display: block;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    background-position: 20px 18px;
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
}

.socials_list li a:hover {
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}

.socials_list li a.ico_social-facebook {
    background-position: 0 0;
}

.socials_list li a.ico_social-twitter {
    background-position: -34px 0;
}

.socials_list li a.ico_social-linked {
    background-position: -70px 0;
}

.socials_list li a.ico_social-delicious {
    background-position: -105px 0;
}

.socials_list li a.ico_social-vimeo {
    background-position: -140px 0;
}

.socials_list li a.ico_social-flickr {
    background-position: -175px 0;
}

.socials_list li a.ico_social-pinterest {
    background-position: -211px 0;
}

.socials_list li a.ico_social-tumblr {
    background-position: -245px 0;
}

.socials_list li a.ico_social-youtube {
    background-position: -281px 0;
}

.socials_list li a.ico_social-instagram {
    background-position: -315px 0;
}

.socials_list li a.ico_social-gplus {
    background-position: -350px 0;
}

.socials_list li a.ico_social-dribbble {
    background-position: -385px 0;
}

a.menu_toggler {
    display: none;
}

.mobile_menu_wrapper {
    display: none;
}

nav.mobile_header {
    display: none!important;
}

.fixed-menu {
    border: none;
    position: fixed;
    left: 0px;
    top: -130px;
    width: 100%!important;
    background: rgba(255, 255, 255, .85) !important;
    z-index: 99999;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 100%!important;
    transition: all 750ms;
    -webkit-transition: all 750ms;
}

.fixed-menu.fixed_show {
    top: 0px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
}

.fixed-menu-wrapper {}

.fixed-menu #logo {
    padding-bottom: 10px;
    float: left;
}

.fixed-menu:after {
    content: '';
    height: 3px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -3px;
    background: url(../images/shadow.png) repeat-x left top;
}

.fixed-menu .navmenu ul li, .fixed-menu .navmenux ul li {
    /*height: 75px;*/
}

.fixed-menu .navmenu ul li a, .fixed-menu .navmenux ul li a {}

.single_page .post_head {
    padding-left: 0px;
    min-height: 18px;
    margin-bottom: 25px;
}

.single_page .content_section {
    padding-top: 16px;
    padding-bottom: 40px;
}

#comments {
    padding: 0 0 15px 0;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li {
    padding: 0;
    margin: 0 0 24px 0;
    list-style: none;
    font-style: normal !important;
    position: relative;
}

ol.commentlist li ul {
    padding-left: 40px;
}

ol.commentlist li .commentava {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 86px;
    height: 86px;
}

ol.commentlist li .commentava img {
    display: block;
}

.comment_info {
    padding: 1px 0 9px 0;
    color: #a3a3a3;
}

.comment_info span {
    padding: 0 10px;
}

.thiscommentbody {
    min-height: 90px;
    margin-bottom: 24px;
    padding-left: 100px;
}

#respond {
    padding-bottom: 30px;
}

#comments a {
    font-style: italic;
}

.back {
    padding-top: 50px;
}

.single_page .portfolio_descr {
    margin-bottom: 9px;
}

.no_bottom {
    padding-bottom: 0;
}

#page {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.hover_img img {
    width: 100%;
}

iframe {
    border: none;
}

.notice {
    margin: 50px 0 0 0;
}

.notice h1 {
    font-size: 26px;
    line-height: 22px;
    margin: 0 0px 15px 0;
    padding: 0;
    font-weight: 200;
    color: #A2A2A2;
    text-transform: uppercase;
}

.notice span {
    color: #DAA520;
}

.shadow {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(100, 100, 100, 0.75));
    filter: drop-shadow(2px 2px 2px rgba(100, 100, 100, 0.75));
}

.go-top {
    position: fixed;
    top: 2.25em;
    right: 2.5em;
    text-decoration: none;
    color: #828282;
    font-size: 12px;
    display: none;
    z-index: 99999 !important;
}

.go-top:hover {
    color: #DAA520;
}

.green {
    color: #9ACA3C;
}

.gray {
    color: #A7A9AB;
}

.gold {
    color: #DAA520;
}

.button {
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #000000;
    font-size: 16px;
    margin: 12px 0 10px 10px;
    text-transform: uppercase;
    width: auto;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.greenbut {
    border: 1px solid #9ACA3C;
    background: none;
}

.greenbut a {
    padding: 15px 30px;
    color: #9ACA3C !important;
    display: block;
}

.greenbut:hover {
    color: #828282 !important;
    border: 1px solid #A2A2A2;
}

.greenbut a:hover {
    color: #A2A2A2 !important;
}

.btn-learning, .btn-login {
    color: #DAA520 !important;
    font-weight: 300;
    width: 100%;
    border: 1px solid #DDD;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-learning:hover {
    color: #FFFFFF !important;
    background-color: #DAA520;
    /*margin-right: 0;*/
    border-radius: 6px;
    width: 100%;
}

.btn-login {
    background-color: #869696;
    margin-left: 0;
    border-radius: 0 3px 3px 0;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog h1 {
    font-size: 20px;
    margin: 60px 0px 15px;
    padding: 0px;
    font-weight: 200;
    color: #FFFFFF;
    text-transform: uppercase;
}

.modalDialog a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
}

.modalDialog p {
    color: #CECECE;
    text-align: center;
    margin: 0 5px 5px 0;
}

.modalDialog p span {
    color: #DAA520;
}

.modalDialog h1 span {
    color: #DAA520;
    font-size: 26px;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    /*width: 400px;*/
    position: relative;
    margin: 10% auto;
    /*padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}

.modalDialog input.send_btn {
    background: #AEAEAE none repeat scroll 0% 0% !important;
    border: none !important;
}

.modalDialog input.send_btn:hover {
    color: #FFFFFF !important;
    background-color: #DAA520 !important;
}

.modalDialog .close {
    float: none;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .5;
    text-shadow: none;
}

.modalDialog .close:hover {
    color: #FF0000;
}

.error {
    text-transform: none;
    color: #676A6C;
}

.social-icons {
    margin: 0;
    padding: 10px 0 0 0;
    float: right;
}

.social-icons li {
    display: inline-block;
    margin-left: 15px;
}

.social-icons li:first-child {
    margin-left: 0;
}

.social-icons li img {
    font-size: 15px;
    height: 15px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.social-icons li img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.flex-caption {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: 0px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 34px;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 2px #2A2A2A;
    font-weight: 300;
}

.circle {
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.5em;
    font-weight: normal;
}

.circle span {
    display: block;
    margin-top: 12px;
}

#map-canvas {
    margin: 0;
    height: 400px;
}

#map-canvas img {
    max-width: none;
}

#cookieChoiceInfo {
    position: fixed;
    padding: 5px 15px;
    bottom: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    color: #FFFFFF;
    /*background-color: rgba(13,171,138,.85);*/
    background-color: rgba(43, 52, 59, .75);
    font-weight: 300;
    font-size: 12px;
    border-radius: 0 3px 0 0 !important;
}

#cookieChoiceInfo a {
    padding-left: 10px;
    font-weight: 400;
    color: #DAA520;
}

.czuLogo {
    position: fixed;
    margin: 0 25px 10px 0;
    padding: 15px;
    bottom: 0;
    right: -265px;
    z-index: 1000000;
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 12px;
    border-radius: 50px 0 0 50px;
    line-height: none !important;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.czuLogo:hover {
    margin-right: 0;
    right: 0;
    background-color: rgba(20, 20, 20, .85);
    opacity: 1;
    filter: alpha(opacity=100);
}

.option {
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 5;
}

-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.czuLogo:hover {
    margin-right: 0;
    right: 0;
    background-color: rgba(20, 20, 20, .85);
    opacity: 1;
    filter: alpha(opacity=100);
}
.option {
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 5;
}
.large {
    font-size: 1.25em;
}
.counter1, .counter2, .counter3, .counter4 {
    display: inline-block;
    padding-right: 10px;
}
