/*
	Theme Name: Anew Child
	Theme URI: http://alxmedia.se/themes/anew/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: anew
	Version: 1.0.0
*/

@import url("../anew/style.css");
@import url("style1.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.test1 {font-size:11px;line-height:14px;clear:both;float:none;display:none;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {min-height: 1px;padding-left: 1.5%;padding-right: 1.5%;position: relative;}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {float: left;}
.col-md-12 {width: 100%;}
.col-md-11 {width: 91.6667%;}
.col-md-10 {width: 83.3333%;}
.col-md-9 {width: 75%;}
.col-md-8 {width: 66.6667%;}
.col-md-7 {width: 58.3333%;}
.col-md-6 {width: 50%;}
.col-md-5 {width: 41.6667%;}
.col-md-4 {width: 30.3%;}
.col-md-3 {width: 25%;}
.col-md-2 {width: 16.6667%;}
.col-md-1 {width: 8.33333%;}

.col-md-offset-12 {margin-left: 100%;}
.col-md-offset-11 {margin-left: 91.6667%;}
.col-md-offset-10 {margin-left: 83.3333%;}
.col-md-offset-9 {margin-left: 75%;}
.col-md-offset-8 {margin-left: 66.6667%;}
.col-md-offset-7 {margin-left: 58.3333%;}
.col-md-offset-6 {margin-left: 50%;}
.col-md-offset-5 {margin-left: 41.6667%;}
.col-md-offset-4 {margin-left: 33.3333%;}
.col-md-offset-3 {margin-left: 25%;}
.col-md-offset-2 {margin-left: 10%;}
.col-md-offset-1 {margin-left: 5%;}
.col-md-offset-0 {margin-left: 0;}

/* Global - проверить, что нужно, а что нет */
.mystyle {}

.page-title-single {display:none}

.search-input{position: absolute;top: 25px;right: 20px;display: inline;float: right;padding-right:0;margin-right: 0;width: 150px;font-size:18px;border: 1px #eeeeee solid;}
.themeform input, .themeform textarea, .themeform button, .themeform select, .themeform label {font-size:16px;}
.themeform.searchform div input, textarea, select {display: inline-block;width: 150px;height: 44px;padding-left: 30px;padding-bottom: 12px;padding-top: 12px;margin:0;background-color: #3E3232;background-position: 15px 50%;border: 1px #EEEEEE;color: #f7f7f7;}
.themeform.searchform div input:focus, textarea:focus, select:focus {color: #f7f7f7;}
.themeform input[type="text"] {display: inline-block;}
.entry > h2 {color: #86BD0F;font-weight: 300;}
li .sub-menu {margin-top:1px}
.menu-item li a {padding-bottom: 0}
#nav-topbar {height: 100px;background-color: #3E3232;}
.prefooter {background-color: #332C29;min-height: 68px;position: relative;}
.redtext {color:#ff0000;}
/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}

/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
	.e1-txtblock-slogan h1 {max-width: 719px;}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}