 @charset "utf-8";
/* CSS Document */

/*
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,
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}
*, *:before, *:after {
  	-webkit-box-sizing: inherit;
  	-moz-box-sizing: inherit;
  	box-sizing: inherit;
}
*/
/* Own Resets */

a {cursor:pointer;}

/* Own Resets End */

/* Quick Aligns */

.align_left {float:left;}

.align_right {float:right}

/* Quick Aligns End */

/* 
Bellow this line are classed and styles that are used on elements that appear on constructed stable modules
These can be customized, however you can not change the name
*/

/* Pagination */

.pagination {float: left;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;}
	
.pagination_label {
    color: #444444;
    float: left;
    font-size: 13px;
    margin-right: 8px;
}
	
.pagination_pages {
    float: left;
    font-family: verdana;
    font-size: 14px;
}
	
.pagination_pages a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #a5111f;
    color: #a5111f;
    font-family: verdana;
    font-size: 13px;
    padding: 4px 5px;
    text-decoration: none;
}
	
.pagination_pages strong {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #97bcc8;
    color: #444444;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.navigation_pages { background: none repeat scroll 0 0 #939393;
    border-radius: 2px 2px 2px 2px;
    color: white;
    font-weight: bold;}
	
.navigation_pages:hover {text-decoration:underline;}

.current_page {padding: 1px 4px 3px 5px;
	color:#0099FF;}
	
/*Pagination End*/	

/*Go Up*/
.floating_slider {border: 1px solid lightblue;
    bottom: 0;
    height: 38px;
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 38px;}

.floating_slider img {cursor:pointer;}
/*Go Up End*/

/* Add to cart Effect */

.ui-effects-transfer {
	border: 2px solid #a5111f;
}

/* Add to cart Effect End */

/* Shopping Cart */

/* Shopping Cart Items */

.content_line {width:100%;
	float:left;}
	
.content_line_first_half {width: 50%;
float: left;
padding-right: 2%;
border-right: 1px solid #ccc;}
	
.content_line_second_half {width: 50%;
	float: left;
	padding-left: 2%;
	border-left: 1px solid #CCC;
	margin-left: -1px;}
	
.content_line_padded {border-bottom: 1px solid #cccccc;
    padding: 10px 0 10px 10px;}

.shopping_cart_line {border-bottom: 1px solid #cccccc;
float: left;
margin-bottom: 8px;
padding: 0 0 8px;
width: 100%;}

.shopping_cart_image { background: white none repeat scroll 0 0;
	border: 1px solid #cccccc;
	float: left;
	margin-right: 2%;
	padding: 0;
	width: 11%;}
	
.shopping_cart_image img{float: left;
    width: 100%;}

.shopping_cart_details {
    float: left;
	width: 87%;
}
	
.shopping_cart_details_line {
        float: left;
    margin-top: 10px;
    width: 100%;
    color: #686868;
    font-size: 14px;
    line-height: 20px;
}

.shopping_cart_title {height:65px;}

.shopping_cart_product_name {color: #5f6874;
float: left;
font-size: 14px;
font-family: roboto;}
	
.shopping_cart_product_model {
    color: rgb(117, 143, 70);
	font-size: 14px;
}

.shopping_cart_product_price {
    color:#5f6874;
	float: left;
	font-size: 16px;
	line-height: 36px;
	font-family: roboto;
	width: 250px;
}

.shopping_cart_product_price b {
	color: #CAA072;
	font-weight: normal;
}

.shopping_cart_quantity_container {float: left;
font-size: 18px;
font-family: roboto;
width: 250px;}
	
.shopping_cart_product_total {color: #5f6874;
float: right;
font-size: 18px;
line-height: 36px;
font-family: roboto;}

.shopping_cart_product_total b {
	color:#CAA072;
	font-weight: normal;
}

.remove_from_bag {color: #929292;
float: right;
font-size: 14px;}	
	
/* Shopping Cart Items End */

/* Discount Area */		

.discount_form_container {float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	width: 100%;}

.discount_form_line {float: left;
margin-bottom: 7px;
width: 100%;
text-align: left;}
	
.discount_form_line_label {float: left;
	text-align: left;
	font-size: 14px;}

.discount_form_line_input {float: left;
margin-left: 10px;
margin-right: 10px;}

.discount_form_line_submit {float: left;}	
	
.discount_button_fix {float: right;
	padding: 0;
	text-align: center;
	width: 100px;
	margin: 0;}	
	
.discount_holder { float: right;
    height: 30px;
    margin-left: 10px;
    width: auto;}	

.discount_input { border: 1px solid #cecece;
color: #888888;
font-family: arial;
font-size: 14px;
height: 30px;
padding: 5px;
width: 150px;}
	
/* Discount Area End */	

/* Shipping Options */
	
.checkbox_arrange {vertical-align: middle;}

.radio_arrange {margin-left: 0;
    margin-top: 0;
    vertical-align: middle;}
	
#free_shipping_difference {color: #d34d29;
    font-family: verdana;
    font-size: 11px;}

/* Shipping Options End */

/* Order Totals */

.order_totals {
    color: #5f6874;
	float: right;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	width: 100%;
	font-family: roboto;}
	
.order_totals b {
    color: #8A9A51;
	font-size: 18px;
	line-height: 34px;
	text-align: left;
	width: 100%;
	font-family: roboto;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 7px;}

.align_totals {float:right;}

#total {color:#CAA072;
font-size: 18px;}

.rrp_saved_fixer { float: left;
    font-family: verdana;
    font-size: 11px;
    width: 200px;}
	
/* Order Totals End */

/* Quantity */
	
.quantity_container {float:left;}

.quantity_label {color: #5f6874;
float: left;
line-height: 36px;
margin-right: 6px;
font-size: 16px;}

.quantity_controls {float: left;
line-height: 36px;
color: #CAA072;
font-size: 16px;}	
	
.quantity {border-top: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
	border-left: medium none;
	border-right: medium none;
    color: #CAA072;
    float: left;
    font-family: verdana;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;}

#quantity_down {background: white url(../images/arrow-down.png) no-repeat scroll center 60%;
    border: 1px solid #b8b8b8;
    cursor: pointer;
    float: left;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 26px;}

#quantity_up { background: white url(../images/arrow-up.png) no-repeat scroll center 60%;
    border: 1px solid #b8b8b8;
    cursor: pointer;
    float: left;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 26px;}

/* Quantity End */

.red_text { color: #CAA072;
font-size: 12px;
font-family: arial;}
	
.shopping_cart_bottom_line {
    float: left;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;}	
	
.checkout_button {
    background: #CAA072;
	border: medium none;
	color: white;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 18px;
	min-width: 100px;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	font-family: roboto;
}
	
