@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300,900&subset=latin,latin-ext);
body {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
	background: #cccccc;
	background-repeat:repeat;
}
.blue { color:#09aeed;}
.blue img { margin-bottom:16px;}
h1,
.h1 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  font-weight:300;
  color: #fff;
}
h2,
.h2 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight:300;
  color: #036;
  border-bottom: 1px solid #036;
  padding-bottom:10px;
  
}
h3,
.h3 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #fff;
  line-height:24px;

}

h4,
.h4 {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #003366;
}
h5,
.h5 {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform:uppercase;
}
h6,
.h6 {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform:uppercase;
}
p {
  margin: 0 0 10px;
}

.container-fluid {
	width:815px;
		background:#353a3e;

}

.navbar {
   	background-color: #53798c;
	border-radius: 0px;
	/*max-height: 15px !important;*/
	font-size: 15px;
  	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	/*margin-left: 5px;
	margin-right:5px;*/
}

.navbar-default .navbar-nav > li > a {
color: #EFD7AD;
padding-top: 20px;
border-height:20px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #000;
/*background-color: #b0bbca;*/
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #b0bbca;
}
.navbar-brand {
    color: #fff!important;
}
.navbar-toggle {
    border-color: #fff !important;
    margin-right: 10%;
}
.navbar-default { border-color: transparent !important; }
.navbar-nav {
    /*background: #6b8fb9;*/
    margin-top: 40px;
    font-size: 13px;
    position: relative;
    z-index: 10000 !important;
}
.dropdown-menu {
    background: #6b8fb9;
    color: #fff !important;
}
.dropdown-menu li {
    border-bottom: 1px solid #fff;
}
.dropdown-menu li:last-child
{
    border-bottom: 0px solid #fff;
}
.dropdown-menu > li > a {
    color: #fff!important;
    text-transform: none;
}
.form-control {
    border: 1px solid #a48732;
    border-radius: 0px;
    width: 100%;
    height: 31px;
}

.row > div { border: 0px solid #999;}
img { max-width:100%;height:auto; }
img a { 
    border: 0;
    text-decoration: none;
        
}
.top {
	background: #b0bbca;
	width:auto;
	margin-left: 5px;
	margin-right:5px;
}
.logo { padding: 15px; }
.slider {width:80%;
	text-transform:uppercase;
	font-size:14px;
	padding-top: 3px;
	margin-left: 5px;
	margin-right:5px;
	text-align:center;
}
.homepage{
		margin: 15px 5px;
	padding: 20px;
	color:#fff;

}

.homepage p{
font-family: Arial;
line-height:24px;
font-size:14px;
}
.rightbar {
    background:	background:#333;
	margin: 15px 5px;
-webkit-box-shadow: 5px 0 4px 1px #FF333A;
box-shadow: 5px 0 4px 1px #FF333A;
moz-box-shadow: 5px 0 4px 1px #FF333A;
}


.btn-info {
color: #333;
background-color: #c0cbd9;
border-color: #c0cbd9;
}	
.header-banner {
		background:#fff;
		margin-left: 5px;
		margin-right:5px; 
		
}


.footer{
	font-size:14px;
	color: #c2ccd6;
	background: #202529;
	
	padding:10px
	
	
} 

.footer ul 
    {
        margin-left: 0px;
        padding-left: 0;
    }
.footer li 
    {
        padding-left: 0;
		list-style:none;
    }
.footer li a
    {
        color: #fff;
    }
.footer h5 a
    {
        color: #fff;
    }
.bottom {
	background: #18365a;
	width:auto;
	text-align:center;
	font-family:"Trebuchet MS", sans-serif;
	font-size:15px;
	color: #738399;
	min-height: 50px;
	padding:9px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right:5px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #337ab7 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    /*background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;*/
    
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #337ab7;
  opacity: 1;
}
/* Large desktops and laptops */
@media (min-width: 1170px) {
    .container-fluid {
        width: 1170px;
        margin: 0 auto;
    }
    .nav > li {
    margin: 0;

    }
    .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .container-fluid {
        width: 1024px;
        margin: 0 auto;
    }
    .nav > li {
    margin: 0 15px;

    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        width: 780px;
        margin: 0 auto;

    }
 .cd-top {
    right: 20px;
    bottom: 20px;
  }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .container-fluid {
        width: 720px;
        margin: 0 auto;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .container-fluid {
        width: 320px;
        margin: 0 auto;
    }

    .navbar-toggle {

    margin-right: 15%;
    }
    .navbar-brand {
    font-size: 15px;
    }
}
}

.container-no-padding {
    padding-right: -15px;
    padding-left: -15px;
	width:1170px;
	margin:0 auto;
	float:left}
	
#rotate {
padding-top:10px;
float:right;
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Safari */
transform: rotate(90deg); /* Standard syntax */
height:20px;
}

.separator { width: 10px; float:left;margin-top: 5px;
margin-bottom: 10px;}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.contactsection { background:#53798c;}

.tab-content img {
	border-radius: 6px;}