#bottom .bottom-wrapper .right-col .callback-img img:hover{
	opacity: 0.8;
}
.content-login input:-webkit-autofill{
	-webkit-box-shadow: inset 0 0 0px 1000px white;
}
.simple-content input:-webkit-autofill{
	-webkit-box-shadow: inset 0 0 0px 1000px #DCDCDC;
}
#content.content-news, #content.content-articles{
	max-width: 1140px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#content.content-contact-us > .content{
	overflow: hidden;
	margin-bottom: 40px;
	overflow: visible;
}
h1, #content.content-contact-us .content h2{
	position: relative;
	color: #454545;
	font-size: 20px;
	text-transform: uppercase;
	// text-shadow: 0 0 1em rgba(2, 46, 83, 1), 5px 5px 5px rgba(2, 46, 83, 0.75);
	text-align: center;
	margin-bottom: 0;
	line-height: 1.5;
}
h1:before, h1:after, #content.content-contact-us .content h2:before, #content.content-contact-us .content h2:after{
	content: "";
	position: absolute;
	width: calc(50% - 145px);
	height: 1px;
	background: #ebebeb;
	top: 30px;
}
h1:before, #content.content-contact-us .content h2:before{
	left: 0;
}
h1:after, #content.content-contact-us .content h2:after{
	right: 0;
}
.news-article, .one-article .panelimage .table-fix{
	display: table;
	width: 100%;
}
.one-article .panelimage .table-fix{
	height: 100%;
}
.news-article .panelimage, .news-article .panelcontent, .one-article .panelimage .table-cell{
	display: table-cell;
	vertical-align: middle;
}
.news-article .panelcontent{
	vertical-align: top;
}
.one-article{
	width: 100%;
	height: 275px;
	position: relative;
	padding: 20px 0;
}
.one-article:after{
	content: "";
	display: block;
	position: absolute;
	clear: both;
	height: 2px;
	background: url('../image/border-bottom.png') repeat-y center top;
	background-size: cover;
	width: 100%;
	margin-bottom: 20px;
	top: 100%;
}
.one-article .panelimage{
	height: 100%;
	float: left;
	width: 400px;
}
.one-article .panelcontent{
	float: right;
	height: 100%;
	width: calc(100% - 400px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.one-article:nth-of-type(2n+1) .panelimage{
	float: right;
}
.news-article .panelimage{
	vertical-align: middle;
	width: 400px;
	height: 275px;
	text-align: center;
	overflow: hidden;
}
.news-article .panelimage img, .one-article .panelimage img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 275px;
}
.news-article .panelcontent, .one-article .panelcontent{
	padding-left: 60px;
	position: relative;
	overflow: visible;
}
#content.content-news .news-article h2, #content.content-articles .one-article h2, #content.content-news .content-news h3, #content.content-articles .content-articles h3{
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	// background: #9FCEEA;
	color: #000;
	// border: 1px solid #60A4CB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	// text-shadow: 5px 5px 5px rgba(2, 46, 83, 0.75);
	font-size: 20px;
}
#content.content-news .border-bottom{
	width: 100%;
	max-width: 965px;
	margin: 20px auto;
	height: 1px;
	clear: both;
}
#content.content-news .border-bottom{
	background: #BEDBED;
}
.news-article .panelcontent p, .one-article .panelcontent p{
	padding: 0 70px;
	margin-bottom: 0;
	font-family: 'segoeui', sans-serif;
	color: #121c33;
	font-size: 14px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.5em;
}
.news-article .panelcontent p.posted, .one-article .panelcontent p.posted{
	padding: 20px 45px 25px;
	height: 1em;
	font-family: 'Didact Gothic', sans-serif;
	color: #495571;
	font-size: 14px;
}
.news-article a.read-more, .one-article a.read-more{
	position: absolute;
	bottom: 0;
	width: 150px;
	left: calc(50% - 45px);
	text-align: center;
	font-family: 'segoeui', sans-serif;
	font-weight: 600;
	color: white;
	font-size: 15px;
	background: #69b5e1;
	height: 35px;
	line-height: 35px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.37);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.37);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	letter-spacing: 1px;
}
.news-article a.read-more:hover, .one-article a.read-more:hover{
	background: #2b6d93;
}
.news-article a.read-more:active, .one-article a.read-more:active{
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.37);
}

