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

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	

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

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1170px;
	margin: auto;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 90px 0px;
}
.content_fullwidth.less2 {
	padding: 75px 0px 90px 0px;
}
.content_fullwidth.less3 {
	padding: 75px 0px 30px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/*-------------------*/
/*     columns    */
/*-------------------*/

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}


/*-----------------------------------*/
/*  Less Space Bitween Columns     */
/*-----------------------------------*/

.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}
.last {
	margin-right: 0 !important;
}


/*------------------------*/
/*        Header     */
/*------------------------*/

/* Logo */
.logoopv1 {
	float: left;
	width: 25%;
	height: 90px;
	padding: 20px 0 0 0;
}
.menuopv1 {
	float: left;
	width: 75%;
	margin-top: 16px;
}

.slidermar26 {
	float: left;
	margin-top: 90px;
}

/* page sections */
.onepage_sectionarea {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.onepage_section1 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.onepage_section2 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.onepage_section3 {
	float: left;
	width: 100%;
	padding: 90px 0px 0px 0px;
}
.onepage_section4 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.onepage_section5 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.onepage_section6 {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.titelbg {
	width: 162px;
	height: 25px;
	background-image: url(../images/titel-image01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px auto;
}

/*-----------------------------
   FEATURE SECTIONS
------------------------------*/
/* features_section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align:center;
	padding: 0px 0px 0px 0px;	
}

/* features_section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 103px 0px 55px 0px;
	background: #e7ecef url(../images/bg-image30.jpg) no-repeat center top;
}
.feature_section2 h3 {
	font-size: 27px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:28px;
	letter-spacing:normal;
}
.feature_section2 p {
	text-transform:none;
	padding-top:10px;
	padding-bottom: 14px;
}
.feature_section2 .cimg img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border: 10px solid #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}
.feature_section2 .social_links {
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
}
.feature_section2 .social_links a i {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	vertical-align: middle;
	background-color: #fff;
	color: #999;
	transition: all 0.3s ease;
}
.feature_section2 .social_links a i:hover {
	color: #fff;
	background-color: #727272;
}


/* features_section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	text-align:center;
	background-color:#e7ecef;
	padding:0px 0px 100px 0px;	
}
.feature_section3 .container {
	text-align:center;
	padding: 10px 10px 10px 10px;	
	background: #fff url(../images/hearts.png) no-repeat right bottom;
}
.feature_section3 .google-map {
	width: 100%;
	height:324px;
}
.feature_section3 .content {
	margin:10px 10px;
	padding:20px 20px 59px 20px;
	border:1px solid #dde5eb;
}
.feature_section3 h3 {
	color: #272727;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 27px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:28px;
	padding-bottom:5px;
}
.feature_section3 h4 {
	color: #272727;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight:700;
	text-transform:none;
	padding-top:20px;
	padding-bottom:5px;
}
.feature_section3 p {
	text-transform:none;
	padding-top:20px;
	line-height:25px;
	font-size:14px;
}
.feature_section3 .titelbg {
	width: 73px;
	height: 2px;
	background:#d2527f;
	margin:0px auto;
}


/* features_section 4*/
.feature_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 128px 0px  137px 0px;
	background-attachment: fixed;
	background-image: url(../images/bg-image31.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.feature_section4 .circlebox {
	margin: 0 auto;
	width:60%;
	text-align:center;
}
.feature_section4 .circle {
	width:120px;
	height:120px;
	border-radius:100%;
	background: rgba(255,255,255,0.18);
	padding:35px 20px 20px 20px;
	margin-right:70px;
	float:left;
}
.feature_section4 .circle.last {
	margin-right:0px;
}
.feature_section4 h4 {
	color: #fff;
	font-size: 57px;
	font-weight:normal;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:20px;
}

.feature_section4 p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.feature_section4 .days,
.feature_section4 .hours,
.feature_section4 .minutes,
.feature_section4 .seconds {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}


/* features_section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	text-align:center;
	background-color:#fff;
	padding: 0px 0px 100px 0px;	
}
.feature_section5 h1 {
	color: #272727;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}
.feature_section5 h5{
	font-size: 18px;
	color: #272727;
	font-weight:400;
	line-height:27px;
	padding-bottom:25px;
	padding-top:6px;
}
.feature_section5 .left {
	float: left;
	width: 23%;
	margin-right:5%;
	height:335px;
	text-align: left;
	background-image: url(../images/arrow01.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding:0px 65px 0px 0px;
}
.feature_section5 .titelbgline {
	width: 75px;
	height: 2px;
	background:#d2527f;
}
.feature_section5 .right {
	float: left;
	width: 72%;
	text-align:left;
}
.feature_section5 .rightleft {
	float: left;
	width: 50%;
	text-align:left;
}
.feature_section5 .right img {
	border-radius: 100%;
	float: left;
	margin-right: 21px;
}
.feature_section5 .right .content {
	float: left;
}
.feature_section5 h4 {
	color: #272727;
	font-weight: 500;
	text-transform:uppercase;
	display:block;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
}
.feature_section5 h4 b{
	font-size: 13px;
	color: #999;
	font-weight: normal;
	line-height:27px;
	text-transform:none;
	margin:0px;
}
.feature_section5 p{
	padding-right:50px;
	line-height:21px;
}


/* features_section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	text-align:center;
	background-color:#e7ecef;
	padding:95px 0px 100px 0px;	
}



/* features_section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	padding: 100px 0px 90px 0px;
	text-align: center;
}
.feature_section7 .one_fourth_less {
	float: left;
	margin-bottom:30px;
}
.feature_section7 img {
	float: left;
}
.feature_section7 .bcont {
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 20px 38px;
	margin-top:-82px;
	position:relative;
	text-align:left;
	display:block;
	transition: all 0.3s ease;
}
.feature_section7 .one_fourth_less:hover .bcontbox,
.feature_section7 .one_half_less:hover .bcont {
	background: rgba(0,0,0,0.7);
}
.feature_section7 p {
	color: #fff;
	line-height:21px;
}
.feature_section7 .datecont {
	float: right;
	background: #d2527f;
	padding: 7px 7px 5px 7px;
	margin-top:-417px;
	text-align:center;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	line-height:18px;
}
.feature_section7 b {
	font: 12px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height:21px;
}
.feature_section7 .bcontbox {
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px 18px;
	margin-top:-41px;
	position:relative;
	text-align:left;
	display:block;
	transition: all 0.3s ease;
}
.feature_section7 .datecontbox {
	float: right;
	background: #d2527f;
	padding: 7px 7px 5px 7px;
	margin-top:-193px;
	text-align:center;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	line-height:18px;
}
.feature_section7 h1{
	font-family: 'Josefin Sans', sans-serif;
	color: #272727;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}


/* features_section 8 */
.feature_section8 {
	float: left;
	width: 100%;
	padding: 120px 0px 115px 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/bg-image33.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.feature_section8 p {
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-size:27px;
	line-height:35px;
}
.feature_section8 .name {
	text-align: center;
	width: 100%;
	float: right;
	font-family: 'Josefin Sans', sans-serif;
	color: #d2527f;
	font-weight:bold;
	font-size: 18px;
	text-transform:uppercase;
	margin: 0 auto;	
}

/* features_section 9 */
.feature_section9 {
	float: left;
	width: 100%;
	padding: 97px 0px 100px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section9 .framebox{
	width:50%;
	margin: 0 auto;
	background-color:#d2527f;
	padding:20px 20px 50px 20px;
}
.feature_section9 .framebox02{
	background-color:#b4436b;
	padding:50px 50px 40px 50px;
	width:100%;
	float:left;
}
.bookatable-form {
	width: 100%;
}
.feature_section6 .box1 {
	width:100%;
	float:left;
}
.bookatable-form label {
	float: left;
	width: 100%;
}
.bookatable-form .input {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #727272;
	font-weight:normal;
	float: left;
	width: 100%;
	text-align: left;
	background: #fff;
	border: 2px solid #eee;
	padding: 12px 16px;
	margin-bottom: 15px;
}
.bookatable-form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #727272;
	font-weight:normal;
	float: left;
	width: 100%;
	height: 230px;
	text-align: left;
	background: #fff;
	border: 2px solid #eee;
	padding: 12px 16px;
}
.button.send {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #272727;
	font-weight:bold;
	padding: 12px 37px;
	background-color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border:3px solid #ac4368;
	border-radius:30px;
}
.button.send:hover {
	color: #fff;
	background-color: #b4436b;
}
.feature_section9 h1{
	font-family: 'Josefin Sans', sans-serif;
	color: #272727;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

/* features_section 10 */
.feature_section10 {
	float: left;
	width: 100%;
	text-align: center;
	background-image: url(../images/bg-image32.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 127px 0px  176px 0px;
	background-color: #eeeeef;
}
.feature_section10 .contentbox  {
	float: right;
	width: 40%;
	margin-right:5%;
	text-align: center;
}
.feature_section10 h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 35px;
	color: #fff;
	text-align:left;
	margin-bottom:10px;
	font-weight:300;
	line-height:41px;
	text-transform:uppercase;
	padding-bottom:10px;
	
}
.feature_section10 h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 45px;
	color: #fff;
	text-align:left;
	font-weight:bold;
	line-height:41px;
	width:68%;
	text-transform:uppercase;
	padding:15px 0px 15px 0px;
	border-bottom:1px solid #c4cacf;
	border-top:1px solid #c4cacf;
}
.feature_section10 h1 i {
	font-size: 20px;
	padding-bottom:6px;
	color: #fff;
	vertical-align:middle;
}
.feature_section10 ul.social_links {
	text-align: left;
}
.feature_section10 .social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 9px;
}
.feature_section10 .social_links li a i {
	width: 38px;
	height: 38px;
	text-align: center;
	border-radius: 100%;
	line-height: 38px;
	vertical-align: middle;
	background-color: #dadde0;
	font-size:18px;
	color: #fff;
	transition: all 0.3s ease;
}
.feature_section10 .social_links li a i:hover {
	color: #fff;
	background-color: #d2527f;
}
.feature_section10 p {
	float:left;
	padding-top:32px;
	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: 9001;
}
