/*
Theme Name: kyawksoe
Version: 1.0.0
Theme URI: http://optimized360.com
Template: rogue
Author: Optimized360
Author URI: http://optimized360.com/about-us
License: Copyright Optimized360 LLC - All Rights Reserved © 2013-2016
*/

/*========================================================================
			Base
========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
html body {
	font-size: 18px;
	color: #747474;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.8;
    font-weight: normal;
	position:relative;
}
#main-content article h1, h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px;
	color: #2d2d2d !important;
	margin: 0 0 15px;
}
#main-content article h2, h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 32px;
	color: #2d2d2d !important;
	margin: 0 0 15px;
}
#main-content article h3, h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
	color: #2d2d2d !important;
	margin: 0 0 15px;
}
#main-content article h4, h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	color: #2d2d2d !important;
	margin: 0 0 15px;
}
#main-content article h5, h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 23px;
	color: #2d2d2d !important;
	margin: 0 0 15px;
}
#main-content article h6, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	color: #2d2d2d !important;
	margin: 0 0 15px;
}
h1 a, h5 a, h6 a, h2 a, h3 a, h4 a {
	color: #2d2d2d; 
}
body a:focus, body a:hover, body a:active {
	outline: none;
	color: #5888bc;
	cursor: pointer;
	text-decoration: none;
}
body a {
	color: #2d2d2d;
}
img {
	max-width: 100%;
	vertical-align: top;
}
p {
	margin: 0 0 15px;
	font-weight: normal;
}
.nopadding{ 
	padding:0 !important;
	margin:0 !important;
}
.btn{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #6fa7e3;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-radius:0;
	border:0;
	text-transform: uppercase;
    padding: 15px 25px;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff !important;
}
.btn:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3d92ec;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
    color: white;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*========================================================================
			Modules
========================================================================*/

/*---== HeaderBar Start ==---*/

#headerbar{
	padding:10px 0;
	position:fixed;
	z-index:9999;
    top: 0;
    left: 0;
    right: 0;
	width:100% !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.logo{
	margin-left:20px;
}

/*---== NavBar Start ==---*/

#navbar{
	margin-top:30px;
	margin-right:55px;
}

/*---== Hero-InnerStart ==---*/
#hero-inner img{
	width:100%;
}

/*---== HeaderBar Start ==---*/

#hero{}
#hero-home .item img{
	width:100%;
}
.home .slide_description{
	position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%, -25%);
	-moz-transform: translate(-25%, -25%);
	-ms-transform: translate(-25%, -25%);
	-o-transform: translate(-25%, -25%);
	-webkit-transform: translate(-25%, -25%);
}
.home .slide_content {
   	text-align: left;
	max-width:520px;
	width:100%;
	background-color:rgba(88, 136, 188, 0.85);
	padding:25px 30px;
}
.home .slide_content p{
	font-weight:700;
	color: #fff;
    font-size: 28px;
    line-height: 38px;
    text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:0;
}
.home .slide_content p a{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
	color:#fff;
    background: #deba6c;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	border-radius:0;
	border:0;
	padding:15px 25px;
	font-size:15px;
	font-weight:400;
	letter-spacing:0.5px;
	line-height:15px;
	margin-top:25px;
	margin-bottom:5px;
}
.home .slide_content p a:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cc9e3b;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home .slide_content p a:hover, .home .slide_content p a:focus, .home .slide_content p a:active {
    color: white;
}
.home .slide_content p a:hover:before, .home .slide_content p a:focus:before, .home .slide_content p a:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*---== Services Start ==---*/

#excerpt{
	background-color:#719ac6;
	padding:15px 0;
	text-align:center;
}
#excerpt span{
	color:#e0e0e0;
	font-size:20px;
	font-weight:500;
	letter-spacing:1px;
	line-height:normal;
	text-transform:uppercase;
}
#excerpt .phone{
	color:#e0e0e0;
}
#excerpt span.business-address{
	border-right:1px solid #e0e0e0;
	padding-left:0;
}

