/* GENERAL */
body {
	font-family: 'Fenix', serif;
}
.helper50 {
	height: 50px;
}
.helper250 {
	height: 250px;	
}
li {
	list-style: none;
}
.rambo {
	background: #D7D7D7;
}
/* GENERAL */

/* INDEX */
.nopad {
	padding-left: 0!important;
	padding-right: 0!important;
}
.marginnill {
	margin: 0;
}
.indxhome {
	overflow: hidden;
}
.mainlogo {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-top: -65px;
	left: 50%;
	margin-left: -171px;
}
.menufixer {
	position: fixed;
	top: 0;
	padding: 30px;
	left: 0;
	z-index: 9999;
	cursor: default;
}
.write_intro {
	position: relative;
	margin-top: -400px;
	left: 50%;
	margin-left: -114px;
}
.write_intro_spec {
	position: relative;
	margin-top: -400px;
	left: 50%;
	margin-left: -180px;	
}
.last_list_menu {
	position: absolute;
	bottom: 0;
	padding: 10px 30px;
}
.last_list_menu:hover {
	background: none!important;
}
.notinclud {
	display: inline-block!important;
	padding: 0 5px 0 0!important;
	border-bottom: none!important;
}
.notinclud:hover {
	background: none!important;
}
.notinclud2 {
		display: inline-block!important;
	padding: 0 5px 0 0!important;
	border-bottom: none!important;
}
.notinclud2:hover {
	background: none!important;
	text-decoration: underline!important;
}
/* INDEX */


/* WEDDING */
#intro_wedding {
	background: url('../img/wedding/bg01.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;

}

.mainwriteup {
	text-align: center;
	padding: 20px;
	font-family: 'Fenix', serif;
	border: 1px solid #747474;
	font-size: 30px;
}
/* WEDDING */


/* CONTACT */
.seclogo {
	position: fixed;
	top: 0;
	z-index: 99;
	left: 50%;
	margin-left: -85px;
}
#menudalafer {
	color: #333;
	font-size:25px;
}
.maper {
	height: 500px;
	box-shadow: 0 0 10px black;
}
.contacts_bg {
	background: url('../img/brushed.png');
}
.titlecontat {
	font-family: 'Fenix', serif;
	font-size: 25px;
	color: #333;
	border-bottom: 1px solid #747474;
	margin-bottom: 20px;
}
.mainlabel {
	font-family: 'Fenix', serif;
	font-size: 18px;
	color: #333;
}
.submitmail {
	font-family: 'Fenix', serif;
	font-size: 18px;
	color: #f1f1f1;
	text-shadow:none;
	font-weight: 100;
	padding: 10px 35px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	border: none;
}
textarea.form-control {
	height: 200px;
}
.contdetail {
	font-family: 'Fenix', serif;
	font-size: 18px;
	color: #333;
}
.class_ico_contact {
	font-family: 'Fenix', serif;
	font-size: 20px;
	color: #333;	
	padding-right: 5px; 
}
.class_ico_contact:hover {
	color: #333;	
	text-decoration: none;	
}
.mail_ctc_dtl {
	color: #333;	
}
.mail_ctc_dtl:hover {
	color: #333;	
	text-decoration: none;	
}
/* CONTACT */


/* General styles for all menus */
.cbp-spmenu {
	background: #fbfafa;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #333;
	font-size: 25px;
	padding: 28px 25px;
	margin: 0;
	font-weight: normal;
	background: #FBFAFA;
	margin-left: 40px;
}
#menudalaf {
	color: white;
	font-size:25px;
}
.menudalafnoati {
	color: #333!important;
}
.cbp-spmenu a {
	display: block;
	color: #333;
	font-size: 1.1em;
	font-weight: 100;
	
	o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cbp-spmenu a:hover {

	background: #d7d7d7;
	text-decoration: none;
	o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 33.33%;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #ededed;
	padding: 20px 30px;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -33.33%;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Example media queries */
@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}
@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}