/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com
	Template Name   : Crafty


	*****************************************


	- Header
	- Billboard
	- Services/features
	- Testimonials
	- Info section
	- Take To Action section
    - footer
	- Responsive code

*/
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('/templates/6/fonts/lato-regular.eot');
    src: url('/templates/6/fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
    url('/templates/6/fonts/lato-regular.woff') format('woff'),
    url('/templates/6/fonts/lato-regular.ttf') format('truetype');
    /*url('/templates/6/fonts/lato-regular.svg#LatoRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('/templates/6/fonts/lato-bold.eot');
    src: url('/templates/6/fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
    url('/templates/6/fonts/lato-bold.woff') format('woff'),
    url('/templates/6/fonts/lato-bold.ttf') format('truetype');
    /*url('/templates/6/fonts/lato-bold.svg#LatoBold') format('svg');*/
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('/templates/6/fonts/avantgardelt-extralight.eot');
    src: url('/templates/6/fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
    url('/templates/6/fonts/avantgardelt-extralight.woff') format('woff'),
    url('/templates/6/fonts/avantgardelt-extralight.ttf') format('truetype'),
    url('/templates/6/fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

.feature a,
a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




/*  header  */
header{
    width: 100%;
    height: 80px;
    background: #353434;
}

header .navbar-brand{
    float: left;
    /*top: 50%;*/
    position: relative;
    /*transform: translateY(-50%);*/
    font-size: 34px !important;
    color: #bcdbfa;
    font-family: 'Fjalla One', sans-serif;
}

header .menu_icon{
    font-size: 24px;
    right: 20px;
    top: 20px;
    position: absolute;
    display: none;
}

header nav{
    overflow: visible;
    display: inline-block;
    padding: 13px 40px;
    line-height: 40px;
    border-left: 1px #404040 solid;
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'lato_regular', "sans-serif", arial;
    letter-spacing: 1px;
}

header nav ul li:first-child{
    margin-left: 0;
}

header a {
    text-decoration: none;
    color: #fff;
}

header a:hover, header a:focus, header a:active{
    color: #005fc7;
}

header ul.social{
    font-size: 40px;
    position: absolute;
    right: 0;
    list-style: none;
    margin-top: 0;
}

header ul.social li{
    float: left;
    margin-left: 10px;
}




/*  Billboard  */
.billboard{
    width: 100%;
    /*height: 580px;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    color: white;
}

.billboard .caption{
    margin-left: 400px;
    margin-top: 175px;
}

.billboard .caption p{
    /*display: inline-block;*/
    color: #fff;
    font-family: "avantgardelt-extralight", arial;
    font-weight: lighter;
    font-size: 35px;
    padding: 20px;
    /*background: rgba(255, 255, 255, 0.6);*/
    margin-bottom: 2px;
    text-transform: uppercase;
    z-index: 8888;
}




/*  Services/features  */
.features{
    width: 100%;
    padding-top: 100px;
    background: #f7f7f7;
    overflow: hidden;
}

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 100px;
}

.features .feature:nth-child(3n+0)
{
    margin-right: 0;
}

.feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
}

.feature .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}

.feature h3{
    margin-bottom: 20px;
    color: #767575;
    font-family: "lato_bold", "sans-serif", arial;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;

}

.feature p{
    margin-bottom: 20px;
    color: #9e9e9e;
    font-family: "lato_regular", "sans-serif", arial;
    font-size: 15px;
    line-height: 22px;

}

.feature a{
    color: #848484;
    font-family: "lato_regular", "sans-serif", arial;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .5px;
}

.feature a:hover{
    color: #353434;
}

.feature a span{
    font-family: arial;
    margin-left: 10px;
}




/*  Testimonials  */
.testimonials{
    text-align: center;
}

.testimonials h2{
    color: #4e4e4e;
    font-family: "lato_regular", "sans-serif", arial;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 1px;
}

.caroufredsel_wrapper{
    max-width: 1040px!important;
    margin: 0 auto!important;
}

.testimonials .testi_slider{
    max-width: 1040px!important;
    height: auto;
    overflow: hidden;
}

.testimonials .testi_slider .t{
    max-width: 1040px!important;
    text-align: center;
    float: left;
    height: auto;
}

.testimonials p{
    color: #8e8d8d;
    font-family: "lato_regular", "sans-serif", arial;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.testimonials p.author{
    color: #686767;
    font-family: "lato_bold", "sans-serif", arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

.testimonials #t_navigation a{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #dadada;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 40px;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.testimonials #t_navigation a.selected{
    background: #bebebe;
}

.sep_line{
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top{
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom{
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}




/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: #3b3b3b;
}

.info_pic{
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('../img/info_img.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_details{
    display: block;
    width: 50%;
    height: 245px;
    float: left;
    padding: 80px 0;
}

.info_details h3{
    color: #fff;
    font-family: "lato_bold", "sans-serif", arial;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}

.info_details p{
    color: #ededed;
    font-family: "lato_regular", "sans-serif", arial;
    font-size: 16px;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 30px;
}

.info_details a{
    color: #fff;
    font-family: "lato_regular", "sans-serif", arial;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}

.info_details a span{
    margin-left: 10px;
}




/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-bottom: 25px;
}

.cta h3{
    font-family: "lato_bold", "sans-serif", arial;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta p{
    font-family: "lato_regular", "sans-serif", arial;
    font-size: 26px;
    margin-top: 10px;
    letter-spacing: .5px;
}

.btn-primary, a.cta_btn{
    background-color: #bcdbfa;
    color: #fff;
    font-family: "lato_regular", "sans-serif", Arial;
    text-decoration: none;
    letter-spacing: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 0;
}

a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;

}

a.cta_btn:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #005fc7 !important;
    color: white !important;
}

.open > .btn-primary{
    background-color: #005fc7 !important;
    color: white !important;
    border: 0;
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}


a{
    color: #3b3b3b;
}




/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 20px;
    }
    .info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }
}