/*---== Services Start ==---*/
#services{
	padding:80px 0;
	position:relative;
}
#services:before{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-image:url(../media/images/services-bg-new.png);
    background-position: right top;
	background-repeat:no-repeat;
	background-size:cover;
    display: block;
	background-size:cover;	
}
#services h2{
	font-size:33px;
	line-height:normal;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	margin-bottom:45px;
	margin-top: 25px;
	z-index:11;
	position:relative;
}
.service-output{
	margin-bottom:50px;
}
.service-4{
	margin-bottom:0;
}
.service-output h3{
	font-size:17px;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	line-height:normal;
	background-color:#96b7db;
	padding:6px 25px 6px 8px;
	display:inline-block;
	margin-bottom:25px;
}
.service-output ul{
	padding-left:28px;
}
.service-output ul li{
	line-height:15px;
	list-style:none;
	position:relative;
}
.service-output ul li:before{
	content:'';
	position:absolute;
	height:6px;
	width:6px;
	background-color:#b7b6b6;
	left:-21px;
	top:11px;
	border-radius:50%;
}

.service-output ul li a{
	font-size:16px;
	line-height:26px;
	color:#3f3e3e;
	font-weight:400;
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-webkit-transition:all 1s ease;
}
.service-output ul li a:hover, .service-output ul li a:focus, .service-output ul li a:active{
	color:#6898cc;
}
/*---== Highlights Start ==---*/

#highlights{
	position:relative;
}
#highlights img + span{
	padding:35px 25px;
	background-color:#e8cb65;
	color:#fff;
	max-width: 148px;
    width: 100%;
    display: block;
	text-align:center;
	font-weight:700;
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
	position: absolute;
    bottom: 0;
    right: 0;
}
#highlights img + span em{
	font-family:inherit;
	color:#fff;
	font-size:55px;
	font-weight:500;
	line-height:normal;
	font-style:normal;
}
#highlights .nopadding img{
	width:100%;
}
#highlights h2{
	max-width: 606px;
    width: 100%;
    margin: 95px auto 34px 10%;
	text-transform: capitalize;
    font-size: 35px;
    line-height: normal;
    font-weight: 400;
    color: #1f1f1f !important;
}
.highlights-output{
	max-width: 606px;
    width: 100%;
    margin: 0 auto 0 10%;
	font-size:16px;
	line-height:29px;
}
.highlight-title{
	display:block;
	margin-bottom:28px;
}
.highlight-subtitle{
	display:block;
	margin-bottom:20px;	
}
.highlights-output .logos{
	margin-bottom:42px;
}
.highlights-output .logos img{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}

/*---== MainContent Start ==---*/
#main-content{
	min-height: 450px;
	padding:50px 0;
}
.home #main-content{
	min-height:0;
	padding:0;
}
.home #main-content main > div{
	max-width: 100% !important;
    width: 100% !important;
    margin: auto;
	margin-right:0;
	padding:0;
}
.home #main-content main{
	width:100% !important;
	padding:0 !important;
}
#main-content main {
	border-top: 0 !important;
	box-shadow: none !important;
	width: 1200px !important;
	padding:0 15px !important;
}
.home #main-content main .right{
	text-align:center !important;
}
.home #main-content main .right h2{
	margin-top:70px;
	font-size:28px;
	line-height:38px;
	font-weight:400;
	margin-bottom:38px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.home #main-content main .right p{
	max-width:580px;
	margin:auto;
	width:100%;
	font-size:17px;
	line-height:29px;
	padding-bottom:27px;
}
.home #main-content main .carousel-inner{
	position:relative;
}
.home #main-content main .carousel-inner img{
	width:100%;
}
.home #main-content main .carousel-inner h2{
	font-size:20px;
	font-weight:400 !important;
	color:#302f2f !important;
	text-align: right;
	text-transform:uppercase;
    background-color: rgba(236, 207, 106, 0.82);
	padding:21px 70px;
	display: inline;
    float: right;
	letter-spacing:1px;
	position:absolute;
	top:0;
	right:0;
	margin-top:43px;
}
.home #main-content main ol.carousel-indicators li{
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
	margin-right:14px;
}

