﻿/*
Theme Name: Adapter
Version: 1.0
Description: Адаптивный премиум шаблон от сайта beloweb.ru - Adapter
Author: beloweb.ru
Author URI: http://beloweb.ru/about
*/

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  color:#333;
  background: #fff;
  font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:0.94em;
  line-height:135%;
  
}

ul {
	list-style:none;
}

h1 {
	font-size:26px;
	font-weight:normal;
	padding:0px 0 0px;
	line-height:100%;
        font-style:italic;
	color: #90b445;
}

a {
	color: #777777;
	text-decoration:none;
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.maiz a {
	color: #4ea2b6;
	border-bottom: 1px dashed #4ea2b6;
	text-decoration:none;
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.maiz {
line-height: 160%;
}

a:hover {
  color:#963c3c;
  text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        
        margin-top:40px;
        border:0px solid #000;
	width: 100%;
        max-width:1200px;
	margin: 0 auto;
	height: auto  !important;
        
	}

#headerInnertop {
        border-bottom: 1px solid #ccc;
        background: url(images/line.png) 0px 0px no-repeat;
        position:relative;
        width: 100%;
        max-width:1200px;
        height:60px;
	margin:0 auto;
        margin-top:0px;
	}

#headerInnerdown {
        border: 0px solid #000;
        background: url(images/line.png) 0px 0px no-repeat;
        position:relative;
        width: 100%;
        max-width:1200px;
        height:120px;
	margin:0 auto;
        margin-top:0px;
	}

#content {
        
	margin-top:50px;
        border: 0px solid #1FA2E1; 
}

#content #colLeft {
        border: 0px solid #ccc;
        float:left;
	width:68.7%;
	margin-right:3%;
        overflow:hidden;
        
       }

#content #colRight {
        position:relative;
        margin-left:0px;
        float:left;
	width:28%;
        border: 0px solid #1FA2E1;
	}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

/* bottomMenu */

.pop {
float: right;
padding-top: 45px;
padding-right: 25px;
}

.top {
float: right;
padding-top: 35px;
}

.top img {
padding-left: 8px;
padding-right: 8px;
 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
/*Добавим вот такой вот код*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
/*конец кода с transition*/
}


.top img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}




.bottomMenu {  
        
        position:absolute;
	left:0px;
	top:17px;
        }

.bottomMenubg{
        border:0px solid #7a9e0e;
        width:100%;
        background: #373737;
        height:60px;
	z-index: 4;
        position:relative;
        }

.bottomMenuhomelink a {
        z-index: 4;
        border:0px solid #7a9e0e;
        width:60px;
        background: #5a5a5a url(images/bottomMenuhomelink.png) 23px 21px no-repeat;
        height:60px;
	position:absolute;
	left:0px;
	top:0px;
        -moz-transition: all 0.2s 0.01s ease;
        -o-transition: all 0.2s 0.01s ease;
        -webkit-transition: all 0.2s 0.01s ease;
        }

.bottomMenuhomelink a:hover {
        
        background: #86c747 url(images/bottomMenuhomelink.png) 23px 21px no-repeat;
        
        }

#bottomMenublock {
        border: 0px solid #000;
        position:relative;
        width:1200px;
        height:60px;
	margin:0 auto;
        margin-top:0px;
	}


/* The Nav styling starts here, The above code is just to make the page look nice */
#dropdown_nav {
        margin-left:60px;
        z-index: 5;
        font-weight:bold;
	float:left;
	list-style:none;
        border-bottom:0px solid #777;
	height: 46px;
        }

	#dropdown_nav li {
                float:left;
		position:relative;
                
		}

		#dropdown_nav li a {
                        
                        font-weight:100;
                        font-size:18px;
                        color:#fff;
                        padding:14px 20px 21px 20px;
			border-bottom: 0px solid #ededed;
                        -moz-transition: all 0.1s 0.01s ease;
                        -o-transition: all 0.1s 0.01s ease;
                        -webkit-transition: all 0.1s 0.01s ease;
		}
		#dropdown_nav li a:hover {
                        background: #86c747;
                        text-decoration:none;
                        color:#fff;
			
                        
                        }
		#dropdown_nav li a:active {
			background:#5cbfd7;
			
		}

		#dropdown_nav li a.first {
			-moz-border-radius:5px 0px 0px 5px;
			-webkit-border-radius:5px 0px 0px 5px;
		}
		/*#dropdown_nav li a.last {
			-moz-border-radius:0px 5px 5px 0px;
			-webkit-border-radius:0px 5px 5px 0px;
		}*/

		/* Sub-Nav styling */
		#dropdown_nav ul li ul {
                        border-top:3px solid #414141;
			width:180px;
			padding:0px;
			position:absolute;
			top:43px;
			left:0px;
                        z-index: 4;
                        
			background: #fff;
                       
		}



			#dropdown_nav ul li ul li {
                                background:#373737;
				width:180px;
				padding:0px;
			}

				#dropdown_nav ul li ul li a {
                                        margin-left:0px;
                                        background: none;
                                        font-weight: normal;
                                        font-size:15px;
					display:block;
					border-bottom:1px solid #414141;
                                        padding:10px 20px 10px 20px;
                                        padding-left:10px;
                                        color:#fff;
					font-size:14px;
				}
				#dropdown_nav ul li ul li a:hover {
                                        background:#dc5a54;
					
                                        color:#fff;
					
				}
				#dropdown_nav ul li ul li a:active {
					background:#5cbfd7;
					
				}



