/*
	Theme Name: Lepitech
	Theme URI: 
	Description: Lepitech WordPress Theme
	Version: 1.0
	Author: QS
	Author URI: 
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
    direction: rtl;
    background: #3c3636;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.tax_img_wrapper{
    text-align:center;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/***** LAayout ***/

ul, ol, ul ul, ol ol {
    list-style-type: none;
    margin:0;
    padding: 0;
}

.header_menu_wrapper {
    position: relative;
    width: 100%;
    background: rgba(0,0,0,0.6);
    border-top:2px solid #b1b1af;
    border-bottom:2px solid #d0d0d0;
    padding: 10px 24% 10px 10px;
}
.header_menu_wrapper li {
    float: right;
}
.header_menu_wrapper a {
    color:#eef0ef;
    font-size:18.5px;
}
.header_menu_wrapper a {
    margin-right:50px;
}
.header_menu_wrapper li:first-child a {
    margin-right:0px;
}

.logo_wrapper {
    position: absolute;
    z-index: 99;
    width: 23%;
    display: inline-block;
    max-width: 328px;
    top: 0;
    right: 0;
}

a.email_icon {
    display: inline-block;
    width:28px;
    height:28px;
    background: url(images/email_icon.png) no-repeat 0 0;
    position: relative;
    top:5px;
}

.header_phone_wrapper {
    text-align: left;
    color:#FFF;
    padding-left: 10px;
    font-size:18.5px;
}
.header_phone_wrapper a {
    color:#FFF;
    font-size:18.5px;
}
.header_phone_wrapper li {
    display: inline-block;
    line-height: 30px;
    margin-right:15px;
}
.header_phone_wrapper li:first-child {
    margin-right:0;
}
.header_wrapper {
    min-height: 145px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
#slides{
    position:fixed !important;
    height:100% !important;
    width:100% !important;
    top:0 !important;
    left:0 !important;
    z-index:-1;
    direction: ltr;
}

#single_project_slides{
    position:fixed !important;
    height:100% !important;
    width:100% !important;
    top:0 !important;
    left:0 !important;
    z-index:-1;
    direction: ltr;
}

.post-type-archive-project #slides,
.post-type-archive-product #slides,
.page-template-template-product-information-php #slides {
    z-index: 10;
}
.slides-navigation {
    z-index: 9999;
}
.slides-navigation a.next {
    display: inline-block;
    width:90px;
    height: 155px;
    background: url(images/next_btn.png) no-repeat 0 0;
    text-indent: -10000px;
    right:10px;
}
.slides-navigation a.prev {
    display: inline-block;
    width:90px;
    height: 155px;
    background: url(images/prev_btn.png) no-repeat 0 0;
    text-indent: -10000px;
    left:10px;
}

.home_description_wrapper {
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: 99;
}
.home_description_wrapper a {
    float: left;
}
.title {
    color:#2f2927;
    font-size:80px;
    font-weight: bold;
    line-height: 1;
}
.desc {
    font-size:34px;
    color:#e7ebec;
    border-top:5px solid #eff0ed;
    border-bottom:5px solid #eff0ed;
    background: rgba(0,0,0,0.4);
    padding: 7px 10px;
}

.absolute_container {
    position: relative;
    width:100%;   
    max-width: 1024px;
    top: 145px;
    z-index: 999;
    margin:0 auto;
}
.main_container {
    width:100%;
    max-width: 1024px;
    margin: 0 auto;
}
.content {
    border:1px solid #cdcdcb;
    background: rgba(0,0,0,0.6);
}
.icon_wrap {
    float: right;
    margin: 13px 6px;
}
.title_head {
    position: relative;
    background: rgba(0, 0, 0, 0.8);    
}
.page_title {
    padding: 18px 0 20px 0;
    position: relative;
    border-bottom:1px solid #cdcdcb;
}
.page_title h1 {
    color:#FFF;
    font-size:24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight:normal;
    position: relative;
}
.page_title h1:after {
    content:'';
    position: absolute;
    top: 15px;
    width: 78%;
    height: 3px;
    background: url(images/head_line.png) no-repeat 98% 50%;
    display: inline-block;
    margin-right: 12px;    
}
.xbutton {
    background: url(images/xbtn.png) no-repeat 0 0;
    cursor:pointer;
    position: absolute;
    display: inline-block;
    width:37px;
    height: 38px;
    left: 10px;
    top: 12px;    
}
.xbutton.active {
    background: url(images/vbtn.jpg) no-repeat 0 0;
}
.text_wrapper {
    padding: 20px 50px 20px 20px;
    background: url(images/arrow.png) no-repeat 98% 4%;
    color:#FFF;
    font-size:18px;
    font-weight:normal;
    line-height: 21px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 338px;
}
.page-template-template-contacts-php .text_wrapper {
    background: none;
}
.text_wrapper p {
    margin-bottom: 28px;
}
.page-template-template-contacts-php .text_wrapper p {
    background: url(images/arrow.png) no-repeat 100% 50%;
    padding-right: 20px;
}
.thumb_wrap {
    float: left;
}
.single-project .thumb_wrap {
    margin:0 10px 10px 0;
}
.thumb_wrap img {
    border:5px solid #FFF;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6); 
    max-width: 380px;   
}
.slides-pagination {
    bottom:10px;
}
.slides-pagination a {
    border:0;
    background: #FFF;
    width:15px;
    height: 15px;
    text-indent: -100000px;
}
.slides-pagination a.current {
    background: #656a71;
}