.checkout_button:hover {text-decoration:none;
	background:#d34d29;
	color:#FFFFFF;}	

/* Shopping Cart End */

/* Main Column */
.main_column {
    width: 100%;
    float: left;
	margin-bottom: 80px;
}

.main_column_new {width: 1250px;
	margin: 0 auto;	
	margin-top: 0px;	
	margin-top: 20px;}

.main_column_title {
	font-size: 20px;
	line-height: 42px;
	color: black;
	padding: 0 0 0 8px;
	margin: 0;
	letter-spacing: 1px;
	width: 100%;
	float: left;
	text-align: center;
}

.main_column_title h1 {
	font-size: 33px;
	line-height: 42px;
	color: #303133;
	padding: 0 0 0 12px;
	margin: 0 0 8px;
	letter-spacing: 1px;
	font-weight: 900;
}

.main_column_line {
    background: white none repeat scroll 0 0;
	float: left;
	padding: 10px;
	width: 100%;
}

.main_column_line p {font-size: 14px;
line-height: 20px;
margin-bottom: 12px;}
/* Main Column */

/* Checkout */

/* User Details and Form */
	
.checkout_login {
    margin-bottom: 14px;
    margin-top: 6px;}
	
.checkout_login a{color: #c02525;
    font-size: 14px;
    text-decoration: underline;}
	
.user_details_line {
    float: left;
	font-size: 16px;
	width: 100%;
	font-family: roboto;
	min-height: 52px;
	line-height: 38px;
	color: #5f6874;
}

.subsection_title {
    color: #8A9A51;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 14px;
    font-family: roboto;
    height: auto;
    min-height: auto;
}

/* Input Containers */ 

.checkout_label {
    float: left;
	padding-right: 10px;
	text-align: left;
	width: 20%;
	font-size: 15px;
}
	
.input_container {color: #444;
	float: left;
	width: 80%;}
	
.small_input_container { float: left;
    margin-right: 10px;
    width: 90px;}

.medium_input_container { float: left;
    width: 190px;}
	
.helper_tooltip { float: left;
    height: 24px;
    margin-left: 5px;
    padding-top: 6px;
    width: 20px;
    display:none;}	
	
.helper_error {float: left;
margin-left: 20%;
width: 64%;}	
	
/* Payment Containers */

.checkout_label_payment {float: left;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding-right: 5px;
    text-align: left;
    width: 90px;}
	
.input_container_payment {float: left;
    font-size: 13px;
    line-height: 32px;
    width: 190px;}
	
/* Input Containers End */

/* Inputs */

.general_field {border: 1px solid #cccccc;
border-radius: 2px;
color: #444;
float: left;
font-family: open sans;
font-size: 14px;
height: 38px;
padding: 8px;
z-index: 1;
line-height: 24px;
resize: none;}
	
.input_big {width: 80%;}

.input_medium {width: 50%;}

.input_small { width: 35%;}

.general_select {border: 1px solid #cccccc;
border-radius: 2px;
color: #444;
float: left;
font-family: open sans;
font-size: 14px;
height: 38px;
padding: 8px;
z-index: 1;
line-height: 38px;
cursor:pointer;}

.select_big {width: 80%;}

.select_medium {width: 50%;}

.select_small { width: 35%;}

.checkbox_arrange_checkout {}

.requiered {color: #CAA072;
	float: left;
	height: 38px;
	line-height: 20px;
	margin-left: 5px;
	font-size: 20px;}

/* Inputs End */

.full_name {background: #ffffff url(../images/checkout_user.png) no-repeat scroll 5px 6px; padding-left:29px;}

.email_address {background: #ffffff url(../images/checkout_mail.png) no-repeat scroll 5px 6px;padding-left:29px;}

.phone_number {background: #ffffff url(../images/checkout_phone.png) no-repeat scroll 5px 6px;padding-left:29px;}

.street_address {background: #ffffff url(../images/checkout_address.png) no-repeat scroll 5px 6px;padding-left:29px;}

.review_name {background: #ffffff url(../images/user_icon.png) no-repeat scroll 5px 8px;padding-left:24px;}
		
/* User Details and Form End */

/* Small Cart */

.small_shopping_cart_line { float: left;
font-size: 16px;
line-height: 34px;
width: 100%;}

.small_shopping_cart_product_name {color: #5f6874;
font-size: 16px;
display: inline-block;
font-family: roboto;}

.small_total_price {float: right;
font-size: 16px;
font-family: roboto;
color: #CAA072;}
	
.use_verdana {font-family:verdana;}
	
/* Small Cart End */

/* Comments */

.comment_container {float: left;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 980px;}

.comment_container a {color: #029EC4;
    font-size: 13px;
    text-decoration: underline;}

/* Comments End */

.payment_details {float: left;
    margin-top: 10px;
    width: 980px;}

.error_area {float: left;
    width: 100%;}

.floating_error {color: #b33536;
    float: left;
    font-size: 12px;
    height: 34px;
    line-height: 17px;
    padding: 2px;
    width: 100%;}
	
.floating_success {background: url(../images/succes_icon.png) no-repeat scroll 0 6px transparent;
    line-height: 11px;
    padding: 3px 0;
    float:left;
    width: 18px;
	height:30px;}
	
.floating_error_long {background: #fff url(../images/failure_icon.png) no-repeat scroll 4px 4px;
    border: 1px solid #bcbcbc;
    color: black;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 3px 6px 3px 24px;}
	
.floating_success_long {background: #fff url(../images/succes_icon.png) no-repeat scroll 4px 4px transparent;
     border: 1px solid #bcbcbc;
    color: black;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 3px 6px 3px 24px;}
	
/* Payment Modules */

.payment_module_area {width: 100%;
float: left;
margin-left: 5px;
margin-right: 5px;}
	
.payment_module_title {float: left;
font-size: 16px;
margin-bottom: 10px;
width: 100%;
font-family: roboto;
color: #5f6874;
line-height: 22px;
margin-top: 10px;
cursor: pointer;}

.payment_module_title input[type="radio"]{cursor:pointer;}

.payment_module_container { border: 1px solid #cccccc;
float: left;
width: 100%;
display: none;
padding:15px;
background: #ffef74;}
	
.payment_info {float: left;
width: 100%;
font-family: roboto;
font-size: 16px;
color: #0F539A;
line-height: 24px;
margin-bottom: 2px;
}

.payment_info p { line-height: 24px;
margin-bottom: 14px;
}
	
.payment_info img {max-height: 80px;
float: left;
margin-top: 12px;}

.payment_details_line {float: left;
    margin-bottom: 4px;
    margin-top: 4px;
    width: 100%;
}

/* Payment Modules End */	

/* Checkout End */	

/*Reviews*/

.review_line {
    float: left;
    font-size: 14px;
    width: 100%;
}
	
#write_review {display: inline-block;
    float: left;
    font-size: 13px;
    margin-left: 0;
    margin-right: 10px;
    padding: 8px 10px;}

.review_form {float: left;
    margin-top: 5px;
    width: 300px;}
	
.error {color:#CC0033;}

.review_description {border: 1px solid #cecece;
    border-radius: 2px;
    color: #666666;
    float: left;
    font-family: open sans;
    font-size: 13px;
    height: 126px;
    line-height: 18px;
    padding: 5px;
    resize: none;
    width: 298px;
    z-index: 1;}
	
/* Reviews End */

/* Breadcrumb */

.breadcrumb {
    float: left;
    font-size: 12px;
    list-style: outside none none;
    margin-top: 18px;
    padding: 6px 50px;
    width: 50%;
    margin-left:50%;
}

.breadcrumb a {font-size: 14px;
	color:#303133;
	text-decoration:underline;}

.breadcrumb a:hover {}

/* Breadcrumb End */

/* General styles*/
body {
	/*
	background-image: -webkit-linear-gradient(top, white,rgba(255, 255, 255, 0) 75%),url("../images/bg_repeat.png"); 	
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 65%,  rgba(255, 255, 255, 1) 75%), url("../images/bg_repeat.png") repeat;
	font-family: Open Sans;
	font-size: 14px;
	*/	
}

/* General styles END*/

/* Font styles*/

@font-face {
	font-family: Rawengulk Bold;
    src: url(fonts/rawengulk/RawengulkBold.otf);
}

@font-face {
    font-family:Rawengulk Demibold;
    src: url(fonts/rawengulk/RawengulkDemibold.otf);
}

@font-face {
    font-family:Rawengulk Light;
    src: url(fonts/rawengulk/RawengulkLight.otf);
}

@font-face {
    font-family:Rawengulk Regular;
    src: url(fonts/rawengulk/RawengulkRegular.otf);
}

@font-face {
    font-family:Rawengulk Ultralight;
    src: url(fonts/rawengulk/RawengulkUltralight.otf);
}

/* Font styles END */

/* Header */

.header_container {
	width: 100%;
    float: left;
}

.header {
	width:1024px;
	margin:0 auto;
}

.navigation_bar {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px dashed #e1e1e1;
    border-left: 1px dashed #e1e1e1;
    border-right: 1px dashed #e1e1e1;
    color: #2f748d;
    padding: 10px 20px 8px;
    position: fixed;
    top: 0;
    width: 1024px;
    z-index: 1000000;
}

.navigation_left{
	float: left;
    line-height: 28px;
}

.navigation_bar a{
	text-decoration: none;
	color: #2F748D;
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 300;
	display: inline-block;
}
.navigation_bar a:hover{
	text-decoration: underline;
}

.navigation_right{
	float: right;
    line-height: 28px;
    text-align: right;
}

.navigation_right img {vertical-align:bottom;}

.logo {width:100%;
	float:left;
	text-align:center;
	margin-top: 75px;}

/* Header End */

/* Footer */

.footer_container{
	background: transparent url(../images/footer_repeat.png) repeat-x scroll 0 0;
    float: left;
    margin-top: 80px;
    padding-bottom: 40px;
    padding-top: 110px;
    width: 100%;
}
	
.footer{
	width:1024px;
	margin:0 auto;
}

.social_links {
    margin-top: 28px;
    text-align: center;
	float:left;
	width:100%;
}

.social_links a{
    text-decoration:none;
}

.footer_text{
	margin-top: 23px;
    text-align: center;
	font-family: Open Sans;
    font-size: 14px;
	float:left;
	width:100%;
}

.footer_text a {
    color: #2f748d;
    font-size: 13px;
}

/* Footer End */

/* Index Page */

.content_container {
	width: 100%;
	float: left;
	padding-top: 110px;
}

.content {width: 100%;
	margin: 0 auto;
}

.index_left_column {
	width: 486px;
    float: left;
    margin-right: 25px;
}

.category_title {
	float: left;
    height: 100px;
    margin-top: 55px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
	font-size: 22px;
}

.category_title_bold{
	font-family: Rawengulk Bold;    
}

.category_title_demibold{
	font-family: Rawengulk Demibold;
}

.category_line {
	width: 100%;
    line-height: 50px;
    margin-top: 15px;
    float: left;
}

.category_line a {
	color: white;
    text-decoration: none;
    font-family: Rawengulk Bold;
    font-size: 18px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
} 

.category_line a:hover {
	background:gray;
}

.category_line a img{
	float: right;
    margin-top: 5px;
}

.index_right_column {
	width: 486px;
    float: left;
    margin-left: 25px;
}

.editing_options {
	width:235px;
	height:157px;
	color:white;
	float: left;
	margin-top: 15px;
	text-align: center;
	font-family: Rawengulk Bold;
    font-size: 18px
}

.editing_options a{
	color: white;
    cursor: pointer;
    display: block;
    height: 100%;
    text-decoration: none;
}

.editing_options:hover{
	background-color: rgb(191, 30, 46);
}

/* Background Colors */

.existing_card{
	color:white;
	background-color:rgb(191, 30, 46);
}

.pink_background{
	background-color: rgb(243,109,162);
}

.orange_background{
	background-color:rgb(244,104,68);
}

.green_background{
	background-color:rgb(54,136,98);
}

.red_background{
	background-color:rgb(241,65,65);
}

.gray_background{
	background-color:rgb(80,128,166);
}

.dark_pink_background{
	background-color:rgb(212,63,157);
}

.purple_background{
	background-color:rgb(103,56,198);
}

.yellow_background{
	background-color:rgb(231,163,56);
}

.light_green_background{
	background-color:rgb(117,143,70);
}

.editing_options  img {
	margin-top:30px;
	margin-bottom:10px;
}
.create_card{color:white;
	background-color:rgb(11, 128, 163);
}

.existing_template{
    background-color: rgb(11, 128, 163);
	margin-right:16px;
}

.scratch_design{
    background-color: rgb(11, 128, 163);
}

/* Background Colors End*/

/* Index Page End */

/* Listing page */
.menu_container {
	width:100%;
	float:left;
	margin-top: 35px;
}

.menu {
    float: left;
    width: 100%;
}

.menu ul{
	list-style-type: none;
}

.menu ul li {
    float: left;
    margin-right: 2px;
    text-align: center;
    margin-bottom: 2px;
}

.menu ul li a {
    color: white;
    display: block;
    width: 144px;
    line-height: 48px;
    cursor: pointer;
	font-family: Rawengulk Bold;
    font-size: 18px;
	text-decoration: none;
}

.menu ul li a:hover{
	background:gray;
}

.search_bar{
    background: #fff url(../images/search.png) no-repeat scroll right 10px center;
    border: 1px solid #97bcc8;
    color: #2f748d;
    float: left;
    font-size: 14px;
    height: 48px;
    padding-left: 10px;
    width: 729px;
}

.search_bar::-webkit-input-placeholder {
	color: #2F748D;
	font-family: Open Sans;
	font-weight:300;
    font-size: 14px;
}
 
.filters{
	float: left;
    line-height: 26px;
    margin-top: 14px;
    width: 100%;
}

.filter_label{
	font-family: Open Sans;
	font-weight:300;
    font-size: 13px;
}

.filter_options{
	-webkit-appearance:none;
	-moz-appearance: none;
    background: #fff url(images/arrow.png) no-repeat scroll right center;
    border: 1px solid #dddddd;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 300;
    height: 28px;
    text-indent: 1px;
    width: 83px;
}

.apply_filters{
	height: 28px;
    background: rgb(242,250,253);
    color: rgb(53,120,146);
    border: 1px solid #97BCC8;
    cursor: pointer;
    font-family: Open Sans Semibold;
    font-size: 13px;
}
.apply_filters:hover{
	background: gray;
	border: 1px solid gray;
	color: white;
}

.pagination_placeholder{
	background:red;
	float: left;
	margin-top: 25px;
	width: 100%;
}

.product_listing{
	float: left;
    width: 100%;
}

.product_listing_container {
	float: left;
	height: auto;
	margin: 10px 15%;
	width: 70%;
	position:relative;
}

.product_listing_image{
	float: left;
	text-align: center;
	width: 100%;
}

.product_listing_image a{
}

.product_listing_title {
	float: left;
	width: 100%;
	font-family: Roboto;
	font-size: 25px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 300;
	position: absolute;
	bottom: 7px;
	padding-left: 20px;
}

.product_listing_image img{
    box-shadow: 7px 5px 8px #bcbcbc;
    max-width: 100%;
    vertical-align: bottom;
}

.product_listing_image img:hover{
	transform: scale3d(1.02,1.02,1.02);
	transition:transform 0.5s ease-out 0s, box-shadow 0.5s ease 0s;
}

.product_listing_meta{
    float: left;
    margin-top: 14px;
    padding-left: 49px;
    padding-right: 49px;
    width: 100%;
}

.product_listing_meta a{
	text-decoration:none;   
}

.customize{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid;
    box-shadow: 0 5px 5px #c5cacb;
    color: #a5111f;
    float: left;
    font-family: Rawengulk Demibold;
    font-size: 15px;
    padding: 10px 9px;
}
.customize:hover{
	background: #a5111f;
	color:white;
	border:1px solid #A5111F;;
}

.add_cart{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #97bcc8;
    box-shadow: 0 5px 5px #c5cacb;
    color: #426689;
    float: right;
    font-family: Rawengulk Demibold;
    font-size: 15px;
    padding: 8px 6px 4px;
}

.add_cart img {
    height: 22px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.add_cart:hover{
	background: #a5111f;
	border: 1px solid #a5111f;
	color:white;
}
/*Listing page end */

/*General styles for details page*/
.product_details{
	float: left;
    width: 100%;
}

.product_header{
	float: left;
    width: 100%;	
    margin-top: 20px;
}

.product_header h1 {
	float: left;
	color: #63869F;
	font-size: 20px;
	display:inline-block;
	font-family: Open Sans;
	font-weight:300;
}

.search_results{
	float: right;
    margin-top: -2px;
}

.search_results a{
	color: #919191;
    border: 2px solid #C5C8C7;
    background: #F6F4F5;
    padding: 5px;
    cursor: pointer;
    font-family: Open Sans;
    font-size: 13px;
	display:block
}

.search_results a:hover{
	background:gray;
	color:white;
	border:2px solid gray;
}

.product_content{
    float: left;
	width: 100%;
	background: white;
	margin-top: 13px;
	padding: 20px;
	border: 1px solid #A1C0CD;
}

.product_details_section_title{
    color: #63869f;
    float: left;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 3px;
    text-align: center;
    width: 100%;
}

.our_price{
	font-size: 16px;
}

.product_option {
    float: left;
    margin-bottom: 12px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.page_type_select {cursor:pointer;}

.product_price {
	background: #2D84B9;
    color: white;
    display: inline-block;
    font-family: Open Sans;
    font-size: 17px;
}

.quantity_input {
	text-align: center;
	font-family: Open Sans;
	 font-size: 17px;
}

.add_bag_button {
	background: #A5111F;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 17px
}

.add_bag_button:hover{
	background: gray;
}

.reset_design{
	margin-top: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}

.reset_design a {
    border: 1px solid #95b7c3;
    color: #1a7ab3;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    width: 245px;
}

.reset_design a:hover{
	background:gray;
	color:white;
}
/*General styles for details page END*/

/*Details portrait page*/

.product_details_left{
    float: right;
    margin-left: 20px;
    text-align: center;
    width: 360px;
}

.product_details_width_portrait{
    height: 52px;
    line-height: 52px;
    margin-left: 2px;
    margin-right: 2px;
    width: 113px;
}

.product_details_right{
	float: left;
    text-align: center;
}

/*Details page portrait end*/

/*Details landscape page*/
.product_details_top{
	float: left;
	width: 100%;
}

.product_details_floated_left_first{
	float:left;
	 width: 403px;;
}

.product_details_floated_left_second{
	float:left;
	 width: 221px;;
}

.product_details_floated_right{
	float: right;
    text-align: center;
    width: 358px;;
}

.product_details_width_landscape {
	height: 48px;
    line-height: 48px;
    margin-top: 10px;
    width: 106px;
}

.product_details_bottom{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align:center;
}

/*Details landscape page end*/

@media (max-width: 479px) {
	/* Header */
	
	.header {
		width:300px;
	}

	.logo a img{
		width:300px;
		padding-left:5px;
		padding-right:5px;
	}

	
	/* Header End*/
	
	/*Footer*/
	
	.footer{
		width:300px;
	}
	
	/*Footer End*/
	.product_listing_container {
	margin: 10px 5%;
	width: 90%;
	}


	.navigation_bar a {
		margin-bottom: 10px;
	}

	.navigation_left a{
		float: left;
    	width: 100%;

	}

	.navigation_left{
		text-align: center;
		font-size: 0px;
	}

	.navigation_right img{
		margin-left: 0;	
	}
	

	/*Index page*/
	
	.index_left_column {
		width: 300px;
		margin-right:0;
		float: right;
		
	}

	.index_right_column {
		width: 300px;
		margin-left:0;
		float: left;
	
	}

	.editing_options{
		width:147px;
	}

	.existing_template{
		margin-right:5px;
	}
	
	/*Index page End*/

	/*Listing page*/
	
	.menu ul li{
		margin-right:0;
		margin-left:0px;
	}

	.menu ul li a {
		width: 150px;
	}

	.search_bar{
		width:300px;
	}

	.filter_options{
		width: 97px;
		height: 40px;
		margin-bottom: 5px;
	}

	.filter_label{
		display: none;
	}

	.apply_filters{
		height: 39px;
		width: 106px;
		margin-left: 97px;
	}

	/*Listing page End*/

	/*Details portrait page*/

	.search_results {
	    float: left;
	    margin-top: 5px;
	    width: 300px;
	}

	.search_results a {
		text-align: center;
	}

	.product_details_left {
		width: 100%;
	}

	.product_details_right{
	    float: left;
	}

	.product_details_right img {
	    width: 100%;
	}

	/*Details portrait page End*/

	/*Details landscape page*/

	.search_results {
	    float: left;
	    margin-top: 5px;
	    width: 300px;
	}

	.product_details_floated_left_first{
		width: 100%;
	}

	.product_details_floated_left_second{
		width: 100%;
	}

	.product_details_floated_right{
		width: 100%;
		float: left;
	}

	.product_details_bottom img{
		width: 100%;
	}
	/*Details landscape page End*/

}

@media (min-width: 480px) and (max-width: 767px) {
	/* Header */
	
	.header {width:480px;
	}

	.logo a img{
		width:480px;
		padding-left:5px;
		padding-right:5px;
	}

	
	/* Header End*/
	
	/*Footer*/
	
	.footer{
		width:480px;
	}
	
	/*Footer End*/
	.product_listing_container {
		margin: 10px 2%;
		width: 96%;
	}

	.navigation_left{
		margin-left:53px;
	}

	.navigation_right{
		float:left;
		margin-left:106px;
		margin-top: 15px;
	}
	
	/*Index page*/
	
	.index_left_column {
		width: 480px;
		margin-right:0;
		float: right;
		
	}
	.index_right_column {
		width: 480px;
		margin-left:0;
		float: left;
	
	}

	.editing_options{
		width:232px;
	}
	
	/*Index page End*/
	
	/*Listing page*/
	
	.menu ul li{
		margin-right:0;
		margin-left:0px;
	}

	.menu ul li a {
		width: 160px;
	}

	.search_bar{
		width:480px;
	}

	.filter_options{
		width: 117px;
		height: 40px;
		margin-bottom: 5px;
	}

	.filter_label{
		display: none;
	}

	.apply_filters{
		height: 39px;
		width: 106px;
	}

	/*Listing page End*/

	/*Details portrait page*/

	.product_header h1{
		width: 480px;
		text-align: center;
	}

	.search_results {
        float: left;
	    margin-left: 166px;
	    margin-top: 5px;
	}

	.product_details_left {
		width: 100%;
	}

	.product_details_right{
	    float: left;
	}

	.product_details_right img {
	    width: 100%;
	}

	/*Details portrait page End*/

	/*Details landscape page*/

	.search_results {
	    float: left;
	    margin-top: 5px;
	}

	.product_details_floated_left_first{
		width: 100%;
	}

	.product_details_floated_left_second{
		width: 100%;
	}

	.product_details_floated_right{
		width: 100%;
		float: left;
	}

	.product_details_bottom img{
		width: 100%;
	}
	
	.product_listing_title {
		font-size:20px;
	}
	

	/*Details landscape page End*/
}
@media (min-width: 768px) and (max-width: 991px) {
	
	/* Header */
	
	.header {
		width:768px;
	}
	
	.navigation_bar {
		padding-left:5px;
		padding-right:5px;
	}
	
	/* Header End*/
	
	/*Footer*/
	
	.footer{
		width:768px;
	}
	
	/*Footer End*/
	
	.content  {width: 100%;
		margin: 0;
	}
	
	/*Index page*/

	.index_left_column {
		width:379px;
		margin-right:5px;
	}
	
	.index_right_column {
		width:379px;
		margin-left:5px;
	}
	
	.editing_options{
		margin-left: 72px;
		width:232px;
	}

	.existing_template{
		margin-right:5px;
	}
	/*Index page End*/

	/*Listing page*/
	
	.menu ul li{
		margin-right:0;
		margin-left:0px;
	}

	.menu ul li a {
		width: 192px;
	}

	.search_bar{
		width:576px;
	}

	.filter_options{
		width: 101px;
	}

	/*Listing page End*/

	/*Details portrait page*/

	.search_results {
	    float: right;
	    margin-top: 5px;

	}

	.product_details_left {
		width: 100%;
	}

	.product_details_right{
  	    text-align: center;
    	float: left;
    	width: 726px;
	}

	.product_details_right img {
	    width: 100%;
	}
	
	.product_listing_container {
	  margin: 10px 5%;
	  width: 90%;
	}

	/*Details portrait page End*/\

	/*Details landscape page*/

	.search_results {
	    float: left;
	    margin-top: 5px;
	    width: 300px;
	}

	.product_details_floated_left_second{
		width: 323px;
	}

	.product_details_floated_right{
		width: 100%;
		float: left;
	}

	.product_details_bottom img{
		width: 100%;
	}

	/*Details landscape page End*/	
}

/*************** Popup ***************/
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	background: rgba(217, 222, 224, 0.5);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.popup-overlay.popup-show {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	vertical-align: middle;
	width: 100%;
	font-size: 28px;
	font-size: 3.5vh;
	-webkit-perspective: 1200px;
	perspective: 1200px;	
	max-width: 600px;
	display: block;
	margin: auto;
	top: 30%;
	right: 0;
	left: 0;
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.tContainer {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(-35%) rotateX(45deg);
	-moz-transform: translateY(-35%) rotateX(45deg);
	-ms-transform: translateY(-35%) rotateX(45deg);
	transform: translateY(-35%) rotateX(45deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;	
	border-radius: 4px;
	border: solid 1px #666;
	position: relative;
	padding: 30px;
	background: #fff none repeat scroll 0 0;
}

.hidePopup {
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: -22px;
    top: -22px;
    width: 45px;
    z-index: 9999;
}
.popup-show .popup-content .tContainer {
	-webkit-transform: translateY(0) rotateX(0deg);
	-moz-transform: translateY(0) rotateX(0deg);
	-ms-transform: translateY(0) rotateX(0deg);
	transform: translateY(0) rotateX(0deg);
	opacity: 1;
}
.popup-rollOut .popup-content .tContainer {
	-webkit-transform: translateY(35%) rotateX(-45deg);
	-moz-transform: translateY(35%) rotateX(-45deg);
	-ms-transform: translateY(35%) rotateX(-45deg);
	transform: translateY(35%) rotateX(-45deg);
}
/***************Popup End ***************/


/* Login Area */	
.account_fields_area {float: left;
    width: 100%;}

.account_field {float: left;
    margin-bottom: 5px;
    width: 100%;}
	
.account_field_last {margin:0;}

.account_field_title {color: #2f748d;
    float: left;
    font-size: 18px;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;}
	
.account_modal_close {cursor: pointer;
    float: right;
    width: 16px;}

.account_field_label {
     color: #686868;
    float: left;
    font-size: 15px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
    width: 30%;
}
	
.account_field_label a {color: #2f748d;
    font-size: 14px;
    text-decoration: underline;}

.account_field_container {
    float: left;
    width: 70%;
	color: #686868;
	font-size: 15px;	
	text-align:left;
}

.account_field_container a{
    color: #2f748d;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	
}

.account_field_input {border: 1px solid #ccc;
    color: #222;
    float: left;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    width: 90%;}

.submit_account {background: #a5111f none repeat scroll 0 0;
    border: medium none;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 15px;
    padding: 8px 18px;}
	
.submit_account:hover {background:#d64f2a;}

.account_field .error_area {color: #bf1e2e;
    font-size: 14px;
    text-align: center;}

/* Login Area End */

.checkout_link {background: #a5111f;
    border: medium none;
    color: white;
    cursor: pointer;
    margin-left: 10px;
    padding: 1px 8px;}
	
.checkout_link:hover {background:#d64f2a;
	color:#FFFFFF;
	text-decoration:none;}
	
.category_description {
    float: left;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: black;
}

.category_description h1 {
	font-size: 17px;
	margin: 0;
	color: white;
	font-weight: normal;
	text-align: center;
}

.category_description h1 a {
	color: #B0B0B0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 8px;
	float: right;
}

.category_description h1 a:hover {
	color:white;
}

.category_description h1 span {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 8px;
	float: left;

}

.category_description p {
    color: #444444;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
}

.category_description_subnavigation {
	text-align: left;
	background: none;
	padding-bottom: 20px;
	padding-top: 0;
}

.category_description_subnavigation a {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 32px;
	font-family: 'Poppins';
	position: relative;
	color: black;
	padding: 0 18px;
	white-space: nowrap;
	transition: all 0.3s ease;
	margin-right: 16px;
}

.category_description_subnavigation a:hover {
	background: #CECECE;
	color: white;
}

.page_size_select {cursor:pointer}

.sizing {cursor:pointer;}

.stock_buble {width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
margin-bottom: 4px;}

.black {background:black;}

.green {background:green;}

#colors_link {
    float: right;
    background: #9EA1A2; 
    border: 1px solid #9EA1A2;
    line-height: 34px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    color: white;
    font-family: roboto;
    font-weight: bold;
}

#colors_link:hover{color:#0cb4ce;
	background:transparent;
	border:1px solid #0cb4ce;}
	
#decline{background: #c53d3d none repeat scroll 0 0;
color: white;
display: inline-block;
font-size: 14px;
line-height: 40px;
margin-left: 10px;
padding: 0 34px;
float: right;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;}
		
#accept{background: #46a546 none repeat scroll 0 0;
color: white;
display: inline-block;
font-size: 14px;
line-height: 40px;
margin-left: 10px;
padding: 0 34px;
float: right;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;}

.light_grey_text {font-size: 14px;
color: #666;}


/* Account Order Details */

.contentText {width:100%;float:left;margin-bottom:15px;}

.content_full {width:100%;float:left;margin-bottom:12px;}

.order_details {
    color: #303133;
    font-size: 14px;
    line-height: 1.75;
    font-family: roboto;
}

.order_details_top {
    border-bottom: 1px dotted #cccccc;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 8px;
    width: 100%;
}

.order_details_top_left {float: left;
	max-width:50%;}

.order_details_top_right {float: right;
    max-width: 50%;}

.order_details_list {float: left;
    width: 100%;}

/* Account Order Details End */
	
/* Account Order List */

.order_list {float: left;
width: 100%;}

.order_list_line {border-bottom: 1px dotted #303133;
	float: left;
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	font-family: roboto;
	color: #303133;
}

.order_list_line_left {float: left;}

.order_list_line_right {float: right;}

.order_list_details_button {
    float: right;
	font-size: 12px;
	margin-top: 8px;
	background: #9ea1a2;
	border: medium none;
	color: white;
	cursor: pointer;
	margin-left: 10px;
	padding: 0 24px;
	font-family: roboto;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
}


/* Account Order List End */

.favorites {position: absolute;
z-index: 19;
right: 0;
font-size: 18px;
padding: 0;
background: white;
border: none;
color: #9ea1a2;}

.favorites_active {color:#0cb4ce;}

/*Custom Search*/
.search_dimensions_line {width: 100%;
	float: left;
	color: #555;}

.search_label {float: left;
	line-height: 40px;
	margin-right: 20px;
	width: 35px;
	margin-left: 10px;
}

.search_dimensions_container {float: left;
width: 55px;
line-height: 40px;
font-size: 14px;}

.search_dimensions {}

.search_sizing {cursor:pointer;}

#top_cart {
	height: 100%;
	width: 160px;
	float: right;
	text-align: center;
	border-left: solid 1px #eee;
	position: absolute;
	right: 90px;
	z-index: 9;
}
#top_cart a {
	display: block;
	color: #303133;
	font-size: 14px;
}
#top_cart a:hover {
	color: #777;
}

.overstock_notice { display: inline-block;
    color: #D62D11;
    padding: 0 9px;
    font-size: 13px;
    margin-bottom: 7px;
    border-radius: 13px;
    line-height: 24px;
}

.add-to-cart-errors {margin-bottom:10px;}

.red_span {color: #D62D11;
font-size: 14px;}

.green_span {color: #008000;
font-size: 14px;}

.green_span a {color: #20aad7;
text-decoration: underline;}

.funcky_gradient {background:#000000;}

.november_sale_link {background: #000000;font-size: 18px;color: white;display: block;float: left;width: 100%;text-align:center;line-height: 42px;}

.margin_1 {padding-left: 128px;}

.margin_2 {padding-left: 299px;}

.margin_3 {padding-left: 410px;}

.margin_0_logged {padding-left: 101px;}

.margin_1_logged {padding-left: 227px;}

.margin_2_logged {padding-left: 395px;}

.margin_3_logged {padding-left: 510px;}

@media (max-width: 479px) { 
	
	.category_description_subnavigation a {margin-bottom: 9px;
		width:100%;
		text-align:center;}
		
	.margin_0 {padding-left: 0;}	
		
	.margin_1 {padding-left: 0;}

	.margin_2 {padding-left: 0;}

	.margin_3 {padding-left: 0;}
	
	.margin_0_logged {padding-left: 0;}

	.margin_1_logged {padding-left: 0;}

	.margin_2_logged {padding-left: 0;}

	.margin_3_logged {padding-left: 0;}
	
}

@media (min-width: 480px) and (max-width: 767px) {
	
	.category_description_subnavigation a {margin-bottom: 9px;
		width:100%;
		text-align:center;}
		
	.margin_0 {padding-left: 0;}	
		
	.margin_1 {padding-left: 0;}

	.margin_2 {padding-left: 0;}

	.margin_3 {padding-left: 0;}
	
	.margin_0_logged {padding-left: 0;}

	.margin_1_logged {padding-left: 0;}

	.margin_2_logged {padding-left: 0;}

	.margin_3_logged {padding-left: 0;}
	
}

@media (min-width: 768px) and (max-width: 991px) { 

	.category_description_subnavigation a {margin-right: 8px;}
	
	.margin_0 {padding-left: 0;}	
	
	.margin_1 {padding-left: 0;}

	.margin_2 {padding-left: 0;}

	.margin_3 {padding-left: 0;}
	
	.margin_0_logged {padding-left: 0;}

	.margin_1_logged {padding-left: 0;}

	.margin_2_logged {padding-left: 0;}

	.margin_3_logged {padding-left: 0;}

}

.category_description_bottom {
    text-align: left;
	background: none;
	padding-bottom: 50px;
	padding-top: 0;
	color: #c49962;
	text-align: center;
	font-size: 16px;
	line-height: 29px;
	margin-top: 26px;
}

.category_description_bottom a {
	color:black;
}

/*************************************
*********** General Styles ***********
*************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/********* Inputs ************/

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
        color: inherit;
        font: inherit;
        margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea,
select {
    display: block;
    font-size: 14px;
    line-height: initial;
    margin: 0px 0px 20px;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
}

input, button, select, textarea {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:focus, textarea:focus {
	border-color: #0cb4ce;
}

input.error {
	border: solid 1px #c00;
}

.error_message {
    background: rgba(183, 6, 6, 0.78);
    position: absolute;
    z-index: 999;
    left: 12px;
    top: 40px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
}

.error_message:before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-bottom-color: rgba(183, 6, 6, 0.78);
}

/******** Buttons ************/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    display: inline-block;
    transition: all 0.2s ease;
    font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins';
    text-align: center;
	text-transform: uppercase;
    padding: 13px 31px 13px 31px;
    vertical-align: middle;
    border-radius: 2px;
	border: 1px solid #9ea1a2;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
	background: #9ea1a2;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: #0cb4ce;
    background: transparent;
    border-color: #0cb4ce;
}

input[type="submit"].dark,
input[type="reset"].dark,
input[type="button"].dark,
button.dark {
    background: #303133;
    border: solid 1px #303133;
}

input[type="submit"].dark:hover,
input[type="reset"].dark:hover,
input[type="button"].dark:hover,
button.dark:hover {
    color: #303133;
    background: transparent;
}

.button.light {
    background: #f7f7f7;
    border: solid 1px #eaeaea;
    color: #303133;
}

.button.light:hover {
    background: transparent;
    color: #303133;
    border-color: #eaeaea;
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

input.qty {
    max-width: 90px;
}

label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

hr {
	border: none;
	border-top: solid 1px #eaeaea;
}

img {
	max-width: 100%;
	display: inline-block;
}

a {
	transition: all 0.3s ease;
}

a, a:link, a:hover, a:active {
	text-decoration: none;
	outline: 0 none;
	cursor: pointer;
}

p {
    font-size: 15px;
    line-height: 1.75;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
    margin: 0px 0px 20px;
}

h5 {
	font-family: Poppins;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 12px;
	color: #303133;
}

/****** Tables ******/
table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #eaeaea;
}

th, td {
    padding: 15px;
    border-bottom: solid 1px #eaeaea;
}

/*************************************
*********** Custom Classes ***********
*************************************/

.container {
	max-width: 100%;
	width: 100%;
}
.clearFix:after {
	content: "";
	display: table;
	clear: both;
}
.noPadding {
	padding: 0;
}
.padding10 {
	padding: 10%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.tCenter {
	text-align: center;
}
.tRight {
	text-align: right;
}
.vCenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.padding_a {
	padding: 10%;
}
.dTable {
	display: table;
	width: 100%;
	height: 100%;
}
.dTableCell {
	display: table-cell;
	height: 100%;
}
.error {
}
.showMobile {
	display: none !important;
}
.visible {
	display: block !important;
}
.toggled {
    display: none;
}


/*************************************
*************** Parallax *************
*************************************/

.parallax-window {
    min-height: 400px;
    height: auto;
    background: transparent;
}
.parallax-inner {
	padding: 180px 0;
	color: #ffffff;
	text-align: center;
	font-family: 'Poppins';
}
.parallax-inner p {
	font-size: 18px;
	line-height: 1.75;
}
.parallax-inner h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	letter-spacing: -0.02em;
	text-transform: capitalize;
}

/*************************************
*********** Image Gallery ************
*************************************/

.imageGallery{
	font-size: 0;
}
.imageGallery:after {
	content: "";
	display: table;
	clear: both;
}
.imageGallery a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	vertical-align: top;
}
.imageGallery img {
	width: 100%;
	height: auto;
}

.imageGalleryNew{
	font-size: 0;
}
.imageGalleryNew:after {
	content: "";
	display: table;
	clear: both;
}
.imageGalleryNew a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	vertical-align: top;
}
.imageGalleryNew img {
	width: 100%;
	height: auto;
}

/*************************************
************* IMAGE ZOOM *************
*************************************/

.imgZoom img {
	transition: all 0.3s ease;
}
.imgZoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	 transform: scale(1.05);
}

/*************************************
*************** Layout ***************
*************************************/
* {
	margin: 0;
}
html, body {
	min-height: 100%;
}
body {
    font-family: Roboto;
    line-height: 1.4;
}
#mainWrapper {
    min-height: 100%;
    margin-bottom: -75px;
}
#mainWrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 75px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

/*************************************
*************** Header ***************
*************************************/

#mainHeader {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	height: 90px;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

/********* WINDOW SCROLL *************/
.scroll #mainHeader {
    height: 40px;
	background: rgba(255, 255, 255, 0.9);
}
/********* END WINDOW SCROLL *************/

/*************** Header Search ***************/

#search {
	height: 100%;
	width: 90px;
	float: right;
	text-align: center;
	border-left: solid 1px #eee;
	position: absolute;
    right: 0;
	z-index: 9;
}
#search a {
	display: block;
	color: #303133;
	font-size: 19px;
}
#search a:hover {
	color: #777;
}

/*************** Search Popup ***************/
/*
.popup-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 28px;
	font-size: 3.5vh;
    -webkit-perspective: 1200px;
	perspective: 1200px;
	position: relative;
}
.hidePopup {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    color: #ddd;
    font-size: 35px;
    padding: 27px;
    cursor: pointer;
}
.popup-content .tContainer {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	padding-top: 100px;
	padding-bottom: 100px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-35%) rotateX(45deg);
    -moz-transform: translateY(-35%) rotateX(45deg);
    -ms-transform: translateY(-35%) rotateX(45deg);
    transform: translateY(-35%) rotateX(45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}
.popup-content form input {
    display: inline-block;
    font-size: 3.5vh;
    padding: 1em 3em 1em 1.5em;
    background-color: rgba(26, 27, 28, 0.5);
	border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    margin: 0;
}
.popup-content form input:focus {
    border-color: #0cb4ce;
}
.popup-content form .fa {
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    right: 30px;
}
.popup-show .popup-content .tContainer {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    -ms-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
}
.popup-rollOut .popup-content .tContainer {
    -webkit-transform: translateY(35%) rotateX(-45deg);
    -moz-transform: translateY(35%) rotateX(-45deg);
    -ms-transform: translateY(35%) rotateX(-45deg);
    transform: translateY(35%) rotateX(-45deg);
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: rgba(20, 22, 24, 0.95);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.popup-overlay.popup-show {
    opacity: 1;
    visibility: visible;
}
*/

/*************** End Search Popup ***************/

/*************** Login Popup ***************/
/*
#loginPopup {
    color: #aaa;
    text-align: left;
}
#loginPopup .popup-content {
    max-width: 600px;
    display: block;
    margin: auto;
    padding: 20px;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
#loginPopup .tContainer {
    border-radius: 4px;
    border: solid 1px #666;
    position: relative;
    padding: 30px;
}
#loginPopup form {
    padding: 0;
}
#loginPopup input {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 20px;
}
#loginPopup label {
    display: inline-block;
}
#loginPopup h2 {
    text-align: center;
    font-size: 30px;
}
#loginPopup button {
    float: right;
}
#loginPopup a {
    display: block;
    font-size: 16px;
    color: #ddd;
}
#loginPopup a:hover {
    color: #0cb4ce;
}
*/
/******************* Popup login errors ********************/
/*
#loginPopup input.error {
	border: solid 1px #c00;
	position: relative;
	z-index: 0;
}

#loginPopup .error_message {
	font-size: 15px;
	bottom: 5px;
	top: auto;
}
*/
/*************** End Login Popup ***************/

/*************** Logo ***************/

#logo {
	padding: 0px 36px;
	position: absolute;
    left: 0;
	z-index: 9;
}
#logo img {
	height: 30px;
    vertical-align: middle;
}

/*************** End Logo ***************/

/*************** Main Menu ***************/

#mainMenu {
	position: relative;
}
#mainNav {
	text-align: left;
	list-style: none;
	display: inline-block;
    font-size: 0;
}
#mainNav > li {
	position: relative;
	display: inline-block;
	font-size: 15px;
}
#mainNav > li > a {
	display: block;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 90px;
	font-size: 12px;
	font-family: 'Poppins';
	position: relative;
	color: #303133;
	padding: 0 18px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

