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

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

body{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Raleway';
    font-weight: 300;
    color: #000000;
    /*font-family: 'Raleway', sans-serif;*/
}

h1 , h2 , h3 , h4 , h5 , h6{
    color: #a2332c;
    margin: 0 0 15px 0;
    font-weight: 300;
    font-family: 'Raleway';
    text-transform: uppercase;
}

h1{
    font-size: 42px;
}

h2{
    font-size: 32px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 20px;
}

h5{
    font-size: 18px;
}

h6{
    font-size: 16px;
}

p{
    margin: 0 0 15px 0;
}

img{
    max-width: 100%;
}

a , a:hover , a:focus , a:visited{
    text-decoration: none;
    outline: none;
}

a{
    color: #a2332c;
}

a:hover{
    color: #000000;
}

input{
    outline: none !important;
}

ol , ul{
    margin: 0 0 0 10px;
    padding: 0px;
}

ol li , ul li{
    margin: 0 0 0 10px;   
    padding: 0px;
}

section:before , section:after{
    clear: both;
    display: table;
    content: "";
}

section{
    clear: both;
    position: relative;
    padding: 40px 0;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #58585b !important;
}
::-moz-placeholder {
    opacity: 1 !important;
    color: #58585b !important;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color: #58585b !important;
}
:-moz-placeholder {
    opacity: 1 !important;
    color: #58585b !important;
}

input[type="text"] , input[type="email"] , input[type="url"] , input[type="phone"] , input[type="password"] , textarea{
    width: 100%;
    height: 30px;
    border: 1px solid #a2332c;
    padding: 0 14px;
    font-size: 13px;
}


