/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
   /* background: url('../img/bg.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: /*"Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif*/ Arial, Gotham, "Helvetica Neue", Helvetica,  sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	    margin-top: 5px;
    margin-bottom: 5px;
	
}
h3{
	line-height:26px;
}
p {
        font-size: 15px;
    line-height: 20px;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
a{
	color:inherit;
	text-decoration:none;
}
a:hover {
    color: #43b300;
    text-decoration: none;
}
.brand, .address-bar {
    
	text-align: center;
}
.address-bar span.orange {
		font-size: 12px;
    text-align: right;
    text-transform: none;
    color: #f26524;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    line-height: 15px !important;
    display: block;
    float: none;
    clear: both;
	width:252px;
	margin:0 auto;
	}
	.address-bar span.blue {
		font-size: 20px;
    text-align: center;
    text-transform: none;
    color: #37bdbf;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    float: ;
    line-height: 32px !important;
    display: block;
    clear: both;
	}
	.address-bar span.flags {
	display: block;
	width:148px;
    text-align: center;
    float: none;
	margin:0 auto;
	}
	.address-bar span.flags img {
		margin-left:5px;
	}
.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.nav-justified {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    COLOR: #FFF;
}
.bannerbox {
    margin-bottom: 5px;
    padding: 0px 0;
    background: #fff;
    background: rgba(255,255,255,0.9);
}
.carousel-caption {
	background:#f26524;
	position:absolute;
	left:0;
	min-width:250px;
	max-width:300px;
	padding:10px;
}
.carousel-caption h3{
	font-size:15px;
	margin:0 0;
	font-weight:700;
	text-transform:none;
}
.carousel-caption p{
	font-size:12px;
	color:white;
	margin-bottom:0;
}
.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
	color:#FFFFFF;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
       margin: 60px 0 0;
	   padding:10px 0;
    background: #37bdbf;
}
.footer1{
	font-size:13px;
	text-align:left;
	color:#fff;
	letter-spacing:1px;
	padding:10px 0;
}
.footer2{
	font-size:13px;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
	padding:10px 0;
	border:1px solid #fff;
	border-width:1px 0 1px 0;
	overflow:hidden;
	
}
.footer2 ul{
	display:block;
	float:none;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}
.footer2 ul li{
	list-style:none;
	display:block;
	border-right:0px solid #fff;
	float:left;
	clear:both;
	width:100%;
	
}
.footer2 ul li:last-child{
	border-right:0px solid #fff;

}
.footer2 ul li a{
	display:block;
	padding:0 9px;
	color:#FBCFBD;
	font-weight:600;
}
.footer2 ul li a:hover{
	color:#f26524;
}
.footer3{
	color:#fff;
	padding:10px 0;
	overflow:hidden;
}
.footer4{
	font-size:13px;
	text-align:left;
	color:#fff;
	letter-spacing:1px;
	padding:10px 0;
}
.btn-plus {
    padding: 0;
    width: 22px;
    height: 22px;
    color: #37bdbf !important;
    font-weight: 200 !important;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.btn-social{
	text-align:center;
	width:45px;
	height:45px;
	padding:0px !important;
	font-size:26px;
	display:table;
	float:left;
	margin-right:10px;
}
.btn-social span{
	display:table-cell;
	vertical-align:middle;
}
footer p {
    margin: 0;
    padding: 50px 0;
}
.navbar-default {
    background-color: #f26524;
    border-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
   border-color: #FFF;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand {
    color: #FFF;
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f1f1f1;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #37bdbf;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #37bdbf;
	COLOR: #FFF;
}
.sbox{
 margin-bottom:12px;
}
.eqbox{
		min-height:100px;
		width:100%;
		position:relative;
		padding:5px;
		display:table;
		    box-shadow: 0 0 5px #c3bdbd;
		
	}
	.orangbox{
		background-color:#f9ad3b;
	}
	.darkorangbox{
		background-color:#f26524;
	}
	.bluebox{
		background-color:#37bdbf;
	}
	.greenbox{
		background-color:#93c11e;
	}
	.yellowbox{
		background-color:#e4b91d;
	}
	.yellowbox{
		background-color:#e4b91d;
	}
	.signupbox{
		background-color:#000000;
		padding:8px 10px 8px;
		margin-bottom:3px;
	}
	.signupbox input[type="text"], .signupbox input[type="password"]{
		width:97% !important; 
		margin:0 auto 5px!important;
		display:block !important;
		padding:3px 5px;
		height:auto;
		font-size:12px;
		border-radius:0;
	}
	.signupbox .form-group {
    margin-bottom: 1px;
}
	.innerbox{
		
   display:table-cell;
   vertical-align:middle;
    
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    position: relative;
    text-align: center;
   
   
	}
	.fontwhite{
		color:#fff;
	}
	.fontred{
	color:#c61212;
	}
	.btn-primary {
    color: #fff;
    background-color: #f26524;
    border-color: #f26524;
	border-radius:0px !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00BDAF;
    border-color: #01AFA7;
}
	.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0;
	border-radius:0px !important;
}
.btn-white {
    color: #D71A00;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
	border-radius:0px !important;
}
.btn-black:hover {
    color: #fff;
    background-color: #f26524;
    border-color: #f26524;
}
	