/********* WINDOW SCROLL *************/
.scroll #mainNav > li > a {
    line-height: 40px;
}
/********* END WINDOW SCROLL *************/

#mainNav > li:hover > a {
	color: #777777;
}
#mainNav > li > a i.fa-dropdown {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0px 0px 0px 0px;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: .8em;
    text-align: right !important;
    font-weight: 600;
	letter-spacing: 0.05em;
}

/*************** Drodown Menu ***************/

#mainMenu .parent > ul {
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
	padding: 15px;
}
#mainMenu .parent > ul > li > a,
.tab-menu-item {
	white-space: nowrap;
	color: #aaa;
	font-family: 'Poppins';
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
}
#mainMenu .parent > ul > li > a:hover,
.tab-menu-item:hover
 {
	color: #FFF;
	background: #000;
}

.tab-menu-item.selected {
	color:#fff;
}

/*** Collection Menu ***/

#mainMenu li.parent.collection {
	position: static;
}
#mainMenu li.parent.collection > ul {
	left: 36px;
	right: 36px;
	padding: 0;
}

/*************************************
************* Tab Navigation *********
*************************************/

#tabMenu {
	display: table;
	width: 100%;
	overflow: hidden;
}
.tab-menu,
.tab-content {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	font-family: 'Poppins';
}

/*** Tab Menu ***/

.tab-menu {
	width: 20%;
	padding: 20px;
	background: linear-gradient(#333, #272727);
}
.tab-menu-item {
	margin-bottom: 5px;
}

/*** Tab Container ***/

.tab-content {
	display: none;
	width: 80%;
	background: linear-gradient(#333, #272727);
	overflow: hidden;
}
.tab-content.selected {
	display: table-cell;
}
.tab-content-item {
	/* Added bellow so that all items will allign perfectly
	display: inline-block;
	text-align: center;
	width: 15%;
	padding: 20px;
	transform: scale(0);
	transition: all 0.3s ease;
	*/
	
	display: inline-block;
	text-align: center;
	width: 20%;
	padding: 20px;
	transform: scale(0);
	transition: all 0.3s ease;
	float: left;
	/*
	height: 156px;
	*/
	height: auto;
}
.tab-content-item.animate {
	transform: scale(1);
}
.tab-content-item img {
	opacity: 0.8;
	transition: all 0.3s ease;
}
.tab-content-item:hover img{
	opacity: 1;
}
.tab-content-item span {
	display: block;
	font-size: 11px;
	color: #fff;
	transition: all 0.3s ease;
	margin-top: 5px;
	font-weight: 400;
	font-family: roboto;
	text-transform: uppercase;
}
.tab-content-item:hover span {
	color: #aaa;
}

/*************** End Main Menu ***************/

/*************************************
************** Content ***************
*************************************/

#mainContent {
	position: relative;
	height: auto;
	padding: 90px 0px 30px;
	overflow: auto;
	min-height: 800px;
}

/*************************************
*************** Footer ***************
*************************************/

#mainFooter {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    line-height: 30px;
    background: linear-gradient(#333, #272727);
    border-top: solid 1px #000;
}
.copyright,
.footerSocial {
	font-size: 13px;
	color: #fff;
}
.copyright {
	text-align: center;
}
.footerSocial {
    position: absolute;
    right: 0;
    top: 0;
}
.footerSocial ul {
    font-size: 0;
}
.footerSocial li {
	float: left;
    vertical-align: middle;
	padding-right: 15px;
}
.footerSocial li a {
	color: #fff;
}
.footerSocial li a i {
	font-size: 18px;
    line-height: 30px;
}
.footerSocial li a:hover {
	color: #0cb4ce;
}

/*************************************
************** Column Left **********
*************************************/

.col_left {
	float: left;
	width: 75%;
	padding-left: 4%;
}

/*************************************
**************** Sidebar *************
*************************************/

.blog_sidebar {
	padding: 4% 2%;
	float: right;
	width: 25%;
}
.blog_sidebar .side_section {
	margin-bottom: 50px;
}
.blog_sidebar h3 {
	line-height: 1.2;
	color: #303133;
	padding: 0px 0px 27px 0px;
	margin: 0px 0px 27px 0px;
	border-bottom: solid 1px #eaeaea;
	font-family: 'Poppins';
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 12px;
}

/*** Search Box ***/
.searchBox {
	position: relative;
}
button.searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: none;
	border: none;
	padding: 0;
}
button.searchButton:after {
	content: "\f002";
	font-family: FontAwesome;
	text-align: center;
	line-height: 39px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #aaa;
}

/*** Tags ***/

.tag {
	border: solid 1px #eaeaea;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	display: inline-block;
	border-radius: 4px;
	margin: 0px 5px 9px 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #303133;
}
.tag:hover {
	color: #0cb4ce;
}

/******** Scroll Button *************/
.scrollToTop {
	display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 61px;
    right: 22px;
    color: #dedede;
    background: rgba(30, 30, 30, 0.5);
    border: 1px solid rgba(30, 30, 30, 0.3);
    border-radius: 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.scrollToTop:hover,
.scrollToTop:focus {
	color: #fff;
    background: rgba(30, 30, 30, 0.9);
    border: 1px solid rgba(30, 30, 30, 0.5);
}

/******** Sidebar List *************/
.posts li {
	padding: 0 0 5px 18px;
	position: relative;
	line-height: 1.75;
}
.posts li:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    font-size: 5px;
    left: 0px;
    top: 8px;
    color: #303133;
}
.posts li a {
    display: block;
    color: #303133;
    font-weight: 500;
}
.posts li a:hover {
    color: #0cb4ce;
}
.posts .post-date {
	font-size: 11px;
}

/******** Section Links *************/

.side_section .links li {
	padding: 0px 0px 5px 0px;
	line-height: 1.75;
}
.side_section .links li a {
	color: #303133;
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.side_section .links li a:hover {
    color: #0cb4ce;
}
.side_section .links li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 12px;
	margin-top: 3px;
}

/******* Loading Animation ******/

.load_animation {
    overflow-y: hidden;
}