/*----------------------------
          Логотип
------------------------------*/

.logo {
        position:absolute;
	left:0px;
	top:10px;
        }

.logotext {
        position:absolute;
	left:0px;
	top:30px;
        
        }

.logotext a {
        font-size:30px;
        color:#333;
        
        }

/* Верхнее правое меню */

.topMenuRight {
        position:absolute;
	right:0px;
	top:17px;
        border: 0px solid #1FA2E1;
	
	}

.topMenuRight ul li {
        
	float:left;
}

.topMenuRight li a{
        text-shadow: none;
        font-weight:100;
        color:#444;
	text-decoration:none;
	font-size:13px;
	margin-left:0px;
        padding:10px 12px 20px 12px;
        border-bottom: 4px solid #fff;
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
        
        }

.topMenuRight li a:hover {
        color:#999;
        border-bottom: 4px solid #d8514a;
        }



/*----------------------------
       Основной контент
------------------------------*/

/*#######################
          Полосы
#########################*/

.polosa {
        border-right: 8px solid #5cbfd7;
        height:46px;
        background: #f0f0f0 url(images/polosa.png) 0px 0px no-repeat;
	padding-left:0px;
        margin-bottom:20px;
        }

.polosa h2 {
        color:#fff;
        float:left;
        font-weight:100;
        background: #5cbfd7;
	padding:10px 20px 16px 20px;
        margin-left:46px;
        }

.lastppolosa {
        border-right: 8px solid #5cbfd7;
        height:46px;
        background: #f0f0f0 url(images/lastpost.png) 0px 0px no-repeat;
	padding-left:0px;
        margin-bottom:10px;
        }

.lastppolosa h2 {
        color:#fff;
        float:left;
        font-weight:100;
        background: #5cbfd7;
	padding:10px 20px 16px 20px;
        margin-left:46px;
        }

.polosacat {
        clear:both;
        border-right: 8px solid #5cbfd7;
        height:46px;
        background: #f0f0f0 url(images/pocat.png) 0px 0px no-repeat;
	padding-left:0px;
        margin-bottom:15px;
        margin-top:15px;
        }

.polosacat h2 {
        color:#fff;
        float:left;
        font-weight:100;
        background: #5cbfd7;
	padding:10px 20px 16px 20px;
        margin-left:46px;
        }

/*#######################
       Конец Полоса
#########################*/

/*#######################
       Инфо панель
#########################*/
.info {
        padding-left:0px;
        margin-bottom:15px;
        margin-top:15px;
        width:100%;
        font-size:13px;
	line-height:100%;
	color:#999;
        }

.info a {
        
	color:#777;
        }

.info a:hover {
        
	color:#4991bb;
        }

/*#######################
    Конец Инфо панель
#########################*/

/*#######################
   Посты по категориям
#########################*/

.postBoxcat {
        
        float:left;
        margin-top:0px;
        margin-left:0px;
        width:47%;
        margin-bottom:30px;
        border: 0px solid #7a7a7a;
        }

.postBoxcat a {
        
        color:#333;
        }

.postBoxcat a:hover {
        
        color:#5cbfd7;
        }

.postBoxcat p {
        margin-top:5px;
        color:#999;
        font-size:11px;
        }

.postBoxcat p a{
        
        color:#5cbfd7;
        
        }

.postBoxcat p a:hover{
        
        color:#4991bb;
        
        }

.postBoxcat ul li{
        position:relative;
        height:95px;
	padding:7px 0px;
	border-bottom:0px solid #dad9ca;
        font-size:14px;
        line-height: 16px;
        
}

.postBoxcat ul li img{
        position:relative;
        float:left;
        width:140px;
	height:80px;
	border: 0px solid #c5dba4;
        background: #fff;
        margin-right:10px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
        }

.postBoxcat ul li img:hover{
        opacity: 0.7;
        }

/*#######################
Конец Посты по категориям
#########################*/

/*#######################
  Основной большой блок
#########################*/

.postBoxbig {
        position:relative;
        border:0px solid #dedede;
        width:100%;
        height:auto;
        margin-top:0px;
        margin-left:0px;
	margin-bottom:70px;
        }


.postBoxbig h2 a {
        font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
        color:#555;
        font-weight:100;
	font-size:30px;
        line-height:35px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
        
}

.postBoxbig h2 a:hover {
        color:#4991bb;
	
       }


.postBoxbig .textPreview {
	font-size:15px;
	margin-bottom:35px;

}

.postThumbbig{
        margin-bottom:0px;
	overflow:hidden;
border: 1px #ececec solid;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
        }

.postThumbbig:hover{
     border: 1px #9fc74c solid;
 border-radius: 60%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
        }


.postThumbbig2{
        margin-bottom:0px;
	overflow:hidden;
border: 0px #ececec solid;
text-align: left;
float: left;
width: 150px;
padding-right: 20px;
        }

.postThumbbig2:hover{
     border: 0px #9fc74c solid;

        }



