@charset "UTF-8";
/** @section Reset Styles*/
a {
    color: #c8a949
}

a:focus,
button:focus {
	outline: none !important;
}

a:hover {
        color: #c8a949
}
button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

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

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}


body {
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 1.78571;
	font-weight: 300;
	color: #1f1f1f;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	color: #3f3f3f;
    font-family: "Montserrat"
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #c8a949;
}

h1,
.heading-1 {
	font-size: 42px;
    line-height: 1.30952;
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 42px;
        line-height: 1.30952;
	}
}

h2,
.heading-2 {
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-weight: 300;
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 24px;
	line-height: 1.5;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.5;
    margin-top: 25px
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 24px;
	    line-height: 1.5;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .02em;
}

@media (min-width: 1200px) {
	h4,
	.heading-4 {
		font-size: 22px;
		line-height: 1.31818;
	}
}

h5,
.heading-5 {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h5,
	.heading-5 {
		font-size: 18px;
		line-height: 1.44444;
	}
}

h6,
.heading-6 {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-weight: 500;
    margin-top: 15px
}

@media (min-width: 1200px) {
	h6,
	.heading-6 {
		font-size: 16px;
		line-height: 1.5;
	}
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #c8a949;
}

.big {
	font-size: 18px;
	line-height: 1.55556;
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #F7FAFF;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #c8a949;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #c8a949;
	color: #ffffff;
}

::-moz-selection {
	background: #c8a949;
	color: #ffffff;
}

/** @section Brand */
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

/** @section Links */
a, a:focus, a:active, a:hover {
	text-decoration: none;
}

/*a {
	transition: all 0.3s ease-in-out;
}



a, a:focus, a:active {
	color: #c8a949;
}

a:hover {
	color: #2570FF;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}*/

.link-hover {
	color: #2570FF;
}

.link-press {
	color: #c8a949;
}

.privacy-link {
	display: inline-block;
}

* + .privacy-link {
	margin-top: 25px;
}
/*.c-green {
   color:#19d379
}
.bg-green {
   background-color:#19d379;
   color: #FFFFFF;
   border: 1px solid #19d379
}*/

.c-green {
   color:#1f1f1f
}
.bg-green {
   background-color:#1f1f1f;
   color: #FFFFFF;
   border: 1px solid #1f1f1f
}
.bg-gray {
   background-color:#3f3f3f;
   color: #FFFFFF;
}


.breadcrumbs-custom-path .active {
    padding-left: 10px !important
}

/*.cms-content h1.h1 { visibility: hidden }*/

.cms-content { 
    margin-top: 35px;
    color:#3f3f3f !important
}
.page .cms-content { margin-top: 195px }
.cms-content h1 { margin-bottom: 15px }
.cms-content ul { list-style: circle !important }
.cms-content li { margin-bottom: 10px;  }
.cms-content .left { text-align: left !important; vertical-align: middle !important}

.tab-pane ul {
    margin-top: 15px;
    margin-bottom: 15px
}

.tab-pane ul li {
    list-style-type:disc !important;
    display:list-item;
    margin-left: 15px
}

.navbar-blue { 
    text-transform: uppercase;   
}

.navbar-inner {
   background: rgba(255,255,255,0.97)    
}
.navbar-collapse {
    z-index: 11
}

.bt-1 {
    border-top: 1px solid #cccccc;
}

.mt-44 {
    margin-top: 40px !important
}
.navbar-blue a {
    color: #3f3f3f;
    font-weight:bold;
    font-size: 14px;    
    margin-left: 35px;
    margin-right: 35px
}

.navbar-nav a {
    font-size: 14px;
}

.navbar-blue a.active {
    color: #c8a949;
}

.navbar-blue .active a{
    color: #c8a949;
}

.bg-white {
    background-color: #fff
}
.top-row {
    font-size:12px !important;
    /*background-color: rgba(255,255,255,0.95);*/
    background-color: #3f3f3f;
    height: 40px;
    color: #FFFFFF;    
    border-bottom: 1px solid #3f3f3f
}
.top-row a {
    color: #fff;
    margin-left: 30px;
    margin-right: 0px;
    font-weight: bold;
    line-height: 40px
}