.load_animation > * {
    opacity: 0;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.load_animation > .animate {
    -webkit-animation-name: anim001;
    -moz-animation-name: anim001;
    -o-animation-name: anim001;
    animation-name: anim001;
    opacity: 1;
}

/*** Animation Keyframes ****/
@-webkit-keyframes anim001 {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim001 {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim001 {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim001 {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/******* End Loading Animation ******/


/******************************************************
********************* SITE PAGES **********************
******************************************************/



/******************************************************
******************** Home Page ********************
******************************************************/
/*
.page-index #mainHeader {
    background: rgba(0, 0, 0, 0);
}
*/

.page-index #mainContent {
    padding-top: 0;
}

.page-index .parallax-window {
    min-height: auto;
	width:50%;
	/* Added for splitting the screen */
	float:left;
	margin-top:50px;
}

.heading_container {
    /* padding-top: 90px; */
	padding-top: 22%;
}

.heading_container h1 a {
	color:white;
	font-size:28px;
	font-weight:normal;
}

.page-index .parallax-inner {
	height: 55vh;
}
.page-index .posts {
	background: #141618;
}
.page-index .posts .sizer,
.page-index .posts .item-w2,
.scaleThumb {
	width: 16.675%;
	overflow: hidden;
}
.isotopeItem {
    position: relative;
}
.page-index .posts .item-w4 {
	width: 33.34%;
}
.page-index .posts .item-h2 {

}
.isotopeItem a {
	cursor: pointer;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.item-bg {
    background: none no-repeat center/cover;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.scaleThumb:hover .item-bg {
	transform: scale(1.1);
}
.overlay {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	opacity: 1;
	transition: all 0.3s ease;
}
.scaleThumb:hover .overlay {
	opacity: 0;
}
.post {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 36px 36px 36px 36px;
}
.post-category {
	font-size: 12px;
	line-height: 1.75;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
}
.post-title {
	color: #fff;
	font-size: 22px;
	letter-spacing: -0.02em;
	font-weight: normal;
	line-height: 1.2;
	font-family: poppins;
}
/******************************************************
******************** End Home Page ********************
******************************************************/



/******************************************************
******************** About Page ********************
******************************************************/

.page-about #mainContent {
	color: #ffffff;
	background: #101213;
}

.about_left,
.about_right {
}
.about_left {
	width: 40%;
}
.about_right {
	width: 60%;
	padding: 72px;
}
.about_us {
	margin: 0 auto;
}

.about_right h1 {
    font-size: 28px;
    font-weight: 300;
	
}

.about_right h4 {margin-bottom:10px;}

.about_right p {
    font-weight: 300;
	margin-bottom: 16px;
}

.about_right p a{color:#dd3b3b;
	text-decoration:underline;}
	
.about_right h1 {
    font-size: 28px;
    font-weight: 300;	
}

.page-info #mainContent {
	color: #101213;
	background: #ffffff;
}

/******************************************************
******************** End About Page ********************
******************************************************/



/******************************************************
******************** Contact Page ********************
******************************************************/

.page-contact,
.page-contact body {
	height: 100%;
}
.address,
.contactForm {
	padding: 10%;
	height: 100%;
}
.address {
	width: 33.33%;
	color: #777777;
}
.contact_details {
	border-top: solid 1px #eaeaea;
	padding-top: 36px;
}
.contactForm {
	width: 66.66%;
	background: #f7f7f7;
}
.contactForm input,
.contactForm textarea {
	margin-bottom: 18px;
}

/******************************************************
******************** End Contact Page ********************
******************************************************/




/******************************************************
******************** Scala World Page ********************
******************************************************/

.page-scala-world .parallax-inner {
	padding-top: 270px;
}
.articles-container {
	max-width: 1200px;
	margin: 0 auto;
}
.articles-container:after {
	content: "";
	display: table;
	clear: both;
}
.articles-container article {
	display: inline-block;
	vertical-align: top;
	margin: 4% 0;
}
.articles-container .art-img {
	border-radius: 4px;
	border: 1px solid #eaeaea;
	margin-bottom: 36px;
	overflow: hidden;
    height: 150px;
}
.articles-container .art-img a {
	display: block;
}
.articles-container article h3 {
    margin-bottom: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.articles-container article h3 a {
	color: #303133;
    font-weight: 600;
	font-size: 14px;
	display: block;
}
.articles-container article h3 a:hover {
	color: #0cb4ce;
}
.articles-container article p {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}
.articles-container article small {
	color: #303133;
	font-size: 12px;
	font-weight: 600;
}

/******************************************************
******************** End Scala World Page *************
******************************************************/




/******************************************************
******************** Projects Page ********************
******************************************************/

.page-projects body {
	background: #141618;
}

.page-projects .imageGallery {
	background: #141618;
	overflow: hidden;
}

/*
.page-projects .imageGallery a {
	width: 16.66%;
}
*/

/******************************************************
******************** End Projects Page ****************
******************************************************/




/******************************************************
******************** Press Page ********************
******************************************************/

/*
.page-press body {
	background: #141618;
}
.page-press .imageGallery {
	padding: 72px 36px;
}
.page-press .imageGallery a {
	margin-bottom: 18px;
}
*/

.page-lookbook {}
.page-lookbook .imageGallery {
    /*
	background: #000;
	*/
    overflow: hidden;
}



/******************************************************
******************** End Press Page ********************
******************************************************/



/******************************************************
******************** Lookbook Page ********************
******************************************************/
/*

.page-lookbook {}
.page-lookbook .imageGallery .sizer,
.page-lookbook .imageGallery a {
	width: 25%;
}
.page-lookbook .imageGallery a.item-w2 {
	width: 50%;
}
*/

/******************************************************
******************** End Lookbook Page ****************
******************************************************/



/******************************************************
******************** Collection Page ******************
******************************************************/

.page-collection,
.page-collection body {
	height: 100%;
}
.collection-container {
	padding: 36px;
	padding-top: 58px;
}

/*** Collection Nav ***/
.collection-nav {
	font-size: 0;
}
.collection-nav li {
	display: inline-block;
}
.collection-nav a {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-family: 'Poppins';
	font-size: 11px;
	line-height: 1.2em;
	position: relative;
	letter-spacing: 0.05em;
	color: #303133;
	padding: 0px 9px 36px 9px;
}
.collection-nav li:hover a {
    color: rgba(48,49,51,.5);
}

/*** Collection Items ***/
.collection-item {
    padding-right: 18px;
    display: inline-block;
    float: left;
    width: 19%;
	margin-left:3%;
	margin-right:3%;
    margin-bottom: 20px;
	overflow: hidden;
}
.collection-item > a {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.page-collection .collection-item > a {
	/* height: 150px; */
	height:auto;
}
.collection-item > a:after {
	/*
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;	
	overflow: hidden;
	*/
}
.collection-item img {
	/* width: 100%; */
	width: auto;
	height: auto;
}
.collection-item .read_more {
	background: rgb(38, 39, 41) none repeat scroll 0% 0%;
	height: 40px;
	width: 100%;
	padding: 10px;
	z-index: 9;
	text-align: center;
	font-weight: 700;
	transition: all 0.2s ease;
	font-size: 12px;
	line-height: 1.75;
	text-transform: uppercase;
	position: absolute;
	bottom: -40px;
	color: #fff;
}
.collection-item:hover > a:after {
	background: rgba(0, 0, 0, 0.1);
}
.collection-item:hover .read_more {
	bottom: 0px;
}
.item-name {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.item-name a,
.item-price {
	color: #6f7072;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	display: block;
}
.item-price {
	padding: 0;
	margin-top: -16px;
	height: 80px;
}

/******************************************************
******************** End Collection Page **************
******************************************************/


/******************************************************
******************** Product Page ********************
******************************************************/

.product-info {
    padding: 72px 36px;
    border-bottom: solid 1px #eaeaea;
}

/*** Product Image ***/

.product-image,
.product-details {
    float: left;
    width: 50%;
}
.product-image img {
	width: 100%;
}

/*** Product Thumbnails ***/

.product-image {
    text-align: center;
}
.product-image a.main {
    display: block;
	margin-bottom: 20px;
	border-radius: 4px;
	border: solid 1px #eaeaea;
}
.product-image a.thumbnail {
    /*
	display: inline-block;
    max-width: 100px;
    margin-right: 10px;
    border-radius: 4px;
	border: solid 1px #eaeaea;
	*/
	
	display: inline-block;
	max-width: 23%;
	margin-left: 1%;
	border-radius: 2px;
	border: solid 1px #eaeaea;
	margin-right: 1%;
}
.product-image a.main:hover,
.product-image a.thumbnail:hover {
	border-color: #777;
}

/*** Product Details ***/

.product-details{
	padding-left: 50px
}
h1.name {
	color: #303133;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
}

/*** Product Description ***/

.product-description p {
    font-weight: 300;
	font-size: 13px;
}
.product-description p {
	color: #777777;
}
.product-description strong {
	color: #303133;
	font-weight: 400;
}

.product-description .new_buttons {
	width:25%;display:inline-block;float:left;
}

.product-description .new_buttons a {
	color: #b6a061;
	font-size: 12px;
}

.product-description .new_buttons a:hover {
	color:#CAA072;
	text-decoration:underline;
}


/*** Add To Cart ***/

.add-to-cart .quantity {
	display: inline-block;
	vertical-align: top;
}
.add-to-cart .quantity input {
	max-width: 90px;
	font-size: 12px;
	padding: 13px 31px;
	padding-right: 20px;
	font-weight: 700;
	text-align: center;
}
.add-to-cart button {
	color: #fff;
	background-color: #303133;
	border-color: #303133;
	line-height: initial;
}
.add-to-cart button:hover {
	color: #303133;
	background-color: transparent;
	border-color: #303133;
}

.product-description,
.add-to-cart,
.request-quote,
.product-properties {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eaeaea;
	position: relative;
}

/*** Product Properties ***/

.property strong,
.social-media > strong {
	display: inline-block;
	width: 110px;
	line-height: 26px;
}

.property a {color:black;}

/*** Social Media ***/

.social-media .social {
	margin-left: -12px;
}
.social-media .social,
.social-media .social li {
	display: inline-block;
}
.social-media .social li a {
	color: #303133;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.social-media .social li:hover .fa-facebook {
	color: #3B5998;
}
.social-media .social li:hover .fa-twitter {
	color: #3B8ACA;
}
.social-media .social li:hover .fa-google-plus {
	color: #d7473d;
}
.social-media .social li:hover .fa-pinterest {
	color: #c5142b;
}
.social-media .social li:hover .fa-linkedin {
	color: #2C8CC0;
}
.social-media .social li:hover .fa-paper-plane {
	color: #999;
}

/*** Related Products ***/

.related-products {
	padding: 48px 36px 30px;
}
.related-products h5 {
	text-align: center;
	margin-bottom: 12px;
}
#carousel .collection-item {
    padding-right: 18px;
    width: auto;
    float: none;
    display: block;
}

#carousel2 .collection-item {
    padding-right: 18px;
    width: auto;
    float: none;
    display: block;
}

.owl-nav {
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none;
    color: #444;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
}

.owl-controls .fa.fa-angle-left, .owl-controls .fa.fa-angle-right {
    font-size: 40px;
}

/*** Shop Navigation ***/

.shop-navigation {
	padding: 27px 36px;
	background: #f7f7f7;
	border-top: solid 1px #eaeaea;
}
.shop-navigation ul {
    font-size: 0;
}
.shop-navigation ul li {
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
}
.shop-navigation ul li a {
    display: inline-block;
    color: #303133;
    padding: 0 21px;
    font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 21px;
    font-family: 'Poppins';
    text-transform: uppercase;
    position: relative;
}
.shop-navigation ul li a .fa {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	font-size: 18px;
	line-height: 18px;
}
.shop-navigation ul li a span {
	display: inline-block;
	transition: all 0.3s ease;
}
.shop-navigation ul li.prev a .fa {
	left: 0;
}
.shop-navigation ul li.next a .fa {
	right: 0;
}
.shop-navigation ul li:hover a {
	color: #0cb4ce;
}
.shop-navigation ul li.prev:hover a span {
	transform: translateX(-4px);
}
.shop-navigation ul li.next:hover a span {
	transform: translateX(4px);
}

/******************************************************
******************** End Product Page *****************
******************************************************/




/******************************************************
******************** Register Page ********************
******************************************************/

.page-register #mainContent {
    background: #f7f7f7;
    padding: 10%;
    height: 100%;
	color: #777;
}
.registerForm h4,
.registerForm input,
.registerForm select {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.left_col,
.right_col {
    width: 50%;
}
.left_col {
    padding-right: 20px;
}
.right_col {
    padding-left: 20px;
}
.registerForm .info {
	margin: 20px 0;
	border-bottom: solid 1px #dedede;
}
.info .important {
	display: block;
	margin: 20px 0;
	color: rgb(255, 110, 110);
}
.registerForm .details {
    position: relative;
    top: -18px;
    z-index: 0;
    color: rgb(81, 129, 170);
    font-size: 13px;
}
.required-wrap {
    position: relative;
    z-index: 1;
}
.required-wrap:before {
    content: "*";
    color: rgba(255, 0, 0, 0.6);
    position: absolute;
    right: -10px;
    top: 0;
}
.col-group input[class^="col-"] {
    float: left;
}

.col-group .col-w75 {
    width: 74%;
    margin-right: 1%;
}

.col-group .col-w33 {
    margin-right: 2%;
    width: 32%;
}
.col-group .col-w33:nth-child(3n) {
    margin-right: 0;
}

.col-group .col-w25 {
    margin-left: 1%;
    width: 24%;
}

/***** Request Window ***/
#requestWindow > .toggle_container {
    margin-top: 10px;
    border: solid 1px #eee;
    padding: 20px;
}

#requestWindow input.width,
#requestWindow input.depth,
#requestWindow input.height {
    width: 32%;
    margin-right: 2%;
    float: left;
}
#requestWindow input.height {
    margin-right: 0;
}

#requestWindow input[type="checkbox"] {
	float: left;
    margin-right: 5px;
}

#colorPicker {
    margin-bottom: 10px;
}

.upload_file {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgb(233, 233, 233);
}

/******************************************************
***************** End Register Page *******************
******************************************************/


/******************************************************
***************** Cart Page ***************************
******************************************************/

.breadcrumbs {
    padding: 36px;
    border-color: #eaeaea;
    background-color: #f7f7f7;
}

.breadcrumbs h5 {
    float: left;
    color: #999;
    line-height: 1.3em;
    font-size: 17px;
    text-transform: none;
}

.breadcrumbs ul {
    float: right;
    font-size: 0;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li:not(:first-child):before {
    content: "/\00a0";
    padding: 0 5px;
    font-size: 13px;
    color: #999;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    color: #999;
}

.breadcrumbs a:hover {
    color: #0cb4ce;
}

.page-content {
    padding: 72px 36px;
}

/***** Cart Content *****/

.cart-content {
    margin-bottom: 72px;
}

.cart-content table,
.cart-totals table {
    font-size: 14px;
    color: #333;
    text-align: left;
}

.product-remove a {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
}

.product-thumbnail a {
    display: block;
    max-width: 80px;
}

.product-name a {
    color: #303030;
    font-weight: 600;
}

.cart-content table .actions input[type="text"] {
    max-width: 10em;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.cart-content table .actions {
    text-align: right;
}

.cart-content table .actions .coupon {
    float: left;
}

/****** Cart Totals ****/

.cart-totals {
    margin-bottom: 36px;
}

.cart-totals table {
    padding: 18px;
    margin-bottom: 36px;
}

.amount {
    font-size: 17px;
}

.checkout {
    text-align: right;
}

/******************************************************
***************** End Cart Page ***********************
******************************************************/

/******************************************************
***************** Article Page ***********************
******************************************************/

.page-article #mainHeader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent none repeat scroll 0% 0%;
}

.page-article #search {
    border-color: rgba(255, 255, 255, 0.15);
}

.page-article #mainNav > li > a,
.page-article #search a {
    color: #dedede;
}

.page-article .scroll #mainHeader {
    background: #fff;
}

.page-article .scroll #mainNav > li > a,
.page-article .scroll #search a {
    color: #777;
}

.article-parallax {
    position: relative;
    margin-top: -90px;
    height: 325px;
}

.article-parallax .parallax-window {
    min-height: 300px;
    height: 325px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 90px;
}

.article-parallax .parallax-window:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.article-parallax .parallax-inner {
    padding: 54px 36px;
}

.article-parallax .parallax-inner h1 {
	font-size: 75px;
	line-height: 90px;
	text-transform: uppercase;
}

.post-info > div {
	display: inline-block;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	text-transform: uppercase;
}

.post-info span {
	margin: 0px 14px 0px 14px;
	font-weight: 400;
}

.scroll-down {
    font-size: 24px;
    cursor: pointer;
}

.scroll-down i {
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.scroll-down:hover i {
    top: 10px;
}

/***** Article Section ****/

.article {
	border-bottom: solid 1px #eaeaea;
}

.article-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 72px 36px;
    color: #777;
}

.article-content h4 {
	margin: 72px 0 18px;
	font-size: 20px;
	line-height: 24px;
	color: #303133;
}

.article-footer {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 36px 72px;
}

.article-footer .social-media {
	text-align: center;
	padding: 30px 0;
	border-bottom: solid 1px #eaeaea;
    margin-bottom: 36px;
}

/**** Comments Section ****/
.comments h3 {
	color: #303133;
	font-family: Poppins;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 14.4px;
}

.comments label {
	font-size: 15px;
	font-weight: 600;
	line-height: 26.25px;
	margin-bottom: 5px;
}

/******************************************************
***************** End Article Page ***********************
******************************************************/

/* New styles for the featured items */

.collection_top_title {
    width: 100%;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.collection_top_title h2{
    font-size: 24px;
	font-weight: 300;
	display: inline-block;
	background: white;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	line-height: 24px;
	z-index: 5;
	position: relative;
	color: #303133;
}

.collection_inner_title {
    width: 90%;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0;
}

.collection_inner_title_border {
    width: 100%;
	position: absolute;
	margin-top: -14px;
	background: #D6D6D6;
	height: 1px;
}

.collection_inner_title h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    background: white;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    line-height: 24px;
    z-index: 5;
    position: relative;
	color: #303133;
	font-weight:300;
}

.success_notification_container {
	width:100%;
	float:left;
}

.success_notification {
	background: #06a406;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
    border-radius: 5px;
    margin-bottom: 14px;
    font-size: 13px;
    float: left;
}




.collection_short_display {width: 80%;
	float: left;}

.collection-container-left_menu {width: 20%;
	float: left;}

.collection-container-left_menu .collection-nav {width: 80%;
margin-left: 10%;
margin-right: 10%;
margin-top: 50px;
background: black;
padding-top: 10px;
padding-bottom: 10px;}

.collection-container-left_menu .collection-nav li {width: 100%;
padding-left: 10%;
padding-right: 10%;}

