/* ************************************************   
Theme Name: AutoImage
Author: Pix-theme
Version: 2.7.6
License: See on zip package
License URI: See on zip package
Description: Autoimage Theme
Theme URI:  pix-theme.com
Author URI: pix-theme.com
Tags: orange , blue
************************************************ */
/*
| ----------------------------------------------------------------------------------------------
| General & helper styles
| ----------------------------------------------------------------------------------------------
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900italic,900,300italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);

html {
	font-size: 100%;
}
body {
	/*font-family: 'Play', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.555;
	-webkit-font-smoothing: antialiased;
	color: #777777;
}
* {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Play', sans-serif;
	color: #000;
}
[class*="space"] {
	width: 100%;
	float: left;
}
label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
.alignnone {
	margin: 0 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
	text-align: center;
}
.bottom20 {
	padding-bottom: 20px;
}
.post img {
	height: auto;
	max-width: 100%;
}
.wp-caption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 0 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 0 0;
}
.wp-caption.alignright {
	margin: 5px 0 0 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text, .gallery-caption {
	color: rgba(0, 0, 0, 0.4);
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px 4px 0;
}
.space20 {
	height: 20px;
}
.space30 {
	height: 30px;
}
.space40 {
	height: 40px;
}
.space50 {
	height: 50px;
}
.space60 {
	height: 60px;
}
.relative {
	position: relative;
}
.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
.img, .img img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea, select {
	background: #F2F2F1;
	border: medium none;
	box-shadow: none;
	color: #777777;
	font-size: 14px;
	padding: 10px 20px;
	font-size: 14px;
}
label.placeholder {
	position: absolute;
	top: 0;
	left: 0;
	cursor: text;
	padding: 14px 25px;
	font-weight: normal;
}
.form-group .required:after {
	content: '*';
	margin-left: 5px;
	color: #ff1c32;
}
.placeholder.hide-label {
	display: none;
}
*, *:focus, *:active {
	outline: none;
}
.spec-box {
	background: none repeat scroll 0 0 #f7f7f7;
	float: right;
	margin: 0 0 0 30px;
	width: 260px;
}
.content-spec {
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px 20px;
}
.content-spec dd {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.spec-box h2 {
	background: none repeat scroll 0 0 #d2583e;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}
.spec-box h2 i {
	margin-right: 5px;
	margin-left: 5px;
}
#loading-mask {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999999;
}
.loading-img {
	height: 100%;
	left: 0;
	position: fixed;
	top: 50%;
	width: 100%;
}
.videoplayer {
	border: 0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.video-container .videoplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.short-banner.page-img {
	color: #fff;
	height: auto;
	margin-bottom: 20px;
	padding: 20px;
}
.short-banner.page-img h3 {
	margin: 0;
	padding: 0;
}
.page-img {
	clear: both;
	display: inline-block;
	height: 85px;
	margin-top: 0;
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
.page-img h3 {
	color: #FFFFFF;
	font-size: 36px;
	margin-top: 23px;
}
.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
| ----------------------------------------------------------------------------------------------
| Typography
| ----------------------------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	margin: 0 0 20px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}

	::-moz-selection {
 color: #fff;
 text-shadow:none;
 background:#d2583e;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #d2583e;
}
mark {
	background: none repeat scroll 0 0 #d2583e;
	color: #fff;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: 400;
}
.text-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
p:last-child {
	margin: 0;
}
/*
| ----------------------------------------------------------------------------------------------
| Links
| ----------------------------------------------------------------------------------------------
*/
a, a:hover {
	text-decoration: none;
}
a {
	color: #000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {
	text-decoration: underline;
}







/*------------------------------------------------------------------
Primary use:	Debugging and Updates
-------------------------------------------------------------------*/

.main-menu > li.current-menu-item:before {
	background: none repeat scroll 0 0 #d2583e;
	bottom: -15px;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}


.featured-item i:before {
    font-size: 63px;
}



html .list-service .nav-tabs li i:before{
font-size: 63px;
    top: 0 !important;

}


.list-service .tab-content .col-lg-6 i:before{
font-size: 63px;
}


.list-service .nav i  {
    margin: -10px 10px 0 !important;
}


.order-actions a{
    display: inline-block;
    text-align: center;
}





@media only screen and (max-width :651px) {

html .dl-menuwrapper .dl-menu {
    height: auto;
}


}