#content.content-news .content-news .buttons, #content.content-articles .content-articles .buttons{
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 30px;
	overflow: visible;
}
#content.content-news .buttons .button.more-news, #content.content-articles .buttons .button.more-articles{
	font-size: 17px;
	font-weight: normal;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#content.content-news .buttons .button.more-news span, #content.content-articles .buttons .button.more-articles span{
	color: #1775a5;
}
#content.content-news .buttons .button.more-news:hover, #content.content-articles .buttons .button.more-articles:hover, #content.content-news .buttons .button.more-news:active, #content.content-articles .buttons .button.more-articles:active{
	background: white;
}
/*ONE*/
#content.content-news .content-news, #content.content-articles .content-articles{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
}
.content-news .news p, .content-articles .articles p{
	font-family: 'segoeui', sans-serif;
	font-size: 16px;
	color: #0e173a;
	text-align: justify;
	line-height: 1.5em;
}
.content-news .news h3, .content-articles .articles h3{
	margin: 0 170px 30px;
}
.content-news .news .image, .content-articles .articles .image{
	height: 300px;
	display: table;
	width: 100%;
	margin: 20px 0;
}
.content-news .news h3, .content-articles .articles h3{
	margin-bottom: 30px;
}
.content-news .news .image a, .content-articles .articles .image a{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.content-news .news .image img, .content-articles .articles .image img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 300px;
}