.collection-container-left_menu .collection-nav li a {color: white;
padding-bottom: 15px;
padding-top: 15px;}

.collection-container-left_menu .collection-nav li a:hover { color:black;
	background:white;}

.atelier_border {border-left:1px solid white;}

.product_details_options_container {width:100%;
	float:left;
	position:relative;}
	
.product_details_options_container_left {width:50%;
	float:left;
	position:relative;}
	
.product_details_options_container_right {width:50%;
	float:left;
	position:relative;}
	
.product_details_options_images {
	width:auto;
	float:left;
	margin-bottom:7px;
	margin-top:7px;
	max-height:80px;
	margin-right:30px;
}














/************************************************************************************************************
*************************************************************************************************************
************************************************ Mobile Devices *********************************************
*************************************************************************************************************
************************************************************************************************************/

@media (min-width: 480px) {
    /******************* Articles Container *******************/
	.articles-container article,
	.articles-container .sizer {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	.articles-container article:nth-child(2n) {
		margin-right: 0;
	}

    /************ Press Page Image Gallery ****************/
	/*
	.page-press .imageGallery a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.page-press .imageGallery a:nth-child(2n) {
		margin-right: 0;
	}
	*/
}

@media (min-width: 992px) {
    /*********** Main Menu **************/
	#mainMenu .parent:hover > ul {
		display: block;
	}

    /*********** Articles Container **************/
	.articles-container article,
	.articles-container .sizer,
	.articles-container article:nth-child(2n) {
		width: 24%;
		margin-right: 1%;
	}
	.articles-container article:nth-child(4n) {
		margin-right: 0;
	}

    /************ Press Page Image Gallery ****************/
	/*
	.page-press .imageGallery a,
	.page-press .imageGallery a:nth-child(2n) {
		width: 24%;
		margin-right: 1.33%;
	}
	.page-press .imageGallery a:nth-child(4n) {
		margin-right: 0;
	}
	*/
}

/*****************************************************************************/

@media (max-width: 1599px) {
	/**** Home Page ***/
	.page-index .posts .sizer,
    .scaleThumb,
    .page-index .posts .item-w2 {
		width: 25%;
	}
	.page-index .posts .item-w4 {
		width: 50%;
	}
	/*** End Home Page ***/

	/*** Projects Page ***/
	/*
	.page-projects .imageGallery a {
		width: 25%;
	}
	*/
	/*** End Projects Page ***/
}

@media (max-width: 991px) {
	.hideMobile {display: none !important;}
	.showMobile {display: block !important;}

    #mainContent {
        padding: 0;
        height: auto;
        min-height: initial;
    }

    #logo {
    	padding: 0px 4%;
    }

    /*** Navigation ***/

    .scroll #mainNav > li > a,
    #mainNav > li > a,
    #mainNav > li:hover > a {
		color: #aaa;
		line-height: 45px;
		padding: 0;
		font-size: 15px;
    }
    #mainMenu .parent > a:after {
    	content: "\f107";
    	font-family: FontAwesome;
    	position: absolute;
		right: 6px;
		top: 50%;
		transform: translateY(-50%);
		color: #dedede;
		font-weight: bold;
    }
    #mainMenu .parent > ul {
    	display: none;
    	position: static;
		width: 100%;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.9);
        padding: 2px 20px 7px;
    }
    .tab-menu-item a,
    #mainMenu .parent > ul > li > a {
    	padding: 10px;
		font-size: 14px;
		line-height: 20px;
    }

    #mainNav > li.mobileSearch > ul {
        padding: 20px 0px 0px;
    }

    /***** Collection Menu *****/

    .tab-menu {
		display: block;
		float: left;
		width: 30%;
		background: black;
    }
    .tab-content {
		float: left;
		width: 70%;
		font-size: 0;
		background: black;
    }
    .tab-content.selected {
    	display: block;
    }
    .tab-content-item {
		width: 100%;
    }

    /*** Footer ***/
	.copyright,
	.footerSocial {
	    width: 100%;
	    float: none;
	    text-align: center;
	    padding: 2% 0;
        position: static;
	}
    .footerSocial li {
        float: none;
        display: inline-block;
    }
    /*** End Footer ***/

    /*** Sidebar ***/
    .col_left {}
    /*** End Sidebar ***/

    /*** Home Page ***/
	.page-index .posts .sizer,
	.scaleThumb,
	.page-index .posts .item-w2,
    .page-index .posts .item-w4 {
		width: 50%;
	}
    /*** End Home Page ***/

    /*** About Page ***/
    .about_left,
    .about_right {
    	float: none;
    	width: 100%;
    	padding: 0;
    }
    .about_us {
    	max-width: 100%;
    }
    .about_right {
        padding: 5%;
    }
    /*** End About Page ***/

	/*** Projects Page ***/
	/*
	.page-projects .imageGallery a {
		width: 50%;
	}
	*/
	/*** End Projects Page ***/

	/*** Press Page ***/
	.page-press .imageGallery {
	    padding: 4%;
	}
	/*** End Press Page ***/

	/*** Collection Page ***/
	.collection-nav {
		text-align: center;
	}
	.collection-item {
		width: 25%;
	}
	/*** End Collection Page ***/

	/*** Lookbook Page ***/
	/*
	.page-lookbook .imageGallery .sizer,
	.page-lookbook .imageGallery a {
		width: 50%;
	}
	.page-lookbook .imageGallery a.item-w2 {
		width: 100%;
	}
	*/
	/*** End Lookbook Page ***/

	/*** Product Page ***/
	.product-image,
	.product-details {
		width: 100%;
		float: none;
		margin-bottom: 4%;
		padding: 0;
	}
	/*** End Product Page ***/

	/*** Register Page ***/
	.page-register #mainContent {
		padding: 4%;
	}
	/*** End Register Page ***/

    /*** Contact Page ***/
	.address,
	.contactForm {
	    width: 100%;
	    height: auto;
	    float: none;
	    padding: 4%;
	}
    /*** End Contact Page ***/

    /**** Cart Page ****/

    .breadcrumbs h5,
    .breadcrumbs ul {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-thumbnail,
    .product-price,
    .product-quantity {
        display: none;
    }
    .cart-content table .actions {
        text-align: left;
    }
    .cart-content table .actions .coupon {
        float: none;
        margin-bottom: 10px;
    }
    .cart-content table .actions input[type="text"],
    .cart-content table .actions .button {
        width: 48%;
        max-width: none;
    }

    /****** Article Page ******/
    .article-parallax {
        margin-top: 0;
        height: 300px;
    }
    .article-parallax .parallax-window {
        height: 300px;
        padding-top: 0;
    }
    .article-parallax .parallax-inner h1 {
        font-size: 50px;
    }

    /**** Scroll Top button **/
    .scrollToTop {
        width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 30px;
    }
	
	
	.collection_short_display {width: 100%;
		float: left;}

	.collection-container-left_menu {display:none;}
	
	.atelier_border {border:none;}
}

@media (max-width: 767px) {
    .tab-menu,
    .tab-content,
    .tab-content-item {
		width: 50%;
    }

    /*** Sidebar ***/
    .blog_sidebar,
    .col_left {
    	float: none;
    	width: 100%;
    	padding: 4%;
    }
    /*** End Sidebar ***/

    /*** Home Page ***/
	.page-index .posts .sizer,
	.scaleThumb,
	.page-index .posts .item-w2,
    .page-index .posts .item-w4 {
		width: 100%;
	}
    /*** End Home Page ***/

	/*** Collection Page ***/
	.collection-item {
		width: 50%;
	}
	/*** End Collection Page ***/

	/*** Register Page ***/
	.left_col,
	.right_col {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	/*** End Register Page ***/

    /**** Cart Page ****/
    .page-content {
        padding: 4%;
    }

    /****** Article Page ******/
    .article-parallax .parallax-inner h1 {
        font-size: 35px;
    }

    .post-info > div {
        font-size: 10px;
    }
}

@media (max-width: 479px) {
    .tab-menu,
    .tab-content,
    .tab-content-item {
		width: 100%;
    }

    /*** Login Popup ***/
    #loginPopup input[type="checkbox"] {
	    float: left;
	    margin: 3px 10px 0px 0px;
	}
    #loginPopup label {
	    display: block;
	}
    #loginPopup button {
    	float: none;
    }
    #loginPopup a {
    	margin: 10px 0;
    }
    /*** End Login Popup ***/

	/*** Projects Page ***/
	/*
	.page-projects .imageGallery a {
		width: 100%;
	}
	*/
	/*** End Projects Page ***/

	/*** Lookbook Page ***/
	/*
	.page-lookbook .imageGallery .sizer,
	.page-lookbook .imageGallery a,
	.page-lookbook .imageGallery a.item-w2 {
		width: 100%;
	}
	*/
	/*** End Lookbook Page ***/

	/*** Collection Page ***/
	.collection-item {
		width: 100%;
		padding: 0;
	}
	/*** End Collection Page ***/

	/*** Product Page ***/
	.product-image a.thumbnail {
		width: 32%;
		margin-right: 1%;
	}
	.add-to-cart .quantity input {
		max-width: 70px;
		padding: 0;
		line-height: 48px;
		font-size: 20px;
	}
	/*** End Product Page ***/


    /*** Cart Page ****/
    .cart-content table .actions input[type="text"],
    .cart-content table .actions .button,
    .checkout button {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-totals {
        margin-bottom: 0;
    }
}

/* Added for homepage Image Fix */

/*
.page-index .parallax-mask {
    display: block;
    position: relative;
	text-align: center;
}

.page-index .parallax-inner,
.parallax-mirror {
    display: none;
}

.page-index .parallax-mask h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}

*/

.version_item {width:33%;
	display:inline-block;}

.version_item img {width:98%;
padding-left:1%;
padding-right:1%;}

/*************************************
************* Unveil JS **************
*************************************/
/*
.collection-item img {
    position: relative;
    z-index: 9;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.loaderx,
.loaderx:before,
.loaderx:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loaderx {
    color: rgb(135, 135, 135);
    font-size: 10px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.loaderx:before,
.loaderx:after {
    content: '';
    position: absolute;
    top: 0;
}
.loaderx:before {
    left: -10px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loaderx:after {
    left: 10px;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
*/
/*************************************
********** End Unveil JS *************
*************************************/

.collection-item .favorites_hide {
	height: 40px;	
	top: -40px;
}

.collection-item:hover .favorites_hide {
	top: 0px;
}

@media (max-width: 991px) {
	.collection-item .favorites_hide {
		height: 40px;	
		top: 0;
	}
}


/******************************************************
******************** Lookbook Page ********************
******************************************************/
/*
.page-lookbook {}
.page-lookbook .imageGallery {
    background: #000;
    overflow: hidden;
}

.isotope_grid_masonry {
    background: #000;
    font-size: 0;
    line-height: 0;
}

.grid_sizer,
.grid_item {
    display: block;
    width: 25%;
    overflow: hidden;
}

.grid_item.w_2 {
    width: 50%;
}

.grid_item img {
    opacity: 0;
}

.grid_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(0);
    transition: all 0.5s ease;
}

.grid_item:hover .grid_mask {
    transform: scale(1.1);
}

.grid_mask.loaded {
    transform: scale(1);
}
*/

.page-lookbook {}
.page-lookbook .imageGallery {
    background: #000;
    overflow: hidden;
}

.isotope_grid_masonry {
    background: #000;
    font-size: 0;
    line-height: 0;
}

.grid_sizer,
.grid_item {
    display: block;
    width: 25%;
    overflow: hidden;
	/*
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	*/
	border: 5px solid black;
}

.grid_item.w_2 {
    width: 50%;
	/*
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	*/
	border: 5px solid black;
}

.grid_item img {
    opacity: 0;
}

.grid_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.grid_item:hover .grid_mask {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.grid_mask.loaded {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.grid_loader {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url('../images/rolling.svg');
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/******************************************************
******************** End Lookbook Page ****************
******************************************************/

@media (max-width: 990px) {
    /*** Lookbook Page ***/
    .grid_sizer,
    .grid_item {
        width: 50%;
    }

    .grid_item.w_2 {
        width: 100%;
    }
    /*** End Lookbook Page ***/
}

@media (max-width: 479px) {
    /*** Lookbook Page ***/
    .grid_sizer,
    .grid_item,
    .grid_item.w_2 {
        width: 100%;
    }
	/*** End Lookbook Page ***/
}

.owl-prev {margin-left:20px;}

.owl-next {margin-right:20px;}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3');src:url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

 
 .lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(fonts/light-gallery/lg.eot?n1z373);src:url(fonts/light-gallery/lg.eot?#iefixn1z373) format("embedded-opentype"),url(fonts/light-gallery/lg.woff?n1z373) format("woff"),url(fonts/light-gallery/lg.ttf?n1z373) format("truetype"),url(fonts/light-gallery/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
 
 /*** Owl Theme ***/
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*** Owl Carousel ***/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}


/*************************************
*********** General Styles ***********
*************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/********* Inputs ************/

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
        color: inherit;
        font: inherit;
        margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea,
select {
    display: block;
    font-size: 14px;
    line-height: initial;
    margin: 0px 0px 20px;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
}

input, button, select, textarea {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:focus, textarea:focus {
	border-color: #0cb4ce;
}

input.error {
	border: solid 1px #c00;
}

.error_message {
    background: rgba(183, 6, 6, 0.78);
    position: absolute;
    z-index: 999;
    left: 12px;
    top: 40px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
}

.error_message:before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-bottom-color: rgba(183, 6, 6, 0.78);
}

/******** Buttons ************/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    display: inline-block;
    transition: all 0.2s ease;
    font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins';
    text-align: center;
	text-transform: uppercase;
    padding: 13px 31px 13px 31px;
    vertical-align: middle;
    border-radius: 2px;
	border: 1px solid #9ea1a2;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
	background: #9ea1a2;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: #0cb4ce;
    background: transparent;
    border-color: #0cb4ce;
}

input[type="submit"].dark,
input[type="reset"].dark,
input[type="button"].dark,
button.dark {
    background: #303133;
    border: solid 1px #303133;
}

input[type="submit"].dark:hover,
input[type="reset"].dark:hover,
input[type="button"].dark:hover,
button.dark:hover {
    color: #303133;
    background: transparent;
}

.button.light {
    background: #f7f7f7;
    border: solid 1px #eaeaea;
    color: #303133;
}

.button.light:hover {
    background: transparent;
    color: #303133;
    border-color: #eaeaea;
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

input.qty {
    max-width: 90px;
}

label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

hr {
	border: none;
	border-top: solid 1px #eaeaea;
}

img {
	max-width: 100%;
	display: inline-block;
}

a {
	transition: all 0.3s ease;
}

a, a:link, a:hover, a:active {
	text-decoration: none;
	outline: 0 none;
	cursor: pointer;
	color: black;
}

p {
    font-size: 15px;
    line-height: 1.75;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
    margin: 0px 0px 20px;
}

h5 {
	font-family: Poppins;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 12px;
	color: #303133;
}

/****** Tables ******/
table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #eaeaea;
}

th, td {
    padding: 15px;
    border-bottom: solid 1px #eaeaea;
}

/*************************************
*********** Custom Classes ***********
*************************************/

.container {
	max-width: 100%;
	width: 100%;
}
.clearFix:after {
	content: "";
	display: table;
	clear: both;
}
.noPadding {
	padding: 0;
}
.padding10 {
	padding: 10%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.tCenter {
	text-align: center;
}
.tRight {
	text-align: right;
}
.vCenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.padding_a {
	padding: 10%;
}
.dTable {
	display: table;
	width: 100%;
	height: 100%;
}
.dTableCell {
	display: table-cell;
	height: 100%;
}
.error {
}
.showMobile {
	display: none !important;
}
.visible {
	display: block !important;
}
.toggled {
    display: none;
}


/*************************************
*************** Parallax *************
*************************************/

.parallax-window {
    min-height: 400px;
    height: auto;
    background: transparent;
}
.parallax-inner {
	padding: 180px 0;
	color: #ffffff;
	text-align: center;
	font-family: 'Poppins';
}
.parallax-inner p {
	font-size: 18px;
	line-height: 1.75;
}
.parallax-inner h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	letter-spacing: -0.02em;
	text-transform: capitalize;
}

/*************************************
*********** Image Gallery ************
*************************************/

.imageGallery{
	font-size: 0;
}
.imageGallery:after {
	content: "";
	display: table;
	clear: both;
}
.imageGallery a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	vertical-align: top;
}
.imageGallery img {
	width: 100%;
	height: auto;
}

.imageGalleryNew{
	font-size: 0;
}
.imageGalleryNew:after {
	content: "";
	display: table;
	clear: both;
}
.imageGalleryNew a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	vertical-align: top;
}
.imageGalleryNew img {
	width: 100%;
	height: auto;
}

/*************************************
************* IMAGE ZOOM *************
*************************************/

.imgZoom img {
	transition: all 0.3s ease;
}
.imgZoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	 transform: scale(1.05);
}

/*************************************
*************** Layout ***************
*************************************/
* {
	margin: 0;
}
html, body {
	min-height: 100%;
}
body {
    font-family: Roboto;
    line-height: 1.4;
}
#mainWrapper {
    min-height: 100%;
    margin-bottom: -75px;
}
#mainWrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 75px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

/*************************************
*************** Header ***************
*************************************/

#mainHeader {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	height: 90px;
	transition: all 0.3s ease;
	/* background: rgba(255, 255, 255, 0.4); */
	
	background: rgba(15, 15, 15, 0.9);
	
	-webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

/********* WINDOW SCROLL *************/
.scroll #mainHeader {
    height: 40px;
	/* background: rgba(255, 255, 255, 0.4); */
	
	background: rgba(15, 15, 15, 0.8);
}
/********* END WINDOW SCROLL *************/

/*************** Header Search ***************/

#search {
	height: 100%;
	width: 90px;
	float: right;
	text-align: center;
	border-left: solid 1px #eee;
	position: absolute;
    right: 0;
	z-index: 9;
}
#search a {
	display: block;
	color: #303133;
	font-size: 19px;
}
#search a:hover {
	color: #777;
}

