/*
Theme Name: ADM Motors
Theme URI: 
Author: # 
Author URI: #
Description: Wordpress Theme
Version: 1.1
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, theme-options,
*/
/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline;
}
body {
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
	background:#fff;
	font-family: 'Lato', sans-serif;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }	
a { text-decoration:none; }
a:hover { text-decoration:none; }
.skip {
	position:absolute;
	left:-9999px;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary { display: block; }
figure {
	margin:0;
	padding:0;
}
.clear {
	clear: both;
	height:0;
}
.wp-caption { max-width: 100%; }
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] { height: auto; }
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
embed,iframe, object,video { max-width: 100%; }
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper { overflow:hidden;}
#wrapper,
.container { 
	width:100%;
}
.content_center { 
	max-width:960px; 
	margin:0 auto;
}
.container_content { padding: 0 10px;}

/*---------------------------*/
/*	Header                   */
/*---------------------------*/
#header {
	padding:13px 24px 0 0;
	overflow:hidden;
	min-height:105px;
}
.logo { float:left; }
.logo img { display:block; }
.rgt_header { float:right; }
.rgt_header strong {
	display:block;
	float:right;
	background:url(images/icon_phone.png) no-repeat;
	padding-left:91px;
	font-size:24px;
	color:#5dd3f9;
	min-height:60px;
	margin-top:18px;
}
.rgt_header strong small,
.rgt_header strong span { display:block; }
.rgt_header strong small { line-height:20px; }
.rgt_header strong span {
	font-size:30px;
	line-height:34px;
	color:#405981;
}

/*---------------------------*/
/*	Nav                      */
/*---------------------------*/
.container_nav { background:url(images/nav_bg.png) repeat-x; height:37px;}
nav {
	position:relative;
	z-index:10000;
	background:url(images/nav_bar.png) no-repeat right top; 
	height:37px;
	padding-right:1px;
}
nav ul { margin:0;}
nav ul li {
	float:left;
	position:relative;
	padding:0 0 0 1px;
	background:url(images/nav_bar.png) no-repeat;
}
nav ul li a {
	color:#fff !important;
	font-size:14px;
	padding:0 22px 0 22px;
	min-height:36px;
	line-height:36px;
	display:block;
}
nav ul .current_page_item a,
nav ul .current-page-ancestor a,
nav ul li:hover > a  {
	color:#5dd3f9 !important;
}
nav ul li ul {
	width:180px;
	position:absolute;
	left:0px;
	top:37px;
	visibility:hidden;
	opacity:0;
	transition: visibility 0s .5s, opacity .5s linear;
	text-align:left;
	z-index:999;
}
nav ul li:hover > ul {
	visibility:visible;
	opacity: 1;
	transition: opacity .5s linear;
}
nav ul li ul li {
	font-size:16px;
	line-height:normal;
	margin:0;
	display:inherit;
	padding:0;
	float:none;
}
nav ul li ul li > a {
	display:block;
	min-height:inherit;
	padding:5px 23px 5px 22px;
	line-height:normal;
	background:#1f6bb9;
}
nav ul li ul .current_page_item > a,
nav ul li ul li:hover > a { background:#4b94e9; }
nav ul li ul li ul {
	left:100%;
	top:0;
}

/*---------------------------------*/
/*       mobile Menu structure     */
/*---------------------------------*/
.slicknav_menu {
	display:none;
}
#mobile_menu{
	 position:relative ;
}

/*---------------------------*/
/*	Slider                   */
/*---------------------------*/
.container_slider { background:#2a2f33 url(images/slider_bg.png) repeat-x left bottom; }
#slider_content {
	padding-bottom:4px;
}