.more-link a {
        font-weight:500;
        background:#9fc74c;
        color:#fff;
        font-size:14px;
        float: right;
text-align: right;
	padding:8px 22px 8px 22px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
	}


.more-link a:hover {
        background:#5cbfd7;
        }

/*#######################
Конец Основной большой блок
#########################*/

/*#######################
  Последние посты
#########################*/

.postBox {
        float:left;
        position:relative;
        border:0px solid #dedede;
        width:23.4%;
        height:110px;
        margin-top:0px;
        margin-right:0px;
        padding-right:6px;
padding-left:6px;
	margin-bottom:10px;
        
        }


.postBox2 {
        float:left;
        width:100%;

        margin-top:0px;
        margin-right:0px;
        padding-right:6px;
padding-left:6px;
	margin-bottom:10px;
        
        }

.first {
                
        margin-right:1%;
	
        }

#firstcat {
        
        margin-right:6%;
	
        }

.postBox h2 a {
        font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
        color:#000;
        font-weight:100;
	font-size:23px;
        line-height:30px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
        
}

.postBox h2 a:hover {
        color:#4991bb;
	
       }

.postBox .textPreview {
	font-size:15px;
	margin-bottom:5px;

}

.postBox .postThumb{
        margin-bottom:0px;
	overflow:hidden;
        
       }

/*#######################
  Конец Последние посты
#########################*/

/* --------------------------------
            Сайдбар
-----------------------------------*/

/* --------------------------------
           Блоки с миниатюрами
-----------------------------------*/

.rightBoxtumb {
        margin-top:30px;
        margin-left:0px;
        width:100%;
        margin-bottom:30px;
        
        }

.rightBoxtumb p {
        margin-top:5px;
        font-size:11px;
        color:#999;
        }

.rightBoxtumb p a {
        
        color:#5cbfd7;
        }

.rightBoxtumb p a:hover {
        
        color:#4991bb;
        }

.rightBoxtumb a {
        color:#333;
        
        }

.rightBoxtumb a:hover {
        color:#5cbfd7;
        
        }

.rightBoxtumbline {
        background: url(images/rightBoxline.png) 0px 0px no-repeat;
        margin-top:0px;
        margin-left:0px;
        width:300px;
        height:2px;
        margin-bottom:5px;
        
        }

.rightBoxtumb h2 {
        
        border-top: 1px solid #ddd;
        margin-bottom:15px;
        font-size:21px;
	font-weight:100;
	font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
	color:#777;
	display:block;
	padding:10px 0px 0px 20px;
}

.rightBoxtumb ul li{
        position:relative;
        height:95px;
	padding:7px 0px;
	border-bottom:0px solid #dad9ca;
        font-size:14px;
        line-height: 16px;
        
}

.rightBoxtumb ul li img{
        position:relative;
        float:left;
	
	border: 0px solid #c5dba4;
        background: #fff;
        margin-right:10px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
        }

.rightBoxtumb ul li img:hover{
        opacity: 0.7;
        }

/* --------------------------------
     Конец Блоки с миниатюрами
-----------------------------------*/

.rightBox {
        margin-top:0px;
        margin-left:0px;
        width:100%;
        margin-bottom:30px;
        
        }

.rightBox h2 {
        
        border-top: 1px solid #ddd;
        margin-bottom:15px;
        font-size:21px;
	font-weight:100;
	font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
	color:#777;
	display:block;
	padding:10px 0px 0px 20px;
}

.rightBox ul li{
        
	padding:10px 0px;
	border-bottom:1px solid #eee;
        font-size:14px;
        line-height: 16px;
        }

.rightBox a {
	color:#333;
        
        }

.rightBox a:hover {
	color: #5cbfd7;
        
        }

/*----------------------------
       Сингл контент
------------------------------*/

.breadcrumb h3 {
        color:#999;
        font-size:12px;
        line-height:23px;
        display: block;
        border:0px solid #000;
        width:100%;
        margin-bottom:8px;
        margin-top:0px;
        }

.breadcrumb a {
        color:#5cbfd7;
        font-size:12px;
        }

.breadcrumb a:hover {
        color:#4991bb;
        
        }

.singlecont {
        background: #fff;
        color:#444;
        font-size:15px;
        line-height:25px;
        display: block;
        border:0px solid #000;
        width:100%;
        position:relative;
	margin-bottom:40px;
        }

.singlecont h1 {
        font-family: "Segoe UI Light", Tahoma, Helvetica, Sans-Serif;
        color:#000;
        font-size:25px;
	font-style:normal;
	padding:0px 0 0px;
	line-height:100%;
        margin-bottom:20px;
        
        }

.singlecont .hrdown {
        width:655px;
	height:16px;
        background: url(images/post.png) 0px 0px repeat-x;
        margin-bottom:25px;
        margin-top:27px;
        
        }

.singlecont .infocont {
        margin-bottom:10px;
        margin-top:15px;
        font-size:11px;
	line-height:100%;
	color:#888;
        }
 

.singlecont .infocont a {
        color:#333;
        border-bottom:1px solid #ddd;
        }

.singlecont .infocont a:hover {
        color:#999;
        }

.singlecont a {
        color: #4991bb;
        border-bottom:1px solid #ddd;
        }

