/*** Каркас ***/
body {
  font-family: PT Sans Caption;
}
#template-wrapper
{
	position:fixed;
	left: 0px;
	top: 0px;	
	width:100%;
	height: 100%;
}
#module-container
{
  margin: 0 0 0 230px;
	z-index:6;
	overflow: auto;
}
#module-container-wrap
{
  overflow-y: scroll;
  height: 100vh;
  background: rgba(161,160,147,0.47);
  color: #5C5A5A;
}
#console-log,
#footer-social-tooltip {
  display: none;
}

/*** Панель Меню ***/
#menu-container
{
	position:absolute;
	height: 100%;
	left:0px;
	z-index:10;
	top: 0px;
  background-image:url(../assets/patterns/menu/menu_pattern_1.png);
	background-color: #000;
	background-repeat:repeat;
}
#menu-hider {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
    z-index: 10;
}
#menu-hider-background {
    background-color: #7E7B52;
    position: absolute;
    width: 10px;
    height: 100%;
    left: 0px;
    z-index: 2;
}
.template-logo {
    clear: both;
    position: relative;
    float: left;
    background-image: url("../assets/media/synergy_html5_logo.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 90px;
    margin: 28px 0px 28px -70px;
    z-index: 8;
    left: 50%;
    cursor: pointer;
}
footer {
    position: absolute;
    bottom: 8px;
    width: 230px;
    height: 74px;
    left: 0px;
    z-index: 11;
}
#footer-text {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 100%;
}
#footer-copyright {
    margin-top: -30px;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
}
#footer-copyright a {
    position: relative;
    float: left;
    width: 100%;
    font-family: PT Sans;
    font-weight: normal;
    font-size: 12px;
    line-height: 170%;
    padding: 9px 0px;
    color: #777;
    text-align: center;
    text-decoration: none;
}

/*** Меню ***/
.template-menu,
.menu-option-holder,
.menu-option-text,
.sub-menu-option-text {
    width: 230px;
}
.menu-option-holder,
.menu-option-holder-selected,
.menu-option-background,
.menu-option-text,
.sub-menu-option-holder,
.sub-menu-option-background,
.sub-menu-option-text {
    height: 32px;
}
.menu-option-holder {
    position: relative;
}
.template-menu {
    clear: both;
    position: relative;
    float: left;
    padding: 0px;
    z-index: 9;
}
.menu-option-background {
    margin-left: 210px;
    transition: margin 0.5s ease 0s;
}
.sub-menu-option-text, .menu-option-text, .smartphone-option-text {
    top: 0px;
    position: absolute;
    z-index: 2;
}
.menu-option-text a, .menu-option-sign, .sub-menu-option-text a, .smartphone-option-text a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    font-family: PT Sans Caption;
    font-size: 12px;
    color: #777;
    overflow: hidden;
    text-decoration: none;
    outline: medium none;
}
.menu-option-background
{
	margin-left:230px;
	transition: margin 0.5s ease;
	background-color: #7E7B52;
}
.menu-option-holder > .menu-option-text a {
	transition: color 0.5s ease;
}
.menu-option-holder:hover > .menu-option-background
{
	margin-left:0px !important;
}
.menu-option-holder:hover > .menu-option-text a
{
	color: #fff !important;
}
.menu-option-holder-selected {
    position: relative;
}
.menu-option-holder-selected .menu-option-background {
	margin-left: 0; !important;
	background-color: #7E7B52;
}
.menu-option-holder-selected .menu-option-text a {
	color: #fff;
}


/*** меню смартфона ***/
#template-smpartphone-menu {
    display: none;
    clear: both;
    position: relative;
    float: left;
    left: 50%;
    margin: 0px 0px 15px -120px;
    width: 240px;
    z-index: 9;
}
#template-smpartphone-menu select {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #777;
}

