
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300,200,700,900");
/*@import url(flat-ui.css);*/
@import url(font-awesome.css);
@import url(bxslider.css);
@import url(flexslider.css);
@import url(linecon.css);
@import url(list.css);
@import url(magnified.css);

/*colors

1abc9c to 65747E to 7f8c8d
16a085 to 5x25a5f to 313131
48c9b0 to 070707 to 111111
2c3e50 to 020202 to 111111
000 to 111111
34495e 

*/
body {
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.231;
}
label {
    color: red;
    font-size: 12px;
    font-weight: 100;
    margin: 0 auto;
    padding: 2px 0 7px;
}

/* ==================================================
   TOP HEAD
================================================== */
.topHead {
	background:#111111; 
	color:#fff;
}
.topContact {
	text-align: center;
	margin:0 auto;
}
.topContact li {
	display: inline-block;
	font-size: 13px;
	line-height: 35px;
	float:right;
	padding:0 10px;
	cursor:pointer;
	font-family: 'Open Sans',sans-serif;
}
.loginTop:hover {
	background: #000;
	color: #fff;
}
.topContact span {
	padding: 2px 10px 2px 0;
	position: relative;
}
.topContact a{
	color:#fff;
}
.topContact a:hover{
	color:#111111;
}
.addresTop:hover,
.mailTop:hover,
.phoneTop:hover {
	background:#fff;
	color: #111111;
	-webkit-transition: all 0.35s ease; 
	-moz-transition: all 0.35s ease; 
	-o-transition: all 0.35s ease; 
	transition: all 0.35s ease;
}

.subHead {
    position: relative;
    width: 100%;
    height:90px;
    background:#fff;
}
.subHead-dash {
    height:40px;
}
/*
.sticky-wrapper.is-sticky .subHead{
    position: relative;
    width: 100%;
    height:80px;
    background:#fdfdfd;
    z-index:999;
    border-top:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-wrapper.is-sticky .subHead .brand{margin-top:0}
.sticky-wrapper.is-sticky .subHead .menu > li > a {
	line-height:80px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-wrapper {
    max-height: 100px;
}
*/

/* ==================================================
   BRAND
================================================== */
.brand {
    display: inline-block;
    float: left;
    margin-top:-20px; //5px
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
		z-index:49;
}
.brand img {
    margin: 15px auto;
    width: 300px;
}

/* ==================================================
   BRAND-Dashboard
================================================== */
.brand-dash {
    display: inline-block;
    float: left;
    margin-top:-25px;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index:49;
}
.brand-dash img {
    margin: 15px auto;
    width: 180px !important;
}

/* ==================================================
   NAVIGATION
================================================== */
.navbar {
	background: #eff1f2;
}
.navbar .menu {
	display: block;
	width: 960px;
	min-width: 200px;
	margin: auto;
	text-align: left;
	font-size: 0;
}
.navbar .menu > li > a {
	line-height: 42px;
	font-size: 13px;
}
.navbar .menu > li:before, .navbar .menu a.active:before { 
	left: 14px;
	right: 14px;
}
.navbar .menu > li > .sub_menu {
	left: 14px;
}
.navbar .menu li.have_sub:hover:before {
	left: 14px;
}
.navbar.mobile_dark {
	background: #2c3e50;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.navbar.mobile_dark .menu > li {
	border-right: none;
}
.navbar.mobile_dark .menu > li:first-child {
	border-left: none;
}
.navbar.mobile_dark .menu a {
	border: none;
	color: #c4c4c4;
}
.navbar.mobile_dark .menu li i {
	color: #575b61;
	text-shadow: none;
}



/* ==================================================
   PAGE TITLE
================================================== */
.pageTitle {
	width: 100%; 
	margin: 0 auto; 
	position: relative;
	background-color: lightSmoke;
	background-image: url(../img/revslider/at-blurred-field-bg.jpg);
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover; 
	padding: 15px 0;
}
.pageTitle h1 {
	font-size: 22px;
	padding: 10px 0;
}
.pageTitle h1 small {
    font-family: open sans,sans-serif;
    font-size: 14px;
    padding-left: 15px;
}
ul.breadcrumbs {
	float: right;
	text-align: right;
	margin-top: 25px;
}
ul.breadcrumbs {
	display: inline-block;
}
ul.breadcrumbs li {display: inline-block;}
.breadcrumbs a {
    color: #7f8c8d;
    font-family: source sans pro;
}




/* ==================================================
   MARGIN SET
================================================== */
.mrg5{
	margin:5px auto;
	position: relative;
}
.mrg10{
	margin:10px auto;
	position: relative;
}
.mrg15 {
	margin: 15px auto;
	position: relative;
}
.mrg25 {
	margin: 25px auto;
	position: relative;
}
.mrg-5{
    margin-bottom: 5px;
}
.mrg-10{
    margin-bottom: 10px;
}
.mrg-15{
    margin-bottom: 15px;
}
.mrg-25{
    margin-bottom: 25px;
}
.mrg-35{
    margin-bottom: 35px;
}
.mrg-45{
    margin-bottom: 45px;
}



/* ==================================================
   FOOTER BOTTOM
================================================== */
.copyright {
    float: left;
    position: relative;
    text-align: left;
}
.copyright > p {
	margin: 10px 0 0;
	color: #EFEFEF;
}
.bottom-icons {
    float: right;
    margin-top:5px;
}
.bottom-icons li a {
    color: #BDC3C7;
    margin-top: 5px;
}
.bottom-icons li a:hover {color: #7f8c8d;}


/* ========================================================== */
/*                    Responsive                       */
/* ========================================================== */

@media (min-width: 768px) and (max-width: 979px) {
	.brand img {
    width: 250px;
}
}

@media (max-width: 768px) {
	.brand img {
    width: 220px;
}
}
