/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #666666;
  font-family: 'nunitolight', Verdana;
  margin:0px;
  padding:0px;
  background:#fbfbfb;
  font-size:15px;
}

img {
    max-width: 100%;   
}

a{
	color: #2093d2;
	text-decoration:underline;
}

a,.btn{
 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.error {color:#af0000;}

h1,.h1{
font-size:24px;
font-family: 'nunitoregular', Verdana;
}

h2,.h2{
font-size:20px;
font-family: 'nunitoregular', Verdana;
}

h3,.h3{
font-size:18px;
font-family: 'nunitoregular', Verdana;
}

.text-white{
	color:#fff;
}

.text-blue{
	color:#12abe4;
}

.remove-list-padding{padding:0px 0px 0px 15px;}

.blue-gradient-button { background:#444; color:#fff; border:0px; padding:5px 10px;}

/********  other  ***********/  



/***********************************
Header
******************************************/
.header {
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 40;
}

#header .container {
    top: 0;
   /* position: fixed;*/
    left: -50%;
    right: -50%;
}

.header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
    float: left;
}

.header h1.logo img{
	height: 115px;
    max-width: 200px;
}

@media(max-width:480px){

.display-none-xs{display:none;}
}	

.header h1.logo a {
  color: #fff;
  padding:15px 0px;
  display: block;
  line-height: 1.4;
  position: relative;
  background-size: 100%;
  width: 145px;
  height: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header h1.logo a:hover {
    text-decoration: none;
}

.header h1.logo .logo-title {
    vertical-align: middle;
    line-height: 1.6;
}

.header .main-nav {
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.header .main-nav .navbar-toggle:focus {
    outline: none;
}

.header .main-nav .navbar-toggle .icon-bar {
    background-color: #444;
    height: 3px;
}

.header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #999;
}

.header .main-nav .nav .nav-item {
    font-weight: normal;
    font-size: 13px;
    margin-right: 15px;
}

.header .main-nav .nav .nav-item.active a {
    color: #DE3626;
    background: none;
    font-weight: bold;
}

.header .main-nav .nav .nav-item.active .dropdown-menu a {
	color:#fff;
}

.header .main-nav .nav .nav-item.active .dropdown-menu a:hover {
	color:#444;
}

.header .main-nav .nav .nav-item a {
    color: #444;
	text-decoration:none;
}

.header .main-nav .nav .nav-item a:hover, .header .main-nav .nav .nav-item.active a{
    color: #aec3e4;
    background: none;
}

.header .main-nav .nav .nav-item a:focus {
    outline: none;
    background: none;
}

.header .main-nav .nav .nav-item a:active {
    outline: none;
    background: none;
}

.header .main-nav .nav .nav-item.active {
    color: #DE3626;
}

.header .main-nav .nav .nav-item.last {
    margin-right: 0;
}

.header .main-nav .nav.active {
    position: relative;
}

.header .main-nav .nav.active>a {
    background: #e74124;
    color: #444;
    color: rgba(255,255,255,0.8);
}

.header .main-nav .nav.active>a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%;
}

.header .main-nav .nav.active>a.dropdown-toggle:before {
    display: none;
}

.header .main-nav .nav.open a {
    background: none;
}

.header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #aec3e4;
	padding:0px;
}

.header .main-nav .nav .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #aec3e4;
    position: absolute;
    right: 30px;
    top: -10px;
}

.header .main-nav .nav .dropdown-menu a {
    border-bottom: 1px dotted #111;
    padding: 8px 20px;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-size: 13px;
}

.header .main-nav .nav .dropdown-menu li:last-child a {
    border: none;
}

.header .main-nav .nav .dropdown-menu a:hover {
    background: #fff;
    color: #444;
}

.header .main-nav .nav .dropdown-menu i {
    opacity: 0.4;
    margin-right: 2px;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background: none;
}

.navbar-nav > li > a {
	font-size:16px;
	font-family:'nunitomedium', verdana;
}

.navbar-nav .ion-chevron-down{
	padding-left:5px;
	position:relative;
	top:1px;
}

