/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

* {
	outline: none!important;
}

html {
	border-bottom: 1px solid transparent; /* with min-height cause showing always the scrollbar */
	-webkit-font-smoothing: antialiased; /* Fixes Webkit GPU rendering */
	min-height: 100%;
}

body { 
	min-height: 100%;
	background: #333;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	padding: 0;
	font-weight: 400;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}

body[data-mobile="true"] #main-menu-mobile select {
    font-size: 50px;
}

/* 1.2. Base typography elements
==================================== */

a {
	color: #de7037;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	   -moz-transition: color 0.3s ease-out;
 	    -ms-transition: color 0.3s ease-out;
	     -o-transition: color 0.3s ease-out;
	        transition: color 0.3s ease-out;
	-webkit-transform: translateZ(0);
}

a:active,
a:focus,
a:hover {
	color: #111;
	cursor: pointer;
}

article header h1 a,
article header h2 a {
	color: #111;
}

article header h1 a:active,
article header h1 a:focus,
article header h1 a:hover,
article header h2 a:active,
article header h2 a:focus,
article header h2 a:hover {
	color: #de7037;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 600;
	margin: 0;
}

h1 {
	font-size: 40px;
}

.content h1,
.summary h1 {
	font-size: 30px;
}

h2 {
	font-size: 34px;
}

.content h2,
.summary h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 14px;
}

.page-title {
	font-size: 32px;
	margin-bottom: 20px;
}

ul, 
ol {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 2.8;
}

img {
	height: auto;
	max-width: 100%;
}

/* 1.3. Base form elements
==================================== */

/* buttons */
.btn,
button,
.readon,
a.gk-button,
input[type="button"],
input[type="submit"] {
	background: #333;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	line-height: 41px;
	margin: 0 5px 2px 2px;
	padding: 0 16px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .1s ease-out;
	   -moz-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;
}

.btn:hover,
.btn:active,
.btn.active,
.btn:focus,
button:active,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="submit"]:active,
input[type="button"]:focus,
input[type="submit"]:focus,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button:focus,
.readon:hover,
.readon:active,
.readon:focus {
	background: #de7037;
	color: #fff;
}

.btn a {
	color: #fff!important;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
textarea {
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
	     -o-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #d9d6d0;
	color: #888;
	font-size: 14px;
	height: 42px;
	line-height: 43px; 
	max-width: 100% !important;
	padding: 0 12px;
}

textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	font-style: normal;
	height: auto;
	line-height: 22px;
	max-width: 100% !important;
	padding: 24px;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

select {
	max-width: 100%;
}

/* 1.4. Base other elements
==================================== */

article {
	margin: 30px 0 0 0;
}

article:first-child {
	margin-top: 0;
}

.tag-page article,
.category-page article,
.search-page article {
	margin: 40px 0 0 0;
}

#gk-mainbody #searchform {
	margin: 20px 0 40px 0;
}

#gk-mainbody #searchform #searchsubmit {
	display: inline-block;
	float: none;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */
.gk-column-left > section {
	float: right!important;	
}

.gk-column-left::after {
	clear: both;
	content: "";
	display: table;
}

.gk-column-left > aside {
	float: left!important;
	padding: 0 30px 0 0!important;
}

#gk-page-wrap {
	background: #fffbf4 url('../images/style1/bg_pattern.png') repeat 0 0;
	padding-bottom: 30px;
}

#gk-header + .gk-page-wrap {
	padding-top: 20px;
}

.gk-page {
	margin: 0 auto;
	width: 100%; 
}

#gk-mainbody-columns {
	display: block;
	width: 100%;
}

#gk-mainbody-wrap {
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 1px 8px #d3cec7;
	   -moz-box-shadow: 0 1px 8px #d3cec7;
	    -ms-box-shadow: 0 1px 8px #d3cec7;
	     -o-box-shadow: 0 1px 8px #d3cec7;
	        box-shadow: 0 1px 8px #d3cec7;
	display: block;
	float: left;
	margin-top: 20px;
	padding: 0 0 20px 0;
}

#gk-mainbody-wrap::before {
	background: transparent url('../images/style1/block_bg.png') no-repeat right top;
	content: "";
	display: block;
	height: 20px;
	position: relative;
	top: -20px;
	width: 100%;
	z-index: 0;
}

#gk-mainbody-columns > aside {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 0 0 30px;
}

#gk-mainbody-columns > section {
	float: left;
}

#gk-mainbody-columns.gk-column-left > section {
	float: right;
}