/*---------------------------*/
/*	entry-content            */
/*---------------------------*/
.entry-content {
	width:100%;
	overflow:hidden;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#1f6bb9;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
}
.entry-content h1 { font-size:48px; }
.entry-content h2 {
	font-size:36px;
	padding-bottom:12px;
}
.entry-content h3 {
	font-size:23px;
	padding-bottom:12px;
}
.entry-content h4 {
	font-size:18px;
	padding-bottom:12px;
}
.entry-content h5 {
	font-size:16px;
	padding-bottom:12px;
}
.entry-content h6 {
	font-size:14px;
	padding-bottom:12px;
}
.entry-content p {
	color:#2a2f33;
	font-size:14px;
	font-weight: normal;
	line-height:18px;
	padding-bottom:17px;
}
.entry-content ul { padding-left:2px;}
.entry-content ul li {
	background:url(images/icon_list.png) no-repeat left 2px;
	padding:0 0 13px 22px;
	font-size:14px;
	color:#2a2f33;
	line-height:16px;
}
.entry-content ul ul { padding:10px 0 0 0; }
.entry-content ul ul li {
	list-style-type:disc;
	list-style:none;
	color:#42423a;
	font-size:14px;
	background:url(images/list_bg.png) no-repeat left 9px;
	padding:0 0 6px 16px;
}		
.entry-content ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry-content ol li {
	list-style-type:decimal;
	color:#42423a;
	font-size:14px;
	line-height:18px;
}	
.entry-content a { color:#007daf; }
.entry-content blockquote {
	border:1px dashed #ccc;
	padding:10px;
	margin:0 0 20px 20px;
	color:#42423a;
	font-size:14px;
	line-height:18px;
	font-style:italic;
}	
.entry-content blockquote p { padding-bottom:0; }
.entry-content table {
    border-collapse: collapse;
	width:100%;
}
.entry-content table, th, td {
    border: 1px solid #dfe9f2;
	color:#42423a;
	font-size:14px;
	line-height:18px;
	text-align:center;
	padding:5px 0;
}
/*---------------------------*/
/*	Content                  */
/*---------------------------*/
.content { padding:15px 6px 15px 12px; }
.feature_content {
	overflow:hidden;
	padding-bottom:10px;
}
.feature_content h3 {
	font-size:18px;
	color:#2a2f33;
	padding-bottom:16px;
}
.feature { float:left; }
.feature ul { padding:4px 0 0 2px;}
.feature ul li {
	background:url(images/icon_list.png) no-repeat left 2px;
	padding:0 0 13px 22px;
	font-size:14px;
	color:#2a2f33;
	line-height:16px;
}
#map_area { 
	float:right;
	width:303px;
	padding-right:4px;
}
.map {
	-webkit-box-shadow: 0px 0px 4px #e0e0e0;
	-moz-box-shadow: 0px 0px 4px #e0e0e0;
	box-shadow: 0px 0px 4px #e0e0e0;
	border:2px solid #fff;
} 
.map iframe,
.map img { 
	display:block;
	position:relative;
	height:134px;
}
.map_info { overflow:hidden; padding-top:10px;}
.map_info ul { 
	float:left; 
	list-style-type:disc;
	padding:0 0 10px 0;
}
.map_info ul li {
	list-style-type:disc;
	list-style:none;
	color:#42423a;
	font-size:14px;
	background:url(images/list_bg.png) no-repeat left 9px;
	padding:0 0 2px 10px;
}	
#map_area .zoom {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	background:#1f6bb9;
	display:block;
	float:right;
	height:34px;
	padding:0 15px 0 12px;
	text-align:center;
	color:#fff;
	font-size:18px;
}
#map_area .zoom small { 
	background: url(images/icon_search.png) no-repeat left 10px; 
	padding-left:25px;
	height:34px;
	line-height:34px;
	display:block; 
}

