/* ========================================================================== */
/* RESET CSS
/* ========================================================================== */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section
{
	display: block;
}

.rev_slider_wrapper
{
	height: 650px;
	background-color: #FFCC00;
	margin-bottom: 0px;
}

.rev_slider_mobile_offset
{
	height: 20%;
	display: none;
}

@media only screen and (min-width: 990px)
{
	.rev_slider_mobile_offset
	{
		height: 0px;
	}
}

/* ========================================================================== */
/* FONTS
/* ========================================================================== */
@font-face
{
    font-family: 'Oswald-Regular';
    src: url('fonts/oswald/oswald-regular.eot');
    src: url('fonts/oswald/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald/oswald-regular.woff2') format('woff2'),
         url('fonts/oswald/oswald-regular.woff') format('woff'),
         url('fonts/oswald/oswald-regular.ttf') format('truetype'),
         url('fonts/oswald/oswald-regular.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Oswald-Bold';
    src: url('fonts/oswald/oswald-bold.eot');
    src: url('fonts/oswald/oswald-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald/oswald-bold.woff2') format('woff2'),
         url('fonts/oswald/oswald-bold.woff') format('woff'),
         url('fonts/oswald/oswald-bold.ttf') format('truetype'),
         url('fonts/oswald/oswald-bold.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
    font-family: 'OpenSans-Light';
    src: url('fonts/opensans/opensans-light.eot');
    src: url('fonts/opensans/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-light.woff2') format('woff2'),
         url('fonts/opensans/opensans-light.woff') format('woff'),
         url('fonts/opensans/opensans-light.ttf') format('truetype'),
         url('fonts/opensans/opensans-light.svg#opensans-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSans-Regular';
    src: url('fonts/opensans/opensans-regular.eot');
    src: url('fonts/opensans/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-regular.woff2') format('woff2'),
         url('fonts/opensans/opensans-regular.woff') format('woff'),
         url('fonts/opensans/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans/opensans-regular.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/opensans/opensans-semibold.eot');
    src: url('fonts/opensans/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-semibold.woff2') format('woff2'),
         url('fonts/opensans/opensans-semibold.woff') format('woff'),
         url('fonts/opensans/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans/opensans-semibold.svg#opensans-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ========================================================================== */
/* RESET
/* ========================================================================== */
html
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	font-family: "OpenSans-Regular", "OpenSans", sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0;
	color: #666;
	padding-top: 72px; 
}

@media (min-width: 560px) 
{
	body
	{
		font-size: 0.9em;
		line-height: 1.4em;
		padding-top: 70px; 
	}
}

@media (min-width: 768px) 
{
	body
	{
		padding-top: 112px; 
	}
}

@media (min-width: 992px) 
{
	body
	{
		padding-top: 100px; 
	}
}

img
{
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	/*width: auto\9; */
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	color: #222;
	text-transform: uppercase;
}

h1
{
	font-size: 45px; 
	line-height: 52px;
	margin: 0px 0px 12px 0px;	 
	font-weight: normal;
}

h2
{
	font-size: 38px; 
	line-height: 44px;
	margin: 0px 0px 12px 0px;	 
	font-weight: normal;
}

h3
{
	font-size: 32px; 
	line-height: 36px;
	margin-bottom: 10px; 
	font-weight: normal;
}

h4
{
	font-size: 22px; 
	line-height: 27px;   
	margin-bottom: 5px;
}
	
h5
{ 
	font-size: 20px; 
	line-height: 26px; 
	line-height: 26px; 
	margin-bottom: 8px;
}
	
h6
{ 
	font-size: 13px; 
	line-height: 24px; 
	margin-bottom: 5px;
}
	
p
{
	margin-bottom: 20px;
	/*text-align: justify;*/
}

em
{
	font-style: italic;
}

strong
{
	font-weight: 700;
}

small
{
	font-size: 90%;
}
	
sub
{ 
	vertical-align: sub; 
	font-size: 75%; 
}
	
sup
{ 
	vertical-align: super;
	font-size: 35%; 
}
	
	
p.last,
h1.last,
h2.last,
h3.last,
h4.last,
h5.last
{
	margin-bottom: 0;
}

/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color: #67ACBC;
	text-decoration: none; 
}
	
a:visited
{ 
	text-decoration: none; 
}

/* Remove the gray background color from active links in IE 10. */
a:active
{
	background: transparent; /* 1 */
}
	
a:hover, 
a:focus
{
	outline: 0; 
	text-decoration: underline;
}	


/* ========================================================================== */
/* TYPOGAPHY - LISTS
/* ========================================================================== */
ul
{ 
	list-style-type: disc;
	margin-bottom: 20px; 
	margin-left: 15px;
}

li
{
}

.header-fixed
{
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

@media only screen and (min-width: 992px)
{
	.header-fixed
	{
		background-color: rgba(0, 0, 0, 0.9);
	}
}
		
/* ========================================================================== */
/* TOP HEADER
/* ========================================================================== */
.header-top
{
	font-family: "OpenSans-Regular", "OpenSans", sans-serif;
	background: #3a3a3b;
	overflow: hidden;
	color: #FFCC00;
	color: #FFF;
	padding: 0px;
}

.header-top .contact-info
{
	float: left;
	width:auto;
}

.header-top .contact-info ul
{
	padding: 0px;
	margin: 0px;
}

.header-top .contact-info li
{
	line-height: 40px;
	float: left;
	padding: 0px 20px 0px 20px;
	display: block; 
}

.header-top .contact-info li:first-child
{
	padding: 0px 20px 0px 0px;
}

.header-top .contact-info i
{
	font-size:1.1em;
	padding: 0px 8px 0px 0px;
}

.header-top .contact-info ul > li,
.header-top .contact-info ul > li a
{
	color: #FFCC00;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
  -webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header-top .contact-info ul li:hover,
.header-top .contact-info ul li:hover a
{
	color: #FFF;
	color: #FFCC00;
	cursor: pointer;
}

.header-top .social-media
{
	float: right;
	width: 170px;
}

.header-top .social-media ul
{
	padding: 0px;
	margin: 0px;
}

.header-top .social-media li
{
	border-right: 1px solid #4b4b4b;
	float: left;
	display: block; 
}

.header-top .social-media li a
{
	color: #fff; 
}

.header-top .social-media li:first-child
{
	border-left: 1px solid #4b4b4b;
}

.header-top .social-media i
{
	text-align: center;
	font-size:1em;
	line-height: 40px;
	height: 40px;
	width: 40px;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-top .social-media i:hover
{
	color: #FFCC00;
	/*
	color: #3a3a3b;
	background-color: #FFCC00;
	*/
	cursor: pointer;
}



/* ========================================================================== */
/* HEADER
/* ========================================================================== */
.header
{
	font-family: "OpenSans-Regular", "OpenSans", sans-serif;
	background: #fff;
	height: 60px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.header .header-logo
{
	left: 10px;
	top: 14px;
	position: absolute;
	z-index: 20;
	width: 210px;
}

.header .header-navi
{
	right: 20px;
	position: absolute;
	z-index: 20;
}


/* ========================================================================== */
/* MOBILE HEADER CONTACTS
/* ========================================================================== */
.header-mobile-contacts
{
	font-family: "OpenSans-Regular", "OpenSans", sans-serif;
	background-color: #3a3a3b;
	padding: 40px 0px 20px 0px;
	position: relative;
}

.header-mobile-contacts .col-xs-12,
.header-mobile-contacts .col-sm-6
{
}

.header-mobile-contacts .contact-widget
{
	overflow: hidden;
}

.header-mobile-contacts .contact-widget-separator
{
	height: 10px;
	margin-top: 15px;
	border-top: 1px dotted #4b4b4b;
}
@media (min-width: 560px) 
{

.header-mobile-contacts .contact-widget-separator
{
	display: none;
}
}


.header-mobile-contacts .contact-widget-icon
{
	font-size: 36px;
	line-height: 36px;
	float: left;
	margin-right: 10px;
	color: #FFCC00;
}

.header-mobile-contacts .contact-widget-text
{
	color: #aaa;
	font-size: 11px; 
	line-height: 14px;   
}

.header-mobile-contacts .contact-widget-text h4
{
	font-family: "OpenSans-SemiBold", "OpenSans", sans-serif;
	color: #FFF;
	text-transform: none;
	font-size: 16px; 
	line-height: 22px;   
	margin-bottom: 0px;
}

/* ========================================================================== */
/* TITLE BAR
/* ========================================================================== */
.titlebar
{
	background-color: #3a3a3b;
	margin: 0px;
	padding: 45px 0px 8px 0px;
	overflow: hidden;
	color: #FFCC00;
}

.titlebar .breadcrumbs
{
	float: left;
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	
}

.titlebar .title-text
{
	float: right;
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	padding: 0px 10px 0px 0px;
	
}

.titlebar .title-text h3
{
	font-size: 26px;
	color: #FFCC00;
	text-transform: none;
}


/* ========================================================================== */
/* MAIN NAVIGATION
/* ========================================================================== */
#main-navigation
{
	float: right;
	display: none;
}
@media only screen and (min-width: 992px)
/*@media only screen and (min-width: 750px)*/
{
	#main-navigation
	{
		display: block;
		margin-top: 0px;
	}
	#main-navigation .menu, 
	#main-navigation .menu a
	{
		font-family: "Oswald-Regular", "OpenSans", sans-serif;
		font-size: 16px;
		line-height: 15px;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
	}

	#main-navigation .menu ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#main-navigation .menu li
	{
		position: relative;
		float: left;
	}

	#main-navigation .menu ul > li a
	{
		padding: 33px 15px 30px 15px;
		font-weight: normal;
		color: #222;
		display: block;
		-webkit-transition: border 0.3s ease;
		-moz-transition: border 0.3s ease;
		-ms-transition: border 0.3s ease;
		-o-transition: border 0.3s ease;
		transition: border 0.3s ease;
	}

	#main-navigation .menu ul > li a:before
	{
		content: "";
		display: block;
		height: 0px;
		width: 100%;
		margin: 0px auto;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0;
		z-index: 53;
		background-color: #FFF;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#main-navigation .menu ul > li a:hover:before
	{
		background-color: #FFCC00;
		height: 6px;
	}

	#main-navigation .menu ul > li:last-child a
	{
	 padding-right: 5px !important;
	}
}

@media only screen and (min-width: 1280px)
{
	#main-navigation .menu ul > li a
	{
		padding-left: 20px;
		padding-right: 20px;
	}
}




/* ========================================================================== */
/* MOBILE NAVIGATION TRIGGER
/* ========================================================================== */
#mobile-menu-trigger
{ 
	position: absolute;
	top: 25px;
	right: 19px;
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: #222;
	font-weight: normal;
	z-index: 20;

}

@media only screen and (min-width: 992px)
{
	#mobile-menu-trigger
	{ 
		display: none;
	}
}

@media only screen and (min-width: 1280px)
{
	#mobile-menu-trigger
	{ 
		display: none;
	}
}



/* ========================================================================== */
/* MOBILE NAVIGATION
/* ========================================================================== */
.mobile-menu-bg
{
	background-color: 3a3a3b;
}

#mobile-menu
{
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	font-size: 15px;
	padding: 30px 0px 20px 0px;
	position: relative;
	background-color: #3a3a3b;
	heihgt:200px;
}

#mobile-menu ul
{	
	margin: 0;
	padding: 0;
}
	
#mobile-menu li
{	
	display: block;
	margin: 0;
}

#mobile-menu > li > ul, 
#mobile-menu > li > ul > li > ul
{
	display: none;
	margin: 0;
	background-color: #fff;
}
	
#mobile-menu li a
{
	position: relative;
	display: block;
	padding: 15px 0px 15px 15px;
	border-top: 1px dotted #4b4b4b;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-menu ul li:last-child
{
	border-bottom: 1px dotted #4b4b4b;
}
	
#mobile-menu ul a
{
	padding: 8px 0px 8px 15px;
}

#mobile-menu ul li ul a 
{
	padding-left: 35px;
}
	
#mobile-menu .mobile-menu-submenu-arrow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	border-left: 1px dotted #eee;
	color: #5C6C6E;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
	
#mobile-menu .mobile-menu-submenu-arrow:hover
{
	color: #2B3233;
	background-color: #fafafa;
}
	
#mobile-menu li a:hover
{
	color: #FFCC00;
}

#mobile-menu
{
	display: none;
}






/* ========================================================================== */
/* BANNER
/* ========================================================================== */


/* ========================================================================== */
/* PAGE
/* ========================================================================== */
.page-main-title
{
	overflow:hidden;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	margin: 60px 0px 35px 0px;
}

.page-main-title h1
{
	text-align: center;
}

.page-main-title p
{
	margin-bottom: 0px;
}

.post-header
{
	text-align: center;
	margin-bottom: 30px;
}

.post-body
{

}

.post-notes
{
	font-size: 11px;
	line-height: 15px;
	color: #999;
}




.post-price-table
{
	font-family: "OpenSans-SemiBold", "OpenSans", sans-serif;
	line-height: 1.2em;
}

.post-price-table table
{
	color: #222;
	background-color: #FFDD00;
	width: 100%;
}

.post-price-table table tr[data-href]
{
	cursor: pointer;
}


tbody tr:hover
{
  cursor: pointer;
	background:#FFEE7F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-price-table thead
{
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	font-size: 27px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
}

.post-price-table table thead tr td
{
	padding: 35px 6px 40px 6px;
}

.post-price-table table tbody tr td
{
	border-bottom: 2px solid #FFEE7F;
	height: 50px;
	vertical-align: middle;
}

.post-price-table table tbody tr:last-child td
{
	border-bottom: none;
}

.post-price-table .service-name
{
	text-align: left;
  padding: 0px 0px 0px 20px;
}

.post-price-table .price
{
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	font-size: 19px;
	text-align: right;
  padding: 0px 20px 0px 0px;
	width: 125px;
}

.post-price-table .price span
{
	font-size: 13px;
	color: #9E8903;
	text-decoration: line-through;
  padding-right: 6px;
}



/* ========================================================================== */
/* SERVICES
/* ========================================================================== */
.services
{
	padding: 60px 0px 40px 0px;
	background-color: #f5f5f5;
}

.services col-xs-12
{
	margin-bottom: 15px;
}

.services col-sm-6,
.services col-md-6,
.services col-lg-4
{
	margin-bottom: 20px;
}

.services .services-icon
{
	font-size: 36px;
	line-height: 36px;
	float: left;
	margin-right: 15px;
	color: #FFBB00;
}

.services .services-text
{
	padding-top: 5px;
	overflow: hidden;
}

.services-bg-white
{
	padding: 30px 0px 40px 0px;
	background-color: #fff;
}


/* ========================================================================== */
/* PORTFOLIO
/* ========================================================================== */
.portfolio
{
	margin: 0px 0px 40px 0px
}

.portfolio a:hover
{
	text-decoration: none;
}

.portfolio .image
{
	position: relative;
	width: 100%;
  height: 0;
	margin: 0 auto;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 50%; /* 2:1 */
	overflow: hidden;
}

.portfolio .image img
{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transition: all 0.5s ease 0.2s;
}

.portfolio .image-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all 0.5s ease;
}

.portfolio .image:hover .image-overlay
{
	opacity: 1;
}


.portfolio .image:hover img
{
	-webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
	filter: grayscale(60%);
	/*
	-webkit-filter: blur(1px);
	filter: blur(1px);
	*/
}

.portfolio .link
{
  position:absolute;
	top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.portfolio .link i
{
	font-size: 42px;
	color: #FFCC00;
	text-align: center;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio h5
{
	font-size: 18px;
	line-height: 24px;
	color: #222;
}

.portfolio h5 a
{
	color: #222;
}

.portfolio h5 a:hover
{
	/*color: #FFBB00;*/
}

/* ========================================================================== */
/* PORTFOLIO GRID VIEW
/* ========================================================================== */
.portfolio-grid
{

}

.portfolio-grid-item
{
	background-color: #f5f5f5;
	border: 1px none #eee;
	position:relative;
	margin: 0px 0px 10px 0px;
}

.portfolio-grid-item-image
{

}

.portfolio-grid-item-text
{
	padding: 12px 12px 12px 12px;
	min-height: 100px;
}

.portfolio-grid-item-text .price
{
	font-size: 1.1em;
}

.portfolio-grid-item .details
{
	border-bottom-color: #FFCC00 !important;
	border-bottom: 83px solid #FFCC00;
	border-left: 85px solid transparent;
	bottom: 0;
	color: #000;
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	height: 70px;
	position: absolute;
	right: 0;
	width: 70px;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-grid-item .details span
{
    font-weight: 500;
    margin: -35px 0 0 -67px;
    padding: 90px 0 40px;
    position: absolute;
    transform: rotate(-47deg);
		-webkit-transform: rotate(-47deg);
    z-index: 9;
}

.portfolio-grid-item .details:hover
{
	color: #FFF;
}


@media (min-width: 1280px)
{
	.portfolio-grid-item h5
	{
		font-size: 20px;
		line-height: 26px;
	}

	.portfolio-grid-item-text
	{
		min-height: 105px;
	}
}

/* ========================================================================== */
/* PORTFOLIO LIST VIEW
/* ========================================================================== */
.portfolio-list
{

}

.portfolio-list-item
{

}

.portfolio-list-item-image
{

}

.portfolio-list-item-text
{

}



/* ========================================================================== */
/* PORTFOLIO POST
/* ========================================================================== */
.portfolio-post
{
}

.portfolio-post .main-title
{
	overflow: hidden;
	margin: 60px 0px 20px 0px;
}

.portfolio-post .main-title h1
{
	font-size: 32px; 
	line-height: 38px;
	margin: 0px 0px 12px 0px;	 
}

.portfolio-post .main-title p
{
	font-size: 19px;
	line-height: 24px;
	color: #222;
	margin-bottom: 0px;
}

.portfolio-post .price
{
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
	font-size: 32px; 
	line-height: 36px;
	color: #222;
	background-color: #FFCC00;
	padding: 10px 24px 10px 24px;
	margin-top: 0px;
	float: right;
}

.portfolio-post .portfolio-images
{
	background-color: #eee;
	overflow: hidden;
	
}

.portfolio-post .portfolio-main-image
{
	position: relative;
	width: 100%;
  height: 0;
	margin: 0 auto;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 50%; /* 2:1 */
	overflow: hidden;
}

.portfolio-post .portfolio-main-image img
{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transition: all 0.5s ease 0.2s;
}

.portfolio-post .portfolio-thumbs
{
	padding: 15px 10px 2px 10px;
}


.portfolio-post .portfolio-thumbs .col-xs-6,
.portfolio-post .portfolio-thumbs .col-sm-4,
.portfolio-post .portfolio-thumbs .col-md-4,
.portfolio-post .portfolio-thumbs .col-lg-3
{
	padding: 0px 1px 0px 1px;
}

.portfolio-post .portfolio-thumb
{
	position: relative;
	width: 100%;
  height: 0;
	margin: 0 auto;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 50%; /* 2:1 */
	overflow: hidden;
}

.portfolio-post .portfolio-thumb img
{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transition: all 0.5s ease 0.2s;
}

.portfolio-post .portfolio-text
{

}


.portfolio-post .portfolio-text h4
{
	text-transform: none;
	font-family: "OpenSans-SemiBold", "OpenSans", sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 2px;
}

.portfolio-post .portfolio-data
{
	border: 1px solid #ddd;
}

.portfolio-post .portfolio-data ul
{
	padding: 0px;
	margin: 0px;
}

.portfolio-post .portfolio-data li
{
	line-height: 22px;
	padding: 10px 10px 10px 15px;
	display: block; 
	border-bottom: 1px solid #ddd;
	color: #222;
}

.portfolio-post .portfolio-data li:last-child
{
	border-bottom: none;
}

.portfolio-post .portfolio-data li span
{
	color: #aaa;
	text-transform: none;
	margin-right: px;
	font-size: 11px;
	float: right;
}


.portfolio-post .portfolio-contacts
{
	padding-top: 30px;
}

.portfolio-post .portfolio-contacts h5
{
	text-transform: none;
}


.portfolio-post .portfolio-contacts ul
{
	padding: 8px 0px 20px 0px;
	margin: 0px;
}

.portfolio-post .portfolio-contacts li
{
	position: relative;
	display: block; 
	margin-left: 30px;
	padding: 3px 0px 3px 0px;
}

.portfolio-post .portfolio-contacts i
{
	position: absolute;
	font-size: 18px;
	line-height: 24px;
	margin: -3px 10px 0px -30px;
	color: #FFBB00;
}

.portfolio-post .portfolio-contacts span
{
	color: #aaa;
	font-size: 11px;
}


/* ========================================================================== */
/* GOOGLE MAPS
/* ========================================================================== */
#gmap
{
	height: 450px;
	background-color: #eee;
	margin-bottom: 60px;
}

/* ========================================================================== */
/* CONTACT PAGE
/* ========================================================================== */
.contact-page .contacts
{
	margin-bottom: 50px;
}
.contact-page .contacts h4
{
	font-size: 18px;
	line-height:32px;
	position: relative;
	margin-left: 40px;
	margin-bottom: 0px;
}

.contact-page .contacts i
{
	font-size: 32px;
	line-height:32px;
	color: #FFCC00;
	margin-left: -40px;
	position: absolute;
}

.contact-page .contacts p
{
	margin-left: 40px;
	margin-bottom: 30px;
}

.contact-page .contact-form
{
	float: right;
	margin-bottom: 80px;
}




/* ========================================================================== */
/* AVTO.NET COPYRIGHT
/* ========================================================================== */
.avtonet-copyright
{
	margin-bottom: 0px;
	float: right;
	padding-top:6px;
}

.avtonet-copyright img
{
	margin-top:-8px;
}

.avtonet-copyright a,
.avtonet-copyright a:hover
{
	color: #888;
	text-decoration: none;
}

/* ========================================================================== */
/* PAGE BANNER
/* ========================================================================== */
.page-banner
{
	overflow: hidden;
	padding: 45px 0px 50px 0px;
	margin-top: 30px;
	color: #222;
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: center;
}

.page-banner h3
{
	font-size: 32px; 
	line-height: 36px;
	text-transform: none;
	margin-bottom: 5px;
}


.page-banner p
{
	margin-bottom: 0px;
}

.pb-footer
{
	padding-bottom: 70px;
}

.pb-yellow
{
	background-color: #FFCC00;
}

.pb-grey
{
	background-color: #555;
}

.page-banner .col-md-12
{
	margin-bottom: 30px;
}

.page-banner .col-md-12:last-child
{
	margin-bottom: 0px;
}


@media (min-width: 992px)
{
	.page-banner h3
	{
		text-align: left;
	}
	
	.page-banner
	{
		text-align: left;
	}
	
	.row
	{
		position: relative;
	}

	.page-banner .col-md-12
	{
		margin-bottom: 10px;
	}

	.page-banner .col-lg-2
	{
		position: absolute;
		bottom: 25px;
		right: 0px;
	}

}


/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
/* ========================================================================== */
/* FOOTER TOP
/* ========================================================================== */
.footer-top
{
	background-color: #FFCC00;
	padding: 20px 0px 20px 0px
}

/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
.footer
{
	background-color: #3a3a3b;
	padding: 40px 0px 30px 0px;
	position: relative;
	color: #FFF;
}

.footer h4
{
	color: #FFCC00;
	text-transform: none;
	border-bottom: 1px none #FFCC00;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

.footer h4:after
{
	content: ' ';
	position: absolute;
	width: 150px;
	height: 1px;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #FFCC00;
}

.footer ul
{
	padding: 0px;
	margin: 0px;}

.footer li
{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	display: block; 
	border-bottom: 1px solid #444;
	position: relative;
}

.footer li span
{
	position:absolute;
	left: 110px;
}

.footer li:last-child
{
	border-bottom: none;
}

.footer li a,
.footer li a:active
{
	color: #FFF;
	text-decoration: none;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer li a:hover
{
	color: #FFCC00;
}

.footer .social-media
{
}

.footer .social-media ul
{
	padding: 0px;
	margin: 0px;
}

.footer .social-media li
{
	border: none;
	float: left;
	display: block; 
}

.footer .social-media i
{
	text-align: center;
	font-size:1.2em;
	line-height: 34px;
	height: 34px;
	width: 34px;
	background-color: #EEE;
	color: #3a3a3b;
	margin: 0px 10px 0px 0px;
	-moz-border-radius: 50%;
	border-radius: 50%;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .social-media i:hover
{
	background-color: #FFCC00;
	/*
	color: #3a3a3b;
	background-color: #FFCC00;
	*/
	cursor: pointer;
}

/* ========================================================================== */
/* FOOTER BOTTOM
/* ========================================================================== */
.footer-bottom
{
	background-color: #FFCC00;
	padding: 20px 0px 18px 0px
}

.footer-bottom .copyright
{
	color: #3a3a3b;
	font-size:11px;
	width: 100%;
	text-align: right;
	padding: 20px 0px 0px 0px
}

/* ========================================================================== */
/* FORMS
/* ========================================================================== */
.contact-form input[type="text"],
.contact-form textarea
{
	width:100%;
	background: #fff;
	color: #666;
	border: 1px solid #DDD;
	outline: none;
	display: block;		
	margin-bottom: 20px;
	padding: 0 10px 0 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none; /* 1 */
}

.contact-form input[type="text"]
{
	height:50px;
	border-radius: 0px;
}

.contact-form textarea
{
	min-height: 300px;
	max-width: 100%;
	padding: 20px 20px 20px 30px;
	border-radius: 0px;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus
{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}

.contact-form .input-error
{
	border: 1px solid #C50005;
}

.contact-form .input-error-text
{
	
	position: absolute;
	font-size: 11px; 
	color: #C50005;
	height: 0px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	bottom: 0px;
}


*::-webkit-input-placeholder {color: #BBB;}
*:-moz-placeholder {color: #BBB;}
*::-moz-placeholder {color: #BBB;}
*:-ms-input-placeholder{color: #BBB;}


/* ========================================================================== */
/* BUTTONS
/* ========================================================================== */
.btn
{ 
	font-family: "OpenSans-SemiBold", "OpenSans", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 26px;
	padding: 12px 20px 11px 20px;
	margin: 0px auto 0px auto;
	border: 0px solid #333;
	text-align: center;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:focus
{
	outline: 0;
}

.btn:hover
{ 
	color: #fff;
	background-color: #FFCC00;
}

.read-more
{
	border: 2px solid #333;
}

.read-more:focus
{
	outline: 0;
}
.read-more:hover
{
	color: #fff;
	border: 2px solid #3a3a3b;
	background-color: #3a3a3b;
	text-decoration: none;
}

.contact-submit
{
	background-color: #FFCC00;
	color: #3a3a3b;

}

.contact-submit:hover
{
	background-color: #3a3a3b;
	color: #fff;

}
/* ========================================================================== */
/* PARALLAX
/* ========================================================================== */
.parallax.parallax-enabled
{ 
	background-attachment: fixed !important;
	-webkit-background-size: cover;
	background-size: cover;	
}

.horizontal-parallax
{
	background-repeat: repeat-x;
}
	
.animated-parallax
{
	background-repeat: repeat-x;
}



/* ========================================================================== */
/* RESPONSIVE SLIDER CAPTIONS
/* ========================================================================== */
.AvtoAs-caption-medium
{
	color: #111; 
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
  line-height: 1 !important;
  font-size:60px !important;
}

.AvtoAs-caption-large
{
	color: #111; 
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
  line-height: 1 !important;
  font-size:120px !important;
}

.AvtoAs-caption-small
{
	color: #111; 
	font-family: "Oswald-Regular", "OpenSans", sans-serif;
  line-height: 1 !important;
  font-size:30px !important;
}

.uppercase
{
	text-transform: uppercase;
}





.jx-container 
{
    margin: 0;
    min-height: 100px;
    padding: 0;
    position: relative;
    width: 100% !important;
    z-index: 9;
}

.jx-container-slope
{
    height: 50px;
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.jx-container-slope.jx-right-slope
{
	transform: skewY(-1.2deg);
}

.jx-container-slope.jx-left-slope
{
	transform: skewY(1.2deg);
}

.jx-container-slope.jx-top-slope
{
	top: -24px;
}

.jx-container-slope.jx-bottom-slope
{
	bottom: -24px;
}

.jx-container.jx-darkgrey-bg .jx-container-slope
{
	background: #3a3a3b none repeat scroll 0 0;
}

.jx-container-slope.jx-white-bg
{
	background: #fff none repeat scroll 0 0;
}

.jx-white-bg
{
	background-color: #fff !important;
}

.jx-grey-bg
{
	background-color: #3a3a3b !important;
}

.header .jx-container-slope
{
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
}






/* Pagination */
.pagination ul
{
	list-style-type: none;
	margin: 0px;
}

.pagination li
{
  display: inline-block;
  margin-right:5px;
}

.pagination li a
{
  padding:3px 10px;
  text-align:center;
  line-height:29px;
  background:#eee;  
}

.pagination li a:hover
{
  background:#ffcc00;
}

.pagination li a
{
 color:#333;
 font-size:16px; 
}

.pagination li:hover a
{
 color:#000;
 font-size:16px; 
}

.pagination li.selected a
{
	background:#ffcc00;
	color:#000;
	font-size:16px;
	padding:5px 12px;
}





/* ========================================================================== */
/* CSS LOADER
/* ========================================================================== */
#loading-data
{
	overflow: hidden;
}

.loader
{
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(150, 150, 150, 0.2);
  border-right: 1.1em solid rgba(150, 150, 150, 0.2);
  border-bottom: 1.1em solid rgba(150, 150, 150, 0.2);
  border-left: 1.1em solid #aaa;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after
{
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

@-webkit-keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
	100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
	100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