/*************** Search Popup ***************/
/*
.popup-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 28px;
	font-size: 3.5vh;
    -webkit-perspective: 1200px;
	perspective: 1200px;
	position: relative;
}
.hidePopup {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    color: #ddd;
    font-size: 35px;
    padding: 27px;
    cursor: pointer;
}
.popup-content .tContainer {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	padding-top: 100px;
	padding-bottom: 100px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-35%) rotateX(45deg);
    -moz-transform: translateY(-35%) rotateX(45deg);
    -ms-transform: translateY(-35%) rotateX(45deg);
    transform: translateY(-35%) rotateX(45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}
.popup-content form input {
    display: inline-block;
    font-size: 3.5vh;
    padding: 1em 3em 1em 1.5em;
    background-color: rgba(26, 27, 28, 0.5);
	border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    margin: 0;
}
.popup-content form input:focus {
    border-color: #0cb4ce;
}
.popup-content form .fa {
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    right: 30px;
}
.popup-show .popup-content .tContainer {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    -ms-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
}
.popup-rollOut .popup-content .tContainer {
    -webkit-transform: translateY(35%) rotateX(-45deg);
    -moz-transform: translateY(35%) rotateX(-45deg);
    -ms-transform: translateY(35%) rotateX(-45deg);
    transform: translateY(35%) rotateX(-45deg);
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: rgba(20, 22, 24, 0.95);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.popup-overlay.popup-show {
    opacity: 1;
    visibility: visible;
}
*/

/*************** End Search Popup ***************/

/*************** Login Popup ***************/
/*
#loginPopup {
    color: #aaa;
    text-align: left;
}
#loginPopup .popup-content {
    max-width: 600px;
    display: block;
    margin: auto;
    padding: 20px;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
#loginPopup .tContainer {
    border-radius: 4px;
    border: solid 1px #666;
    position: relative;
    padding: 30px;
}
#loginPopup form {
    padding: 0;
}
#loginPopup input {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 20px;
}
#loginPopup label {
    display: inline-block;
}
#loginPopup h2 {
    text-align: center;
    font-size: 30px;
}
#loginPopup button {
    float: right;
}
#loginPopup a {
    display: block;
    font-size: 16px;
    color: #ddd;
}
#loginPopup a:hover {
    color: #0cb4ce;
}
*/
/******************* Popup login errors ********************/
/*
#loginPopup input.error {
	border: solid 1px #c00;
	position: relative;
	z-index: 0;
}

#loginPopup .error_message {
	font-size: 15px;
	bottom: 5px;
	top: auto;
}
*/
/*************** End Login Popup ***************/

/*************** Logo ***************/

#logo {
	padding: 0px 50px;
	position: absolute;
    left: 0;
	z-index: 9;
}
#logo img {
	height: 88px;
    vertical-align: middle;
}

.scroll #logo img {height:40px;}

/*************** End Logo ***************/

/*************** Main Menu ***************/

#mainMenu {
	position: relative;
}
#mainNav {
	text-align: left;
	list-style: none;
	display: inline-block;
    font-size: 0;
	float:right;
	margin-right:50px;
}
#mainNav > li {
	position: relative;
	display: inline-block;
	font-size: 15px;
}
#mainNav > li > a {
	display: block;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 90px;
	font-size: 15px;
	font-family: 'Poppins';
	position: relative;
	/*
	color: #303133;
	*/
	color: white;
	padding: 0 28px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

/********* WINDOW SCROLL *************/
.scroll #mainNav > li > a {
    line-height: 40px;
}
/********* END WINDOW SCROLL *************/

#mainNav > li:hover > a {
	color: #777777;
}
#mainNav > li > a i.fa-dropdown {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0px 0px 0px 0px;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: .8em;
    text-align: right !important;
    font-weight: 600;
	letter-spacing: 0.05em;
}

/*************** Drodown Menu ***************/

#mainMenu .parent > ul {
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
	padding: 15px;
}
#mainMenu .parent > ul > li > a,
.tab-menu-item {
	white-space: nowrap;
	color: #aaa;
	font-family: 'Poppins';
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
}
#mainMenu .parent > ul > li > a:hover,
.tab-menu-item:hover
 {
	color: #FFF;
	background: #000;
}

.tab-menu-item.selected {
	color:#fff;
}

/*** Collection Menu ***/

#mainMenu li.parent.collection {
	position: static;
}
#mainMenu li.parent.collection > ul {
	left: 36px;
	right: 36px;
	padding: 0;
}

/*************************************
************* Tab Navigation *********
*************************************/

#tabMenu {
	display: table;
	width: 100%;
	overflow: hidden;
}
.tab-menu,
.tab-content {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	font-family: 'Poppins';
}

/*** Tab Menu ***/

.tab-menu {
	width: 20%;
	padding: 20px;
	background: linear-gradient(#333, #272727);
}
.tab-menu-item {
	margin-bottom: 5px;
}

/*** Tab Container ***/

.tab-content {
	display: none;
	width: 80%;
	background: linear-gradient(#333, #272727);
	overflow: hidden;
	padding-left:40px;
	padding-right:40px;
}
.tab-content.selected {
	display: table-cell;
}
.tab-content-item {
	/* Added bellow so that all items will allign perfectly
	display: inline-block;
	text-align: center;
	width: 15%;
	padding: 20px;
	transform: scale(0);
	transition: all 0.3s ease;
	*/
	
	display: inline-block;
	text-align: center;
	width: 16%;
	padding: 20px;
	transform: scale(0);
	transition: all 0.3s ease;
	float: left;
	/*
	height: 156px;
	*/
	height: auto;
}
.tab-content-item.animate {
	transform: scale(1);
}
.tab-content-item img {
	opacity: 0.8;
	transition: all 0.3s ease;
}
.tab-content-item:hover img{
	opacity: 1;
}
.tab-content-item span {
	display: block;
	font-size: 11px;
	color: #fff;
	transition: all 0.3s ease;
	margin-top: 5px;
	font-weight: 400;
	font-family: roboto;
	text-transform: uppercase;
}
.tab-content-item:hover span {
	color: #aaa;
}

/*************** End Main Menu ***************/

/*************************************
************** Content ***************
*************************************/

#mainContent {
	position: relative;
	height: auto;
	padding: 90px 0px 30px;
	overflow: auto;
	min-height: 800px;
}

/*************************************
*************** Footer ***************
*************************************/

#mainFooter {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    line-height: 30px;
    background: linear-gradient(#333, #272727);
    border-top: solid 1px #000;
}
.copyright,
.footerSocial {
	font-size: 13px;
	color: #fff;
}
.copyright {
	text-align: center;
}
.footerSocial {
    position: absolute;
    right: 0;
    top: 0;
}
.footerSocial ul {
    font-size: 0;
}
.footerSocial li {
	float: left;
    vertical-align: middle;
	padding-right: 15px;
}
.footerSocial li a {
	color: #fff;
}
.footerSocial li a i {
	font-size: 18px;
    line-height: 30px;
}
.footerSocial li a:hover {
	color: #0cb4ce;
}

/*************************************
************** Column Left **********
*************************************/

.col_left {
	float: left;
	width: 75%;
	padding-left: 4%;
}

/*************************************
**************** Sidebar *************
*************************************/

.blog_sidebar {
	padding: 4% 2%;
	float: right;
	width: 25%;
}
.blog_sidebar .side_section {
	margin-bottom: 50px;
}
.blog_sidebar h3 {
	line-height: 1.2;
	color: #303133;
	padding: 0px 0px 27px 0px;
	margin: 0px 0px 27px 0px;
	border-bottom: solid 1px #eaeaea;
	font-family: 'Poppins';
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 12px;
}

/*** Search Box ***/
.searchBox {
	position: relative;
}
button.searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: none;
	border: none;
	padding: 0;
}
button.searchButton:after {
	content: "\f002";
	font-family: FontAwesome;
	text-align: center;
	line-height: 39px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #aaa;
}

/*** Tags ***/

.tag {
	border: solid 1px #eaeaea;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	display: inline-block;
	border-radius: 4px;
	margin: 0px 5px 9px 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #303133;
}
.tag:hover {
	color: #0cb4ce;
}

/******** Scroll Button *************/
.scrollToTop {
	display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 61px;
    right: 22px;
    color: #dedede;
    background: rgba(30, 30, 30, 0.5);
    border: 1px solid rgba(30, 30, 30, 0.3);
    border-radius: 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.scrollToTop:hover,
.scrollToTop:focus {
	color: #fff;
    background: rgba(30, 30, 30, 0.9);
    border: 1px solid rgba(30, 30, 30, 0.5);
}

/******** Sidebar List *************/
.posts li {
	padding: 0 0 5px 18px;
	position: relative;
	line-height: 1.75;
}
.posts li:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    font-size: 5px;
    left: 0px;
    top: 8px;
    color: #303133;
}
.posts li a {
    display: block;
    color: #303133;
    font-weight: 500;
}
.posts li a:hover {
    color: #0cb4ce;
}
.posts .post-date {
	font-size: 11px;
}

/******** Section Links *************/

.side_section .links li {
	padding: 0px 0px 5px 0px;
	line-height: 1.75;
}
.side_section .links li a {
	color: #303133;
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.side_section .links li a:hover {
    color: #0cb4ce;
}
.side_section .links li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 12px;
	margin-top: 3px;
}

/******* Loading Animation ******/

.load_animation {
    overflow-y: hidden;
}

.load_animation > * {
    opacity: 0;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.load_animation > .animate {
    -webkit-animation-name: anim001;
    -moz-animation-name: anim001;
    -o-animation-name: anim001;
    animation-name: anim001;
    opacity: 1;
}

/*** Animation Keyframes ****/
@-webkit-keyframes anim001 {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim001 {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim001 {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim001 {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/******* End Loading Animation ******/


/******************************************************
********************* SITE PAGES **********************
******************************************************/



/******************************************************
******************** Home Page ********************
******************************************************/
/*
.page-index #mainHeader {
    background: rgba(0, 0, 0, 0);
}
*/

.page-index #mainContent {
    padding-top: 0;
}

.page-index .parallax-window {
    min-height: auto;
	width:50%;
	/* Added for splitting the screen */
	float:left;
	margin-top:50px;
}

.heading_container {
    /* padding-top: 90px; */
	padding-top: 22%;
}

.heading_container h1 a {
	color:white;
	font-size:28px;
	font-weight:normal;
}

.page-index .parallax-inner {
	height: 55vh;
}
.page-index .posts {
	background: #141618;
}
.page-index .posts .sizer,
.page-index .posts .item-w2,
.scaleThumb {
	width: 16.675%;
	overflow: hidden;
}
.isotopeItem {
    position: relative;
}
.page-index .posts .item-w4 {
	width: 33.34%;
}
.page-index .posts .item-h2 {

}
.isotopeItem a {
	cursor: pointer;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.item-bg {
    background: none no-repeat center/cover;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.scaleThumb:hover .item-bg {
	transform: scale(1.1);
}
.overlay {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	opacity: 1;
	transition: all 0.3s ease;
}
.scaleThumb:hover .overlay {
	opacity: 0;
}
.post {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 36px 36px 36px 36px;
}
.post-category {
	font-size: 12px;
	line-height: 1.75;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
}
.post-title {
	color: #fff;
	font-size: 22px;
	letter-spacing: -0.02em;
	font-weight: normal;
	line-height: 1.2;
	font-family: poppins;
}
/******************************************************
******************** End Home Page ********************
******************************************************/



/******************************************************
******************** About Page ********************
******************************************************/

/*
.page-about #mainContent {
	color: #ffffff;
	background: #101213;
}
*/

.page-about #mainContent {
	color: #ffffff;
	  background: #101213;
	  border-top: 90px solid white;
	  padding: 0 0 30px;
}

.page-projects #mainContent {
	color: #ffffff;
	  border-top: 90px solid white;
	  padding: 0 0 30px;
}



.about_left,
.about_right {
}
.about_left {
	width: 40%;
}
.about_right {
	width: 60%;
	padding: 72px;
}
.about_us {
	margin: 0 auto;
}

.about_right h1 {
    font-size: 28px;
    font-weight: 300;
	
}

.about_right h4 {margin-bottom:10px;}

.about_right p {
    font-weight: 300;
	margin-bottom: 16px;
}

.about_right p a{color:#dd3b3b;
	text-decoration:underline;}
	
.about_right h1 {
    font-size: 28px;
    font-weight: 300;	
}

.page-info #mainContent {
	color: #101213;
	background: #ffffff;
}

/******************************************************
******************** End About Page ********************
******************************************************/



/******************************************************
******************** Contact Page ********************
******************************************************/

.page-contact,
.page-contact body {
	height: 100%;
}
.address,
.contactForm {
	padding: 8%;
	height: 100%;
}
.address {
	width: 100%;
	color: #777777;
}
.contact_details {
	border-top: none;
	padding-top: 0;
}
.contactForm {
	width: 66.66%;
	background: #f7f7f7;
}
.contactForm input,
.contactForm textarea {
	margin-bottom: 18px;
}

/******************************************************
******************** End Contact Page ********************
******************************************************/




/******************************************************
******************** Scala World Page ********************
******************************************************/

.page-scala-world .parallax-inner {
	padding-top: 270px;
}
.articles-container {
	max-width: 1200px;
	margin: 0 auto;
}
.articles-container:after {
	content: "";
	display: table;
	clear: both;
}
.articles-container article {
	display: inline-block;
	vertical-align: top;
	margin: 4% 0;
}
.articles-container .art-img {
	border-radius: 4px;
	border: 1px solid #eaeaea;
	margin-bottom: 36px;
	overflow: hidden;
    height: 150px;
}
.articles-container .art-img a {
	display: block;
}
.articles-container article h3 {
    margin-bottom: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.articles-container article h3 a {
	color: #303133;
    font-weight: 600;
	font-size: 14px;
	display: block;
}
.articles-container article h3 a:hover {
	color: #0cb4ce;
}
.articles-container article p {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}
.articles-container article small {
	color: #303133;
	font-size: 12px;
	font-weight: 600;
}

/******************************************************
******************** End Scala World Page *************
******************************************************/




/******************************************************
******************** Projects Page ********************
******************************************************/

.page-projects body {
	background: #141618;
}

.page-projects .imageGallery {
	background: #141618;
	overflow: hidden;
}

/*
.page-projects .imageGallery a {
	width: 16.66%;
}
*/

/******************************************************
******************** End Projects Page ****************
******************************************************/




/******************************************************
******************** Press Page ********************
******************************************************/

/*
.page-press body {
	background: #141618;
}
.page-press .imageGallery {
	padding: 72px 36px;
}
.page-press .imageGallery a {
	margin-bottom: 18px;
}
*/

.page-lookbook {}
.page-lookbook .imageGallery {
    /*
	background: #000;
	*/
    overflow: hidden;
}



/******************************************************
******************** End Press Page ********************
******************************************************/



/******************************************************
******************** Lookbook Page ********************
******************************************************/
/*

.page-lookbook {}
.page-lookbook .imageGallery .sizer,
.page-lookbook .imageGallery a {
	width: 25%;
}
.page-lookbook .imageGallery a.item-w2 {
	width: 50%;
}
*/

/******************************************************
******************** End Lookbook Page ****************
******************************************************/



/******************************************************
******************** Collection Page ******************
******************************************************/

.page-collection,
.page-collection body {
	height: 100%;
}
.collection-container {
	padding: 36px;
	padding-top: 58px;
}

/*** Collection Nav ***/
.collection-nav {
	font-size: 0;
}
.collection-nav li {
	display: inline-block;
}
.collection-nav a {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-family: 'Poppins';
	font-size: 11px;
	line-height: 1.2em;
	position: relative;
	letter-spacing: 0.05em;
	color: #303133;
	padding: 0px 9px 36px 9px;
}
.collection-nav li:hover a {
    color: rgba(48,49,51,.5);
}

/*** Collection Items ***/
.collection-item {
    padding-right: 18px;
    display: inline-block;
    float: left;
    width: 19%;
	margin-left:3%;
	margin-right:3%;
    margin-bottom: 20px;
	overflow: hidden;
}
.collection-item > a {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.page-collection .collection-item > a {
	/* height: 150px; */
	height:auto;
}
.collection-item > a:after {
	/*
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;	
	overflow: hidden;
	*/
}
.collection-item img {
	/* width: 100%; */
	width: auto;
	height: auto;
}
.collection-item .read_more {
	background: rgb(38, 39, 41) none repeat scroll 0% 0%;
	height: 40px;
	width: 100%;
	padding: 10px;
	z-index: 9;
	text-align: center;
	font-weight: 700;
	transition: all 0.2s ease;
	font-size: 12px;
	line-height: 1.75;
	text-transform: uppercase;
	position: absolute;
	bottom: -40px;
	color: #fff;
}
.collection-item:hover > a:after {
	background: rgba(0, 0, 0, 0.1);
}
.collection-item:hover .read_more {
	bottom: 0px;
}
.item-name {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.item-name a,
.item-price {
	color: #6f7072;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	display: block;
}
.item-price {
	padding: 0;
	margin-top: -16px;
	height: 80px;
}

/******************************************************
******************** End Collection Page **************
******************************************************/


/******************************************************
******************** Product Page ********************
******************************************************/

.product-info {
    padding: 56px 36px;
	margin-top: 76px;
	border-bottom:none;
}

/*** Product Image ***/

.product-image,
.product-details {
    float: left;
	width: 100%;
}
.product-image img {
	width: 100%;
}

/*** Product Thumbnails ***/

.product-image {
    text-align: center;
}
.product-image a.main {
    display: block;
	margin-bottom: 20px;
	border-radius: 4px;
	border: solid 1px #eaeaea;
	float:left;
	width:50%;
}
.product-image a.thumbnail {
	/*
	display: inline-block;
	max-width: 23%;
	margin-left: 1%;
	border-radius: 2px;
	border: solid 1px #eaeaea;
	margin-right: 1%;
	*/
	display: inline-block;
	max-width: 10.5%;
	margin-left: 1%;
	border-radius: 2px;
	border: solid 1px #eaeaea;
	margin-right: 1%;
}
.product-image a.main:hover,
.product-image a.thumbnail:hover {
	border-color: #777;
}

/*** Product Details ***/

.product-details{
	padding-left: 50px
}
h1.name {
	color: #303133;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 14px;
}

/*** Product Description ***/

.product-description p {
    font-weight: 300;
	font-size: 14px;
	
}
.product-description p {
	color: #777777;
}
.product-description strong {
	color: #303133;
	font-weight: 400;
}

.product-description .new_buttons {
	width:25%;display:inline-block;float:left;
}

.product-description .new_buttons a {
	color: #b6a061;
	font-size: 12px;
}

.product-description .new_buttons a:hover {
	color:#CAA072;
	text-decoration:underline;
}


/*** Add To Cart ***/

.add-to-cart .quantity {
	display: inline-block;
	vertical-align: top;
}
.add-to-cart .quantity input {
	max-width: 90px;
	font-size: 12px;
	padding: 13px 31px;
	padding-right: 20px;
	font-weight: 700;
	text-align: center;
}
.add-to-cart button {
	color: #fff;
	background-color: #303133;
	border-color: #303133;
	line-height: initial;
}
.add-to-cart button:hover {
	color: #303133;
	background-color: transparent;
	border-color: #303133;
}

.product-description,
.add-to-cart,
.request-quote,
.product-properties {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	float: left;
	text-align: left;
	margin-left: 1.5%;
	margin-top: 28px;
	width: 48.5%;
}

/*** Product Properties ***/

.property strong,
.social-media > strong {
	display: inline-block;
	width: 110px;
	line-height: 26px;
}

.property a {color:black;}

/*** Social Media ***/

.social-media .social {
	margin-left: -12px;
}
.social-media .social,
.social-media .social li {
	display: inline-block;
}
.social-media .social li a {
	color: #303133;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.social-media .social li:hover .fa-facebook {
	color: #3B5998;
}
.social-media .social li:hover .fa-twitter {
	color: #3B8ACA;
}
.social-media .social li:hover .fa-google-plus {
	color: #d7473d;
}
.social-media .social li:hover .fa-pinterest {
	color: #c5142b;
}
.social-media .social li:hover .fa-linkedin {
	color: #2C8CC0;
}
.social-media .social li:hover .fa-paper-plane {
	color: #999;
}

/*** Related Products ***/

.related-products {
	padding: 48px 36px 30px;
}
.related-products h5 {
	text-align: center;
	margin-bottom: 12px;
}
#carousel .collection-item {
    padding-right: 18px;
    width: auto;
    float: none;
    display: block;
}

#carousel2 .collection-item {
    padding-right: 18px;
    width: auto;
    float: none;
    display: block;
}

.owl-nav {
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none;
    color: #444;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
}

.owl-controls .fa.fa-angle-left, .owl-controls .fa.fa-angle-right {
    font-size: 40px;
}

/*** Shop Navigation ***/

.shop-navigation {
	padding: 27px 36px;
	background: #f7f7f7;
	border-top: solid 1px #eaeaea;
}
.shop-navigation ul {
    font-size: 0;
}
.shop-navigation ul li {
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
}
.shop-navigation ul li a {
    display: inline-block;
    color: #303133;
    padding: 0 21px;
    font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 21px;
    font-family: 'Poppins';
    text-transform: uppercase;
    position: relative;
}
.shop-navigation ul li a .fa {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	font-size: 18px;
	line-height: 18px;
}
.shop-navigation ul li a span {
	display: inline-block;
	transition: all 0.3s ease;
}
.shop-navigation ul li.prev a .fa {
	left: 0;
}
.shop-navigation ul li.next a .fa {
	right: 0;
}
.shop-navigation ul li:hover a {
	color: #0cb4ce;
}
.shop-navigation ul li.prev:hover a span {
	transform: translateX(-4px);
}
.shop-navigation ul li.next:hover a span {
	transform: translateX(4px);
}

/******************************************************
******************** End Product Page *****************
******************************************************/




/******************************************************
******************** Register Page ********************
******************************************************/

.page-register #mainContent {
    background: #f7f7f7;
    padding: 10%;
    height: 100%;
	color: #777;
}
.registerForm h4,
.registerForm input,
.registerForm select {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.left_col,
.right_col {
    width: 50%;
}
.left_col {
    padding-right: 20px;
}
.right_col {
    padding-left: 20px;
}
.registerForm .info {
	margin: 20px 0;
	border-bottom: solid 1px #dedede;
}
.info .important {
	display: block;
	margin: 20px 0;
	color: rgb(255, 110, 110);
}
.registerForm .details {
    position: relative;
    top: -18px;
    z-index: 0;
    color: rgb(81, 129, 170);
    font-size: 13px;
}
.required-wrap {
    position: relative;
    z-index: 1;
}
.required-wrap:before {
    content: "*";
    color: rgba(255, 0, 0, 0.6);
    position: absolute;
    right: -10px;
    top: 0;
}
.col-group input[class^="col-"] {
    float: left;
}

.col-group .col-w75 {
    width: 74%;
    margin-right: 1%;
}

.col-group .col-w33 {
    margin-right: 2%;
    width: 32%;
}
.col-group .col-w33:nth-child(3n) {
    margin-right: 0;
}

.col-group .col-w25 {
    margin-left: 1%;
    width: 24%;
}

/***** Request Window ***/
#requestWindow > .toggle_container {
    margin-top: 10px;
    border: solid 1px #eee;
    padding: 20px;
}

#requestWindow input.width,
#requestWindow input.depth,
#requestWindow input.height {
    width: 32%;
    margin-right: 2%;
    float: left;
}
#requestWindow input.height {
    margin-right: 0;
}

#requestWindow input[type="checkbox"] {
	float: left;
    margin-right: 5px;
}

