﻿body {
    overflow-x: hidden;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#000;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #FF7800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

@media(min-width:768px) {
	
	p {
    	font-size: 20px;
	}

	p.small {
	    font-size: 16px;
	}
	
	section ul{
    	font-size: 20px;
	}


    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    
    .navbar-nav>li>a{
		padding:19.5px 10px 19.5px 10px;
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
		color:#FF8700;
		background-color:#FFF;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		background-color:#e7e7e7;

	}
	
	.dropdown-menu{
		background-color:#e7e7e7;
		border:0;
		border-radius:0;
		box-shadow:none;
		-webkit-box-shadow:none;		
	}

	header{
		margin-top:100px;
	}
	
	header.shrink{
		margin-top:80px;
	}

	.carousel-indicators li, .carousel-indicators .active{
		width:15px;
		height:15px;
	}
	
	.navbar .navbar-nav{
		letter-spacing:0;
	}	
	
	.carousel-inner img{
		width: 100%;
	}
	
}

@media (min-width: 979px){

	.text-right-md{
		text-align:right;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	
	p {
    	font-size: 16px;
	}

	p.small {
	    font-size: 14px;
	}

	.navbar {
        font-size: 12px;
        letter-spacing:0px;
    }
    
    .navbar-brand img{
		width:100px;
		padding-top: 15px;
	}
	
	.navbar-fixed-top{
		padding: 10px 0;
	}
	
	header{
		margin-top:80px;
	}

}

@media(max-width:767px) {
	
	p {
    	font-size: 14px;
	}

	p.small {
	    font-size: 12px;
	}

    .navbar-fixed-top {
    	padding:10px;
    }
    
    header{
		margin-top:80px;
	}
		
	.carousel-caption, .carousel-indicators{
		display:none;
	}


}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default {
    border: 0;
    border-bottom: solid 1px #000;    
    background-color:#FFF;
}

.navbar-brand{
	padding: 0 15px;
	height:60px;
}

.navbar-default .navbar-nav>li>a{
	color: #000;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #FF7800;
}


section {
    padding: 50px 0;
}

section h2 {
    margin: 0 0 10px 0;
    font-size: 3em;
}

section.orange {
    color: #fff;
    background-color: #FF7800;
    padding: 30px 0;
}

section.orange a,
section.orange a:hover,
section.orange a:focus,
section.orange a:active,
section.orange a.active {
    outline: 0;
    color: #000;
}

section.map{
	padding: 0px;
}


@media(max-width:767px) {
    section {
        padding: 25px 0;
    }
    
    section h2 {
	    margin: 0;
	    font-size: 1.5em;
	}
}

.btn-outline {
    margin-top: 15px;
    border: solid 1px #fff;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
    background-color:#FFF;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.active {
    border: solid 1px #000;
    color: #fff;
    background: #fff;
}

.btn-orange{
	background-color:#FF7800;
	color:#FFF;
	transition: all .3s ease-in-out;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.active {
    color: #FFF;
    background: #000;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-image: url("../img/office_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #222;
}

.text-primary{
	color:#000;
}

.thumbnail{
	border-radius:0;
}

.modal-content{
	border-radius:0px;
}

.maps iframe{
    pointer-events: none;
}

.error{
	font-weight:normal;
	color:#FF7800;
}