header, nav, aside, footer, section, article{display: block;}

input::-webkit-input-placeholder {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #1c1c1c;

}
input::-moz-placeholder {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #1c1c1c;

}

html, body{
	margin: 0;
	padding: 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,595959+20,595959+100 */
background: #535252; /* Old browsers */
	background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;



}

input::-webkit-input-placeholder,  textarea::-webkit-input-placeholder{
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;
}

input:-moz-placeholder,  textarea:-moz-placeholder{ /* Firefox 18- */
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;  
}

input::-moz-placeholder,  textarea::-moz-placeholder,{  /* Firefox 19+ */
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;  
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
   color: #848484;
   font-family: Arial, Verdana, Tahoma;
   font-size: 12px;  
}

.mobile-banners{

	display: none;
}

.bg-l{
	position: absolute;
	width: 21px;
	height: 100%;
	background: url(../images/bg-left.png);
	left: -21px;
}

.bg-r{
	position: absolute;
	width: 21px;
	height: 100%;
	background: url(../images/bg-right.png);
	right: -21px;
}

.content{

	position: relative;
	width: 1100px;
	min-height: 900px;
	margin: 0 auto;
	background: #f9f9f9;
}

.content-text-mini{
	position: relative;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #1c1c1c;
	width: 1100px;
	min-height: 900px;

}

.body-content {

	position: relative;
	width: 1000px;
	margin: 0 auto;
	min-height: 690px;
	padding-top: 280px;
	padding-bottom: 10px;
}

.content-text{
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #ffffff;
	width: 1100px;
	min-height: 700px;
	background: #545454;

}


.div-links-left {

margin-right: 10px;
margin-bottom: 10px;
background-color: #ffffff;
display: inline-block;
float: left;
padding: 20px;
border: 1px solid #ebebeb;

}

.div-content-white {

margin-right: 10px;
margin-bottom: 10px;
background-color: #ffffff;
display: inline-block;
float: left;
padding: 20px;
border: 1px solid #ebebeb;

}

.div-content-white img {

	float: left;
}

.topbg{

	position: absolute;
	margin: 0px 0px;
}

.logo{

	position: absolute;
	margin: 40px 50px;
	z-index: 1;
}

.contact-telephone span{
color: #ababab;	
	
}
.contact-telephone span span{
color: #fba907;	
	
}

.table-images {
	
	width:100%;
}

.table-images div{	
	display:inline-block;
	padding:10px;
	width:47%;
	text-align:center;
}

.table-images img {
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border: 3px solid #e9e9e9;
}

.tables-img-text div{

display:inline-block;
padding-right:10px;
padding-top:10px;
margin-bottom:10px;	
	
}

.timg {
	
	width:250px;
}

.timg img {
	
		border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}

.ttxt {
	
	width:70%;
	min-height:250px;
	vertical-align:top;
}

.table-images img:hover{
	border: 3px solid #d48d01;
	
}

.contact-telephone{

	position: absolute;
	width:170px;
	right:30px;
	top: 70px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding:15px;
	text-align: left;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	

}

.lc1{

	display: inline-block;
}
.lc2{

	display: inline-block;
	margin: 0 5px;
}

.menu-c img{
	
	left:-74px;
	position:absolute;
	
}