#gk-mainbody-columns > section > div > section {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;	
	margin: 0 40px;
	padding: 0 0 10px 0;
}

#gk-mainbody-columns > section > div {
	width: 100%;
}

#gk-banner-mainbody-top {
	margin-bottom: 30px;
}

#gk-mainbody-top {
	background: transparent url('../images/style1/separator.png') repeat-x 0 bottom;
	margin-bottom: 40px!important;
	padding-bottom: 20px!important;
}

#gk-mainbody-bottom {
	background: transparent url('../images/style1/separator.png') repeat-x 0 top;
	margin-top: 20px!important;
	padding: 30px 0!important;
}

#gk-banner-mainbody-bottom {
	clear: both;
	padding-top: 30px!important;
}

#gk-mainbody {
	margin: 0 40px;
	padding: 0 0 10px 0;
}

/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */

/* Topbar */
#gk-topbar {
	margin-bottom: 24px!important;
}

#gk-topbar > div {
	background: transparent url('../images/style1/topbar_bg.png') no-repeat right bottom;
	padding: 0 0 10px 0;
}

#gk-topbanner {
	color: #a7a7a7;
	float: left;
	font-size: 12px;
	font-style: italic;
	line-height: 44px;
	margin: 0 0 0 60px;
}

#gk-topbanner p {
	line-height: 44px;
	margin: 0;
}

/* userarea */
#gk-user-area {
	float: right;
	margin: 0 30px 0 20px;
}

#gk-user-area a {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0 6px;
	text-transform: uppercase;
	white-space: nowrap;
}

#gk-login {
	color: #111;
}

#gk-login:active,
#gk-login:focus,
#gk-login:hover {
	color: #eb592a;
}

#gk-register {
	color: #eb592a;
}

#gk-register:active,
#gk-register:focus,
#gk-register:hover {
	color: #111;
}

#gk-login + #gk-register::before {
	content: "";
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #f2f2f2;
	left: -5px;
	position: relative;
}

/* 3.2. Header
==================================== */

#gk-head {
	clear: both;
	margin-bottom: 20px!important;
	position: relative;
}

#gk-head::after,
#gk-topbar > div::after {
	clear: both;
	content: "";
	display: table;
}

#gk-head h1 {
	float: left;
	margin: 0;
}

#gk-head a.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	display: block;
	height: 84px;
	margin: 4px 0;
	text-indent: -9999px;
	width: 240px;
}

#gk-head a.textLogo {
	color: #333;
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	min-height: 48px;
	padding: 5px 0;
	text-indent: 0;
}

#gk-head a.textLogo small {
	color: #666;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 11px;
}

#gk-head a.imageLogo,
#gk-head a.imageLogo img {
	display: block;
}

#main-menu-mobile {
	height: 48px;
	left: -9999px;
	position: absolute;
	top: 0px;
	width: 160px;
}

#gk-header {
	background: #f5f5f5;
	margin: 0 -10px;
	padding: 30px 0;
}

#gk-header .header img {
	display: block;
	height: auto;
	width: 100%;
}

#gk-header .header {
	border: none;
	margin: 0;
	padding: 0;
}

/* 3.3. Content
==================================== */

section.intro {
	font-size: 110%;
	margin: 0 0 40px 0!important;
	padding: 0;
}

.box::after,
#gk-topbar::after,
#respond::after,
#gk-mainbody::after,
#gk-mainbody-columns::after,
.gk-page::after {
    clear: both;
    content: "";
    display: table;
}

section.content::after,
section.summary::after {
    clear: both;
    content: "";
    display: table;
}

section.content,
section.summary {
	padding-bottom: 20px;
}

/* 3.4. Sidebar
==================================== */

/* 3.5. Bottom & Top modules
==================================== */

#gk-top {
	padding: 24px 14px;
}

#gk-bottom {
	border-top: 1px solid #e5e5e5;
	margin: 30px auto;
	padding: 45px 0 0 0;
}

#gk-bottom ul li,
#gk-bottom ol li {
	line-height: 2.0;
}

#gk-bottom .box ul li,
#gk-bottom .box ol li {
	border-top: none;
}

/* 3.6. Footer
==================================== */

#gk-footer {
	border-top: 1px solid #484848;
	clear: both;
	color: #999;
	font-size: 12px;
	line-height: 61px;
}

#gk-footer a {
	color: #d5d5d5;
}

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #fff;
}

#footer-menu {
	float: left;
	line-height: 32px;
	margin: 0;
}