.singlecont a:hover {
        color: #5cbfd7;
        border-bottom:1px solid #d1d1d1;
        }


.singlecont .textPr {
	margin-top:20px;
	
	}

.singlecont .textPr h3 {
	font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
        color:#dc5a54;
        font-size:22px;
	font-style:normal;
	padding-top:10px;
	line-height:100%;
        margin-bottom:20px;
	
	}

.singlecont ul {
        margin-top:10px;
        margin-bottom:10px;
	
        }

.cont ul li {
        width:100%;
        background: url(images/list.png) 0px 9px no-repeat;
        padding:5px 0 5px 10px;
        color:#000;
        font-weight:normal;
	line-height:18px;
        }

.cont ol li {
        width:660px;
        padding:5px 0 5px 5px;
        color:#000;
        margin-left:25px;
        font-weight:normal;
	line-height:18px;
        }

.cont h1 {
        background: none;
        border-bottom: 1px solid #ccc;
        color:#444;
        font-size:28px;
	font-weight:normal;
	margin-top:20px;
	line-height:100%;
        margin-bottom:20px;
        padding-bottom:7px;
        
        }


.cont img {
float: left;
text-align: left;
        
        }


.postBox2 h2 {
        width:100%;
        border-top: 1px solid #f0f0f0;
        font-size:20px;
	font-weight: bold;
	margin-top:20px;
	line-height:100%;
        margin-bottom:20px;
        padding-top:10px;
        }
.cont h4 {
        width:100%;
        border-top: 1px solid #ccc;
        color:#5cbfd7;
        font-size:25px;
	font-weight:normal;
	margin-top:20px;
	line-height:100%;
        margin-bottom:20px;
        padding-top:10px;
        }

h3 {
 display: block;
        border-bottom: 1px solid #ccc;
        color:#5cbfd7;
        font-size:18px;
        background: none;
	padding-bottom:15px;
        margin-bottom:20px;
        padding-top:10px;
 text-transform: uppercase;
font-weight: bold;
        }

.singlecont p {
        margin-bottom:15px;
	
        }

/* Теги */

.postTags{
       margin-bottom:50px; 
       margin-top:50px; 
 }

.postTags a{
        border:none;
        color:#999;
        padding: 7px 15px 10px 15px;
        font-size:14px;
        background: #f9f9f9;
        margin-right:10px;
        
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
 }

.postTags a:hover{
        border:none;
        background: #5cbfd7;
        color:#fff;
 }

/*----------------------------
FOOTER ELEMENTS
------------------------------*/

#footernav {
         position:absolute;
	 right:0px;
	 top:35px;
         
         }

#footernav ul li {
         float:left;
         
         }

#footernav li a {
        
        border-right:0px solid #333;
        font-weight:100;
        color:#fff;
	text-decoration:none;
	font-size:14px;
	padding-right:12px;
        padding-left:10px;
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#footernav li a:hover {
        
        color:#999;
	
        }

#footer {
        margin-top:20px;
        border-top:8px solid #fff;
        background: #353535;
       
	}

#footerdown {
        background: #2a2a2a;
        min-height:80px;
        border-bottom:8px solid #9fc74c;
        border-top:1px solid #414141;
	}

#footerdownInner {
        position:relative;
        border: 0px solid #1FA2E1;
	width: 100%;
        max-width:1200px;
        min-height:50px;
	margin:0 auto;
	color:#ccc;
        overflow:hidden;
	padding-bottom:5px;
}

#footerInner {
	width: 100%;
        max-width:1200px;
	margin:0 auto;
	color:#ccc;
        overflow:hidden;
	padding-bottom:20px;
}

#footerInner .boxFooter {
        border-top:7px solid #00c1d9;
        float:left;
	width:20%;
        margin-top:0px;
        margin-right:5%;
        -moz-transition: all 0.3s 0.05s ease;
        -o-transition: all 0.3s 0.05s ease;
        -webkit-transition: all 0.3s 0.05s ease;
        }

#footerInner .boxFooter:hover {
        border-top:7px solid #dc5954;
        
        }

#footerInner .boxFooter p{
        line-height:18px;
        color: #ccc;
	font-size:13px;
        
}

#footerInner .last {
	margin-right:0;
}

#footerInner h2 {
        
        font-weight:bold;
        color: #fff;
	font-size:18px;
	padding:10px 0 5px 10px;
	margin-bottom:0px;
}

#footerInner .boxFooter ul li  {
	padding:10px 0px 10px 0px;
	border-bottom:0px dashed #61544c;
	color:#fff;
	font-size:10px;
	font-style:italic;
}

#footerInner .boxFooter ul li img{
        padding:3px;
        border:1px solid #555;
        margin:2px 8px 7px 0px;
        display:block;
        height:45px;
        width:45px;
        float:left;
        }

#footerInner .boxFooter ul li br {
	line-height:5px;
}

#footerInner .boxFooter ul li a {
        padding-left:17px;
        background: url(images/boxFootermark.png) 0px 4px no-repeat;
	text-decoration:none;
	color:#ccc;
	font-size:13px;
	font-style:normal;
}

#footerInner .boxFooter ul li a:hover {
	color:#777;
}

#copyright {
        
	position:absolute;
	right:0px;
	top:0px;
}