/*---== TestimonialStart ==---*/

#testimonials{
	background-color:#96b7db;
	padding:80px 0;
}
#testimonials h2{
	color:#fff !important;
	text-transform:uppercase;
	font-size:35px;
	line-height:normal;
	font-weight:400;
	letter-spacing:2px;
	position:relative;
	padding:0 20px;
	max-width: 280px;
    width: 100%;
    margin: auto;
	margin-bottom:10px;
	margin-top:22px;
}
#testimonials h2:before{
	content:'';
	position:absolute;
	border:1px solid #fff;
	left: -238px;
    top: 21px;
	max-width:285px;
	width:100%;
}
#testimonials h2:after{
	content:'';
	position:absolute;
	border:1px solid #fff;
	left: 238px;
    top: 21px;
	max-width:285px;
	width:100%;
}
#testimonials p{
	color:#fff;
	font-size:14px;
	line-height:normal;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:30px;
}
#testimonials .item{
	max-width: 1040px;
    width: 100%;
    margin: auto;
}
#testimonials .carousel-control.left, #testimonials .carousel-control.right{
	background:none;
	opacity:1;
}
#testimonials .carousel-control.left{
	margin-right: auto;
    width: 32px;
    height: 58px;
	top: calc(40% - 29px);
}
#testimonials .carousel-control.right{
	margin-left: auto;
    width: 32px;
    height: 58px;
	top: calc(40% - 29px);

}
.testimonial-1, .testimonial-2, .testimonial-3, .testimonial-4, .testimonial-5, .testimonial-6{
	display: inline-block;
    width: 49.5%;
    vertical-align: text-top;
}
.testimonial-output{
	max-width:460px;
	width:100%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(123,150,179,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(123,150,179,1);
	box-shadow: 0px 0px 8px 1px rgba(123,150,179,1);
	background-color:#fff;
	position:relative;
	padding:55px 40px 40px;
	margin:auto;
}
.testimonial-output:before{
	content:'';
	position:absolute;
	width: 30px;
	height: 22px;
	bottom: -21px;
    left: 175px;
	background: url(../media/images/testimonials-arrow.png) no-repeat;
}
.testimonial-text{
	font-size:16px;
	font-weight:400;
	line-height:26px;
	color:#626060;
	display:block;
	margin-bottom:15px;
}
.rating i.fa-star{
	color:#debe2b;
	font-size:24px;
}
.testimonial-text img{
	margin-top: -13px;
}
.name-img{
	display: inline-block;
    margin-left: 95px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

/*---== FormStart ==---*/

#form{
	padding:90px 0 65px;
}
#form iframe{
	margin-left:23px;
}
#form h2{
	color: #1f1f1f !important;
    text-transform: uppercase;
    font-size: 35px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    padding: 0 20px 0 0;
    max-width: 420px;
    width: 100%;
    margin: 10px 0 45px;
}
#form h2:after{
	content: '';
    position: absolute;
    border: 1px solid #dfe1e3;
    left: 245px;
    top: 21px;
    width: 100%;
}
#form form p{
	margin-bottom: 0;
    right: 85px;
    position: absolute;
    bottom: 25px;
	color: #02a502;
    text-transform: uppercase;
}
#form input, #form select, #form textarea{
	border-radius:0;
	box-shadow:none;
	border:2px solid #dedede;
	color:#7d7c7c;
	font-size:13px;
}
#form .error{
	color:#F00;
	font-size:12px;
	display:none
}
#form textarea{
	height:160px;
}
#form input, #form select{
	height:43px;
}
#form select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	background:url("../media/images/dd-arrow.png") no-repeat;
	background-position: 95% 14px;
}
#form .btn{
	padding-left:80px;
	padding-right:80px;
}
/*---== FooterTop Start ==---*/