@media screen and (min-width:992px) {
	.rightbox992{
		    margin: auto 0px auto -9px;
			min-height:100%;
			
	}
	.leftbox992{
		    margin: auto -9px auto 0px;
			min-height:100%;
			
	}
	.midbox992{
		    margin: auto -9px auto -9px;
			min-height:100%;
			
	}
}
@media (max-width:991px) and (min-width:768px) {
	.rightbox768{
		    margin: auto 0px auto -9px;
			min-height:100%;
			
	}
	.leftbox768{
		    margin: auto -9px auto 0px;
			min-height:100%;
	}
	.midbox768{
		    margin: auto -9px auto -9px;
			min-height:100%;
	}
}
@media only screen and (min-width : 768px) {
  .flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	 -webkit-flex-wrap: wrap;
	     -ms-flex-wrap: wrap;
	         flex-wrap: wrap;
			 margin-bottom:-12px;
			 flex-grow: 1;
			
			
  }
  .flex-row.row > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction:column;
			   margin-bottom:12px;
				
				
				
  }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
  }
  .flex-row.row > [class*='col-'] > .sbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1;
	     -ms-flex: 1;
	         flex: 1;
			 
  }
}
@media screen and (min-width:768px) {
	
	.footer2 ul li{
	list-style:none;
	display:block;
	border-right:1px solid #fff;
	float:left;
	clear:none;
	width:auto;
	
}
	
	
	.eqbox{
		    min-height: 210px;
			}
	
	.carousel-caption {
	background:#f26524;
	position:absolute;
	left:0;
	min-width:310px;
	max-width:410px;
	padding:10px;
}
.carousel-caption h3{
	font-size:30px;
	margin:0 0;
	font-weight:700;
	text-transform:none;
}
.carousel-caption p{
	font-size:20px;
	color:white;
	margin-bottom:0;
}
    .brand {
        display: inherit;
        margin: 0;
        padding: 6px 0 6px;
        text-align: left;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align:right;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }
	.address-bar span.orange {
		font-size: 17px;
    text-align: right;
    text-transform: none;
    color: #f26524;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
		
		line-height: 23px !important;
    display: block;
	float:right;
	clear:both;
	width:auto;
		
	}
	.address-bar span.blue {
		font-size: 29px;
    text-align: right;
    text-transform: none;
    color: #37bdbf;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    float: right;
    line-height: 37px !important;
    display: block;
    clear: both;
	}
	.address-bar span.flags {
	display: block;
    text-align: right;
    float: right;
	}
	.address-bar span.flags img {
		margin-left:5px;
	}
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(242, 101, 36, 1);
    }

    .nav>li>a {
        padding: 12px;
    }
	.nav-justified{
		font-size:15px;
		
	}
    .nav-justified>li>a {
        line-height: normal;
		color:#fff;
		font-weight:700;
		letter-spacing:1px;
    }
	.nav-justified>li>a:focus, .nav-justified>li>a:hover {
    text-decoration: none;
    background-color: #37bdbf;
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
    background-color: #37bdbf;
}
.navbar-collapse {
   padding-right: 0px; 
     padding-left: 0px; 
}
    /*.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }*/
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
.pagetitle{
	background-color:#f9ae3b;
	padding:16px 40px;
	margin-bottom:10px;
	
}
.pricing {

    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-in-out; /* Safari and Chrome */
    -o-transition: all .5s ease-in-out; /* Opera */
    -ms-transition: all .5s ease-in-out; /* IE9 (maybe) */
	max-width: 258px;
    float: none;
    margin: 0 auto;

}

.pricing:hover {
    transform: scale(1.04);
}
.pricing .thumbnail{
}
.form-control{
	border-radius: 0;
	margin-bottom: 10px;
}
textarea{
	resize: none;
}
.contact-box{
	color:#FD6600;
	border-top:5px dashed #FD6600;
	padding:30px 0;
	
}

.contact-box input, .contact-box textarea{
	background-color:#f9ae3b;
}
.form-control::-moz-placeholder{color:#000;opacity:1}.form-control:-ms-input-placeholder{color:#000}.form-control::-webkit-input-placeholder{color:#000}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.faqs .panel-title > a:hover, 
.faqs .panel-title > a:active, 
.faqs .panel-title > a:focus  {
    text-decoration:none;
	color:#FFFFFF;
	background:#f26524;
}
.faqs .panel-heading h4 a{
    padding: 10px 15px;
	display:block;
	background-color:#f9ae3b;
}
.faqs .panel-heading {
    padding: 0px;
}