/*
Theme Name: Wingman WP Theme
Theme URI: http://wingmanmi.com
Description: Wingman WP Theme.
Version: 1.0
Author: SHAN
*/

 @import url("css/navigation2.css");
 @import url("editor-style.css");
 @import url("css/defaults.css");
 
* {
	border-radius: 0 !important;
}

.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #5a5a5a;
}
.headline h2 {
	font-size: 22px;
}
.headline h2, .headline h3, .headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
}
.headline-md {
	margin-bottom: 15px;
}
.headline-md h2 {
	font-size: 21px;
}

.header {
	z-index: 99;
	position: relative;
	margin: 0 0 0px 0;
	
}

.header .navbar {
	margin: 0;
	min-height: inherit;
}
.header .navbar-default {
	border: none;
	background: none;
}

.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.boxed-layout .wrapper {
	background: #fff;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.boxed-layout .menu-full-width-container {
	width:100%; 
	margin:0px 0px 0px 0px;
}

.boxed-layout .menu-container {
	background-color:#ac9a5c;
}

.full .menu-full-width-container {
	width:100%; 
	margin:0px 0px 1px 0px; 
	background-color:#205995;
	z-index: 999999;
}

.full .menu-container {
	background-color:#205995;
	z-index: 999999;
}

.header-full-width-container {
	background-color:#fff;
}

.layer_slider.container{
	margin-top:0px; 
}


.boxed-layout .layer_slider{
	margin-top:0px;
	border-top: 2px solid #fff462;
}




.full .menu-area-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .full .menu-area-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .full .menu-area-container {
    width: 970px;
  }
}



.home-featured-text {
text-transform: uppercase;
line-height: 150%;
margin-top: 6px;
}

/*Footer*/
.footer,.footer p, .footer a  {
	color: #b5b5b5 !important;
}

.footer {
	background: #3a3a3a;
	padding: 20px 0 30px;
}
.footer.margin-top-0 {
	margin-top: 0;
}
.footer p, .footer a {
	font-size: 14px;
}


.footer a:hover {
	color: #fff !important;
}

.footer h2, .footer h3, .footer h4 {
	color: #e4e4e4;
	background: none;
	text-shadow: none;
}

.footer {

}

.copyright {

}

/*Copyright*/
.copyright {
	font-size: 12px;
	padding: 11px 0 7px;
	background: #000000;
}
.copyright p, .copyright a {
	color: #b5b5b5;
	margin-top: 12px;
}

.copyright a:hover {
	color: #b5b5b5;
}


.content {
	padding-top: 10px;
	padding-bottom: 15px;
}
.header-phone span {
	font-size: 24px;
	display: inline-block;
	line-height:32px;
}

.header-phone span a {
	color: #fff;
}

.header-address {
	padding-right:0px;
	padding-top:20px;
	padding-bottom:15px;
}

 @media (min-width: 991px) {
 
.col-md-text-left {
 text-align: right;
}
.social-media i {
 font-size: 42px;
 margin-left: 30px;
}
.logo-area {
 height: 160px;
}
 .logo-area img {
 bottom:4px;
 margin:auto;
 max-height: 110px;
}

 .mobile-logo-image {
 display: none;
}

.wrapper {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}


.header-item{
  padding: 0;
  margin: 10px 0 0 0;
  position: absolute;
}

/*
.logo-area img {
    position:absolute;
    bottom:16px;
}

*/

.header-text {
 text-align: right;
 padding-bottom: 10px;
 padding-right: 15px;
 color: #000000;
 display: none !important;
}


.header-center-title {
	height:114px; 
	line-height: 114px;
}
	
	.desktop-logo {
	background: #000 url('images/header.png') no-repeat !important;
	height: 190px;
	background-size: 100% !important;
	}

}



 @media (max-width: 991px) {
 
 .header-address {
 	padding-right:0px;
 	padding-top:10px;
 	padding-bottom:0px;
 }
 
 
.col-md-text-left {
 text-align: left;
}
.social-media i {
 font-size: 42px;
 margin-right: 30px;
}
.logo-area {
 text-align:center;
 padding-top:15px;
 padding-bottom:15px;
}
 .logo-area img {
  max-width: 100%;
}

 .desktop-logo-image {
 display: none;
}

.header-item{
  display: none !important;
}


 .header-text {
 text-align: center;
 padding: 10px;
 color: #000000;
}


.header-top-text {
  display: none !important;
}


}
 @media screen and (min-width: 768px) and (max-width: 991px) {
 .navbar .navbar-nav {
 display: inline-block !important;
 float: none !important;
}
 .navbar .navbar-collapse {
 text-align: center !important;
}
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}



.home-image-header a {
	padding: 5px 0px 5px 0px;
	margin: 0;
	display:block;
	font-size:16px;
	text-align:center;
}

.home-headline {
	padding:10px;
}



.full-page-body-wrapper {
width: 100%;
background: #fff url('images/gradient.png') repeat-x !important;
}

.full-page-body-wrapper .content {
background-color: #fff !important;
border-top-right-radius: 30px !important;
border-top-left-radius: 30px !important;
}


.full-page-body-wrapper .layer_slider {
background-color: #fff !important;
padding: 10px;
}


.ls_main {

}





/*Default Breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	margin-bottom:22px;
	border-bottom: 2px dotted #005b7f;
}
.breadcrumbs h1 {
	font-size: 38px;
	margin-top: 12px;
	margin-bottom: 26px;
	font-weight:bold;
	color: #005b7f;
}


@media (max-width: 550px) {
	.breadcrumbs h1.pull-left,
	.breadcrumbs ul.pull-right {
		width: 100%;
		text-align: center;
	margin-bottom: 8px;
	font-size: 26px;
	}

	.breadcrumbs h1.pull-left {
			margin-bottom: 8px;

	}

	
}



.home-gallery-thumb {
	width:70px;
	height:70px;
	}






.list-home-item  {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-home-item li{
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #8f8f8f;
}
.list-home-item li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-home-item li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.home-featured-title {
  background:#aa2a2a;
  padding:6px 6px 6px 10px;
  color:#FFF;
  font-size:16px;
  margin-bottom:10px;
  border-radius:4px;
}

.header-top-text {
  font-size:24px;
  display: inline-block;
  margin-top:6px;
}

.header-top-text, .header-text {
  color: #000;
}


.big-text {
  font-size:20px !important; 
}

.catalog-image img {
	width:80px !important; 
}

iframe {
  display: block;
  max-width: 100%;
}


.home_module_header {
	background:#205995; 
	padding:6px 6px 6px 10px; 
	color:#FFF; 
	font-size:16px; 
	margin-bottom:10px; 
	border-radius:4px;
}


.call-to-action, .call-to-action:hover {
display: block;
color: #660533;
font-size: 36px;
padding:0px;
}



.header-item li{
  display: block;
  border-right: 1px solid #333;
  padding: 0 10px 0 10px;
  float: left;
}
.header-item li:first-child {
  padding: 0 10px 0 0px;
  
}
.header-item li:last-child {
 border-right: none;
}


.school-page-header {
font-size: 36px;
padding: 10px;
background-color: #000;
border-top: 1px solid #fff;
color: #fff;
}



.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {


}

.table th, .table td { 

 }