/*---------------------------*/
/*	Footer                   */
/*---------------------------*/
#footer { 
	overflow:hidden;
	padding:13px 12px 0 24px;
	background:url(images/shadow_bg.png) no-repeat center top;
	min-height:70px;
}
.lft_footer {
	float:left;
	padding-top:1px;
}
.lft_footer p { 
	font-size:11px;
	color:#617c85;
}
.lft_footer ul { padding-top:11px; overflow:hidden;}
.lft_footer ul li {
	font-size:10px;
	color:#617c85;
	float:left;
	background:url(images/footer_list.png) no-repeat left 2px;
	padding:0 2px 0 4px;
}
.lft_footer ul li:first-child { 
	background:none;
	padding-left:0; 
}
.lft_footer ul li a { color:#617c85; }
.lft_footer ul li a:hover { color:#99afbe; }
.rgt_footer { float:right; text-align:right; }
.rgt_footer span { 
	padding-right:7px; 
	font-size:11px;
	color:#617c85;
}
.pament { padding-top:2px;}
.pament img { display:block;}

/*---------------------------*/
/*	Transition               */
/*---------------------------*/
.lft_footer ul li a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s
}

/*---------------------------*/
/*	Inner                    */
/*---------------------------*/
.inner_page_container {
	padding-right:240px;
	position:relative;
}
#lft_content {}
#lft_content h4 {
	color:#2a2f33;
	font-size:16px;
	font-weight:bold;
}
#widget_area {
	width:222px;
	position:absolute;
	top:0;
	right:0;
}
.widget { width:100%;}
.item_box { margin-bottom:20px; }
.contact_box { border:2px solid #ccc; }
.contact_box img,
.item_box img {
	display:block;
	max-width:100%;
	margin:0 auto;
	height:auto;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
	margin-bottom:20px;
	max-width:100%;
}
.alignright {
	margin: 2px 0px 20px 20px;
	display: inline;
}
.alignleft {
	margin: 2px 20px 20px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.row {
	overflow:hidden 
}
.gallery_colmn {
	float:left;
	width:210px;
	min-height:200px;
}
.gallery_colmn img {
	display:block;
	margin:0 auto 8px;
	max-width:100%;
}
.gallery_colmn p {
	text-align:center;
	font-size:15px;
}
.ngg-gallery-thumbnail img {
    background-color: none !important;
    margin: 4px 0 4px 3px !important;
    padding: 0 !important;
}
.contact_form .row span {
	width:300px;
	font-size:15px;
	display:inline-block;
	float:left;
}
.contact_form .row {
	margin-bottom:10px;
}
.contact_form .row span:first-child {
	width:150px;
	padding-top:5px;
}
.contact_form .row span input[type="text"] ,
.contact_form .row span input[type="email"],
.contact_form .row span textarea {
	width:300px;
	line-height:22px;
	text-indent:8px;
}
.contact_form .row span select {
	width:300px;
	height:22px;
	line-height:22px;
}
.contact_form .row span textarea  {
	height:100px;
}
.contact_form .row input[type="submit"] {
	width:aauto;
	display:block;
	margin:10px auto;
	padding:5px 8px;
}

span.wpcf7-not-valid-tip {
	-moz-box-sizing: border-box;
	background: none !important;
	border: 0 !important;
	color: #000 !important;
	display: block;
	font-size: 12px !important;
	height: 22px !important;
	left: 3px !important;
	line-height: 22px !important;
	overflow: hidden;
	padding: 4px 6px !important;
	position: absolute;
	top: 1px !important;
	width: 98% !important;
	text-align:left!important;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	span.wpcf7-not-valid-tip{height:16px !important;width:93% !important}
	
}

div.wpcf7-validation-errors{background-color:#fff !important;border-color:none !important;color:#000 !important; clear:both;}

div.wpcf7-response-output{ clear:both; background-color:#fff;border:0 !important;border-radius:4px;color:#000;margin:23px 0 !important;padding:8px 35px 8px 14px !important;text-shadow:0 1px 0 rgba(255,255,255,0.5)}

div.wpcf7-validation-errors{border:0 !important; clear:both;}