/*CONTACT US*/
#content.content-contact-us{
	max-width: 1110px;
	margin: 0 auto;
}
.contact-information{
	float: left;
	height: 470px;
	position: relative;
	z-index: 2;
}
#content.content-contact-us .contact-information .contact-info .content{
	padding: 0;
	margin-bottom: 0;
}
#content.content-contact-us .contact-information .contact-info .content > div{
	padding: 20px 0 0 40px;
}
.contact-info .address{
	background: url('../image/address.png') no-repeat left 25px;
}
.contact-info .email{
	background: url('../image/email.png') no-repeat left 25px;
}
.contact-info .telephones{
	background: url('../image/telephones.png') no-repeat left 15px;
}
#yamap{
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid white;
}
#content.content-contact-us h2{
	font-family: 'Didact Gothic', sans-serif;
	color: #121c33;
	font-size: 20px;
	margin-bottom: 0;
}
#content.content-contact-us .content h2{
	font-weight: normal;
}
#content.content-contact-us > h2{
	clear: both;
	color: transparent;
}
#content.content-contact-us b{
	color: #3f97cc;
	font-size: 18px;
	display: block;
	font-weight: normal;
	padding-bottom: 5px;
}
#content.content-contact-us span{
	color: #121c33;
	font-size: 16px;
	display: block;
	margin: -10px 0 10px;
	line-height: 1.5em;
}
#content.content-contact-us .telephones b{
	font-size: 18px;
}
.how-to-find{
	position: absolute;
    top: 350px;
    overflow: visible;
}
#content.content-contact-us .how-to-find span{
	background: white;
    min-height: 115px;
    width: 675px;
    text-align: justify;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 5px 5px 5px rgba(2, 46, 83, 0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(2, 46, 83, 0.4);
	box-shadow: 5px 5px 5px rgba(2, 46, 83, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
	margin-top: 10px;
	font-family: 'Didact Gothic', sans-serif;
	line-height: 1.5em;
}
.contact-form{
	position: relative;
	width: 860px;
	margin: 0 auto;
	background: white;
	padding: 25px 55px 35px 40px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 5px 5px 5px rgba(2, 46, 83, 0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(2, 46, 83, 0.4);
	box-shadow: 5px 5px 5px rgba(2, 46, 83, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form:before, .contact-form:after{
	content: "";
	display: block;
	position: absolute;
	width: 255px;
	height: 110px;
	background: url(../image/popup-after.png) no-repeat center top;
	background-size: cover;
}
.contact-form:before{
	right: -23px;
    top: -24px;
}
.contact-form:after{
	left: -23px;
    bottom: -24px;
    -webkit-transform: scaleX(-1) scaleY(-1);
    -ms-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}
#content.content-contact-us .contact-form > .left, #content.content-contact-us .contact-form > .right{
	width: 49%;
	max-width: 350px;
/*	height: 135px;*/
	position: relative;
}
.contact-form input[type='text'], .contact-form textarea{
	border: none;
	padding: 0;
	background: #9FCEEA;
	position: relative;
	z-index: 3;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input[type='text']{
	width: 100%;
	margin-bottom: 20px;
	position: static;
	left: 0;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
}
.contact-form input[name='name']{
	top: 10px;
}
.contact-form input[name*='email']{
	bottom: 10px;
}
.contact-form textarea{
	margin-bottom: 10px;
	height: 135px;
	padding: 10px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	font-family: 'segoeui', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #35637e;
}

input:-moz-placeholder, textarea:-moz-placeholder{ /* Firefox 18- */
	font-family: 'segoeui', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #35637e; 
}

input::-moz-placeholder, textarea::-moz-placeholder{  /* Firefox 19+ */
	font-family: 'segoeui', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #35637e; 
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{  
	font-family: 'segoeui', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #35637e; 
}
.contact-form .buttons{
	clear: both;
	margin-bottom: 0;
    padding: 35px 0 0;
    overflow: visible;
}
#content.content-contact-us .contact-form .buttons .right{
	float: none;
    width: 100%;
    text-align: center;
}
.contact-form .buttons input.button{
	background: #121C33;
	font-weight: normal;
	letter-spacing: 1px;
}
.contact-form .buttons input.button:hover{
	background: #69b5e1;
}
/*CART*/
#content.content-cart{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
#content.content-cart h2{
	padding-left: 30px;
}
#content.content-cart .content p{
	padding: 0 50px;
}
.cart-info table, .wishlist-info table{
	margin: 0px !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
#content.content-cart #total td{
    font-size: 16px;
}
.cart-info table tr, .wishlist-info table tr{
	position: relative;
}
.cart-info table tr:first-child, .wishlist-info thead tr{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
}
.cart-info thead .image, .wishlist-info thead .image{
	text-align: left;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD, inset 3px 0px 0px #60A3CD;
    -webkit-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD, inset 3px 0px 0px #60A3CD;
    box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD, inset 3px 0px 0px #60A3CD;
}
.cart-info thead td, .wishlist-info thead td{
	height: 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background: #013253;
    -moz-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD;
    -webkit-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD;
    box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD;
    vertical-align: middle;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
}
.cart-info thead .model, .cart-info thead .quantity{
    text-align: center;
}
.cart-info thead td.total, .wishlist-info thead td.action{
	text-align: center;
	-moz-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD, inset -2px 0px 0px #60A3CD;
    -webkit-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD, inset -2px 0px 0px #60A3CD;
    box-shadow: inset 0px 3px 0px #60A3CD, 0px -3px inset 0px #60A3CD, inset -2px 0px 0px #60A3CD;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -khtml-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.cart-info thead td.name, .wishlist-info thead td.name{
	padding-left: 30px;
}
.cart-info thead td:before, .cart-info tbody td:before, .wishlist-info thead td:before, .wishlist-info tbody td:before{
	content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 10px;
    top: 0;
}
.cart-info thead td:before, .wishlist-info thead td:before{
	background: #013253;
    -moz-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD;
    -webkit-box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD;
    box-shadow: inset 0px 3px 0px #60A3CD, inset 0px -3px 0px #60A3CD;
}
.cart-info tbody td:before, .wishlist-info tbody td:before{
	background: white;
}
.cart-info thead td:first-child:before, .cart-info tbody td:first-child:before, .wishlist-info thead td:first-child:before, .wishlist-info tbody td:first-child:before{
	display: none;
}
.cart-info tbody tr, .wishlist-info tbody tr{
	position: relative;
}
.cart-info tbody td, .wishlist-info tbody td{
	vertical-align: middle;
    position: relative;
    background: white;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
}
.cart-info tbody td a, .wishlist-info tbody td a{
	font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    color: black;
}
.cart-info tbody .image, .wishlist-info tbody .image{
	text-align: center;
    min-width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}
.cart-info tbody .image img, .wishlist-info tbody .image img{
	height: 120px;
    max-width: 200px;
    width: auto;
}
.cart-info tbody .quantity{
	text-align: center;
}
.cart-info tbody .quantity input[type="text"]{
	text-align: center;
	width: 60%;
	margin-top: 24px;
}
.cart-total td span{
	padding: 0 15px !important;
	min-width: 60px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    border: 2px solid #013253;
    background: white;
}

/*ACCOUNT*/
#content.content-wishlist, #content.content-voucher, #content.content-account, #content.content-address-form, #content.content-address-list, #content.content-download, #content.content-edit, #content.content-forgotten, #content.content-login, #content.content-newsletter, #content.content-order-info, #content.content-order-list, #content.content-password, #content.content-register, #content.holder-return-form, #content.content-return-info, #content.content-return-list, #content.content-reward, #content.content-subscribe, #content.content-transaction, #content.content-simpla{
	/*width: 100%;
	max-width: 1040px;
	margin: 0 auto;*/
}
/*ORDER HISTORY*/
.order-list .order-content div img{
	height: 25px;
}

/*RETURN REQUEST*/
.holder-return-form form > .content{
	float: left;
	width: 40%;
}
/*SEARCH*/
#content.search-cont .compare{
	padding-bottom: 10px;
}
