@charset "utf-8";
/* CSS Document */
*{
	 box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
}
.section{
	width:100%;
	float:left;
}
.section h2 {
    color: #1f191f;
    font: 22px/28px Arial,Helvetica,sans-serif;
    padding: 0 0 17px 2px;
	border-bottom:#e5e5e5 solid 1px;
	margin:0 0 30px;
}
.section p, .right_side p{
    font: 13px/24px Arial,Helvetica,sans-serif;
    padding: 0 0 30px 0;
}
.section p{
	color: #656565;
}
.left_side{
	width:65%;
	float:left;
}
.right_side{
	width:35%;
	float:left;
	padding-left:45px;
	padding-top:46px;
}

.left_side img{
	max-width:100%;
	margin-bottom:30px;
}

.orange_link{
	background:#c14500;
	color:#fff;
	font-size:12px;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
	display:table;
	padding:15px 30px;
	letter-spacing:1px;
	border:none;
	font-family: arial;
	cursor:pointer;
}
button.orange_link{
	padding:13px 30px;
}
.orange_link .fa{
	font-size:14px;
	margin-left:5px;
}
.orange_link:hover{
	background:url(../images/footerBg.png) center no-repeat;
}

.orange_small{
	background:#c14500;
	color:#fff;
	font-size:12px;
	line-height:14px;
	text-align:center;
	text-transform:uppercase;
	display:table;
	padding:2px 5px;
	letter-spacing:1px;
	border:none;
	font-family: arial;
	cursor:pointer;
}

.orange_small .fa{
	font-size:14px;
	margin-left:5px;
}
.orange_small:hover{
	background:url(../images/footerBg.png) center no-repeat;
}

.right_side, .right_side p{
	color:#fff;
}
.right_side h3{
	font-size:17px;
	line-height:26px;
	
	font-weight:normal;
	margin:0 0 15px;
}
.orange_txt{
	color:#ff8900;
}

.gray_bg{
	background:#505357;
	padding:20px 20px;
	margin:0 0 10px;
	float:left;
}