textarea{
    height: 225px;
    resize: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

.title-main{
    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
}

/* Start Header */

.header-part{
    float: left;
    width: 100%;
    position: relative;
    padding: 35px 0;
}

.main-menu{
    float: left;
    width: auto;
}

.main-menu ul , .main-menu ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main-menu ul li{
    float: left;
    width: auto;
    margin-right: 32px;
    line-height: normal;
}

.main-menu ul li:last-child{
    margin-right: 0px;
}

.main-menu ul li a{
    display: block;
    font-size: 33px;
    color: #606161;
    padding: 42px 0;
}

.main-menu ul li:hover a , .main-menu ul li.current_page_item a{
    color: #a2332c;   
}

.logo{
    float: right;
    width: auto;
    max-width: 300px;
    width: auto;
    height: auto;
    vertical-align: middle;
    padding-top: 32px;
}

.main-part{
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
}

.home-hero{
    padding: 0px;
}

.home-hero .item{
    height: 560px;
}

.info-outer{
    padding: 0 65px;
    float: left;
    width: 100%;
}

.event-more-wrap{
    padding: 75px 0;
}

.event-row{
    margin-left: -11px;
    margin-right: -11px;
}

.event-row .col-xs-12{
    padding-left: 11px;
    padding-right: 11px;
}

.blog-list{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.blog-list img{
    width: 100%;
}

.blog-overlay{
    top: 100%;
    width: 100%;
    background: rgba(0,0,0,0.70);
    height: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog-info{
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Raleway';
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
}

.blog-list:hover .blog-overlay{
    top: 0px;
}

.banner-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-part{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding: 35px 0;
    border-top: 1px solid #a2332c;
}

.footer-inner{
    float: left;
    width: 100%;
    position: relative;
    padding: 0 65px;
    font-size: 13px;
}

.footer-menu{
    float: left;
    width: 33.33%;
}

.footer-inner ul , .footer-inner li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-menu li a{
    display: block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1px;
}

.footer-menu li:hover a{
    color: #a2332c;
}

.footer-insta{
    float: left;
    width: 23.7%;
}

.footer-insta ul{
    margin-left: -3px;
    margin-right: -3px;
}

.footer-insta li{
    width: 33.33%;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
}

.footer-inner h6{
    text-transform: inherit;
    color: #000000;
    font-weight: 300;
    margin-bottom: 8px;
    letter-spacing: 0.75px;
    font-size: 13px;
}

.footer-news {
    float: left;
    width: 35%;
    padding-left: 3.3%;
}

.footer-inner input[type="text"] , .footer-inner input[type="email"]{
    width: 100%;
    max-width: 233px;
    height: 30px;
    border: 1px solid #a2332c;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 0px;
}

.footer-inner .form{
    margin-top: 20px;
}

.footer-inner input[type="submit"]{
    width: 58.89px;
    height: 30px;
    border: none;
    background: #a2332c;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.67px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-left: 3px;
}

.footer-inner input[type="submit"]:hover{
    background: #000000;
}

.footer-address{
    width: 26.2%;
    float: left;   
    text-align: right;
    font-size: 13px;
}

.mail-link , .phone-link{
    color: #000000;
    font-weight: 700;
    display: block;
}

.social-link{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    margin: 10px 0;
}

.social-link ul{
    float: right;
}

.social-link ul li{
    float: left;
    width: auto;
    margin-right: 6px;
}

.social-link ul li:last-child{
    margin-right: 0px;
}

.footer-address .fa{
    color: #a2332c;
}

.footer-news {
    float: left;
    width: 40%;
    padding-left: 8%;
}

.mail-link:hover , .phone-link:hover{
    color: #a2332c;   
}

.mail-normal{
    color: #000000;
    display: block;
}

.mail-normal:hover{
    color: #a2332c;      
}

.member-wrapper{
    float: left;
    width: 100%;
    margin: 35px 0;
}

.member-wrapper .row{
    margin-left: -10px;
    margin-right: -10px;
}

.member-wrapper .col-xs-12{
    padding-left: 10px;
    padding-right: 10px;
}

.member-blog{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.member-image{
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #000000;
}

.member-image img{
    width: 100%;
}

.member-desc{
    float: left;
    width: 100%;
    position: relative;
    padding: 17px 23px 11px 23px;
    border: 1px solid #000000;
    border-top: none;
}

.member-desc h6{
    margin: 0 0 4px 0;
}

.member-desc .member-position{
    text-transform: inherit;
    font-weight: 700;
    margin: 0px;
}

.member-desc-info{
    font-size: 13px;
    line-height: 16.4px;
    clear: both;
    padding: 20px 23px;
    border: 1px solid #000000;
    border-top: none;
    display: none;
}

.member-desc-info p:last-child{
    margin-bottom: 0px;
}

.blog-link-group{
    display: inline-block;
    width: 100%;
    position: relative;
}

.link-group-inner{
    float: left;
    width: 100%;
    position: relative;
}

.link-group-img{
    float: left;
    width: 100%;
    max-width: 217px;
    border: 1px solid #000000;
}

.link-group-info{
    margin-left: 240px;
    padding: 33px 50px 30px 50px;
    position: relative;
}

.link-group-info:before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #a2332c;
    height: 18px;
    content: "";
    width: 100%;
}

.link-group-info h2{
    color: #606161;
    font-size: 31.38px;
    line-height: 40.35px;
    text-transform: uppercase;
    font-weight: 700;
}

.link-group-info h2 a{
    color: #606161;
    text-decoration: underline;
}

.link-group-info h2 a:hover{
    color: #a2332c;
}

.filter-list{
    display: inline-block;
    width: 100%;
    position: relative;
}

.filter-list a{
    display: inline-block;
    width: auto;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.filter-list a:after{
    content: "|";
    padding-left: 6px;
    padding-right: 6px;
}

.filter-list a:last-child:after{
    display: none;
}

.filter-row .blog-info{
    font-size: 28px;
    line-height: 33.6px;
    font-weight: 300;
    text-transform: uppercase;
}

/**** 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;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

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

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-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;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.colio-title{
    display: inline-block;
    width: 100%;
    padding: 20px 60px 20px 24px;
    border-bottom: 1px solid #000000;
}

.colio-title h4{
    font-size: 22px;
    line-height: 26.4px;
    margin: 0px;
}

.main-colio{
    padding-bottom: 54px;
    border: 1px solid #000000;
}

.colio-navigation{
    display: none !important;
}

.colio-slider{
    display: inline-block;
    width: 100%;
    position: relative;
}

.colio-slider .item{
    height: 560px;
}

.colio-slider .owl-stage-outer{
    border-bottom: 1px solid #000000;
}

.colio-out-inset{
    display: inline-block;
    width: 100%;
    padding: 0 60px;
    margin: 40px 0 0 0;
}

.colio-out-top-info{
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
}

.colio-out-bottom-info{
    display: inline-block;
    width: 100%;
    background: #808284;
    color: #ffffff;
    padding: 15px 20px 10px 20px;
}

.h-10{
    display: inline-block;
    height: 10px;
    width: 100%;
}

.contact-left{
    float: left;
    width: 100%;
    position: relative;
}

.contact-left h6{
    font-size: 14px;
}

.contact-left a{
    color: #000000;
    display: block;
}

.contact-left a:hover{
    color: #a2332c;
}

.contact-right{
    width: 100%;
    float: left;
}

.field-form{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

.field-captcha{
    padding-left: 100px;
    padding-right: 146px;
}

.captcha-code{
    position: absolute;
    top: 10px;
    left: 0px;
}

.field-form input[type="submit"] {
    width: 134px;
    height: 42px;
    border: none;
    background: #a2332c;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.67px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    right: 0px;
    top: 0px;
}

.field-form input[type="submit"]:hover{
    background: #000000;
}

.field-captcha input[type="text"]{
    height: 42px;
}

@media(max-width: 1140px){
    .info-outer , .footer-inner{
        padding: 0px;
    }

    .footer-menu{
        width: 13%;
    }

    .footer-news{
        width: 37%;
    }
}

@media(min-width: 992px) and (max-width: 1140px){
    .event-row {
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media(max-width: 991px){
    .footer-inner input[type="text"], .footer-inner input[type="email"]{
        max-width: 155px;
    }

    .main-menu ul li{
        margin-right: 25px;
    }

    .main-menu ul li a{
        font-size: 30px;
    }

    .header-part{
        padding: 20px 0;
    }

    .home-hero .item{
        height: 420px;
    }

    .link-group-info {
        margin-left: 240px;
        padding: 15px 30px 25px 30px;
        position: relative;
    }

    .link-group-info h2 {
        font-size: 25px;
        line-height: 34px;
    }
}

@media(max-width: 767px){

    h1 , h2 , h3 , h4 , h5 , h6{
        line-height: normal;
    }

    h1{
        font-size: 26px;
    }

    h2{
        font-size: 22px;
    }

    h3{
        font-size: 20px;
    }

    h4{
        font-size: 18px;
    }

    h5{
        font-size: 16px;
    }

    h6{
        font-size: 14px;
    }

    section{
        padding: 40px 0;
    }

    .title-main{
        margin-bottom: 25px;
    }

    .footer-menu , .footer-news , .footer-insta , .footer-address{
        width: 100%;
        padding: 0 0 25px 0;
        text-align: left;
    }

    .social-link ul{
        float: left;
    }

    .footer-address{
        padding-bottom: 0px;
    }

    .footer-inner input[type="text"], .footer-inner input[type="email"]{
        max-width: 215px;
    }

    .logo{
        float: left;
        width: auto;
        max-width: 220px;
        padding-top:0px;
    }

    .header-part{
        padding: 15px 0;
    }

    .home-hero .item{
        height: 320px;
    }

    .captcha-code , .field-form input[type="submit"]{
        top: 62px;
    }

    .field-captcha {
        padding-left: 0;
        padding-right: 0;
    }

    .colio-out-inset{
        padding: 0px;
    }

    .colio-slider .item{
        height: 300px;
    }

    .colio-title {
        padding: 14px 35px 14px 12px;
    }

    .colio-title h4 {
        font-size: 18px;
    }

    .colio-close {
        position: absolute;
        top: 19px;
        right: 40px;
    }

    .colio-close span {
        background-size: 18px 18px;
    }

    .main-colio{
        padding-bottom: 0px;
    }

    .link-group-img {
        clear: both;
    }

    .link-group-info {
        margin-left: 0;
        padding: 20px 0px 20px 0px;
        float: left;
        width: 100%;
    }

    .link-group-info h2 {
        font-size: 14px;
        line-height: 22px;
        margin: 0px;
    }

    .link-group-info::before {
        height: 5px;
    }
    
    .mean-container a.meanmenu-reveal {
    	top: 0px !important;
    }
}

.vc_row.colio-out-inset {
    margin-left: 0px;
    margin-right: 0px;
}

.no-top-margin {
    margin-top: 0px !important;
}

.sk-no-margin .event-part.event-more-wrap {
    margin-top: 0px !important;
    padding-top: 10px !important;
}

.info-outer.event-row {
	padding: 0 37px 0 67px;
}

.sk-project-content .colio-out-bottom-info .wpb_content_element{
	margin-bottom: 5px !important;
}

.container1 {
 max-width: 1110px;
 margin: 0 auto;
 padding: 0 15px;
}

body.single.single-project .wpb_content_element {
    margin-bottom: 0;
}