/*** галлерея ***/
.module-full-width-gallery {
    /*background-color: #FFF;*/
}
.full-width-item {
    position: relative;
    float: left;
    background-image: url("../assets/loaders/loader_circle.gif");
    background-repeat: no-repeat;
    background-position: center center;
    width: 25%;
    cursor: default;
    line-height: 0;
    overflow: hidden;
}
.full-width-item img {
    width: 100%;
}
.gallery-split-2 {
  display: none;
  clear: none;
}
.gallery-split-4 {
  display: block;
  clear: both;
}
@media screen and (max-width: 980px) {
  .full-width-item {
    width: 50%;
  }
  .gallery-split-2 {
    display: block;
    clear: both;
  }
  .gallery-split-4 {
    display: none;
    clear: none;
  }  
}
/*** всплывающий заголовок в галлерее ***/
.hover-title
{
  background: rgba(0,0,0,0.7);
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -100px;
  transition: bottom 0.3s ease;
}
.full-width-item:hover .hover-title {
  bottom: 0;
}
.hover-title-text
{
  text-align: center;
  margin: 5px;
 	line-height:110%;
  color: #fff;
  font-size: 20px;
}
.hover-title-btn {
  margin-top: 10px;
  text-align: center;
}
.hover-title-btn a {
  padding: 6px 20px;
  line-height: 200%;
  background-color: #FFF;
  cursor: pointer;
  font-family: PT Sans;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
  color: #3F3F3F;
  text-transform: uppercase;
}

/*** окно заказа ***/
#modal-order {
  display: none;
  background-color: rgba(0,0,0,0.7);
  z-index: 100;
  
  position: absolute;
  top: 50%;
  left: 50%;
  
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 400px;
  padding: 10px;
}
#modal-order-inner {
  background-color: #fff;
  color: #333;
  height: 100%;
}
#modal-order input {
  border: 1px solid #6E6E6E;
  font-size: 20px;
}
#modal_error {
  font-weight: normal;
  font-size: 23px;
  line-height: 120%;
  color: #333;
  text-align: center;
}

/*** текстовый блок старый ***/
.module-text {
  padding: 10px;
}

/*** текстовый блок старый ***/
#module-contact-holder
{
	width: 635px;
	margin: 10px auto;
}
.title-holder {
    position: relative;
    float: left;
    width: 100%;
}
.title-text_normal {
    font-family: PT Sans Caption;
    font-weight: normal;
    font-size: 23px;
    line-height: 120%;
    color: #5C5A5A;
    text-align: left;
}
.custom-separator-careers {
    clear: both;
    position: relative;
    float: left;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #A0A0A0;
}

/*** контактные данные */
.contact-information {
    position: relative;
    float: left;
    width: 40%;
    height: 250px;
    margin-top: 10px;
    color: #5C5A5A;
}
.contact-information-title {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 16px;
}
.contact-information-title p {
  font-family: PT Sans;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.contact-information-details {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.contact-information-details p {
  position: relative;
  float: left;
  width: 160px;
  margin-left: 0px;
  margin-top: 8px;
  font-family: PT Sans;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.contact-information-details p a:hover {
  font-family: PT Sans;
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  color: #5C5A5A;
  text-align: left;
}
.contact-information-details p a,
.contact-information-title p a
{
  color: #5C5A5A;
}

/*** Главная страница ***/
#homepage {
}
#homepage .title-holder {
  text-align: center;
}
#homepage_banner {
  position: relative;
  height: 100vh;
  background: url(../images/interier-homepage.jpg) no-repeat center;  
}
#homepage_banner .item {
  text-align: center;
  font-size: 20px;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);  
  padding: 20px 0;
}
#homepage_banner .title-text_normal {
  color: #fff;
  font-size: 30px;
}
#homepage_features {
  padding: 10px;
  text-align: center;
}
#homepage_features .features_items {
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;  
}
#homepage_did_you_know {
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
}    
#homepage_services {
  padding: 10px;
}
#homepage_services .service-item {
  float: left;
  width: 25%;
  text-align: center;
}
#homepage_services .service-item .text-primary {
  color: #D3D2CC;
}
#homepage_services .service-item h4 {
  font-family: PT Sans;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}