#footer-top{}
#footer-top .row-top{
	padding:24px 0;
	background-color:#eccf6a;
	text-align:center;
}
#footer-top .row-top a{
	font-weight:700;
}
#footer-top .row-top p{
	font-size:20px;
	line-height:normal;
	color:#4e3f0d;
	text-transform:uppercase;
	margin:0;
	letter-spacing:1px;
}
#footer-top > .row-top + div h2{
	color:#1f1f1f !important;
	text-transform:uppercase;
	font-size:35px;
	line-height:normal;
	font-weight:400;
	letter-spacing:2px;
	position:relative;
	padding:0 20px;
	max-width: 350px;
    width: 100%;
    margin:80px auto 5px;
}
#footer-top > .row-top + div h2:before{
	content:'';
	position:absolute;
	border:1px solid #dfe1e3;
	left: -335px;
    top: 21px;
	max-width:350px;
	width:100%;
}
#footer-top > .row-top + div h2:after{
	content:'';
	position:absolute;
	border:1px solid #dfe1e3;
	left: 335px;
    top: 21px;
	max-width:350px;
	width:100%;
}
#footer-top > .row-top + div h2 + p{
	text-transform:uppercase;
	font-size:13px;
	line-height:28px;
	color:#7d7c7c;
	font-weight:500;
    letter-spacing: 1px;
	margin-bottom:80px;
}
#footer-top h4{
	color:#2d2d2d;
	font-weight:500;
	font-size:17px;
	text-transform:uppercase;
	margin-top:30px;
	line-height:normal;
	opacity:0.7;
}
#footer-top h4 + a{
	font-size:14px;
	font-weight:500;
	color:#878585;
	background-color:#f3f6f9;
	display:inline-block;
	padding:5px 12px 5px 18px;
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-webkit-transition:all 1s ease;
}
#footer-top h4 + a:hover, #footer-top h4 + a:focus, #footer-top h4 + a:active{
	color: #ffffff;
    background-color: #eccf6a;
}
#footer-top .row-bottom{
	background-color:#f7fafc;
	padding:70px 0;
	text-align:center;
	margin-top:140px;
}
#footer-top .row-bottom h2{
	color:#1f1f1f !important;
	text-transform:uppercase;
	font-size:35px;
	line-height:normal;
	font-weight:400;
	letter-spacing:2px;
	margin-bottom:25px;
	margin-top:10px;
}
#footer-top .row-bottom p{
	max-width:790px;
	width:100%;
	margin:auto;
	font-size:16px;
	font-weight:400;
	line-height:28px;
	color:#1f1f1f;
}

/*---== FooterTop main ==---*/

#footer-main{
	background-color:#3c3c3c;
	padding:75px 0 45px;
}
#footer-main h3{
	font-size:18px;
	font-weight:400;
	color:#fff !important;
	text-transform:uppercase;
	margin-bottom:25px;
}
#footer-main ul{
	text-align:left;
	padding-left:0;
	line-height:normal;
}
#footer-main ul li{
	line-height:normal;
	list-style:none;
	display: inline-block;
    width: 49%;
}
#footer-main ul li a{
	font-size:12px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-webkit-transition:all 1s ease;
}
#footer-main ul li a:hover, #footer-main ul li a:focus, #footer-main ul li a:active{
	opacity:0.5;
}
#footer-main img{
	margin-top:18px;
}
#footer-main .business-address{
	color:#e0e0e0;
	font-size:14px;
	line-height:normal;
	padding-left: 20px;
    position: relative;
    max-width: 175px;
    display: block;
    margin: auto;
    text-align: left;
}
#footer-main .business-address:before{
	content:'';
	position:absolute;
	background: url(../media/images/map-icon.png) no-repeat 0 0;
	width:15px;
	height:21px;
	left:0;
	top:0;
}
#footer-main .phone{
	color: #e0e0e0;
    font-size: 14px;
    line-height: normal;
    padding-left: 32px;
    position: relative;
    max-width: 177px;
    display: block;
    margin: auto;
    text-align: left;
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-webkit-transition:all 1s ease;
}
#footer-main .phone:hover, #footer-main .phone:focus, #footer-main .phone:active{
	opacity:0.5;
}
#footer-main .phone:before{
	content:'';
	position:absolute;
	background: url(../media/images/phone-icon.png) no-repeat 0 0;
	width: 24px;
    height: 24px;
    left: -4px;
	top:-4px;
}
.divider{
	border-right:1px solid #474747;
	height:150px;
}
#footer-main .legal{
	text-align:center;
	margin-top:30px;	
}
#footer-main .legal p{
	color:#fff !important;
	opacity:0.4 !important;
	font-size:13px;
	margin-bottom:0;
	letter-spacing:1px;
	line-height:normal;
	font-weight:300;
}
#footer-main .legal p a{
	color:#fff !important;
	opacity:1 !important;
}
#footer-main .legal p a:hover, #footer-main .legal p a:focus{
	opacity:1;
}
/*========================================================================
			Main Nav Style           
========================================================================*/

