/*
Theme Name: Response
Theme URI: http://cyberchimps.com/cyberchimps-free/
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description: A Free HTML5 Responsive Drag & Drop Starter WordPress Theme by CyberChimps WordPress Themes featuring Twitter Bootstrap, and responsive touch friendly theme options.
Version: 2.1.6
Tags: white, black, silver, light, two-columns, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-images, flexible-header, post-formats, theme-options, threaded-comments, sticky-post
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
*/


/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/
body {color:#555}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400;
}

table .label {
  background: none;
  padding: 7px;
  line-height: normal;
  text-shadow: none;
}
tr {
  border-bottom: 1px solid #ccc;
}
td { 
	padding: 5px 20px;
}
dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px; 
}
dd {
  margin-bottom: 15px;
  margin-left: 26px;
}
ul, ol { 
	margin: 0 0 10px 0;
}
ol, ul {
  list-style-position: inside;
  margin-left: 21px;
}
pre {
  -moz-border-radius: 0;
  border-radius: 0;
}
code {
	white-space: pre-wrap;
}
header {
	margin-top: 15px;
  margin-bottom: 15px;
}
.clear{
  clear: both;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

/*======================================= SOCIAL ==============================================*/

header #social .icons a {
  float: right;
  margin-left: 5px;
}

/*======================================= DETAILS =============================================*/

header#cc-header h1.site-title {
	margin-bottom: 5px;
}

header#cc-header h2.site-description {
	font-size: 14px;
	margin: 0;
}

header#cc-header .contact_details {
  float: right;
}

header#cc-header .register {
  float: right;
}

header#cc-header .blog_description {
  float: right; 
}

header#cc-header p {
  font-size: 1.2em;
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
  float: right;
}
 	

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