#homepage_contacts {
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
}


/*** форма контактов ***/
.btn {
  position: relative;
  padding: 6px 20px;
  line-height: 200%;
  background-color: #3F3F3F;
  margin-left: 0px;
  cursor: pointer;
  font-family: PT Sans;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
  color: #FFF;
  text-align: center;
}
.btn-inv {
  position: relative;
  padding: 6px 20px;
  line-height: 200%;
  background-color: #fff;
  margin-left: 0px;
  cursor: pointer;
  font-family: PT Sans;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
  color: #3F3F3F;
  text-align: center;
}

.form-input-half-left input, .form-input-half-right input {
    position: absolute;
    float: left;
    left: 0px;
    width: 97%;
    height: 25px;
    top: 0px;
    margin: 3px auto 3px 5px;
    padding: 0px;
    background-color: transparent;
    border: medium none;
    font-family: PT Sans;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #0C0C0C;
    text-align: left;
    overflow: hidden;
    outline: medium none;
}
.contact-form-holder {
    position: relative;
    float: left;
    width: 56%;
    height: 250px;
    margin-top: 10px;
    margin-left: 4%;
}
.contact-form-holder form {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 8px;
}
.form-input-border {
    border: 1px solid #6E6E6E;
}
.form-input-background {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}
.form-input-half-left {
    position: relative;
    float: left;
    width: 48%;
    height: 30px;
    margin: 2px auto;
}
.form-input-half-right {
    position: relative;
    float: left;
    width: 48%;
    height: 30px;
    margin: 2px auto 2px 2%;
}
.form-input-half-left input, .form-input-half-right input {
    position: absolute;
    float: left;
    left: 0px;
    width: 97%;
    height: 25px;
    top: 0px;
    margin: 3px auto 3px 5px;
    padding: 0px;
    background-color: transparent;
    border: medium none;
    font-family: PT Sans;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #0C0C0C;
    text-align: left;
    overflow: hidden;
    outline: medium none;

}
.form-input-large {
    position: relative;
    float: left;
    width: 98.5%;
    height: 30px;
    margin: 5px 1% 2px 0px;
}
.form-input-large input {
    position: absolute;
    float: left;
    left: 0px;
    width: 98.5%;
    height: 25px;
    top: 0px;
    margin: 3px auto 3px 5px;
    padding: 0px;
    background-color: transparent;
    border: medium none;
    font-family: PT Sans;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #5C5A5A;
    text-align: left;
    overflow: hidden;
    outline: medium none;
}
.form-input-textarea {
    position: relative;
    float: left;
    width: 98.5%;
    height: 120px;
    margin: 5px 1% 2px 0px;
}
.form-input-textarea textarea {
    position: absolute;
    float: left;
    left: 0px;
    width: 98.5%;
    height: 115px;
    margin: 3px auto 3px 5px;
    padding: 0px;
    background-color: transparent;
    border: medium none;
    font-family: PT Sans;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #5C5A5A;
    text-align: left;
    overflow: hidden;
    outline: medium none;
}
#response-form {
    display: none;
    position: relative;
    float: left;
    left: 0px;
    margin-top: 6px;
    margin-right: 0px;
    line-height: 110%;
    width: 48%;
}
.form-buttons {
    position: relative;
    float: left;
    right: 0px;
    margin-top: 6px;
    margin-right: 0px;
    width: 100%;
}
#form-reset, #form-send {
    position: relative;
    float: left;
    width: 45%;
    padding: 0px 10px;
    line-height: 200%;
    background-color: #3F3F3F;
    margin-left: 0px;
    cursor: pointer;
}
#form-reset p, #form-send p {
  font-family: PT Sans;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#callback_error {
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #522;
  text-align: left;
}

.opacity_2 {
    opacity: 0.2;
}