.bg-black {
    background-color: #1f1f1f;
    height: 44px
}
header {
    height: 43px;
    line-height: 43px;
    color: #c8a949;
    font-size: 14px
}

header a {
    color: #a09f9f    
}
.sep { 
    background-image:url(../images/sep.png);
    background-position: left;
    background-repeat: no-repeat
}

.slogan {
    line-height: 75px    
}

.phone {
    font-size: 18px;
    font-weight: 500;
     color:#aeaeae;
}

header .fa {
    color: #FFFFFF;
    font-size: 18px;    
}

/*header .fa-envelope {
    font-size: 2rem !important;  
    padding-left: 15px;
    padding-right: 15px
}
header .fa-facebook-square {
    padding-left: 15px;
    font-size: 2.2rem !important
}
*/
.logo {
    padding-top: 10px
}
.sn {
    padding-top: 35px
}

header  .mail {
    padding-top: 26px
}


.sm-contacts {
    text-align: center;
    font-size: 0.9rem !important;
    font-weight: bold;  
}
.sm-contacts div {
    line-height: 15px;    
}
.sm-contacts .fa {
    padding-left: 0px !important;
    padding-right: 5px !important
}
.sm-contacts .fa {
    color: #c8a949;
    font-size: 2rem !important;
    vertical-align: middle
}
.sm-contacts .fa-envelope {
    margin-left: 10px;
    font-size: 1.2rem !important
}
.sm-contacts .fa-facebook-square {
    margin-left: 10px;
    font-size: 1.2rem !important
}

.reg-form {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    background-color: #c8a949
}
.reg-form h2 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight:500;
}
.white-border {
    border: 1px #FBFBFB solid
}

.mt-30 {
    margin-top: 30px    
}

.copyright {
    padding-bottom: 15px;
    margin-top: 5px;
    color:#d2d2d2;
    font-size: 12px
}

footer a {
    color: #d2d2d2    
}

footer {
    text-align: center;
    font-size: 0.9rem !important;
    font-weight: 500;  
    color:#aeaeae;
}
footer div {
    line-height: 15px;    
}
footer .fa {
    padding-left: 0px !important;
    padding-right: 5px !important;
}


footer .fa {
    color: #c8a949;
    font-size: 1.2rem !important;
    vertical-align: middle
}
footer .fa-envelope {
    margin-left: 10px;
    font-size: 1rem !important
}

.footer-nav {
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
   
}

.footer-nav a {
    color: #d2d2d2;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase
}

.product-layout h4 {
    background-color:#906f2a;
    color: #FFFFFF;
    margin-top: 0px !important;
    padding: 10px;
    padding-bottom: 15px
    
}
.product-layout .btn {
    border-left: solid 1px #906f2a;
    border-right: solid 1px #906f2a;
    border-bottom: solid 1px #906f2a;
    width: 100%;
    border-radius: 0px;
    color: #906f2a;
    margin-top: -25px !important;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold
    
}

.cms-content h1 {
    font-size: 1.8rem; 
    font-weight: bold;
    /*color: #c8a949*/
}

.navbar-blue .dropdown-menu a {
    padding: 5px;
    /*color: #c8a949;*/
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0,0,0,.15)
}
.navbar-blue .dropdown-menu a:hover {
    padding: 5px;
    border-bottom: 1px solid #c8a949
}

.cms-content h3 a {
    color: #c8a949;
    text-decoration: underline    
}
.cms-content h3 a:hover {
    text-decoration: none    
}

.dropdown-menu {
    border: 1px solid #ced4da;
    border-top: 1px solid #c8a949;    
    border-radius: 3px;
    /*background-color: #c8a949*/
}

.dropdown-item {
    padding: 0px;
    border-bottom: 1px solid #7fcff1        
}

a.dropdown-item {  
    color: #fff !important;
    text-transform: none !important;
    padding-top: 5px;
    padding-bottom: 5px
}

.dropdown-menu a:hover { 
    /*background-color: #c8a949 !important*/     
}

.dropdown-menu a:last-child {
	border-bottom:0px
}