#footer-menu li {
	border: none!important;
	float: left;
	line-height: 60px;
	margin: 0 12px 0 0!important;
	padding: 0!important;
}

#footer-menu ul {
	display: none;
}

#gk-footer .gk-copyrights {
	float: right;
	margin: 0 12px;
}

#gk-style-area {
	display: block;
	float: right;
	line-height: 7px;
	margin: 0;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

#gk-style-area > div {
	float: left;
	margin: 0 0 12px 0;
}

#gk-style-area a {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 26px 3px 9px 0;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	   -moz-transition:    -moz-transform 0.2s ease-out;
	     -o-transition:      -o-transform 0.2s ease-out;
	        transition:         transform 0.2s ease-out;
	width: 7px;
}

#gk-style-area a:hover {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}

#gk-style-area a {
	background: #de7037;
}
#gk-style-area a + a {
	background: #9cc6c2;
}
#gk-style-area a + a + a {
	background: #c8602d;
}
#gk-style-area a + a + a + a {
	background: #f33;
}


#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 0 auto!important;
	padding: 96px 0 16px 0!important;
}

#gk-top-link {
	margin-left: 20px;
}

.gk-disclaimer {
	clear: both;
	margin: 0;
	text-align: center;
}

/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

.box {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
  	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 4.2. Base style for other areas
==================================== */

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box {
	float: left;
}

#gk-top1,
#gk-top2,
#gk-bottom1,
#gk-bottom2 {
	clear: both;
	margin-bottom: 30px!important;
	overflow: hidden;
}

#gk-top1 > div::after,
#gk-top2 > div::after,
#gk-bottom1 > div::after,
#gk-bottom2 > div::after {
	clear: both;
	content: "";
	display: table;
}

#gk-top1,
#gk-top2,
#gk-bottom1 {
	background: transparent url('../images/style1/block_bg.png') no-repeat right top;
	-webkit-box-shadow: 0 1px 8px #D3CEC7;
	   -moz-box-shadow: 0 1px 8px #d3cec7;
	    -ms-box-shadow: 0 1px 8px #d3cec7;
	     -o-box-shadow: 0 1px 8px #d3cec7;
	        box-shadow: 0 1px 8px #D3CEC7;
	padding-top: 20px;
}

#gk-top1 > div,
#gk-top2 > div,
#gk-bottom1 > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 28px 20px 28px;
}

#gk-bottom1 {
	margin: 30px auto 0 auto!important;
}

#gk-bottom2 {
	padding: 24px 0 0 0;
}

.widget-area .col1 { 
	width: 100%; 
}

.widget-area .col2 { 
	padding: 0 14px; 
	width: 50%; 
}
.widget-area .col3 { 
	padding: 0 14px;
	width: 33.3%; 
}
.widget-area .col4 { 
	padding: 0 14px;
	width: 25%; 
}
.widget-area .col5 { 
	padding: 0 14px; 
	width: 20%; 
}
.widget-area .col6 { 
	padding: 0 14px; 
	width: 16.6%; 
}

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}
.social-comments{
	overflow: hidden;
}
.social-comments>div{
	margin: 0 2px;
	float: left;
}

/*13.07.2014*/

#gk-head.gkTop {
  height: 59px;
}

.gk-page {
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.gkTop .gk-page {
  margin: 0;
  position: fixed;
  width: 1080px;
  top: 0;
  left: 50%;
  margin-left: -545px;
  background: #fff;
  z-index: 999;
  padding: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.38);
}











body .quote {
    font: 32px/28px"PFDinTextCompPro-Regular";
    position: relative;
    border: 1px solid red;
    background-color: #B5B5B5;
}
body .quote .wrap {
    position: relative;
    z-index: 1;
    background-color: transparent;
	margin: 13px 0 20px 39px;
	padding: 0 20px 28px 41px;

	background-image: url(http://obodrenie.info/wp-content/uploads/2015/09/ver_dor.png);
    background-repeat: no-repeat;
	background-position: 0 bottom !important;
}
body .quote .wrap p{
    font: 20px/30px Arial !important;
    color: #504A4A;
}




#scroller{
    position: fixed;    
    bottom: 30px;   
    cursor: pointer;
    display:none;
	right:30px;
	
}


#footer-menu + ul {float:left; line-height:32px; margin:0;}
#footer-menu + ul li {
  border: medium none !important;
  float: left;
  line-height: 60px;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
}




#text-7 .box-title{
    display: none;
}