#copyright p {
        line-height:16px;
        font-size:15px;
        float:left;
        margin-top:12px;
	color:#636363;
}

/* --------------------------------
Формы
-----------------------------------*/

#form-query {
        position:relative;
        background: #f0f0f0;
	border: none;
	width:90%;
        margin-top:0px;
	padding:15px 0px 15px 20px;
	font-weight:100;
	font-size:14px;
	color:#999;
	
}

#form-querysub {
        border: none;
        z-index: 4;
        position:absolute;
	right:0px;
	top:0px;
	width:46px;
	height:46px;
	background:url(images/searchico.png) 0px 0px no-repeat;
	
	}

#form-querysub:hover {
	cursor: pointer;
}

.sharenewfooter { 
        z-index: 4;
        position:absolute;
	left:0px;
	top:23px;
         
          
}


      .sharenewfooter a { display:inline-block; width: 24px; height: 24px; margin: 2px 0px 2px 0; }
      .sharenewfooter a:hover { opacity: 0.5; }
      
      .sharenewfooter .icon-facebook { 

                 background: url(images/facebook-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 
}
      .sharenewfooter .icon-twitter { 
                 background: url(images/twitter-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: 0px;
       
}

      .sharenewfooter .icon-Google { 
                 background: url(images/gplus-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -10px;
                 
       
}

.sharenewfooter .icon-rss { 
                 background: url(images/rss-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -5px;
       
}

.sharenewfooter .icon-vk { 

                 background: url(images/vk-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -6px;
}

.sharenew { 
        z-index: 4;
        position:absolute;
	left:0px;
	top:12px;
         
          
}


      .sharenew a { display:inline-block; width: 24px; height: 24px; margin: 2px 0px 2px 0; }
      .sharenew a:hover { opacity: 0.5; }
      
      .sharenew .icon-facebook { 

                 background: url(images/facebook-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 
}
      .sharenew .icon-twitter { 
                 background: url(images/twitter-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: 0px;
       
}

      .sharenew .icon-Google { 
                 background: url(images/gplus-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -10px;
                 
       
}

.sharenew .icon-rss { 
                 background: url(images/rss-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -5px;
       
}

.sharenew .icon-vk { 

                 background: url(images/vk-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -6px;
}

/*----------------------------
         популярные посты
------------------------------*/

.relatedPosts  {
	height:420px;
        list-style:none;
}

.relatedPosts h2{
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
	margin-top:30px;
        color:#555;
        padding: 0px 20px 25px 20px;
        margin-left:35px;
        border:0px solid #333;
        font-weight: 100;
        font-size:22px;

       }

.relatedPosts li  {
	display:block;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
	width:100%;
	float:left;
	font-size:14px;
        background-image: none;
        padding: 0px;
        border:0px solid #333;
        list-style:none;
	margin-bottom:20px;
        }

.relatedPosts li img {
        float:left;
	margin:0 10px 0 0px;
        width: 140px; 
        height: 80px; 
        -moz-transition: border 0.3s 0.05s ease;
        -o-transition: border 0.3s 0.05s ease;
        -webkit-transition: border 0.3s 0.05s ease;
        
       }

/* Комментарии
-----------------------------------*/

.h2comments {
        font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
	color:#555;
        padding: 0px 0px 25px 0px;
        margin-left:0px;
        border:0px solid #333;
        font-weight: 100;
        font-size:28px;
	
	}

.h2comments a.addComment {
        border:none;
        color:#fff;
        padding: 10px 15px 14px 15px;
        font-size:18px;
        background: #5cbfd7;
        margin-top:-10px;
        margin-right:0px;
	display:block;
	float:right;
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
	
	}

.h2comments a.addComment:hover {
	background: #dc5a54;
        color:#fff;
        }

h2#commentsForm {
	margin:0;
	padding-top:0;
}

#content #colLeft ul.commentlist {
        width:100%;
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0;
	border-top:0px dotted #7a9e0e;
	border-bottom:0px dotted #7a9e0e;
	padding:0;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:0 0 20px 40px;
	position:relative;
	border-bottom:1px solid #E5E8EA;
	margin-top:25px;
        background:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
        margin-left:10px;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:18px;
        margin-left:30px;
}


#content #colLeft ul.commentlist li .avatar {
	background:#fff;
	border:1px solid #eee;
	position:absolute;
	left:0;
	top:5px;
}

#content #colLeft ul.commentlist .reply {
        
        position:absolute;
	right:10px;
	top:0px;
	
	text-align:center;
	font-size:21px;
	
}

#content #colLeft ul.commentlist .reply a {
        border-bottom:none;
	display:block;
	color:#e1e1e1;
	
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
}

#content #colLeft ul.commentlist .reply a:hover {
       
	color:#5cbfd7;
	
	
}

#content #colLeft ul.commentlist li .children li {
	margin-top:20px;
        padding-top:20px;
	border-top:1px solid #E5E8EA;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:0;
}

#content #colLeft ul.commentlist li .children li .avatar {
	top:25px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:15px;
}

/* Формы комментариев */

.commenth {
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
        color:#555;
        padding: 0px 20px 25px 20px;
        margin-left:35px;
        border:0px solid #333;
        font-weight: 100;
        font-size:22px;
	}

#commentform p {
	margin:0;
}

#commentform label {
        color:#777;
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:50%;
	margin-bottom:10px;
        border-radius:4px;
       -moz-border-radius:4px;
       -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:96%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
        font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
        border:none;
        border-radius:0px;
        color:#fff;
        padding: 10px 15px 14px 15px;
        font-size:18px;
        background: #5cbfd7;
        width:150px;
        margin-right:0px;
	display:block;
	cursor:pointer;
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
	
}