.my_flask h2{
	font-size:20px;
	line-height:24px;
	color:#ff8a00;
	margin:0px;
	
	border:none;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.flask_txt{
	width:58%;
	float:left;
}

.flask_link{
	width:42%;
	float:left;
	text-align:center;
}

.flask_txt p{
	padding:0 0 5px;
}
.number_flask{
	width:70px;
	height:80px;
	position:relative;
	margin: 10px auto;
}

.number_flask span{
	width:44px;
	height:44px;
	color:#fff;
	font-size:22px;
	
	position:absolute;
	top:27px;
	left:0;
	right:0;
	margin:auto;
	padding:12px 0 0;
	background:#a33a00;
	border-radius:50%;
}

.flask_link a{
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	line-height:12px;
	
	text-decoration:underline;
}

.right_side h4{ color:#1f191f; font:normal 22px/26px 'playfair_displayregular'; }


/*-- contact page --*/
.contact h3{
	font-size:14px;
	line-height:22px;
	color:#111111;

	margin:0 0 10px;
	text-transform:uppercase;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
	border:#cfcfcf solid 1px;
	color:#212121;
	padding:10px 20px;
	font-size:15px;
	line-height:32px;
	width:100%;
	height:52px;
	margin:0 0 10px;

}
textarea{
	height:92px;
}
.half{
	width:50%;
	float:left;
}
.half input{
	max-width:340px;
}
.half:nth-child(2n) input{
	float:right;
}

.address_left{
	width:40%;
	float:left;
}
.map_right{
	width:60%;
	float:left;
}
.address_left p{
	font-size:15px;
}
.contact_info{
	display:block;
	width:100%;
	min-height:24px;
	padding:0 0 0 40px;
	margin:0 0 25px;
}
.ph{
	background:url(../images/ph.png) center left no-repeat;
}
.fax{
	background: url(../images/fax.png) center left no-repeat;
}
.mail{
	background:url(../images/mail.png) center left no-repeat;
}
.contact_info a{
	color:#777;
}

.divider{
	width:100%;
	float:left;
	height:1px;
	background:#e5e5e5;
	margin:20px 0 40px;
}

.map_right iframe{
	width:100%;
	height:163px;
}


/*-- news --*/
.news_block{
	padding:24px 20px;
}

.news_block:nth-child(even){
	background:#f2f2f2;
}
.news_block h3{
	font-size:14px;
	line-height:22px;
	color:#111111;
	
	margin:0 0 10px;
	text-transform:uppercase;
}
.news_block p a.more{ color:#ff8900;  font-size:15px; text-decoration:underline }
.news_block p{ clear:both; padding:0 0 10px }

.news_img{
	position:relative;
	margin:0 0 10px;
}
.news_img img{
	margin:0;
}
.news_img .date{
	background:#3a414a;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	display:table;
	text-align:center;
}
.news_img .date span{
	display:block;
	
}
.d{
	font-size:26px;
	line-height:28px;
}
.m{
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
}
.full_date{ padding:0 0 10px }
.full_date strong{}


.newsRight{ float:left; width:100%; background:#505357; padding:20px; margin:15px 0 0 0 }
.newsRight img.icon{ float:right; }
.newsRight h5{ font:normal 15px/28px  Arial, Helvetica, sans-serif; color:#fff;  }
.newsRight ul.archriveLink{ float:left; width:100%; }
.newsRight ul.archriveLink li{ float:left; width:100%; margin:10px 0; padding:0 30px 0 15px; background:url(../images/newsArrow.png) no-repeat left 7px; }
.newsRight ul.archriveLink li a{ display:block; color:#d2d2d2; font:normal 13px/22px Arial, Helvetica, sans-serif; }
.newsRight ul.archriveLink li a span{ color:#fff; font:normal 15px/22px  Arial, Helvetica, sans-serif; display:block; }
.newsRight ul.archriveLink li a span.date{ display:block; color:#ff8a00; font:normal 13px/22px  Arial, Helvetica, sans-serif; text-transform:uppercase; }


.paginationPnl{ float:left; width:100%; margin:20px 0 0 0 }
.paginationPnl ul{ margin:0; padding:0; float:left; border:1px solid #d1d4d8; }
.paginationPnl ul li{ float:left; border-right:1px solid #d1d4d8; padding:0; margin:0; background:#fff; }
.paginationPnl ul li:last-child{ float:left; border-right:none; padding:0; margin:0; background:#fff; }
.paginationPnl ul li a{ display:block; font:normal 14px/43px Arial, Helvetica, sans-serif; color:#333333; padding:0 17px; }
.paginationPnl ul li a i{ margin:0 3px; font-size:18px }
.paginationPnl ul li a.selected, .paginationPnl ul li a.selected:hover{ background:#c14500; color:#fff; }
.paginationPnl ul li a:hover{ background:#f1f1f1; color:#333; }

/*-- responsive --*/
@media screen and (max-width: 1080px) {
.half input{
	width:95%;
}
}
@media screen and (max-width: 991px) {
.left_side{
	width:60%;
}
.right_side{
	width:40%;
}
}

@media screen and (max-width: 840px) {
.flask_txt, .flask_link {
    width: 100%;
}
/*-- contact page --*/
.address_left, .map_right{
	width:100%;
}
}

@media screen and (max-width: 768px) {
.section{
	text-align:center;
}
.left_side, .right_side{
	width:100%;
}
.left_side{
	margin-bottom:20px;
}
.right_side{
	padding:0;
}
.flask_txt {
    width: 60%;
}
.flask_link {
    width: 40%;
}
.orange_link {
	margin:0 auto;
}
/*-- contact --*/
.address_left{
	text-align:left;
}
.newsRight ul.archriveLink li{ float:left; width:100%; margin:10px 0; padding:0; background:none; }
.newsRight img.icon{ float:none; clear:both; margin:0 auto; display:block }
}

@media screen and (max-width: 480px) {
.half{
	width:100%;
}.half input{
	width:100%;
}
.half:nth-child(2n) input {
    float: none;
}

textarea {
    max-width: 340px;
}
.paginationPnl ul li a{ display:block; font:normal 12px/33px  Arial, Helvetica, sans-serif; color:#333333; padding:0 10px; }
.paginationPnl ul li a i{ margin:0 3px; font-size:15px }
}

@media screen and (max-width: 320px) {
.flask_txt, .flask_link {
    width: 100%;
}
}


.txtCenter{ text-align: center;}

.cart2 input[type="text"],
.cart2 select,
.cart2 input[type="password"],
.cart2 input[type="email"],
.cart2 input[type="tel"],
.cart2  textarea {
	border:#cfcfcf solid 1px;
	color:#212121;
	padding:10px 20px;
	font-size:15px;
	line-height:32px;
	width:100%;
	height:52px;
	margin:0 0 10px;

}
.cart2 textarea{
	height:120px;
}

.cartMessage {width: 100%; margin: 10px 0; color: #fff; background: #c14500;}
.cartMessage p {color: #fff; padding: 5px 10px; font-weight: bold;}