#navigation {
 	margin-bottom: 20px; 
}
.main-navigation.navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-inner {
	padding: 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.main-navigation .navbar .nav > li > a {
	color: #777;
	text-shadow: 0 !important;
}
.main-navigation .nav li a:hover {
  color: #08C;
  background: none;
}
.main-navigation .nav li.dropdown.active > .dropdown-toggle, .main-navigation .nav li.dropdown.current-menu-ancestor > .dropdown-toggle, .main-navigation .nav > .active > a, .navbar .nav > .active > a:hover {
	color: #fff;
	background-color: #08c;
	text-shadow: none;
}
.main-navigation .nav li.dropdown.active > .dropdown-toggle .caret, .main-navigation .nav li.dropdown.current-menu-ancestor > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.main-navigation .nav li ul {
  list-style: none;
  margin-left: 0;
}
.main-navigation .nav > li > ul > li > ul > li > a {
	text-indent: 10px;
}
.main-navigation .nav > li > ul > li > ul > li > ul > li > a {
	text-indent: 15px;
}
.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
	margin-top: 0;
}
#navigation #searchform {
	margin-right: 15px;
}
.navbar .btn-navbar {
	margin-bottom: 5px;
}
.nav-collapse .dropdown-menu a {
	color: #666;
}
/*==============================свои стили======================*/
.nav li {
text-align: center;
}
#menu-item-15 a {
padding-top: 20px;
padding-bottom: 20px;
}
#menu-item-27 a {
padding-top: 20px;
padding-bottom: 20px;
}
#menu-item-29 a {
padding-top: 20px;
padding-bottom: 20px;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9::before {
padding-top: 25% !important;
}
.vc_grid.vc_row .vc_grid-item .vc_btn, .vc_grid.vc_row .vc_grid-item .vc_icon_element, .vc_grid.vc_row .vc_grid-item .wpb_content_element {
margin-bottom: 0 !important;
}
.wpb_single_image .vc_single_image-wrapper{
margin-top: 3%;
}
.wpb_single_image .vc_figure{
margin-top: 4.5%;
}
.dropdown-menu li {
word-wrap: break-word;
    text-align: justify;
}
#credit {
    display: none;
}
/*==============================свои стили конец======================*/
@media (max-width: 979px) {
	.navbar .btn-navbar {
		background-image: none;
		background-color: #08c;
	}
	.navbar .btn-navbar:hover {
		background-image: none;
		background-color: #0284CA;
	}
	.nav-collapse .dropdown-menu .active > a {
		color: #fff;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
	}
	.navbar .nav-collapse .nav > li > a:hover, .navbar .nav-collapse .dropdown-menu a:hover {
		color: #fff;
		text-shadow: none;
		background-color: #08c;
	}
	.navbar .nav-collapse .nav > li.current-menu-item > a, .navbar .nav-collapse .nav > li.current-menu-ancestor > a {
		color: #fff;
	}
	.nav-collapse .dropdown .caret {
		display: none;
	}
	.nav-collapse .dropdown-menu {
		display: block;
	}
	.navbar .nav-collapse .dropdown-menu .active > a {
		color: #fff;
		background-image: none;
		background-color: #08c;
	}
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container {
  background: transparent;
}
article.post, article.page, article.attachment {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #ddd;
}
.entry-content {
  margin: 20px 0;
}
.page-header {
  margin-top: 0;
  padding: 0;
  border: none;
}
.featured-image {
margin-top: 4px;
margin-right: 12px;
margin-bottom: 10px;
float: left;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

article {
  background: #fff;
}
.entry-header {
  margin-top: 0;
}
.entry-summary {
  margin: 10px 0;
}
.postformats {
  float: right;
}
blockquote { 
	background-color: #ccc;
	margin: 20px 10px;
	padding: 3px;
}
blockquote p {
  margin: 10px;
}
blockquote cite {
  font-size: 0.9em;
}
blockquote cite:before {
  content: ' ̶ ';
  position: relative;
  top: -2px;
  margin: 0 5px; 
}
.page-links {
  clear: both;
}
.more-content {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}
.previous-post {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.next-post {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*==================================== TAXONOMY ========================================================*/

h2.entry-title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1em;
	font-size: 1.6em;
}
h2.entry-title a {
  color: #333333;
}
h2.entry-title a:hover {
  color: #0088CC;
}
article.post p, article.page p {
  font-size: 1.1em;
  line-height: 1.5em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
	display: block;
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
img.size-full {
	max-width: 100%;
	height: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 15px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin:0;
  max-width: 95%;
  padding:0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.caption_title {
  font-size:16px;
}
.gallery-pagination {
  margin: 20px 0;
}
.gallery-pagination .previous-image a {
  float: left;
}
.gallery-pagination .next-image a {
  float: right;
}

/*==================================== META ============================================================*/

.entry-meta {
  color: #999;
  margin-top: 0;
  font-size: 0.85em;
}
footer.entry-meta {
  clear: both;
}
.edit-link {
  margin-bottom: 10px;
}
.edit-link a {
  color: #fff;
  background: #888;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.edit-link a:visited {
  color: #fff;
}
.edit-link a:hover {
  text-decoration: none;
  color: #ccc;
}
.cyberchimps_article_share {
  float: right;
}

/*==================================== COMMENTS ========================================================*/

.comments-area {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
label[for="comment"] {
  display: block;
}
ol.commentlist {
  list-style: none;
}
ol.commentlist p {
  margin-left: 8px;
  clear: left; 
}
ol.commentlist li.comment {
  padding: 10px;
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar {
  margin: 0 10px 10px 10px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 11px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #888;
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
  margin-left: 8px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.even {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
ol.commentlist li.odd {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.comment, .trackback, .pingback {
  padding:10px;
  margin:10px 0 10px 0;
}
.odd {
  background:#f8f8f8;
}
#form-allowed-tags code {
  font-size:12px;
}
#respond input, #respond textarea {
  margin:0 5px 5px 0;
  overflow:auto;
}
#respond textarea {
  width:99%;
  height:150px;
}
.avatar {
  float:left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

.widget-container {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
h3.widget-title {
	font-size: 1.4em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1em;
}
.widget-container ul, .widget ul {
  margin-left: 5px;
}
.widget-container ul li, .widget ul li {
  font-size: 14px;
  line-height: 1.8em;
  list-style: none;
}
table#wp-calendar {
  width: 100%;
}
table#wp-calendar th {
	font-size: 14px;
}
table#wp-calendar td {
	font-size: 14px;
	width: 14.28571428571429%;
	padding: 5px 0;
  text-align: center;
}
table#wp-calendar td {
  text-align: center;
}
.widget-container #searchform.pull-right {
	margin-right: 30px;
}
.widget-container #searchform input.input-medium {
	float: none;
	display: inline-block;
	width: 100%;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
	margin-bottom: 5px;
  	margin-top: 1.4%;
}    

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

#footer-widgets {
  margin-bottom: 20px;
}
#footer-widgets .widget-container {
  border: none;
}
#footer-widget-container {
  border: 1px solid #ddd;
  background: #fff;
}
.site-footer #copyright {
/*text-align: center;*/
margin-bottom: 20px;
margin-left: -40%;
}