#commentform input#submit:hover {
        color:#fff;
        background: #dc5a54;
	}

blockquote {
        width:90%;
	border-left:5px solid #ccc;
	padding-left:20px;
	margin:15px 0 15px 25px;
	font-size:14px;
        color:#777;
}

blockquote:hover {
        
	border-left:5px solid #5cbfd7;
	
        color:#444;
}

/* Навигация */

.emm-paginate { margin-bottom:60px; clear:both; }
.emm-paginate a { border: 0px solid #ccc; background: #ebebeb; color:#333; margin-right:7px; padding:6px 14px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current { color:#fff; background:#5cbfd7; border: 0px solid #63800c; margin-right:7px; padding:6px 14px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:50%;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}


#contact textarea {
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	font-family: "Segoe UI Semilight", Tahoma, Helvetica, Sans-Serif;
        border:none;
        border-radius:0px;
        color:#fff;
        padding: 10px 15px 14px 15px;
        font-size:18px;
        background: #5cbfd7;
        width:150px;
        margin-right:0px;
	display:block;
	cursor:pointer;
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
}

#contact input.submit:hover{
	color:#fff;
        background: #dc5a54;
	}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

/* стрелка вверх */
.scrollTop{
    opacity: 0.5;  
    background:url(images/arrowup.png) 0 0 no-repeat;  
    display:block; width:37px; height:45px;  
    position:fixed; bottom:10px; right:3%;  
    z-index:2000;
    -moz-transition: all 0.5s 0.05s ease;
    -o-transition: all 0.5s 0.05s ease;
    -webkit-transition: all 0.5s 0.05s ease;  
 } 

.scrollTop:hover{
    opacity: 1.0;  
    background:url(images/arrowuphover.png) 0 0 no-repeat; 
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
 }

/* -------------------------------
След. и пред. записи
----------------------------------*/

.nextpostlink a {
        color:#5cbfd7;
        margin-top:18px;
        border-bottom: none;
        font-size:18px;
        float:right;
        padding-right:80px;
        padding-top:4px;
        background: url(images/nextpostlink.png) 150px 0px no-repeat;
        opacity: 0.7;
	height: 37px;
        -moz-transition: all 0.5s 0.05s ease;
        -o-transition: all 0.5s 0.05s ease;
        -webkit-transition: all 0.5s 0.05s ease;
	}

.nextpostlink a:hover {
        background: url(images/nextpostlinkhover.png) 150px 0px no-repeat;
        border-bottom: none;
        opacity: 1;
	-webkit-transform: translate(10px,0);
        -moz-transform: translate(10px,0);
        -o-transform: translate(10px,0);
	}

.prepostlink {
        margin-top:30px;
        
	}

.prepostlink a {
        display:block;
        width: 200px;
        color:#5cbfd7;
        margin-top:20px;
        font-size:18px;
        z-index:2000;
        background: url(images/prepostlink.png) 10px 0px no-repeat;
        opacity: 0.7;
	padding-left:70px;
        padding-top:4px;
        padding-bottom:8px;
        border-bottom: none;
        -moz-transition: all 0.5s 0.05s ease;
        -o-transition: all 0.5s 0.05s ease;
        -webkit-transition: all 0.5s 0.05s ease;
	}

.prepostlink a:hover {
        background: url(images/prepostlinkhover.png) 10px 0px no-repeat;
        border-bottom: none;
        opacity: 1;
	-webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
	}

/* -------------------------------
Адаптивный дизайн
----------------------------------*/

@media screen and (min-width:100px) and (max-width:1200px) {

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        
        width: 90%;
        
        }

#headerInnertop {
        
        width: 90%;
        
        
	}

#headerInnerdown {
        
        width: 90%;
        
	}

/* Верхнее правое меню */

.topMenuRight {
        position:absolute;
	right:0px;
	top:17px;
        }

#copyright {
        
	position:absolute;
	right:0px;
	top:0px;
}

/* -------------------------------
Меню
----------------------------------*/

#bottomMenublock {
        
        width: 90%;
        max-width:1200px;
        
	}

/* -------------------------------
Футер
----------------------------------*/

#footernav {
         position:absolute;
	 right:0px;
	 top:40px;
         
         }

#footerdownInner {
        
	width: 90%;
        }

#footerInner {
	width: 90%;
        
}

#footerInner .boxFooter {
        
	width:20%;
        margin-right:5%;
        
        }
}

@media screen and (min-width:100px) and (max-width:900px) {

/* Верхнее правое меню */



.sharenew { 
        display:none;
         
        }

.postBox {
        
        height:250px;
        
	margin-bottom:0px;
        
        }


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/


#wrapper {
        
        width: 90%;
        
        }


#headerInnertop {
       
        width: 90%;
        height:60px;
	margin:0 auto;
        margin-top:0px;
	}

