/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ navigation
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/
#header{
	height:145px !important;
}
/* Logo */
.logo {
	float: left;
	width: 14%;
	background-color: #ffffff;
}
.logo img {
	float: left;
	margin-left: 27px;
}
.menu_main {
	float: right;
	width: 86%;
	margin-bottom: 0px !important;
}

/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}

.container {
	width: 1170px;
	margin: auto auto auto auto;
}


/* columns */
.one_half, .one_fourth, .one_third {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_half {
	width: 48%;
}
.one_fourth {
	width: 22%;
	color: #ffffff;
}
.one_third {
	width: 30.650%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*------------------*/
/*  PAGE SECTIONS
/*------------------------------------------------------*/

/* about section */
.section1 {
	float: left;
	width: 100%;
	padding: 30px 0px 20px 0px;
}
.section1 .one_fourth {
	text-align: center;
	background: url(../images/v-line.png) no-repeat right bottom;
	padding-right: 1.5%;
	padding-left: 1.5%;
	margin: 0;
	padding-bottom: 10px;
}
.section1 .one_fourth.last {
	background: none;
	margin: 0;
}

.page_title2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0px 28px 0px;
	background-color: #CCC0AD;
}

/* portfolio section */
.section2 {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	background: #C90 url(../images/para-bg1.png) repeat-y center -65px;
}

/* pricing section */
.section4 {
	float: left;
	width: 100%;
	padding: 90px 0px 100px 0px;
	background-color: #f3f3f3;
}
.section4 .ratesinfo li.title {
	padding: 25px 0px;
	background-color: #fff;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.section4 .ratesinfo li.title h3 {
	font-weight: 300;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.section4 .ratesinfo {
	margin-top: 30px;
}
.section4 .ratesinfo ul {
	float: left;
	width: 107%;
	padding: 0px;
	margin: 0px;
}
.section4 .ratesinfo li {
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.section4 .ratesinfo li.planbut {
	padding: 35px 0px;
	background-color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.section4 .ratesinfo li.planbut a {
	color: #fff;
	font-size: 16px;
	padding: 12px 28px;
	background-color: #cc9933;
	border-radius: 4px;
}
.section4 .ratesinfo li.planbut a:hover {
	color: #fff;
	background-color: #ff9933;
}
.section4 .ratesinfo ul:hover {
	 box-shadow: 0px 0px 5px #bbb;
	
}


/* contact section */
.section6 {
	float: left;
	width: 100%;
	padding: 40px 0px 35px 0px;
	background: #042656;
}
.addressinfo {
	font-size: 16px;
	line-height: 27px;
}
.addressinfo p {
	font-size: 14px;
	line-height: 27px;
	color:#CCC;
}

.addressinfo a {
	color: #999;
}
.addressinfo a:hover {
	color: #fff;
}
.googglemap {
	float: left;
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 23px;
	color:#CCC;
}


/* copyrights section */
.copyrights {
	float: left;
	width: 100%;
	text-align: center;
	padding: 22px 0px 20px 0px;
	background-color: #f9f9f9;
}

.parallax_sec1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0px 50px 0px;
	background: #be7400;);
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_sec1 h1 {
	color: #fff;
	line-height: 62px;
	font-weight: 200;
	padding: 0px;
}
.parallax_sec1 h1 strong {
	font-weight: 400;
}
.parallax_sec1 h3 {
	color: #fff;
}
.parallax_sec1 a {
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	padding: 13px 30px;
	text-transform: uppercase;
	border-radius: 4px;
}
.parallax_sec1 a:hover {
	color: #272727;
	background-color: #fff;
}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}

.non-float {
	float: none;
}

.text-center {
	text-align: center;
}

.mt-7 {
	margin-top: 70px;
}

/* Cards hover */
.cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(0, 0, 0, .75) !important;
}

/* Map */
.googglemap {
	float: none !important;
}
#map-canvas {
	width: 95%;
    height: 450px;
    background-color: #CCC;
	margin: 1rem auto 0;
}





.section-rates{
	float: left;
	width: 100%;
	padding: 0px 0px 30px 0px;
	border-bottom:1px solid #969292;
}
.ozonduno-prices-acc{
	font-weight: 700;
}
.ozonduno-prices-acc {
	background-color: e7cf87;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	padding: 8px;
	font-size: 20px;
	font-family: 'Open Sans', serif;
  }
  .ozonduno-prices-acc:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
  }
  #rates .active::after{
	content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  #pricing-tables .active::after{
	content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  

  .panel {
	display: none;
	overflow: hidden;
  }
.daily-rates{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
    overflow-x: scroll;
	scroll-behavior: smooth;
	overflow:  visible;
}

.daily-rates tr th{
	padding: 8px 0px;
	font-size:20px;
	font-family:'Open Sans', serif;
	font-weight:300px;
	margin-bottom:30px;
}
.daily-rates tr th:first-child{
	text-align: left;
}
.daily-rates tr th:nth-child(3){
	text-align: right;
}
.daily-rates tr th:last-child{
	text-align: right;
}
.pricing-thead{
	float: right;
	border-bottom: 2px solid #cc9900;
}
.pricing-thead-trophy{
	border-bottom: 2px solid #cc9900;
	float: right;

}
.daily-rates tr td{
	padding: 8px 0px;
	font-size:14px;
	font-family:'Open Sans', serif;
	font-weight:300px;
}
.daily-rates tr td:first-child{
	text-align: left;
}
.daily-rates tr td:nth-child(2){
	text-align: left;
}
.daily-rates tr td:nth-child(3){
	text-align: right;
}
.daily-rates tr td:last-child{
	text-align: right;
}
.section-rates p{
	font-size:14px;
	font-family:Open Sans', sans-serif;
	line-height:23px;
	font-weight:normal;
}


@media screen and (max-width: 414px) {
	.container {
		width: 366px;
		margin: 0 auto ;
	}
	.pricing-thead{
		width: 20%;
		float: left !important;
		padding: 5px;
		border-bottom: 2px solid #cc9900;
	}
	.pricing-thead-trophy{
		border-bottom: 2px solid #cc9900;
		width: 30%;
		float: left;
		padding: 5px;
	}  
	#header{
		height: 60px !important;
	}
}

@media screen and (min-width: 415px) {
.section-rates .container{
	display: flex;
	justify-content: center;
	}
.price-col{
    width: 55%;
    float: left;
  }
}