/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky{}
.gallery-caption{}
.bypostauthor{}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== BOXES ======================================================*/

.box {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
h2.box-widget-title {
  font-size: 1.4em;
  text-align: center;
}
.box p {
  font-size: 1.1em;
  line-height: 1.2em;
}
.box a {
  display: block;
  width: 100%;
  text-align: center;
}
.box-no-url {
	cursor: default;
}

/*==================================== PORTFOLIO ===================================================*/

#portfolio {
  margin-bottom: 20px;
}
#gallery {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px 20px 0 20px;
}
#gallery ul.row-fluid {
  margin: 0;
  padding: 0;
}
#gallery ul.row-fluid li#portfolio_wrap {
  text-align: center;
	margin-bottom: 20px;
}
#gallery ul.row-fluid li#portfolio_wrap .portfolio_item {
  padding: 20px;
}

/*==================================== SLIDER ======================================================*/

#slider {
  border: 1px solid #ddd;
}

/*==================================== TWITTER =====================================================*/

#twitter-container {
  margin-bottom: 20px;
}
#twitter-bar {
  border: 1px solid #ddd;
  background: #fff;
	padding: 20px;
}
#twitter-bar #twitter-text img {
	float: left;
	margin-top: -5px;
}
#twitter-bar #twitter-text p {
	padding-left: 75px;
}
@media (max-width: 480px) { 
	#twitter-bar #twitter-text img {
		width: 30px;
		height: 21px;
		margin-top: 0;
	}
	#twitter-bar #twitter-text p {
		padding-left: 40px;
	}
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.1em;
  border: 1px solid #ddd;
	background: #fff;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
  border: 1px solid #ddd;
  background: #fff;
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/

/*==================================== PHONES ====================================================*/

@media (max-width: 480px) { 
	header#cc-header .span7 {
		text-align: center;
	}
	header#cc-header .span5 {
		text-align: center;
	}
	header#cc-header .span5 div.icons a {
		float: none;
	}
	header#cc-header .span5 div.blog-description {
		float: none;
	}
	header#cc-header .span5 div.register {
		float: none;
	}
	header#cc-header .span5 #searchform {
		float: none;
	}
}

.topTitle{
	background-color: rgba(0, 0, 0, 0.5);
    border: medium none;
    border-radius: 10px 0 0 10px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: -4%;margin-left: -41%;
    margin-top: 5%;
    padding-left: 0.8%;
	padding-top: 0.4%;
	float: right;
	text-shadow: 1px 0 #000000, 1px 1px #000000, 0 1px #000000, -1px 1px #000000, -1px 0 #000000, -1px -1px #000000, 0 -1px #000000, 1px -1px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
}
.topTitle p, .topAddress p{
	display: inline-block;
	text-align: right;
	font-size: 18px;
}
.topTitle span{
	display: inline-block;
	font-size: 50px;
	line-height: 2px;
}
.topAddress{
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
}
#logo img {
	display: inline-block !important;
}

@media (max-width: 767px){
	#logo{
		position: absolute;
		width: 23%;
	}
	.topTitle{
		background-color: rgba(0, 0, 0, 0.5);
		border: medium none;
		border-radius: 10px 0 0 10px;
		color: #ffffff;
		display: inline-block;
		margin-top: -9%;
		padding-left: 0.8%;
		padding-top: 0.4%;
		float: right;
		text-shadow: 1px 0 #000000, 1px 1px #000000, 0 1px #000000, -1px 1px #000000, -1px 0 #000000, -1px -1px #000000, 0 -1px #000000, 1px -1px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
		padding-right: 1%;
		margin-bottom: 0;
		margin-left: 0;
	}
	.topTitle p, .topAddress p{
		display: inline-block;
		text-align: left;
		font-size: 18px;
		float: right;
		line-height: 20px;
		padding-bottom: 0%;
		margin-top: 7%;
	}
	.topTitle span{
		display: inline-block;
		font-size: 34px;
		line-height: 2px;
	}
	a#CecutientBtn{
		display: none !important;
	}
	.site-footer #copyright{
		margin-left: 0;
	}
	
}