#colorPicker {
    margin-bottom: 10px;
}

.upload_file {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgb(233, 233, 233);
}

/******************************************************
***************** End Register Page *******************
******************************************************/


/******************************************************
***************** Cart Page ***************************
******************************************************/

.breadcrumbs {
    padding: 36px;
    border-color: #eaeaea;
    background-color: #f7f7f7;
}

.breadcrumbs h5 {
    float: left;
    color: #999;
    line-height: 1.3em;
    font-size: 17px;
    text-transform: none;
}

.breadcrumbs ul {
    float: right;
    font-size: 0;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li:not(:first-child):before {
    content: "/\00a0";
    padding: 0 5px;
    font-size: 13px;
    color: #999;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    color: #999;
}

.breadcrumbs a:hover {
    color: #0cb4ce;
}

.page-content {
    padding: 72px 36px;
}

/***** Cart Content *****/

.cart-content {
    margin-bottom: 72px;
}

.cart-content table,
.cart-totals table {
    font-size: 14px;
    color: #333;
    text-align: left;
}

.product-remove a {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
}

.product-thumbnail a {
    display: block;
    max-width: 80px;
}

.product-name a {
    color: #303030;
    font-weight: 600;
}

.cart-content table .actions input[type="text"] {
    max-width: 10em;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.cart-content table .actions {
    text-align: right;
}

.cart-content table .actions .coupon {
    float: left;
}

/****** Cart Totals ****/

.cart-totals {
    margin-bottom: 36px;
}

.cart-totals table {
    padding: 18px;
    margin-bottom: 36px;
}

.amount {
    font-size: 17px;
}

.checkout {
    text-align: right;
}

/******************************************************
***************** End Cart Page ***********************
******************************************************/

/******************************************************
***************** Article Page ***********************
******************************************************/

.page-article #mainHeader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent none repeat scroll 0% 0%;
}

.page-article #search {
    border-color: rgba(255, 255, 255, 0.15);
}

.page-article #mainNav > li > a,
.page-article #search a {
    color: #dedede;
}

.page-article .scroll #mainHeader {
    background: #fff;
}

.page-article .scroll #mainNav > li > a,
.page-article .scroll #search a {
    color: #777;
}

.article-parallax {
    position: relative;
    margin-top: -90px;
    height: 325px;
}

.article-parallax .parallax-window {
    min-height: 300px;
    height: 325px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 90px;
}

.article-parallax .parallax-window:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.article-parallax .parallax-inner {
    padding: 54px 36px;
}

.article-parallax .parallax-inner h1 {
	font-size: 75px;
	line-height: 90px;
	text-transform: uppercase;
}

.post-info > div {
	display: inline-block;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	text-transform: uppercase;
}

.post-info span {
	margin: 0px 14px 0px 14px;
	font-weight: 400;
}

.scroll-down {
    font-size: 24px;
    cursor: pointer;
}

.scroll-down i {
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.scroll-down:hover i {
    top: 10px;
}

/***** Article Section ****/

.article {
	border-bottom: solid 1px #eaeaea;
}

.article-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 72px 36px;
    color: #777;
}

.article-content h4 {
	margin: 72px 0 18px;
	font-size: 20px;
	line-height: 24px;
	color: #303133;
}

.article-footer {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 36px 72px;
}

.article-footer .social-media {
	text-align: center;
	padding: 30px 0;
	border-bottom: solid 1px #eaeaea;
    margin-bottom: 36px;
}

/**** Comments Section ****/
.comments h3 {
	color: #303133;
	font-family: Poppins;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 14.4px;
}

.comments label {
	font-size: 15px;
	font-weight: 600;
	line-height: 26.25px;
	margin-bottom: 5px;
}

/******************************************************
***************** End Article Page ***********************
******************************************************/

/* New styles for the featured items */

.collection_top_title {
    width: 100%;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.collection_top_title h2{
    font-size: 24px;
	font-weight: 300;
	display: inline-block;
	background: white;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	line-height: 24px;
	z-index: 5;
	position: relative;
	color: #303133;
}

.collection_inner_title {
    width: 90%;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0;
}

.collection_inner_title_border {
    width: 100%;
	position: absolute;
	margin-top: -14px;
	background: #D6D6D6;
	height: 1px;
}

.collection_inner_title h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    background: white;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    line-height: 24px;
    z-index: 5;
    position: relative;
	color: #303133;
	font-weight:300;
}

.success_notification_container {
	width:100%;
	float:left;
}

.success_notification {
	background: #06a406;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
    border-radius: 5px;
    margin-bottom: 14px;
    font-size: 13px;
    float: left;
}




.collection_short_display {width: 84%;
	float: left;}

.collection-container-left_menu {width: 16%;
	float: left;}

.collection-container-left_menu .collection-nav {width: 90%;
margin-left: 0;
margin-right: 10%;
margin-top: -10px;
background: black;
padding-top: 10px;
padding-bottom: 10px;}

.collection-container-left_menu .collection-nav li {width: 100%;
padding-left: 13%;
padding-right: 10%;}

.collection-container-left_menu .collection-nav li a {color: white;
padding-bottom: 15px;
padding-top: 15px;}

.collection-container-left_menu .collection-nav li a:hover { color:black;
	background:white;}

.atelier_border {border-left:1px solid white;}


/* Auto suggest*/

.autosuggest_list_item_link {display: block;
width: 100%;
height: 44px;}

.autosuggest_list_item_container {width:100%;
	float:left;}

.autosuggest_list_item_image {width:15%;
	float:left;}

.autosuggest_list_item_image img {
	max-height:42px;}

.autosuggest_list_item_title {width: 80%;
	float: left;
	padding-top: 5px;
	font-size: 12px;}














/************************************************************************************************************
*************************************************************************************************************
************************************************ Mobile Devices *********************************************
*************************************************************************************************************
************************************************************************************************************/

@media (min-width: 480px) {
    /******************* Articles Container *******************/
	.articles-container article,
	.articles-container .sizer {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	.articles-container article:nth-child(2n) {
		margin-right: 0;
	}

    /************ Press Page Image Gallery ****************/
	/*
	.page-press .imageGallery a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.page-press .imageGallery a:nth-child(2n) {
		margin-right: 0;
	}
	*/
}

@media (min-width: 992px) {
    /*********** Main Menu **************/
	#mainMenu .parent:hover > ul {
		display: block;
	}

    /*********** Articles Container **************/
	.articles-container article,
	.articles-container .sizer,
	.articles-container article:nth-child(2n) {
		width: 24%;
		margin-right: 1%;
	}
	.articles-container article:nth-child(4n) {
		margin-right: 0;
	}

    /************ Press Page Image Gallery ****************/
	/*
	.page-press .imageGallery a,
	.page-press .imageGallery a:nth-child(2n) {
		width: 24%;
		margin-right: 1.33%;
	}
	.page-press .imageGallery a:nth-child(4n) {
		margin-right: 0;
	}
	*/
}

/*****************************************************************************/

@media (max-width: 1599px) {
	/**** Home Page ***/
	.page-index .posts .sizer,
    .scaleThumb,
    .page-index .posts .item-w2 {
		width: 25%;
	}
	.page-index .posts .item-w4 {
		width: 50%;
	}
	/*** End Home Page ***/

	/*** Projects Page ***/
	/*
	.page-projects .imageGallery a {
		width: 25%;
	}
	*/
	/*** End Projects Page ***/
}

@media (max-width: 1528px) {
	.hideMobile {display: none !important;}
	.showMobile {display: block !important;}

    #mainHeader,
    .scroll #mainHeader {
        height: 70px;
    }
    #mainContent {
        padding: 0;
        height: auto;
        min-height: initial;
    }

    #logo {
		padding: 0px 4%;
    }
	
	#logo img {
		height: 68px;
	}
	
	.scroll #logo img {
	  height: 68px;
	}

    /*** Navigation ***/
    #toggleMenu {
		float: right;
		line-height: 70px;
		cursor: pointer;
		font-size: 24px;
		position: relative;
		right: 4%;
		z-index: 9;
    }
	#mainMenu {
		height: auto;
		min-height: 100%;
	}
   	#mainNav {
		display: none;
		background: rgba(15, 15, 15, 0.85);
		clear: both;
		padding: 20px 0;
		margin-right: 0;
		float: right;
    }
	
	.content_container {padding-top: 102px;}
	
	.product-info {padding: 36px 36px;
		margin-top:0;
		padding-top: 120px;}
	
    #mainNav > li {
    	display: block;
		padding: 0 4%;
		padding-right: 64px;
		padding-left: 84px;
    }

    #mainNav > li > a i.fa-dropdown {
        display: none;
    }

    .scroll #mainNav > li > a,
    #mainNav > li > a,
    #mainNav > li:hover > a {
		color: white;
		line-height: 45px;
		padding: 0;
		font-size: 14px;
    }
    #mainMenu .parent > a:after {
    	content: "\f107";
    	font-family: FontAwesome;
    	position: absolute;
		right: 6px;
		top: 50%;
		transform: translateY(-50%);
		color: #dedede;
		font-weight: bold;
    }
    #mainMenu .parent > ul {
    	display: none;
    	position: static;
		width: 100%;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.9);
        padding: 2px 20px 7px;
    }
    .tab-menu-item a,
    #mainMenu .parent > ul > li > a {
    	padding: 10px;
		font-size: 14px;
		line-height: 20px;
    }

    #mainNav > li.mobileSearch > ul {
        padding: 20px 0px 0px;
    }

    /***** Collection Menu *****/

    .tab-menu {
		display: block;
		float: left;
		width: 30%;
		background: black;
    }
    .tab-content {
		float: left;
		width: 70%;
		font-size: 0;
		background: black;
    }
    .tab-content.selected {
    	display: block;
    }
    .tab-content-item {
		width: 100%;
    }
	
	.address {padding-top:140px;}
	
}

@media (max-width: 991px) {
	.hideMobile {display: none !important;}
	.showMobile {display: block !important;}

    
    #mainContent {
        padding: 0;
        height: auto;
        min-height: initial;
    }

    #logo {
    	padding: 0px 4%;
    }

    /*** Navigation ***/
    
	#mainMenu {
		height: auto;
		min-height: 100%;
	}
   	#mainNav {
		
    }
    #mainNav > li {
		
    }

    #mainNav > li > a i.fa-dropdown {
        display: none;
    }

    .scroll #mainNav > li > a,
    #mainNav > li > a,
    #mainNav > li:hover > a {
		
    }
    #mainMenu .parent > a:after {
    	content: "\f107";
    	font-family: FontAwesome;
    	position: absolute;
		right: 6px;
		top: 50%;
		transform: translateY(-50%);
		color: #dedede;
		font-weight: bold;
    }
    #mainMenu .parent > ul {
    	display: none;
    	position: static;
		width: 100%;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.9);
        padding: 2px 20px 7px;
    }
    .tab-menu-item a,
    #mainMenu .parent > ul > li > a {
    	padding: 10px;
		font-size: 14px;
		line-height: 20px;
    }

    #mainNav > li.mobileSearch > ul {
        padding: 20px 0px 0px;
    }

    /***** Collection Menu *****/

    .tab-menu {
		display: block;
		float: left;
		width: 30%;
		background: black;
    }
    .tab-content {
		float: left;
		width: 70%;
		font-size: 0;
		background: black;
    }
    .tab-content.selected {
    	display: block;
    }
    .tab-content-item {
		width: 100%;
    }

    /*** Footer ***/
	.copyright,
	.footerSocial {
	    width: 100%;
	    float: none;
	    text-align: center;
	    padding: 2% 0;
        position: static;
	}
    .footerSocial li {
        float: none;
        display: inline-block;
    }
    /*** End Footer ***/

    /*** Sidebar ***/
    .col_left {}
    /*** End Sidebar ***/

    /*** Home Page ***/
	.page-index .posts .sizer,
	.scaleThumb,
	.page-index .posts .item-w2,
    .page-index .posts .item-w4 {
		width: 50%;
	}
    /*** End Home Page ***/

    /*** About Page ***/
    .about_left,
    .about_right {
    	float: none;
    	width: 100%;
    	padding: 0;
    }
    .about_us {
    	max-width: 100%;
    }
    .about_right {
        padding: 5%;
    }
    /*** End About Page ***/

	/*** Projects Page ***/
	/*
	.page-projects .imageGallery a {
		width: 50%;
	}
	*/
	/*** End Projects Page ***/

	/*** Press Page ***/
	.page-press .imageGallery {
	    padding: 4%;
	}
	/*** End Press Page ***/

	/*** Collection Page ***/
	.collection-nav {
		text-align: center;
	}
	.collection-item {
		width: 25%;
	}
	/*** End Collection Page ***/

	/*** Lookbook Page ***/
	/*
	.page-lookbook .imageGallery .sizer,
	.page-lookbook .imageGallery a {
		width: 50%;
	}
	.page-lookbook .imageGallery a.item-w2 {
		width: 100%;
	}
	*/
	/*** End Lookbook Page ***/

	/*** Product Page ***/
	.product-image,
	.product-details {
		width: 100%;
		float: none;
		margin-bottom: 10%;
		padding: 0;
	}
	/*** End Product Page ***/

	/*** Register Page ***/
	.page-register #mainContent {
		padding: 4%;
	}
	/*** End Register Page ***/

    /*** Contact Page ***/
	.address,
	.contactForm {
	    width: 100%;
	    height: auto;
	    float: none;
	}
    /*** End Contact Page ***/

    /**** Cart Page ****/

    .breadcrumbs h5,
    .breadcrumbs ul {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-thumbnail,
    .product-price,
    .product-quantity {
        display: none;
    }
    .cart-content table .actions {
        text-align: left;
    }
    .cart-content table .actions .coupon {
        float: none;
        margin-bottom: 10px;
    }
    .cart-content table .actions input[type="text"],
    .cart-content table .actions .button {
        width: 48%;
        max-width: none;
    }

    /****** Article Page ******/
    .article-parallax {
        margin-top: 0;
        height: 300px;
    }
    .article-parallax .parallax-window {
        height: 300px;
        padding-top: 0;
    }
    .article-parallax .parallax-inner h1 {
        font-size: 50px;
    }

    /**** Scroll Top button **/
    .scrollToTop {
        width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 30px;
    }
	
	
	.collection_short_display {width: 100%;
		float: left;}

	.collection-container-left_menu {display:none;}
	
	.atelier_border {border:none;}
	
	.product-image a.main {
	display: block;
	margin-bottom: 20px;
	border-radius: 4px;
	border: solid 1px #eaeaea;
	float: left;
	width: 100%;
	}
	
	.product-image a.thumbnail {
	  display: inline-block;
	  max-width: 23%;
	  margin-left: 1%;
	  border-radius: 2px;
	  border: solid 1px #eaeaea;
	  margin-right: 1%;
	  margin-bottom: 8px;
	}
	
	.product-info {
		padding-top: 120px;
	}
	
	.product-description,
	.add-to-cart,
	.request-quote,
	.product-properties {
		margin-left: 1.5%;
		width: 98.5%;
	}
	
	
	
}