#headerInnerdown {
        
        width: 90%;
        
       }

#content {
        
	margin-top:100px;
        border: 0px solid #1FA2E1; 
}


#content #colLeft {
        margin:0 auto;
        float:none;
	width:100%;
	
        }

#content #colRight {
        margin:0 auto;
        float:none;
	width:100%;
        }

/* -------------------------------
Футер
----------------------------------*/

#footerdownInner {
        
	width: 90%;
        
}


#footerInner {
	width: 90%;
        
}


#footerInner .boxFooter {
        float:none;
	width:100%;
        margin-right:0%;
        margin-bottom:10px;
        }

/* bottomMenu */




.bottomMenubg{
        background: #fff;
        
        
        }

.bottomMenuhomelink a {
       display:none;
        }

.bottomMenuhomelink a:hover {
        
        background: #86c747 url(images/bottomMenuhomelink.png) 23px 21px no-repeat;
        
        }

#dropdown_nav {
        margin-left:0px;
        
        }

#dropdown_nav li  {
       
        margin-bottom:45px;
        }

#dropdown_nav li a {
        background: #5cbfd7;
        font-weight:100;
        margin-right:6px;
        color:#fff;
        }

#dropdown_nav ul li ul {
        display:none;
        border-top:none;              
	}

#dropdown_nav ul li ul li a {
        display:none;
	}

#dropdown_nav ul li ul li {
        display:none;
	}

/* футер */

#footerdown {
        
        min-height:100px;
        
	}

#footerdownInner {
        
        min-height:100px;
	
}

#copyright {
        
	display:none;
}

#footernav {
         position:absolute;
	 left:26%;
	 top:10px;
         
         }

.sharenewfooter { 
        z-index: 4;
        position:absolute;
	left:40%;
	top:50px;
        }

}

@media screen and (min-width:100px) and (max-width:600px) {

.topMenuRight li a{
        
        border-bottom: none;
        }

.topMenuRight li a:hover{
        
        border-bottom: none;
        }

.postBox {
        float:none;
        position:relative;
        border:0px solid #dedede;
        width:24%;
        height:110px;
        margin-top:0px;
        margin-right:0px;
	margin-bottom:0px;
        
        }

.first {
        
        margin-right:0;
	
        
        }

.postBoxcat {
        
        float:none;
        margin-top:30px;
        margin-left:0px;
        width:100%;
        margin-bottom:30px;
        border: 0px solid #7a7a7a;
        }

}

@media screen and (min-width:100px) and (max-width:480px) {

#content {
        
	margin-top:150px;
        border: 0px solid #1FA2E1; 
}

}


.me {
font-size: 20px;
 text-transform: uppercase;
font-weight: bold;
vertical-align: top;
        background: url(images/list.png) 0px 10px no-repeat;
}


#novel {
text-align: center;
padding-right: 10px;
padding-left: 10px;
}

#novel img {
padding: 20px 10px 10px 30px;
}

.levon {
width: 820px;
display: block;
}

.getsocial {
text-align: right;
}






	
.coupon {
	clear: both;
	overflow: hidden;
margin-bottom: 15px;
margin-top: 15px;
padding: 0;

	border: 1px dashed #b1b1b1;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.coupon:hover {
	border: 1px dashed #84a12c;
background: #fafafa;
}


.lav {
height: 90px;
}