.breadcrumbs_wrapper p {
    margin-bottom: 12px;
}
.breadcrumbs_wrapper span:first-child {
    display: inline-block;
    background: url(images/repeat_bread.png) repeat-x 0 0;
    height: 25px;
    line-height: 25px;
    color:#232329;
    font-size:14px;
    padding: 0 10px 0 0;
    margin-left:15px;   
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;     
}

.breadcrumbs_wrapper span:after {
    content:"";
    position: relative;
    float: left;
    right:10px;
    width:12px;
    height: 25px;
    display: inline-block;
    background: url(images/left_bread.png) no-repeat 0 0;
    margin-left:0px;
}

.breadcrumbs_wrapper span {
    display: inline-block;
    background: url(images/repeat_bread.png) repeat-x 0 0;
    height: 25px;
    line-height: 25px;
    color:#232329;
    font-size:14px;
    padding: 0 10px 0 0;
    margin-left:15px;
    position: relative;
}
.breadcrumbs_wrapper span:before {
    display: inline-block;
    background: url(images/right_bread.png) repeat-x 0 0;
    height: 25px;
    width:12px;
    line-height: 25px;
    color:#232329;
    font-size:14px;
    content:'';
    float: right;
    position: absolute;
    right: -12px;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;    
}
.breadcrumbs_wrapper span:first-child:before {
    background: none;
}
.contact_data {
    display: inline-block;
    clear: both;
    width:100%;
    margin-bottom: 10px;
}
.contact_data .address {
    background: url(images/cmap_icon.png) no-repeat 100% 0;
    padding-right: 30px;
    float: right;
    width:30%;
}
.contact_data .phones {
    float: right;
    display: inline-block;
}
.contact_data .phones .phone_icon {
    background: url(images/cphone_icon.png) no-repeat 100% 0;
    padding-right: 30px; 
    margin-bottom:5px;
}
.contact_data .phones .fax_icon {
    background: url(images/cfax_icon.png) no-repeat 100% 0;
    padding-right: 30px; 
}

input, textarea {
    width:100%;
    max-width:100%;
}

.form_shortcode_wrapper input {
    height: 30px;
    color:#7a8181;
    font-size:13px;
    margin-bottom:20px;
    border:1px solid #808081;
}
.form_shortcode_wrapper textarea {
    height: 74px;
    color:#7a8181;
    font-size:13px;
    margin-bottom:20px;
    border:1px solid #808081;
}
.form_shortcode_wrapper input[type="checkbox"] {
    height:auto;
    width:auto;
    display: inline-block;
    margin-bottom: 0;
    top: 3px;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    font-size:13px;
}
.form_shortcode_wrapper input[type="submit"] {
    background: #908e8e;
    color:#fafafa;
    border:0;
    font-size:18px;
    padding: 0;
    margin: 0;
    max-width: 85px;
    text-shadow: 1px 1px 1px #1F1C1C;
    float: left;
}
#map_canvas {
    width: 100%;
    height: 172px;
    margin-top: 58px;
}
#map_canvas img {
    max-width:  none !important;
}

.c_devider {
    width:100%;
    height: 10px;
    background: url(images/contacts_bottom_devider.png) no-repeat 0 0;
}

.projects_wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 32px;
}
.project_item {
    background: #232329;
    max-width: 316px;
    width:100%;
    float: right;
    margin-left: 3.6%;
    margin-bottom: 30px;
    border:1px solid #FFF;
}
.project_item.last_pro {
    margin-left:0;
}
.project_thumb_wrap img {
    padding: 5px 10px;
}

.post-type-archive .content {
    background: none;
    border:0;
}
.post-type-archive .page_title {
    border: 1px solid #CDCDCB;
}
.excerpt {
    padding: 0 10px;
    text-align: justify;
    font-size: 14px;
    color: #FFF;
    line-height: 1.1;
}
.permalink {
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
}
.permalink a {
    color:#ff0000;
    font-size:14px;
    font-style:italic;
    text-decoration: underline;
}
/*
#special_bc {
    position: relative;
}
#special_bc .breadcrumbs_wrapper {
    position: absolute;
    top: -45px;
    margin-right: 0;
}
*/

/* pagination */
.pagination_wrapper {
    text-align: center;
    margin-top: -20px;
}
.pagination {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;    
}

.dark_container {
    background: #232329;
    color:#FFF;
    padding: 50px 80px;
    margin-top: 20px;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);    
}

.page-template-template-product-information-php .content,
.tax-project_type .content {
    background: none;
    border:none;
}

/*
.tax-project_type .large_type_wrapper {
    display: none;
} 
*/