@media (max-width: 767px) {
    .tab-menu,
    .tab-content,
    .tab-content-item {
		width: 50%;
    }

    /*** Sidebar ***/
    .blog_sidebar,
    .col_left {
    	float: none;
    	width: 100%;
    	padding: 4%;
    }
    /*** End Sidebar ***/

    /*** Home Page ***/
	.page-index .posts .sizer,
	.scaleThumb,
	.page-index .posts .item-w2,
    .page-index .posts .item-w4 {
		width: 100%;
	}
    /*** End Home Page ***/

	/*** Collection Page ***/
	.collection-item {
		width: 50%;
	}
	/*** End Collection Page ***/

	/*** Register Page ***/
	.left_col,
	.right_col {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	/*** End Register Page ***/

    /**** Cart Page ****/
    .page-content {
        padding: 4%;
    }

    /****** Article Page ******/
    .article-parallax .parallax-inner h1 {
        font-size: 35px;
    }

    .post-info > div {
        font-size: 10px;
    }
	
	.product-info {
    padding: 18px 18px;
    margin-top: 0;
	padding-top: 120px;
  }
  
}

@media (max-width: 479px) {
    .tab-menu,
    .tab-content,
    .tab-content-item {
		width: 100%;
    }

    /*** Login Popup ***/
    #loginPopup input[type="checkbox"] {
	    float: left;
	    margin: 3px 10px 0px 0px;
	}
    #loginPopup label {
	    display: block;
	}
    #loginPopup button {
    	float: none;
    }
    #loginPopup a {
    	margin: 10px 0;
    }
    /*** End Login Popup ***/

	/*** Projects Page ***/
	/*
	.page-projects .imageGallery a {
		width: 100%;
	}
	*/
	/*** End Projects Page ***/

	/*** Lookbook Page ***/
	/*
	.page-lookbook .imageGallery .sizer,
	.page-lookbook .imageGallery a,
	.page-lookbook .imageGallery a.item-w2 {
		width: 100%;
	}
	*/
	/*** End Lookbook Page ***/

	/*** Collection Page ***/
	.collection-item {
		width: 100%;
		padding: 0;
	}
	/*** End Collection Page ***/

	/*** Product Page ***/
	.product-image a.thumbnail {
		width: 32%;
		margin-right: 1%;
	}
	.add-to-cart .quantity input {
		max-width: 70px;
		padding: 0;
		line-height: 48px;
		font-size: 20px;
	}
	/*** End Product Page ***/


    /*** Cart Page ****/
    .cart-content table .actions input[type="text"],
    .cart-content table .actions .button,
    .checkout button {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-totals {
        margin-bottom: 0;
    }
}

/* Added for homepage Image Fix */

/*
.page-index .parallax-mask {
    display: block;
    position: relative;
	text-align: center;
}

.page-index .parallax-inner,
.parallax-mirror {
    display: none;
}

.page-index .parallax-mask h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}

*/

.version_item {width:33%;
	display:inline-block;}

.version_item img {width:98%;
padding-left:1%;
padding-right:1%;}

/*************************************
************* Unveil JS **************
*************************************/
/*
.collection-item img {
    position: relative;
    z-index: 9;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.loaderx,
.loaderx:before,
.loaderx:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loaderx {
    color: rgb(135, 135, 135);
    font-size: 10px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.loaderx:before,
.loaderx:after {
    content: '';
    position: absolute;
    top: 0;
}
.loaderx:before {
    left: -10px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loaderx:after {
    left: 10px;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
*/
/*************************************
********** End Unveil JS *************
*************************************/

.collection-item .favorites_hide {
	height: 40px;	
	top: -40px;
}

.collection-item:hover .favorites_hide {
	top: 0px;
}

@media (max-width: 991px) {
	.collection-item .favorites_hide {
		height: 40px;	
		top: 0;
	}
}


/******************************************************
******************** Lookbook Page ********************
******************************************************/
/*
.page-lookbook {}
.page-lookbook .imageGallery {
    background: #000;
    overflow: hidden;
}

.isotope_grid_masonry {
    background: #000;
    font-size: 0;
    line-height: 0;
}

.grid_sizer,
.grid_item {
    display: block;
    width: 25%;
    overflow: hidden;
}

.grid_item.w_2 {
    width: 50%;
}

.grid_item img {
    opacity: 0;
}

.grid_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(0);
    transition: all 0.5s ease;
}

.grid_item:hover .grid_mask {
    transform: scale(1.1);
}

.grid_mask.loaded {
    transform: scale(1);
}
*/

.page-lookbook {}
.page-lookbook .imageGallery {
    background: #000;
    overflow: hidden;
}

.isotope_grid_masonry {
    background: #000;
    font-size: 0;
    line-height: 0;
}

.grid_sizer,
.grid_item {
    display: block;
    width: 25%;
    overflow: hidden;
	/*
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	*/
	border: 5px solid black;
}

.grid_item.w_2 {
    width: 50%;
	/*
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	*/
	border: 5px solid black;
}

.grid_item img {
    opacity: 0;
}

.grid_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.grid_item:hover .grid_mask {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.grid_mask.loaded {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.grid_loader {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url('../images/rolling.svg');
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/******************************************************
******************** End Lookbook Page ****************
******************************************************/

@media (max-width: 990px) {
    /*** Lookbook Page ***/
    .grid_sizer,
    .grid_item {
        width: 50%;
    }

    .grid_item.w_2 {
        width: 100%;
    }
    /*** End Lookbook Page ***/
}

@media (max-width: 479px) {
    /*** Lookbook Page ***/
    .grid_sizer,
    .grid_item,
    .grid_item.w_2 {
        width: 100%;
    }
	/*** End Lookbook Page ***/
}

.owl-prev {margin-left:20px;}

.owl-next {margin-right:20px;}

.toolbar {
    position: fixed;
    top: 50.85%;
    right: 0;
    z-index: 400;
    font-weight: 400;
    font-family: Roboto;
}

.toolbar a{
	text-decoration: none;
	text-transform: uppercase;
	color: #282828;
}

.toolbar {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transition: transform 325ms ease;
    -o-transition: transform 325ms ease;
    -webkit-transition: transform 325ms ease;
    transition: transform 325ms ease;
}

.toolbar.black-aurora .tool.tool-slide {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: visibility 325ms,opacity 325ms,transform .4s;
}

.toolbar.black-aurora .tool.tool-slide{
    visibility: visible;
    opacity: 1;
    -moz-transition: visibility 325ms,opacity 325ms,transform .4s;
    -o-transition: visibility 325ms,opacity 325ms,transform .4s;
    -webkit-transition: visibility 325ms,opacity 325ms,transform .4s;
}

.toolbar.black-aurora .tool {
    background-color: rgba(0,0,0,.5);
}

.toolbar .tool {
    display: block;
    position: relative;
    top: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000;
    transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
}

.toolbar .tool, .toolbar .tool i {
    right: 0;
    -moz-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -o-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -webkit-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
}

.toolbar .tool i {
    font-size: 1.3em;
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
}

.toolbar .tool, .toolbar .tool i {
    right: 0;
    -moz-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -o-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -webkit-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
}

.toolbar .tool .sub-style ul li.li-sub-style:hover .name-sub span.side-title, .toolbar .tool .sub-style ul li.li-sub-style:hover .place-icon i.icon, .toolbar .tool i {
    color: #fff;
}

.toolbar .tool .table-view-tool {
    display: table;
    min-height: 40px;
    max-height: 40px;
    width: 185px;
    position: absolute;
    color: #fff;
    right: 40px;
    height: 40px;
    padding: 10px 10px;
    -webkit-transform: translate3d(100px,0,0);
    -moz-transform: translate3d(100px,0,0);
    -ms-transform: translate3d(100px,0,0);
    -o-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
    opacity: 0;
    text-transform: uppercase;
    z-index: -100;
    pointer-events: none;
    -moz-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -o-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -webkit-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
}

.toolbar .tool .sub-style-container {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 245px;
    top: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    right: 185px;
    pointer-events: none;
}

.toolbar .tool .sub-style {
    position: relative;
    right: 0;
    width: 245px;
    bottom: 0;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 325ms cubic-bezier(.86,0,.07,1) 0s,transform 325ms cubic-bezier(.86,0,.07,1) 0s;
    -o-transition: opacity 325ms cubic-bezier(.86,0,.07,1) 0s,transform 325ms cubic-bezier(.86,0,.07,1) 0s;
    -webkit-transition: opacity 325ms cubic-bezier(.86,0,.07,1) 0s,transform 325ms cubic-bezier(.86,0,.07,1) 0s;
    transition: opacity 325ms cubic-bezier(.86,0,.07,1) 0s,transform 325ms cubic-bezier(.86,0,.07,1) 0s;
    transition-delay: 225ms;
}

.toolbar .tool .sub-style ul li.li-sub-style {
    position: relative;
    background-color: #fff;
}

.f-r {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.toolbar .tool .sub-style ul li.li-sub-style .name-sub {
    width: 185px;
    padding: 8px 16px;
    text-align: center;
}

.toolbar .tool .sub-style ul li.li-sub-style .place-icon {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    -moz-transition: padding 325ms;
    -o-transition: padding 325ms;
    -webkit-transition: padding 325ms;
    transition: padding 325ms;
}


.toolbar .tool .sub-style ul li.li-sub-style .name-sub a {
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500;
}

.toolbar .tool .sub-style ul li.li-sub-style .place-icon {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    -moz-transition: padding 325ms;
    -o-transition: padding 325ms;
    -webkit-transition: padding 325ms;
    transition: padding 325ms;
}

.toolbar .tool .sub-style ul li.li-sub-style .place-icon i.icon {
    position: inherit;
    right: -150px;
    color: #282828;
    transition: none;
}

.toolbar .tool i {
    font-size: 1.3em;
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
}

.toolbar .tool, .toolbar .tool i {
    right: 0;
    -moz-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -o-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
    -webkit-transition: all 325ms cubic-bezier(.86,0,.07,1) 0s;
}

.toolbar .tool .sub-style ul li.li-sub-style:hover .name-sub span.side-title, .toolbar .tool .sub-style ul li.li-sub-style:hover .place-icon i.icon, .toolbar .tool i {
    color: #fff;
}

.toolbar .tool:hover .table-view-tool {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.toolbar.black-aurora .tool:hover, .toolbar.black-aurora .tool:hover .table-view-tool {
	background-color: #000;
}

.toolbar .tool:hover .sub-style {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.toolbar .tool .sub-style ul li.li-sub-style#couturecollection:hover {
    background-color: #00ce8e;
}

.toolbar .tool .sub-style ul li.li-sub-style#ateliercollection:hover {
    background-color: #4e80ff;
}

.toolbar .tool .sub-style ul li.li-sub-style .name-sub span.side-title {
    color: #282828;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

.toolbar .tool .table-view-tool .side-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

.toolbar .tool .sub-style ul li.li-sub-style:hover .name-sub span.side-title, .toolbar .tool .sub-style ul li.li-sub-style:hover .place-icon i.icon {
	color:black;
}


@media (max-width: 992px) {
	
	.toolbar {display:none}

}

@charset "UTF-8";[class*=" i-"]:before,[class^=i-]:before,[data-icon]:before{font-family:javavalley!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:javavalley;src:url(fonts/javavalley.eot);src:url(fonts/javavalley.eot?#iefix) format("embedded-opentype"),url(fonts/javavalley.woff) format("woff"),url(fonts/javavalley.ttf) format("truetype"),url(fonts/javavalley.svg#javavalley) format("svg");font-weight:400;font-style:normal}[data-icon]:before{content:attr(data-icon)}.i-arrow-down:before{content:"\e000"}.i-arrow-left:before{content:"\e001"}.i-arrow-left-bold:before{content:"\e002"}.i-arrow-left-thin:before{content:"\e003"}.i-arrow-right:before{content:"\e004"}.i-arrow-right-bold:before{content:"\e005"}.i-arrow-right-thin:before{content:"\e006"}.i-arrow-up:before{content:"\e007"}.i-close:before{content:"\e008"}.i-cg:before{content:"\e009"}.i-facebook:before{content:"\e00a"}.i-film:before{content:"\e00b"}.i-instagram:before{content:"\e00c"}.i-login:before{content:"\e00d"}.i-love:before{content:"\e00e"}.i-twitter:before{content:"\e00f"}.i-style:before{content:"\e010"}.i-search:before{content:"\e011"}.i-plus-light:before{content:"\e012"}.i-plus:before{content:"\e013"}.i-play:before{content:"\e014"}.i-pinterest:before{content:"\e015"}.i-close-bold:before{content:"\e016"}.i-location:before{content:"\e017"}.i-circle:before{content:"\e018"}.i-check:before{content:"\e019"}.i-chair:before{content:"\e01a"}.i-chat:before{content:"\e01b"}.i-chat-dot:before{content:"\e01c"}.i-clip:before{content:"\e01d"}.i-crop:before{content:"\e01e"}.i-designer:before{content:"\e01f"}.i-share:before{content:"\e020"}.i-designers:before{content:"\e021"}.i-designers-i:before{content:"\e022"}.i-dot:before{content:"\e023"}.i-down-line-arrow:before{content:"\e024"}.i-download:before{content:"\e025"}.i-enquire:before{content:"\e026"}.i-eraser:before{content:"\e027"}.i-eyes:before{content:"\e028"}.i-film-1:before{content:"\e029"}.i-filter:before{content:"\e02a"}.i-finishes:before{content:"\e02b"}.i-floor-i:before{content:"\e02c"}.i-floor-new:before{content:"\e02d"}.i-full-screen:before{content:"\e02e"}.i-get-in-touch:before{content:"\e02f"}.i-ideas:before{content:"\e030"}.i-import:before{content:"\e031"}.i-info:before{content:"\e032"}.i-info-1:before{content:"\e033"}.i-lamp:before{content:"\e034"}.i-layout:before{content:"\e035"}.i-left-line-arrow:before{content:"\e036"}.i-line-arrow-down:before{content:"\e037"}.i-line-arrow-left:before{content:"\e038"}.i-line-arrow-right:before{content:"\e039"}.i-line-arrow-top:before{content:"\e03a"}.i-love-light:before{content:"\e03b"}.i-magic:before{content:"\e03c"}.i-masking:before{content:"\e03d"}.i-max:before{content:"\e03e"}.i-meteric:before{content:"\e03f"}.i-min:before{content:"\e040"}.i-mirror:before{content:"\e041"}.i-mosaics:before{content:"\e042"}.i-new-edit:before{content:"\e043"}.i-new-tick:before{content:"\e044"}.i-new-trash:before{content:"\e045"}.i-new-zoom:before{content:"\e046"}.i-note:before{content:"\e047"}.i-paint:before{content:"\e048"}.i-pause:before{content:"\e049"}.i-pencil:before{content:"\e04a"}.i-picture:before{content:"\e04b"}.i-pin:before{content:"\e04c"}.i-play-1:before{content:"\e04d"}.i-project:before{content:"\e04e"}.i-redo:before{content:"\e04f"}.i-resend:before{content:"\e050"}.i-right-line-arrow:before{content:"\e051"}.i-ring:before{content:"\e052"}.i-shadow:before{content:"\e053"}.i-designer-1:before{content:"\e054"}.i-share-1:before{content:"\e055"}.i-tutorial:before{content:"\e056"}.i-cart-1:before{content:"\e057"}.i-truck:before{content:"\e058"}.i-transfer:before{content:"\e059"}.i-tool-tips:before{content:"\e05a"}.i-text:before{content:"\e05b"}.i-tailormade:before{content:"\e05c"}.i-swatches:before{content:"\e05d"}.i-summary:before{content:"\e05e"}.i-style-i:before{content:"\e05f"}.i-sorting:before{content:"\e060"}.i-u-designer:before{content:"\e061"}.i-undo:before{content:"\e062"}.i-up-line-arrow:before{content:"\e063"}.i-uphostery:before{content:"\e064"}.i-user:before{content:"\e065"}.i-view-2:before{content:"\e066"}.i-view-4:before{content:"\e067"}.i-wall:before{content:"\e068"}.i-wall-1:before{content:"\e069"}.i-zoom-in:before{content:"\e06a"}.i-zoom-out:before{content:"\e06b"}.i-ask:before{content:"\e06c"}.i-book:before{content:"\e06d"}.i-book-1:before{content:"\e06e"}.i-cart:before{content:"\e06f"}.i-catalogue:before{content:"\e070"}.i-closeview:before{content:"\e071"}.i-love-i:before{content:"\e072"}.i-email:before{content:"\e073"}.i-info-2:before{content:"\e074"}.i-min-close:before{content:"\e075"}.i-close-rounded:before{content:"\e076"}.i-close-rounded-down:before{content:"\e077"}.i-close-rounded-right:before{content:"\e079"}.i-close-rounded-up:before{content:"\e07a"}.i-listing:before{content:"\e07b"}.i-block-info:before{content:"\e07c"}.i-block-love:before{content:"\e07d"}.i-block-tick:before{content:"\e07e"}.i-block-close-thin:before{content:"\e07f"}.i-block-minus-thin:before{content:"\e080"}.i-block-plus-thin:before{content:"\e081"}.i-compare:before{content:"\e082"}.i-sketch:before{content:"\e083"}.i-close-rounded-left:before{content:"\e078"}.i-fabric:before{content:"\e084"}.i-folder:before{content:"\e085"}.i-add-folder:before{content:"\e086"}.i-add-order:before{content:"\e087"}.i-barcode:before{content:"\e088"}.i-bellboy:before{content:"\e089"}.i-global:before{content:"\e08a"}