@media (max-width:1000px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
}


@media (max-width: 955px){

    header .logo{
        float: none;
    }

    header .menu_icon{
        display: block;
    }

    ul.social{
        display: none;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{
        border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -o-border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-bottom-right-radius: 2px;
        -o-border-bottom-right-radius: 2px;
    }
    header nav.show_menu{
        display: block;
        margin: 0;
        position: absolute;
        width: 100%;
        top: 80px;
        left: 0;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }

    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }

    /*Menu Stuff*/
    #menu_container{
        position: relative;
    }
    .dropdown-menu {
        position: relative;
        padding-bottom: 0;
    }
    .subItem{
        padding: 0;
        margin-bottom: 0;
        height: 35px;
    }
}

@media (max-width:500px){

    .features .feature{
        width: 100%;
        margin-right: 0!important;
    }

}

p{
    font-size: 18px;
}

.media-image-overlay{
    background: rgba(156, 255, 125, 0) !important;
}

a:hover, a:active, a:focus{
    color: #005fc7;
}


.copyright{
    font-family: 'lato_bold', "sans-serif", arial;
    color: #bcdbfa;
}

#social-links a{
    color: white;
    font-size: 34px;
}

#social-links a:hover{
    color: #bcdbfa
}


.subItem{
    width: 100%;
}

@media(min-width: 956px){
    .dropdown-menu{
        position: absolute;
        margin-top: -2px;
        z-index: 999999;
    }

    .dropdown-menu li{
        margin-left: 0;
    }
    #menu_container{
        height: 80px;
        top: 0;
        position: absolute;
    }

    #menu_container>ul{
        height:100%;
    }

    #menu_container>ul>li{
        height: 100%;
        line-height: 100%;
    }
    #menu_container>ul>li>a{
        line-height: 80px;
    }
}

#address{
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
    color: #bcdbfa;
}

#contactInfo{
    color: ---secondary_color---;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: center;
}

#contactInfo a{
    color: white;
}

#contactInfo a:hover{
    color: #bcdbfa;
}

#contactInfo i{
    margin-right: 8px;
    color: #bcdbfa;
}

/*Calendar*/
.day .event-slot.event {
    background-color: #bcdbfa;
}

.flexContainer{
    border: 1px solid #bcdbfa;
    border-collapse: collapse;
}

.flexContainer .today {

}

.flexColumn{
    border-bottom: 1px solid #bcdbfa;
    border-right: 1px solid #bcdbfa;
}

.flexContainer .day {
    border-bottom: 1px solid #bcdbfa;
    border-right: 1px solid #bcdbfa;
    background-color: white;
}

.flexContainer .inactive{
    background-color: white;
}

/*Tab Section*/
.tabSection .tabs .tab-selected {
    color: white;
    background-color: #2760b3;
}

.tabSection .tabs .tab-unselected {
    color: #2760b3;
    background-color: white;
}

.tabSection .tabs .tabButton {
    transition: 400ms;
}

.tabSection .buttons .tabButton {
    padding: 0 15px;
    font-size: 18px;
    width: 200px;
    vertical-align: text-top;
}

.tabSection .buttons .tabButton .tabTitle {
    padding: 0 15px;
    font-size: 18px;
}

.tabSection .buttons .tab-selected {
    color: #2760b3;
    background: none;
}

.tabSection .buttons .tab-unselected {
    color: #2760b3;
    background: none;
}

.tabSection .buttons .tabIcon {
    border: 1px solid #2760b3;
    border-radius: 50px;
    padding: 15px;
    font-size: 18px;
    transition: 400ms;
}

.tabSection .buttons .icon-selected {
    background-color: #2760b3;
    color: white;
}

.tabSection .buttons .icon-unselected {
    background: none;
    color: #2760b3;
}

#adminLoginLink{
    color: white;
}

#adminEditLink{
    color: white;
}

/*Backgrounds*/
.primaryBackground {
    background-color: #bcdbfa;
    color: white;
}

/*Footer*/
footer{
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
}

footer a{
    color: #65bf95;
}

footer #social-links, #adminLogin, #copyright, #websitesByFinalweb{
    text-align: center;
}


.navbar-brand{
    transform: none;
    padding-top:0;
    line-height: 80px !important;
}

.siteLogoMount>div{
    margin-top: 0;
}

#logoImage{
    margin-top: 0;
}

.siteLogoMount > div{
    margin-top: 0 !important;
}

.noWrapperGroup{
    color: white;
}

.menuItem:hover .dropdown-menu{
    display: block;
}

header .wrapper {
    align-items: center;
    display: flex;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: 100%;
}

#logoImage {
    height: 60px;
}

@media (max-width: 768px) {
    #logoText{
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 480px) {
    .navbar-brand {
        max-width: 200px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 22px
    }
}

@media (min-width: 600px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (min-width: 1382px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }
}

.siteLogoMount{
    max-height: 80px;
}

.fus-navbar-solid{
    position: fixed;
    z-index: 1001;
    top: 0px;
}

.static-page{
    margin-top: 80px;
}

.btn-extra, .btn-extra:hover, .btn-extra:active{
    background-color: #445073;
    border-color: #445073;
    color: #fff;
}

.btn-extra-2, .btn-extra-2:hover, .btn-extra-2:active{
    background-color: #87AE73;
    border-color: #87AE73;
}