.mycarousel-caption {
    background-color: rgb(255 255 255 / 50%) !important;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    width: 100%;
    min-height: 421px
}

.mycarousel-caption h5 {
    font-size: 4rem;
    color: #1B1B1B;
    font-weight: bold
}

.c-title {
    margin-top: 120px
}
.shadow-gray {
	box-shadow: 0 4px 16px rgba(174, 174, 174, 0.4) !important;
}
.shadow-blue  {
	box-shadow: 0 8px 32px rgba(0, 159, 227, 0.46) !important;
}

.btn-group {
    
}
.btn-group .btn-outline-primary {
    border: 0px solid #f1f1f1;
    border-radius: 0px;
    font-size: 18px;
}
.btn-group a.btn-outline-primary:hover {
   color: #FFFFFF
}

.h32 { font-size: 32px; color: #c8a949 }

.sidebar {
    
}

.sidebar a {
   color:#aeaeae !important;
   font-size: 16px !important;
   font-weight: bold;
    
}
.sidebar .current a {
    color: #c8a949 !important;
/*    border-left: 2px #c8a949 solid;
    margin-left: -13px;
    padding-left: 13px*/
}
.sidebar a:hover {
    color: #c8a949;
/*    border-left: 2px #c8a949 solid;
    margin-left: -15px;
    padding-left: 15px*/
}

.sidebar a.current:hover {
    color: #fff !important
}

.contact-us a {
   color:#1f1f1f !important;
    font-weight: 500
    
}

.contact-us a:hover {
    color: #c8a949
}

.contact-us .fa {
    color: #c8a949 !important
}


.contact-us h3 {}
.current {
    
    color: #c8a949
}

article h2 {
   font-size: 1.8rem; 
    font-weight: bold;
    color: #c8a949;
    margin-bottom: 15px
}

.photo-author {
    float: right
}

.cms-content iframe {

}

#navbarCollapse .btn {
    color: #c8a949
}

#collapseSearch {
    float: right
}

.cms-content p {
    /*margin-top: 15px;*/
    margin-bottom: 15px
}

.cms-content .image {
    margin: 0px !important;
    max-width: 100% !important;
}
.cms-content h3 {
    margin: 0px;
    margin-bottom: 15px
}

.back-link {
    margin-top: 30px
}


.b, strong { font-weight:bold !important}

.carousel-caption {   
    right: 30%;
    top: 33%;
    left: 30%;
    z-index: 10;
    color: #fff;
    text-align: left;
}

.carousel-caption h5 {
    font-size: 60px;
    color: #fff;
    font-weight:700;
    text-shadow: 3px 3px 3px #3f3f3f;
}

.carousel-caption p {
}

.carousel-caption .slogan span {
    margin-right: 10px
}
    
.divider {
    height:30px;
    padding-bottom: 10px;
    width: 100%;
    margin: 20px auto;
    float: left;
    border-bottom: 2px dotted #b38b0d;
    }

.inner {
 margin-top:19px;
 border-bottom: 2px dotted #b38b0d;   
}

.logos {
    position: absolute;
    bottom: 0px;
    margin-bottom: -20px
}

.brand-logos {
    position: absolute;
    bottom: 0px;
    margin-bottom: -20px
}

.brand-logos img {
    
}

.more-btn {
    position: absolute;
    right: 0px;
    top: 25px
}


/*.btn {
    border-radius: 5px;
    padding: 15px;
    border-bottom: 0px
}*/


.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0)
}

.btn-solutions { 
    font-size:18px; 
    font-weight:700;
    padding-left: 25px;
    padding-right: 25px;
    color: #c8a949
}