.navbar {
	border:0;
	margin:0;
	border-radius:0;
	padding:0;
	background:transparent !important;
}


/*========================================================================
							Menu Level One           
========================================================================*/

.navbar li {
	font-family: 'Ubuntu', sans-serif; 
}
#navbar .navbar .navbar-nav{
	float:right;
}
/* Main Menu Item */
#navbar .navbar .navbar-nav > li > a{
	font-size:14px;
	color:#555353;
	font-weight:700; 
	letter-spacing:1.2px; 
	text-transform: uppercase; 
	line-height:normal;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-moz-transition:all 1s ease;
}

#navbar .navbar .navbar-nav > li:last-child > a{
	color:#d40c0c;
}

/* Main Menu Item Hover, Active, Focus, Open */
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
	color:rgb(88, 136, 188) !important;
	background:;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color:;
    background-color:transparent;
}

/*========================================================================
							Menu Level Two (Dropdown)           
========================================================================*/

/* Dropdown Menu Wrap */
.dropdown-menu{
	background: rgba(113, 154, 198, 0.9);
    color: #1d1d1d;
    text-transform: uppercase;
    font-weight: 500;
}

/* Dropdown Menu Item */
.dropdown-menu>li>a{
	padding: 12px;
	font-weight:500;
	color:#fff;
	letter-spacing:1px;
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-webkit-transition:all 1s ease;
}

/* Dropdown Menu Item Hover, Active, Focus */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus{
	color:#fff;
	background:#4077b3;
}




.navbar li ul li { position:relative;}
.navbar li ul li ul{ display:none; position:absolute; left:100%; width:100%;}
.navbar li ul li:hover ul{ display:block; position:absolute; right:0; top:0;}

/*========================================================================
							Mobile Menu           
========================================================================*/

/* Mobile Menu Toggle Button Border */
.navbar .navbar-toggle {
  border-color: transparent;
}

/* Mobile Menu Toggle Bar BG*/
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
	background:;
}


/* Mobile Menu Toggle Button Icons (Hamburger Menu) */
.navbar .navbar-toggle .icon-bar {
  background-color:;
}

/* Mobile Menu Toggle Button Icons (Hamburger Menu) Hover */
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar{
	background-color:;
}

/* Mobile Dropdown Menu Box Border */


.navbar .navbar-toggle  a{ color:;
 
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}
/* Small Devices, Tablets */ /* Most used. Size of iPad Mini non-retina and iPhone 6 Plus */
@media only screen and (min-width : 768px) {}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

@media only screen and (min-width : 1230px) {
.container{
	width:1200px;
}
.home #main-content main > div{
    max-width:90% !important;
	width: 100% !important;
    margin-right: auto !important;
    margin: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 1799px) {
#navbar{
	margin-right:0;
}
#navbar .navbar .navbar-nav > li > a{
	padding:10px 12px;
}
.home #main-content main > div{
	max-width: 92% !important;
    width: 100% !important;
}
#highlights h2{
	margin: 34px auto 34px 10%;
}
.home #main-content main .right h2{
	margin-top:55px;
}
}
@media only screen and (max-width : 1599px) {
.logo {
    margin-left: 0px;
}
#navbar .navbar .navbar-nav > li > a{
	padding:10px 9px;
	font-weight:500;
}
.home #main-content main > div{
	max-width: 100% !important;
    width: 100% !important;
}