@media (max-width:480px){
.navbar-nav .dropdown-menu {
    position: static !important;
    float: none !important;
    width: auto !important;
    box-shadow: none !important;
}
.dropdown-menu {
    display: block !important;
}
}

@media (max-width: 767px) {
.header h1.logo {
    float: none;
    margin: inherit;
    text-align: center;
  }
  .header h1.logo a {
    margin: 0 auto;
  }
  #header .container {
    position: initial;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #222;
    z-index: 45;
  }
  .header .main-nav .nav .nav-item a{
  	color:#fff;
  }
  .header .main-nav .navbar-toggle {
    z-index: 50;
  }
  .navbar-collapse .nav {
    margin: 0;
  }
  .header .main-nav .nav .dropdown-menu:before {
    display: none;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
  }
  .display-none-ms{display:none;}
}

@media(min-width:768px) and (max-width:991px) {
.header .main-nav .nav .nav-item{
	margin-right:0px;
}
.nav > li > a {
	padding:10px 12px;
}
.header .main-nav{
	margin-top:80px;
}
.header h1.logo {
	float:none; text-align:center;
}
.header h1.logo a{width:100%;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) {
  .header h1.logo {
    float: none;
    text-align: center;
  }
  .header h1.logo a {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 20px;
  }
  .main-nav.navbar-right {
    float: none !important;
  }
  .navbar-collapse.collapse {
    text-align: center;
  }
  .navbar-collapse.collapse .navbar-nav {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }

}

@media (max-width: 991px) {
  #header .container {
    position: initial;
  }
  .hide-phone {
    display:none;
  }  
}

@media (min-width: 992px) {
.header h1.logo {
    float: left;
    margin: inherit;
}
.main-nav.navbar-right {
    float: right !important;
}
}

@media(min-width:992px) and (max-width:1199px) {
.header .main-nav .nav .nav-item{
	margin-right:0px;
}
.nav > li > a {
	padding:10px 10px;
}
}

/***********************************
Banner
******************************************/
.carousel-control{width:5%; text-shadow:none;font-size:38px; opacity:1;}
.carousel-control.left,.carousel-control.right{background-image:none !important;}
.carousel-control .ion-chevron-right{right:50%;}
.carousel-control .ion-chevron-left,
.carousel-control .ion-chevron-right{color:#000; position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    opacity: 0.7;}
.carousel-indicators li,
.carousel-indicators li.active{width:15px; height:15px; border:1px solid #ececec; background:#ececec;}	
.carousel-indicators li.active{background:#333;}
.section-banner-slider {/*max-height:470px; height:618px; overflow:hidden;*/}

@media(max-width:480px) {
.carousel-control .ion-chevron-left, .carousel-control .ion-chevron-right { top:32%; padding:6px;}	
}
/***********************************
Content
******************************************/
.section-content-heading {
	background-color: #333333;
	padding: 10px 0px 15px 0;
	margin:50px 0;
}
.section-content-heading h1{
	font-size:26px;
	margin:0;
	padding:10px 0;
	color:#fff;	
}
.accent {
    color: #bbb;
}
.section-content{
	padding-bottom:60px;
}
.inline-border {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
}

ul.list1-icon li {
	margin-bottom: 5px;
	list-style:none;
}
ul.list1-icon li:before {
	content: "\f122";
	font-family:'Ionicons';
}
ul.list1-icon li:before {
	line-height: 16px;
	margin: 0 9px 8px 0;
}

.section-content img{
	padding-top:25px;
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #8c8c8c;
    text-align: center;
    line-height: 32px;
    opacity: .4;
}

#back-to-top i {
    color: #fff;
}

/***********************************
Footer
******************************************/
.footer{
    margin-top: 0px;
    padding-top: 25px;
    background: #333333;
    color: #636363;
    font-size: 13px;
	color:#999;	
}

.footer h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: inherit;
	    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

p.phone span {
    color: #fff;
    font-size: 15px;
}
.footer-bottom{
color: #fff;
padding:12px 0px;
font-size:11px;	
background: #292929;
border-top: solid 1px #272727;
margin-top:25px;	
}