.mt-17 { margin-top: -17px }
.mt-29 { margin-top: 7px }
/*.navbar a { margin-right: 10px; margin-left: 10px }*/
.navbar-nav a:hover {color: #c8a949; }

.btn-primary {
    background-color: #c8a949;
    border-color: #c8a949;
}

.btn-outline-primary {
    color: #c8a949;
    border-color: #aeaeae;
    border: 2px solid #aeaeae
}

.btn-outline-primary:hover {
   background-color: #c8a949;
    border-color: #c8a949;
}
.h52 {
    font-size: 3rem;
    color: #c8a949
}

.caption {
    font-size: 24px;
    max-width: 630px;
    font-weight: 500;
    color: #aeaeae
}

.dropdown-menu a:hover { border: 0px; background-color: #FFFFFF; padding-bottom: 0px }
.dropdown-item {  }
.dropdown-menu a { display: block }

#home-products img { max-width: 235px; border:4px solid #c8a949; z-index: 2; }
#home-products a {  z-index: 2; }
#home-products .card-title { color: #fff; margin-top: 125px; font-weight: 500 }
#home-products .card { border: 0px }
#home-products .card-body { min-height: 295px; background-color: #aeaeae; color: #FFFFFF; z-index: 1; margin-top: -117px}
#home-products .card-body:hover { background-color: #c8a949 }

.box-caption {
    position: absolute;
    right: 30%;    
    left: 30%;   
    z-index: 10;
    color: #fff;
    text-align: center;
    margin-top: -363px
}

.box-caption h5 {
    font-size: 42px;
    color: #fff;
    font-weight:500;
    text-shadow: 3px 3px 3px #80a2b5;
}



.box-content {
    position: absolute;
    right: 1%;    
    left: 1%;   
    z-index: 10;
    color: #fff;
    text-align: center;
    margin-top: -13rem
}

.box-content h1 {
    font-size: 3rem;
}


.mt-10 { margin-top: 60px }
.mb-10 { margin-bottom: 60px }

.box-text { max-width: 700px }
.color-white { color:#FFFFFF }
.color-white a { color:#d4e9f8 !important; text-decoration: underline}
.color-white a:hover { text-decoration: none}

#Products h3 { font-size: 16px }
#Products .card { border:0px }
.sep {
    height: 10px;
}

.full-bg {    
    margin-top: -30px;
    padding-top: 10px    
}

.f16 { font-size:16px !important }
.f14 { font-size:14px !important }

.tab-content { background-color: #FFFFFF; padding: 20px; padding-top: 20px; font-size: 14px;
    border: 1px solid #dee2e6;
    border-top: 0px solid;
}
.nav-tabs .nav-link { font-size: 18px; font-weight: bold;  border-radius: 0px; color: #1f1f1f }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color:#c8a949 }

#spec table td {
    
    
}
#spec table td p {
    padding: 0px !important;
    margin: 0px !important    
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.list-group-item.current {
    
        z-index: 2;
    color: #fff !important;
    background-color: #c8a949;
    border-color: #c8a949
}

#Products .card-text {
    margin-top: 0px;
    line-height: 22px
}

#Products .productTitle {
    font-weight: bold;
    color: #c8a949;
}

.sidebar nav ul ul a { font-size: 12px !important }
.sidebar nav ul ul .list-group  {  
    border-radius: 0px !important
}
.sidebar nav ul ul .list-group a {
    padding-left: 30px;
}

#locales .btn-outline-primary { border:0px !important}
#locales .dropdown-menu { min-width: 45px }
#locales .dropdown-menu a { padding:5px !important; line-height: 20px !important }
#locales .dropdown-menu a:hover {   }
.request-price { display:none }

.map { border: 5px solid #f8f9fa }

.HomeBlockPage { 
    background-repeat: no-repeat !important; background-position: center !important; color: #FFFFFF !important;
    
    margin-top: 60px;
}

.HomeBlockPage h2 { 
    margin: 0px; padding: 0px; 
    font-weight: bold; 
    font-size:2rem;
    display: block;
    padding-bottom: 36px  
}

.HomeBlockPage .product-layout {
    background-image: url("../images/start-bg-01.png");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 326px
}

.bg-02 {
    background-image: url("../images/start-bg-02.png") !important
}
.bg-03 {
    background-image: url("../images/start-bg-03.png") !important
}
.HomeBlockPage .product-layout .title {
    margin-top: 127px;
    font-weight: bold;
    margin-bottom: 40px
}

.HomeBlockPage .product-layout .desc {
    font-size: 12px;
    color: #A3A3A3 !important;
    margin: auto;
    max-width: 220px;
    text-align: center
}


.HomeBlockPage p,h5 {  }

.HomeBlockPage p {    
    font-size: 1.18rem;
    font-weight: 500;
    margin-bottom: 10px
}


.fancy {
  line-height: 0.25;
  text-align: center;
    overflow: hidden
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 4px solid white;
  /*border-top: 1px solid white;*/
  top: 0;
  width: 475px
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
    
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.uc { 
text-transform: uppercase
}
.btn-light {
    border-radius: 0px;
    min-width: 390px;
    font-weight: bold;
    padding: 15px;
    padding-bottom: 13px
}
.btn-light span {
    padding-bottom: 1px;
    border-bottom: 1px #282a2a solid    
}

.btn-black {
    border: 0px;
    color: #ffffff;
    background-color: #282a2a
}

.btn-black span {
    border-bottom: 1px #ffffff solid    
}

.pageBanner {
    /*margin-top: 25px !important*/
}

.navbar-toggler {
    font-size: 3rem
}

@media (min-width: 280px) and (max-width: 800px) {
     
   .navbar-nav a {
       font-size:1.2rem !important;
       text-align: right
    }
    
}

.aprice { text-align: center }

.ads-form {    
    padding: 20px;
    border: 1px solid #ced4da;
    border-radius: 5px
    
}

.ads-form .text input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px
}

.ads-form input {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px
}

.ads-form select, textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px
}

.ads-form textarea {
    min-height: 90px
}
.ads-form .file {
    border:0px;
    float: left;
    margin-right: 10px;
}

.ads-form .btn-toolbar {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ced4da;
    justify-content: center
}
.cms-content .HomeBlockPage {
    padding: 0px
}

.f4 {
    font-size: 14px
}

#myVideo {
    overflow: hidden;
    margin-bottom: -20px;
}

.bg-under {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
/*  width: 100%;
  height: 100%;*/
  z-index: 2
}
.bg-video {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
}

video {
  height: 100%;
  width: 100%;
}
.video-content {
  position:fixed;
  top: 200px;
  width: 100%;
    text-align: center
}

.cms-content iframe {
    width: 100% !important    
}

.main-logo { height: 124px }
/*.page-page .main-logo { height: 124px }*/

.langs a {
    font-size: 12px !important;
    margin: 0px;
}

.langs {
    margin-left: 15px;
    width: 37px;
    height: 37px;
    padding: 5px;
    margin-right: 10px;
    padding-top: 5px;
    border-radius: 50%;
    border: 0px solid #dcdcdc;
}


.langs .dropdown-menu {
    padding: 10px;
    background-color: transparent;
    border: 0px;
    
}

.breadcrumbs-custom {
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 10px;
}

.page-legend600 .cms-content {
    margin-top: 15px    
}

  h2 {
        font-size: 1.4rem;
        margin-bottom: 15px
    }
    h3 {
        font-size: 1rem;        
        margin-bottom: 15px
    }

.shadow-top {
    box-shadow: 1px -7px 13px 3px rgba(0,0,0,0.65);
}
.bg-contact-us {
    background-color: #495057;
    background-repeat: no-repeat;
    background-image: url("../images/contacts.jpg");
    min-height: 200px;
    background-position: center
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #495057    
}

.SubNavBar a {
    font-size: 1.2rem;text-transform: uppercase;
    font-weight: bold;
    color:#3f3f3f
}

.SubNavBar .nav-link { 
        padding: .5rem 0.5rem;
}

.white-color {
    color: #FFFFFF    
}

.langs  {
    display: none
}

.photo-album__title span {
    display: none
}

.total-fixed {
/*    position: fixed;
    top:300px;
    right: 0;
    left: 0;
    z-index: 1030;*/
}


.price {
    position: absolute;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background-color: #906f2a
}

.label {   
    position: absolute;
    margin-left: 5px;
    background-color: green;
    padding-left: 5px;
    padding-right: 8px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 10px;    
    font-style: italic;
    
/*    transform: rotate(-135deg);
    position: absolute;
    top: -14px;
    right: -62px;
    display: inline-block;
    width: 150px;
    padding-top: 28px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #04be51;*/
}

.new { background-color: #058353 }
.sold { background-color: #c2272a }
.reduced { background-color: #fbbb19 }
.reserved { background-color: #bb9731 }

.AD .badge { 
    color: #FFFFFF;
    text-transform: uppercase;
   
    /*top: 34px;position: absolute;*/
    font-size: 14px;
}

.checkbox .ads-form input {
    width: auto !important;
    display: inline !important
}

footer {
    background-color: #3f3f3f
}

/*.bg {    
    background-position: top -95px center;
    background-attachment: fixed;
    background-repeat: no-repeat    
}*/

.bg { background-position: top -95px center; background: url("../images/bg.jpg") no-repeat;background-attachment: fixed }

.economy-calendar-iframe-01 {
    overflow: auto;
}
.economy-calendar-iframe {
    overflow: auto;
/*    height:600px;
    max-height:600px*/
}

.bg-47 .page {    
    background-color: #FFFFFF;
    padding-bottom: 5px
}

.bg-47 .breadcrumbs-custom { padding-top: 10px }

.product-layout .btn {
    background-color: #FFFFFF
}

.HomeBlockPage .image img {
    background-repeat: no-repeat;
    background-position: center    
}

.AD { background-color: #FFFFFF }

.bg-31 .bg-contact-us {
    
    background-image: url("../images/bg-b1.jpg");
/*    background-position: center;
    background-repeat: no-repeat*/
}

.bg-contact-us .pt-4 {
    padding-top: 45px !important
}

.modal-dialog {
  width: 100%;
  height: 100%;
    margin: auto;
  max-width: 800px !important
}

.modal-header {
    border: 0px
}
.modal-content {
    margin: auto;
/*  height: auto;
  min-height: 100%;
  border-radius: 0;
    background-color: #3f3f3f*/
}

.btn-big {
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(151,126,33,0.75);
    border: 1px solid rgba(151,126,33,1);
}

.btn:hover {
    background-color: rgba(151,126,33,1);
    border: 1px solid rgba(151,126,33,1);
  
}


.c-content {
    padding: 15px;
    background-color: rgba(255,255,255,0.80);
    margin-bottom: 30px
    
}

.c-content h1, h2 {
    font-size: 24px
}
.content {
    margin-bottom: 30px
}

.content .middleColumn input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.content label {
    font-weight: bold
}


.btn-toolbar {
    margin-top: 15px
}
#Form_RegisterForm label {
    font-weight: bold
}

#Form_RegisterForm input {
    border: 1px solid #d2d2d2;
    display: block;
    min-width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
   
    font-weight: bold
}

#MemberLoginForm_LoginForm_Remember_Holder { display: none }
#MemberLoginForm_LoginForm input {
    background-color: #c8a949;
    border-color: #c8a949;
        display: block;
    min-width: 180px;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
   
    font-weight: bold
}
.btn-toolbar input {
    background-color: #c8a949;
    border-color: #c8a949;
        display: block;
    min-width: 180px;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold
}

.content .description {
    padding-bottom: 15px;
    display: block;
    font-size: 13px
}

#ForgotPassword {
    margin-left: 10px;
    margin-top: 15px
}

#Form_RegisterForm_Tipas_Holder select { 
    background-color: #fff;
    border-color: #ced4da;
    display: block;
    min-width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
   
    text-transform: uppercase;
    font-weight: bold}

.badge {    
    font-size: 100%
}

#Form_RegisterForm_Tipas_Holder { display: none }

#Form_RegisterForm_Therms_Holder input {
    width: 20px !important;
    float: left !important;
    min-width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 15px

}

#Form_RegisterForm_Therms_Holder label {
    margin-top: 15px
}

#playBtn {
    background-color: transparent;
    border: 0px;
    width: 150px;
    height: 150px;
    font-size: 0px;
    background-image:url("../images/play-150.png");
    background-position: center;
    background-repeat: no-repeat
}

#news {
    position: absolute;
    width: 50%;
    top: -50px;
}
.news {
    width: 160px
}

.news-scroll  {
    text-transform: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    display: inline-block
}

.alert-warning {
    color: #856404;
    background-color: #e0cd85;
    border-color: #decc95;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
{
        background-color: #e0cd85;
    border-color: #e0cd85;
}