.highlight-title{
	margin-bottom:18px;
}
.highlight-subtitle{
	margin-bottom:10px;
}
.highlights-output .logos{
	margin-bottom:20px;
}
}

@media only screen and (max-width : 1470px) {
#navbar .navbar .navbar-nav > li > a{
	font-size: 14px;
    letter-spacing: 0;
}
.home #main-content main .right h2{
	margin-top: 45px;
	margin-bottom:20px;
}
.highlight-title{
	line-height:28px;
}
.highlight-subtitle{
	line-height:28px;
}
.highlights-output .logos{
	margin-bottom:15px;
}
#excerpt .phone {
    color: #e0e0e0;
}
}
@media only screen and (max-width : 1366px) {
#navbar .navbar .navbar-nav > li > a{
	font-size: 13px;
	padding:10px 7px;
}
.home #main-content main .right h2 {
    margin-top: 50px;
    margin-bottom: 5px;
}
.home #main-content main .right p{
	font-size: 15px;
	padding-bottom: 20px;
}
.highlight-title {
    line-height: 24px;
    font-size: 14px;
	margin-bottom: 10px;
}
.highlight-subtitle{
	line-height: 24px;
    font-size: 14px;
	margin-bottom: 0;
}
#highlights h2 {
    margin: 30px auto 10px 10%;
}
.highlights-output a.btn{
	margin-bottom:15px;
}
#form {
    padding: 90px 0 55px;
}
#footer-top > .row-top + div h2{
	margin: 40px auto 5px;
}
#footer-top .row-bottom{
	margin-top:50px;
	padding: 50px 0;
}
#footer-top .row-bottom h2{
	margin-top:0;
}
}

@media only screen and (max-width : 1199px) {
#main-content main {
	width: 970px !important;
}
#navbar{
	margin-top:20px;
}
#excerpt .phone{
	margin-right:0;
}
#form h2:after{
	width:100%;
	max-width:285px;
}
#highlights h2 {
    margin: 50px auto 30px;
}
.highlights-output{
	margin:auto;
}
.highlight-title {
    line-height: 29px;
    font-size: 17px;
    margin-bottom: 25px;
}
.highlight-subtitle{
	line-height: 29px;
    font-size: 17px;
    margin-bottom: 20px;
}
#highlights{
	padding-bottom:50px;
}
#services{
	overflow:hidden
}
#services:before{
	right:-50px;
}
.testimonial-output{
	max-width:400px;
}
.home #main-content main > div > div, .home #main-content main .right{
	width:100% !important;
	max-width: 100% !important;
	margin-right:0 !important;
}
.home #main-content main .right{
	padding:50px 0
}
.home #main-content main .right h2{
	margin-top:30px;
}
#services h2{
	margin-top:5px;
}
#footer-top .row-bottom{
	margin-top:70px;
}
#footer-top > .row-top + div h2:before{
	max-width: 200px;
	left: -185px;
}
#footer-top > .row-top + div h2:after{
	max-width: 200px;
	left: 335px;
}
#navbar .navbar .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px 5px;
}
#testimonials h2{
	margin-top:5px;
}
#form h2{
	margin-top:0;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