.page-template-template-product-information-php .content .title_head {
    border:1px solid #FFF;
}
h2.pi_title {
    font-size:44px;
    margin:0 0 20px 0;
    line-height: 1;
    font-weight:normal;
    text-align: center;
}
.pi_content {
    text-align: justify;
}
.product_feature {
    text-align: center;
    width:19%;
    display: inline-block;
}
.product_feature h4 {
    font-size:24px;
    font-weight:normal;
}
.product_feature img {
    max-width: 80px;
}
.pi_product_features {
    text-align: center;
}
.pi_product_features ul {
    display: inline-block;
}

.button_holder {
    text-align: center;
}
.button_holder a {
    display: inline-block;
    background: url(images/table_button.png) no-repeat 0 0;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    width:138px;
    height:46px;
    line-height: 46px;
    margin-top: 80px;
}
.button_holder a:hover {
    opacity: 0.8;
}

.button_holder.pi_pdf {
    margin:0;
    float: none;
    position: absolute;
    left:50px;
    top:10px;
}
.button_holder.pi_pdf a {
    margin:0;
}
.page-template-template-product-information-php .slides-pagination {
    bottom:20px;
}
#special_bc {
    margin-top: -30px;
}
/*
.single-project .absolute_container {
    position: fixed;
}
*/
.tax_image_holder {
    min-height: 150px;
}
.tax_image_holder img {
    border:1px solid #FFF;
} 
.tax_color_wrap {
    width: 21%;
    float: none;
    position: relative;
    display: inline-block;
    padding: 1%;
    background-color: #232329;
    margin-left: 3%;
    margin-bottom:1%;
}
.tax_color_wrap a {
    display: block;
    position: relative;
}
.tax_color_wrap.last_color {
    margin-left:0;
}
.projects_wrapper.taxes {
    display: inline-block;
    width:100%;
    text-align: center;
}
.projects_holder {
    text-align: right;
    margin-right: 4%;
}
.trans_container {
    background: rgba(255,255,255,0.6);
}
.colors_guide {
    text-align: center;
    color: #AF0021;
    font-size: 26px;
    padding: 32% 15%;
    line-height: 1;
}

.project_bottom_description {
    text-align: right;
    font-size:16px;
    font-weight:bold;
    color:#232329;
    padding: 1.5% 1%;
}
.project_bottom_description li {
    display: inline-block;
    float: none;
    width:100%;
    margin-bottom:8px;
}

.project_bottom_description li strong {
    font-size:21px;
}
.no_height {
    min-height: 1px !important;
}
.border1 {
    border:1px solid #cfd0d1 !important;
}
.product_labels {
    background: #FFF;
    color: #232329;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;    
}
.product_labels ul {
    line-height: 1;
    padding: 4px 0;
}
.product_labels li {
    display: inline-block;
    width: 23%;
}
.product_labels li.only_2_projects {
    float: right;
    padding-right: 5%;
}
.large_image.active_type {
    display: block;
}
.large_image {
    display: none;
}
.large_type_wrapper {
    margin-top:5px;
    border:10px solid #232329;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.6);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.6);    
}
.large_type_wrapper img {
    width:100%;
    height: auto;
}
.projects_wrapper.small_margin {
    margin-top: 15px;
}

#head_buttons {
    position: absolute;
    top: 9px;
    left: 55px;
}
#head_buttons .button_holder a {
    margin-top:0;
}
#head_buttons .button_holder {
    float: left;
}
.red_dark_button_wrapper {
    text-align: center;
    margin-top: 20px;
}
.red_dark_button {
    background: url(images/red_dark_button.png) no-repeat 0 0;
    width:175px;
    height: 52px;
    line-height: 52px;
    color:#FFF;
    font-size:21px;
    font-weight:bold;
    display: inline-block;
}
.red_dark_button:hover {
    color:#FFF;
    opacity: 0.8;
}
.red_arrow {    
    width:62px;
    height:36px;
    background: url(images/red_arrow.png) no-repeat 0 0; 
    position: absolute;
    left: 50%;
    margin-left: -31px;  
    bottom: -30px;  
    display: none;
}
.active_type .red_arrow {
    display: inline-block;
}

.lines {
    background: url(images/menu_dropdown.png) 0 0 no-repeat;
    padding: 3px;
    display: inline-block;
    width:33px;
    height:23px;
    position: relative;
    top: 6px;
    margin-left: 8px;    
}
#mobile_menu_holder {
    top:0;
	right: -250px;
	width: 250px;
    height: 100%;
    position: fixed;
    padding: 10px;
    z-index: 100000;
    background: #FFF;
}
#mobile_menu_holder ul {
    list-style: none;
    margin:0;
    padding: 0;
}
#mobile_menu_holder ul li a {
    font-size: 18px;
    padding: 10px 0;
    display: block;
}
#mobile_menu_holder ul li {
    border-bottom:1px solid #ddd;
}
#close_mobile_nav {
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 10px;
}
#mobile_menu {
    text-align: center;
    display: none;
    width:100%;
}
#mobile_menu_trigger {
    display: none;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}
#mobile_page_bg {
    display: none;
    position: fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background-size: cover !important;
}

.footer_line {
    background: #3c3636;
    height: 20px;
    width:100%;
}