.coupon .get-price {
	  -moz-box-shadow:inset 0px 1px 0px 0px #66b213, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0px 1px 0px 0px #66b213, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow:inset 0px 1px 0px 0px #66b213, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7edd18), color-stop(1, #66b213));
    background:-moz-linear-gradient(top, #7edd18 5%, #66b213 100%);
    background:-webkit-linear-gradient(top, #7edd18 5%, #66b213 100%);
    background:-o-linear-gradient(top, #7edd18 5%, #66b213 100%);
    background:-ms-linear-gradient(top, #7edd18 5%, #66b213 100%);
    background:linear-gradient(to bottom, #7edd18 5%, #66b213 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45435', endColorstr='#e85032',GradientType=0);
  background-color:#666;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #62ab13;
  display:inline-block;
  cursor:pointer;
  color:#FFFFFF;
  letter-spacing: -1px;
  font-size: 20px !important;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px rgba(0, 0, 0, 0.75);
  height: 25px;
  text-transform: none;
  float: right;
  font-family: 'Oxygen', sans-serif !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coupon .get-price:hover {
	  -moz-box-shadow:inset 0px 1px 0px 0px #7edd18, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0px 1px 0px 0px #7edd18, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow:inset 0px 1px 0px 0px #7edd18, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66b213), color-stop(1, #7edd18));
    background:-moz-linear-gradient(top, #66b213 5%, #7edd18 100%);
    background:-webkit-linear-gradient(top, #66b213 5%, #7edd18 100%);
    background:-o-linear-gradient(top, #66b213 5%, #7edd18 100%);
    background:-ms-linear-gradient(top, #66b213 5%, #7edd18 100%);
    background:linear-gradient(to bottom, #66b213 5%, #7edd18 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45435', endColorstr='#e85032',GradientType=0);
color: #fff;
}


.coupon p {
	margin: 0;
}

.coupon .get-more {
	margin-top: 15px;
}

.coupon h3 {
color: #000;
float: left;
border: 0px solid #fff;
font-size: 16px;
width: 600px;
margin: 0;
padding-bottom: 10px;
}

.cuposha {
width: 170px;
height: 130px;
float: left;
  border: 1px solid #DAD9D9;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  background: #fff;
margin-right: 15px;
margin-left: 15px;
margin-top: 15px;
margin-bottom: 15px;
}

.cuposha-footer {
  padding: 10px;
  background: #F8F8F8 url(images/page.jpg) left repeat;
  border: 1px solid #DAD9D9;

  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  text-align: left;
  overflow: hidden;
float: left;
width: 800px;
}

.des {
float: right;
width: 615px;
height: 130px;
overflow: hidden;
color: #888888;
padding-bottom: 10px;
padding-top: 15px;
}


.till {
float: left;
padding-left: 30px;
margin-top: 6px;
font-size: 16px;
 background: url(images/clock.png) left no-repeat;
}





.sh-green{margin-top:0;padding:8px 25px;font-weight:bold;text-transform:uppercase;font-size:1.538em;color:white;position:relative;text-shadow:1px 1px 2px #555;background-color:#a99879;box-shadow:0 3px 4px rgba(180,180,180,0.8);background-image:url('http://cuposha.ru/cross-hatch.png'),-webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(255,255,255,0.1)), color-stop(20%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.3)));background-image:url('http://cuposha.ru/cross-hatch.png'),-webkit-linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.3) 100%);background-image:url('http://cuposha.ru/cross-hatch.png?1427307500'),-moz-linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.3) 100%);background-image:url('http://yetiskidki.ru/cross-hatch.png'),-o-linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.3) 100%);background-image:url('http://cuposha.ru/cross-hatch.png?1427307500'),linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0.3) 100%)}.oldie .section-header,.oldie .sh-green,.oldie .sh-red,.oldie .sh-blue,.oldie .sh-purple{background-image:url('http://cuposha.ru/cross-hatch.png')}

.section-header:after,.sh-green:after,.sh-red:after,.sh-blue:after,.sh-purple:after{content:"";position:absolute;border:1px dashed white;top:3px;left:3px;right:3px;bottom:3px}.section-header span,.sh-green span,.sh-red span,.sh-blue span,.sh-purple span{font-size:.7em;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:normal;padding-left:10px;text-transform:none}

.sh-green{background-color:#6fab00; text-align: center; color: #fff;}




.ha {
background: url(images/mail-bg.png) repeat-x center;
width: 100%;
height: 150px;
margin-bottom: 20px;
}

.mail-left {
float: left;
width: 370px;
padding-left: 25px;
padding-top: 25px;
padding-right: 10px;
}

.mail-right {
float: left;
width: 350px;
padding-top: 23px;
padding-left: 30px;
}

.mail-no {
color: #5b5b5b;
font-size: 20px;
font-weight: bold; 
padding-bottom: 10px;

}

.mail-dont {
color: #727272;
font-size: 13px;
line-height: 18px;
}



.ha input { float: left;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}input,textarea,button{padding:6px 8px;font-size:1.23em;border:1px solid #B5B5B5;box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2) inset;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px; background: #fff;}


.ha input[type="submit"] {width: 90px; float: left; margin-left: 7px;
    -moz-box-shadow:inset 0px 1px 0px 0px #43aad0, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0px 1px 0px 0px #43aad0, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow:inset 0px 1px 0px 0px #43aad0, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33809c), color-stop(1, #43aad0));
    background:-moz-linear-gradient(top, #33809c 5%, #43aad0 100%);
    background:-webkit-linear-gradient(top, #33809c 5%, #43aad0 100%);
    background:-o-linear-gradient(top, #33809c 5%, #43aad0 100%);
    background:-ms-linear-gradient(top, #33809c 5%, #43aad0 100%);
    background:linear-gradient(to bottom, #33809c 5%, #43aad0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33809c', endColorstr='#43aad0',GradientType=0);
  background-color:#555;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #2db2e3;
  display:inline-block;
  cursor:pointer;
  color: #fff !important;
  letter-spacing: -1px;
  font-size: 13px !important;
  padding:4px 12px;
  text-decoration:none;
  text-shadow:0px 1px 0px rgba(0, 0, 0, 0.75);
  height: 30px;
  text-transform: none;
  
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




.ha input[type="submit"]:hover {width: 90px; float: left; margin-left: 7px;
    -moz-box-shadow:inset 0px 1px 0px 0px #33809b, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0px 1px 0px 0px #33809b, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow:inset 0px 1px 0px 0px #33809b, 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #43aad0), color-stop(1, #33809b));
    background:-moz-linear-gradient(top, #43aad0 5%, #33809b 100%);
    background:-webkit-linear-gradient(top, #43aad0 5%, #33809b 100%);
    background:-o-linear-gradient(top, #43aad0 5%, #33809b 100%);
    background:-ms-linear-gradient(top, #43aad0 5%, #33809b 100%);
    background:linear-gradient(to bottom, #43aad0 5%, #33809b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43aad0', endColorstr='#33809b',GradientType=0);
}



.ha textarea {
	background: #fff; }


.ha input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #65aec5;}