#main-content main {
	width: 750px !important;
}
#services:before {
    right: -200px;
}
#footer-top .row-bottom{
	padding: 70px 30px;
}
#navbar .navbar .navbar-nav > li > a{
	padding:10px 5px;
}
#testimonials .item{
	text-align:center;
}
.testimonial-1, .testimonial-2{
	width:44%;
}
.testimonial-output{
	max-width:320px;
}
#excerpt span.business-address{
	display: block;
    margin-bottom: 10px;
	border-right:0;
	display:block;
	text-align:center;
}
#excerpt span{
	padding:0 !important;
}
#navbar .navbar .navbar-nav{
	display:block;
	float:none !important;
	text-align: center;
    margin: auto;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.logo{
	margin:auto;
    max-width: 240px;
}
#footer-top h4 + a{
	margin-bottom:30px;
}
#footer-top .row-bottom{
	margin-top:40px;
}
.home #main-content main .right h2{
	margin-top:0;
}
#services:before{
	bottom:-30px;
}
.highlights-output .logos img{
	margin-bottom:15px;
}
.highlights-output .logos{
	margin-bottom:0;
}
#form h2{
	max-width:475px;
}
#form h2:after{
	width:100%;
	max-width:none;
}
.home .slide_description {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
}
.home .slide_content{
	text-align:center;
	max-width:100%;
}
#hero-home .carousel-indicators{
	bottom:-30px;
}
#navbar {
    margin-top: 10px;
}
#headerbar{
	padding-bottom:0;
}
#services{
	padding: 0;
	background-image: none;
}

#services:before{
	display: none!important;
}


#services h2{
	text-align:center;
	margin-bottom:30px;
}
#services:before {
    bottom: 0;
    right: 0;
    background-position-y: 100%;
    background-position-x: 0;
    height: 30%;
    background-position: center;
}
.service-output{
	max-width: 450px;
    width: 100%;
    margin: auto;
}
#testimonials{
	padding:40px 0;
}
#form {
    padding: 40px 0;
}
#footer-top .row-bottom{
	padding: 40px 0;
}
#footer-main{
	padding:45px 0;
}
#form iframe {
    margin-left: 0;
}
#footer-top .row-bottom {
    margin-top: 10px;
}
.home #main-content main .right {
    padding: 40px 0 30px;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
html body{
	overflow-x:hidden;
}

.home .slide_content p{
	font-size: 18px;
    line-height: 30px
}
#hero-home .carousel-indicators{
	bottom:-15px;
}
.navbar .navbar-collapse {
  border-color:;
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding:0;
}
#navbar .navbar .navbar-nav > li > a {
    padding: 15px 20px;
}
#navbar .navbar .navbar-nav {
    float: right;
}
.navbar-nav>li{
	float:left;
	width:100%;
}
.dropdown-menu{
	padding-top:0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #efefef;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
	background-color: #efefef;
	color:rgb(88, 136, 188) !important;
}
#navbar .navbar .navbar-nav > li > a:hover, #navbar .navbar .navbar-nav > li > a:focus{
	background-color: #efefef;	
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 45px;
}
#main-content main {
	width: 100% !important;
	padding: 0 15px !important;
}
#headerbar{
	position:static;
	padding-bottom:0;
}
.logo{
	margin:auto;
}
.navbar-header{
	position: relative;
    background: #719ac6;
    margin: 10px 0px 0;
}
.navbar-header:before{
	content:'MENU';
	position:absolute;
	left:20px;
	top:10px;
	color:#fff;
	font-family:inherit;
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
}
.navbar-toggle{
	margin-right:15px;
}
.navbar .navbar-toggle .icon-bar{
	background-color:#fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
#navbar{
	margin:0;
}
#navbar .navbar .navbar-nav{
	float:left;
}
.navbar-nav {
    margin: 7.5px 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #555353;
}
#navbar .navbar .navbar-nav > li > a{
	font-size:15px;
	letter-spacing:1px;
}
.testimonial-1, .testimonial-2, .testimonial-3, .testimonial-4, .testimonial-5, .testimonial-6{
	width:100%;
}
#footer-top h4 + a{
	margin-bottom:40px !important;
}
#navbar .navbar .navbar-nav{
	display: block;
    width: 100%;
    text-align: left;
}
#footer-main{
	text-align:center;
}
#footer-main ul{
	text-align:center;
	max-width: 200px;
    margin: auto;
}
.divider{
	height:auto;
	border:0;
	margin-bottom:30px;
}
#form h2 {
    max-width: 355px;
}
#testimonials h2:before{
	max-width: 100px;
	left: -57px;
}
#testimonials{
	padding:40px 20px;
}
#testimonials h2:after{
	max-width: 100px;
}
#footer-top, #testimonials{
	overflow:hidden;
}
#footer-top > .row-top + div h2:before {
    max-width: 100px;
    left: -85px;
}
#footer-top > .row-top + div h2:after{
	max-width: 100px;
}
.testimonial-1, .testimonial-2 {
    width: 100%;
}
.testimonial-1{
	margin-bottom:30px;
}
.testimonial-output {
    max-width: 420px;
}
.name-img{
	margin-left:-60px;
}
#footer-main ul{
	max-width:210px;
}
#services{
	padding: 0;
	background-image: none;
}
#services h2{
	text-align:center;
}
.service-output{
	max-width: 450px;
    width: 100%;
    margin: auto;
}
#services:before{
	bottom:0;
	right:0;
	background-position-y: 100%;
	background-position-x: 0;
	height: 30%;
	background-position: center;
}
#highlights img + span{
	padding:12px 18px;
}
#footer-top .row-bottom{
	padding:40px 15px;
}
#footer-main img{
	margin-top:0;
}
#footer-top > .row-top + div h2 + p{
	padding:0 15px;
	margin-bottom:40px;
}
}
@media only screen and (max-width : 640px){
	
#services{
	padding: 0;
	background-image: none;
}