.menu-c{

	position: absolute;
	width: 1100px;
	height: 48px;
	top: 192px;
	background-color: #b3550a;
	background-image: url(../images/menubg.jpg);
	background-position: right;
    background-repeat: no-repeat;
	z-index: 2;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover{
	color: #fff;
}

.body-bg {
	position:absolute;
	width:100%;
	height:35px;
	margin-top:240px;
background: #434343; /* Old browsers */
background: -moz-linear-gradient(top,  #434343 0%, #303030 50%, #2d2c2c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #434343 0%,#303030 50%,#2d2c2c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #434343 0%,#303030 50%,#2d2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#2d2c2c',GradientType=0 ); /* IE6-9 */

}

.body-bg2 {
	position:absolute;
	width:100%;
	height:200px;
	margin-top:275px;
background: #2f2f2f; /* Old browsers */
background: -moz-linear-gradient(top,  #2f2f2f 18%, #3a3a3a 31%, #545454 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2f2f2f 18%,#3a3a3a 31%,#545454 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2f2f2f 18%,#3a3a3a 31%,#545454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#545454',GradientType=0 ); /* IE6-9 */

}

.information{

	font-family: Arial, Verdana, Tahoma;
	position: absolute;
	width: 370px;
	height: 650px;
	right: 0;
	top: 1190px;
	color: #222222;
	background-color: #ffffff;
	padding: 20px;

}

.information a:link, .information a:visited, .information a:active, .information a:hover {

	color: #2E93FF;
	margin: 0;
	padding: 0;
}

.information a:hover {

	text-decoration: none;
}


.inputs{

	margin: 10px 0 0 10px;
}

.inputs div{

	display: inline-block;
	padding-bottom: 5px;
	vertical-align: middle;
}

.intext{

width: 170px;
display: inline-block;

}

.infield{
display: inline-block;

}

.selfield {

width: 450px;

}


.elbox {
vertical-align:top;
display:inline-block; 

}

.50{

	width: 195px;
}

.input-text200{

	width: 180px;
	height: 30px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.intextarea {

width: 170px;
height: 60px;
text-align: left;
float: left;

}

.input-textarea{

	width: 390px;
	height: 60px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.adress {

	width: 530px;
	display: inline-block;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;

}

.author {

	text-align: right;
	width: 530px;
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 10px;

}

.bottom{
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #ffffff;
	width: 1100px;
	position: relative;
	margin: 0 auto;

}

.input-text-order{

	width: 390px;
	height: 25px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.input-text{

	width: 390px;
	height: 25px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #222222;
	border-radius: 7px;
	padding-left: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	margin-left: 15px;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;
  	transition: box-shadow 0.3s, border 0.3s
  	-moz-transition: box-shadow 0.3s, border 0.3s
  	-webkit-transition: box-shadow 0.3s, border 0.3s
  	-o-transition: box-shadow 0.3s, border 0.3s
  	-ms-transition: box-shadow 0.3s, border 0.3s

  	-webkit-appearance: none;
  	outline:none;

}

.sub {

	height: 35px;
	width: 100px;

	border: 1px solid #e9e9e9;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;

	box-shadow: inset 0 0 0 1px #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
	-o-box-shadow: inset 0 0 0 1px #f2f2f2;
	-ms-box-shadow: inset 0 0 0 1px #f2f2f2;

	background: #ffffff;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	cursor: pointer;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #../skins;
	left: 490px;
	position: relative;

}

.inputs input[type="text"]:focus,
.inputs input[type="text"].focus {

border: 1px solid #93c59a;

}

.inputs textarea:focus,
.inputs textarea.focus {

border: 1px solid #93c59a;

}

.formb1, .formb2, .formb3 {

    display: inline-block;
    padding-top: 3px;
	width: 193px;
	height: 28px;
	text-align: center;
	margin-right: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	background: url(../images/formbut.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.formb1:hover, .formb2:hover, .formb3:hover{

color: #ff6000;

}

.formtitle{

font-size: 24px;
font-weight: bold;
color: #ff6000;
font-style: italic;
padding-bottom: 6px;

}

.formquest{

font-size: 18px;
font-style: italic;
padding-bottom: 10px;

}

.pad {

padding: 20px 0 20px 0;

}

.white{
	
	position: relative;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	display: block;
}

.width90 {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.content-text-mini h1{

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color: #222222;
	padding: 0;
	margin: 0;
}

h1{

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.content-text-mini h1 a:link, .content-text-mini h1 a:visited, .content-text-mini h1 a:hover, .content-text-mini h1 a:active {

	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}

.menu {
	position: relative;
	width: 1100px;
	top: 2px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;

}

.share42init {

position: absolute;
right: 20px;
top: -5px;

}

.navigation {

position: relative;
left: -50px;
	color:#222222 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	text-decoration: none !important;
	margin-bottom: 20px;
	width: 1050px;
	height: 30px;
	padding-left: 50px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border-bottom: 1px solid #efefef;
}

.navigation a:link, .navigation a:visited, .navigation a:active{

	color:#245DC1 !important;
	font-size: 14px !important;
	text-decoration: none !important;	
}

.navigation a:hover{

	color:#245DC1 !important;
	font-size: 14px !important;
	text-decoration: underline !important;	
}

.menu-lineb {
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	background: #8b3e00;
}

.prefooter {
	width: 100%;
	height: 22px;
	font-size: 13px;
	color: #f2f2f2;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#545454+0,5e5e5e+50,5e5e5e+100 */
background: #545454; /* Old browsers */
background: -moz-linear-gradient(left,  #545454 0%, #5e5e5e 50%, #5e5e5e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #545454 0%,#5e5e5e 50%,#5e5e5e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #545454 0%,#5e5e5e 50%,#5e5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#5e5e5e',GradientType=1 ); /* IE6-9 */

}

.footer {
	width: 100%;
	height: 80px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,3c3c3c+50,535252+100 */
background: #202020; /* Old browsers */
background: -moz-linear-gradient(top,  #202020 0%, #3c3c3c 50%, #535252 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #202020 0%,#3c3c3c 50%,#535252 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #202020 0%,#3c3c3c 50%,#535252 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#535252',GradientType=0 ); /* IE6-9 */


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c1c1c;
}

.br5px{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;

}

.br10px{

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;

}

.brb10px{

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


/* ------------------------------   MENU ---------------------------------------------*/

.links,
.links ul,
.links li,
.links a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.links {	
	height: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.links li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 28px;
}

.links li a {
	display: block;
	padding: 5px 24px;
	margin: 6px 0;
	line-height: 18px;
	text-decoration: none;

	border-left: 2px solid #ffcc95;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc95), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(#ffcc95, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(#ffcc95, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(#ffcc95, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to bottom, #ffcc95, rgba(0, 0, 0, 0)) 1 100%;

	opacity: 1;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.2px;

	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);

}

.links li:first-child a { border-left: none; }
.links li:last-child a{ border-right: none; }

.links li:hover > a { color: #156400; }
.links li:hover > ul { opacity: 1; }
.links li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
}

.links > li:hover > a { 

	color: #ffdabd; 
	height: 18px;
}

.links ul {
	position: absolute;
	top: 38px;
	left: 0;

	opacity: 0;

	z-index: 10;


	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.links ul > li {
	height: 0;
	overflow: hidden;
	padding: 0;
	background: #c6ea62;
	margin-top: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.links ul li a {
	width: 300px;
	padding: 4px 0 4px 25px;
	margin: 0;
	opacity: 1;
	color: #000;
	border: none;
	text-shadow: none;
	font-size: 13px;
}

.links ul li:last-child a { border: none; }

/*------------------------------------------------------------------------------------*/



h2 {
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;

}

.content-text-mini h2{

	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;
}

.content-text-mini h3{

	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;
}

.content-text-mini h4{

	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color:#ff6c00;
	padding: 0;
	margin: 0;
}

.content-text-mini h5{

	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	padding: 0;
	margin: 0;
}

.content-text a:link, .content-text a:visited, .content-text a:active {

	text-decoration:underline;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #003596;

}
.content-text-mini a:link, .content-text-mini a:visited, .content-text-mini a:active {

	text-decoration:underline;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
	color: #003596;

}

.content-text-mini table{
	border-collapse: collapse;
}

.content-text-mini td {

	padding: 10px;
	border: 1px solid #c9c9c9;

}

.product-description tr:nth-child(even) {
    background-color: #F2F2F2;
}

.table-eee{
	border-collapse: collapse;
}

.table-eee td {

	padding: 10px;
	border: 1px solid #eee;

}

.table-fff{
	border-collapse: collapse;
}

.table-fff td {

	padding: 10px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;

}

.table-min{
	border-collapse: collapse;
}

.table-min td {

	padding: 5px !important;
	border: 1px solid #c9c9c9 !important;

}

.table-nob{
	border-collapse: collapse;
}

.table-nob td {

	padding: 10px;
	border: 0px solid #c9c9c9;

}

.content-text-mini a:hover{

	color: #1A5E9C;
	text-decoration:none;
}


.content-text a:hover{

	color: #1A5E9C;
	text-decoration:none;

}

.text{

	width: 570px;
}
.news{

	width: 410px;
	height: 529px;
	position: absolute;
	right: 0;
	top: -20px;
	background: url(../images/news-bg.png);
	z-index: 1;
}

.news a:link, .news a:visited, .news a:active {

	text-decoration:none;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #1c1c1c;

}

.news a:hover{

	color: #454545;
	text-decoration:underline;

}

.news h1{

	position: absolute;
	left: 20px;
	top: 65px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: bold;

}

.news-content{
	height: 330px;
	padding: 20px;
	position: absolute;
	font-family: arial,verdana,tahoma;
	font-size: 14px;
	top: 105px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: bold;
	overflow: hidden;

}

.news h2 {
	color: #1c1c1c;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.news h3{

	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	color: #1c1c1c;
	font-weight: normal;
	text-decoration: underline;

}

.news p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.footer > p{

	display: block;
	position: absolute;
	right: 20px;
	top: 40px;
}

.footer-bottom{

	position: absolute;
	width: 1050px;
	height: 20px;
	bottom: -180px;
	left: 0;
}


/* System Style*/

.text-area{
	width: 500px;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background: #FCFCFF;
}

.table-null{
	border-collapse: collapse;
	padding: 0;
}

.table-null td {

	padding: 0;
	border: 0;

}

/*End System Style*/

/*Content Style*/

.dinline {

	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #ffffff !important;
	border-radius: 7px;	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;

}

.d100per {
	
	width: 100%;
	min-height: 150px;
	
}

.bpad{

	padding: 10px;
}

.bdashed{

	border-width:1px;	
    border-style:dashed;
	border-color: #8C8C8C;
}

.d500px {
	
	width: 475px;
	min-height: 200px;
	
}
/*End Content Style*/

/*Adaptive styles*/

@media only screen and (max-width: 1100px) {
.menu-c {width: 1100px;}
.footer{width: 1100px;}
.prefooter{width: 1100px;}
}
@media only screen and (max-width: 321px) {
.bg-r {display: none;}	
}
@media only screen and (max-width: 400px) {
#photo {width: 300px;}
#eform {display: none;}
.product-description table {width:300px !important;}
.product-description {width:300px;min-height: 200px;padding: 5px;}
.product-block {width: 320px;min-height: 300px;}
.product-delivery {width: 300px;padding: 5px;}
.product-available {width: 300px;padding: 5px;}
.market-product-price{width: 300px;padding: 5px;}
.market-product-img{width: 300px;height: 300px;padding: 5px;min-height: 300px;}
.market-product-img img{max-width: 300px;max-height: 300px;}
.market-sub-category div{width: 300px;}
.market-sub-category{padding: 5px;width: 300px;}
.market-detail {bottom: 5px;left: 5px;}
.market-cat-name {font-size: 16px;width: 300px;margin: 0 0 5px 0;}
.market-product-new {left: 115px;top: 60px;}
.market-order img {width: 120px;}
.market-order {left: 170px;}
.market-price {left: 170px;}
.market-product-cat-name {width: 290px;}
.pimg {margin-top: 60px;}
.market-products{width: 300px;padding: 5px;}
.market-category{width: 300px;padding: 5px;}
.d500px {width: 300px;}
.g-plusone {width: 320px;}
.navigation {left: 0px;margin-bottom: 55px;width: 310px;padding-left: 0px;}
.links li a {border-left: 0;min-width: 64px;padding: 2px 8px;margin: 10px 16px;}
.links ul {display: none;}
.contact-telephone {margin-top:70px;left:180px;font-size: 12px;color: #ffffff}
.dinline {background:#ffffff !important;}
.content-text-mini img{max-width: 300px;height: auto !important;}
.content-text-mini table{padding: 0; max-width: 300px !important; font-size: 12px !important;}
.content-text-mini table img {max-width: 140px !important;}
.content-text-mini td{padding: 4px;}
.content-text-mini{width: 300px;}
.body-content {width: 290px;padding-top: 300px}
.topbg {width: 320px; overflow: hidden;}
.content{width: 320px;}	
.menu {width: 320px;left: 0px;}
.menu-c {width: 100%;height: 100px; margin: 0 auto;}
.top-menu{display: none;}
.mobile-banners{display:block;position: relative;top: 297px;text-align: center;}
.mobile-banners img {margin-bottom: 7px;}	
.content-text{width: 320px;}
.author {width: 260px;text-align: left;display: block;padding-left: 10px;font-size: 13px;}
.adress {width: 260px;display: block;font-weight: bold;padding-left: 10px;}
.bottom {width: 320px;}
.table-images img {width:260px;}
.information{width:300px;left: 0;padding: 10px;top: 2010px;}
.logo{margin: 50px 20px;}
.menu-c{width: 320px;background-image:none;}
.logo img{width: 280px;}
.market-last{width: 280px;}
.prefooter{width: 100%;}
.footer{width: 100%;}
.share42init {top: 60px;left: 5px;}
}

/*End Adaptive styles*/