.home .slide_content{
	padding: 25px 21px;
	max-width: 100%;
	margin:auto;
	text-align:center;
}
#excerpt span{
	font-size:18px !important;
}
.home #main-content main .right{
	padding: 50px 15px;
}
.testimonial-output {
    max-width: 350px;
}
#excerpt span.business-address{
	margin-bottom:0;
}
.testimonial-output{
	padding:35px 15px;
}
#form{
	padding:40px 0;
}
#form form p{
    position: static;
	text-align:center;
	margin-bottom:15px;
}
#footer-top .row-bottom{
	padding:40px 15px;
}
#footer-top .row-bottom h2, #footer-top > .row-top + div h2, #testimonials h2, #highlights h2, #services h2, .home #main-content main .right h2, #form h2{
	font-size:24px !important;
	text-align:center !important;
	line-height:28px;
}
#form h2{
	margin-bottom:20px;
	max-width: 325px;
}
#form h2:after{
	left: 245px;
	top: 14px;
}

#testimonials{
	padding:40px 15px;
}
#footer-top > .row-top + div h2{
	margin-top:40px;
}
#footer-top > .row-top + div h2 + p{
	margin-bottom:30px;
}
#footer-top .row-bottom{
	margin-top:0;
}
#footer-main{
	padding-top:40px;
}
#footer-main img{
	margin-top:0;
}
.home #main-content main .right{
	padding:40px 15px 25px;
}
#services h2{
	margin-bottom:25px;
}
#footer-top .row-top p{
	font-size:16px;
}
#footer-top > .row-top + div h2:before{
	left: -45px;
    top: 14px;
}
#footer-top > .row-top + div h2:after{
	left: 295px;
	top: 14px;
}
#main-content main .carousel-inner h2 {
    font-size: 15px !important;
	padding: 14px 30px !important;
}
#excerpt{
	padding:20px 0;
}
#form h2:after{
	max-width:200px;
}
.home #main-content main .right h2{
	line-height:28px;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.home .slide_content p {
    font-size: 14px;
    line-height: 25px;
}
#excerpt span {
    font-size: 14px !important;
}
#excerpt{
	padding: 20px 15px;
}
.home #main-content main .carousel-inner h2{
	padding: 21px 40px;
}
.home #main-content main .right {
    padding: 10px 15px;
}
#testimonials .carousel-control{
	display:none;
}
#footer-top > .row-top + div h2:before, #footer-top > .row-top + div h2:after, #testimonials h2:after, #testimonials h2:before, #form h2:after {
	display:none;
}
.home #main-content main .right h2 {
    margin-top: 40px;
}
#services{
	padding: 0;
	background-image: none;
}

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}
