html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}
img {
	vertical-align:top;
	border:0;
	opacity:1;
	filter: alpha(opacity=100);
	max-width:100%;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
body {
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	font-family: 'Lora', serif;
	line-height:20px;
	font-size: 13px;
	color: #797979;
	background: #fff;
    position:relative;

    
}
html { font-size: 100%;
}
::selection{
	background: #92416a;
	color: #FFF;
}
a {
	color: #000000;
    font-weight: 300;
    text-decoration: none !important;
}
a:hover { color: #92416a;text-decoration:underline!important;
}
p {
	margin:0 0 20px;
	padding:0;
    text-transform:uppercase;
    font-family: 'Kumbh Sans', sans-serif;
    letter-spacing: 0.25rem;
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

h1 {
	margin:25% 0 0;
	padding:0;
	text-transform:none;
	font-weight:400;
	line-height:54px;
	font-size:40px;
	color:#000;
}

.container {
	width:1000px;
	margin:0 auto;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left:20px;
	margin-bottom:20px;
}
.row {margin-left:-20px;
}
.span12 {width: 980px;}
.span11 {width: 915px;}
.span10 {width: 830px;}
.span9 {width: 745px;}
.span8 {width: 660px;}
.span7 {width: 575px;}
.span6 {width: 490px;}
.span5 {width: 405px;}
.span4 {width: 320px;}
.span3 {width: 235px;}
.span2 {width: 150px;}
.span1 {width: 65px;}


.color {color:#92416a;
}
.bg_color {background-color:#92416a;
}
.page_section {
	padding:5% 0 5%;
}
.parallax_effect {
	width:100%;
	background-size:cover;
}

/** HEADER **/
#top header{
	height: 34px;
	padding: 20px 0;
	background:#fff;
}





.home_gradient {
	position:relative;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
    background-image: -moz-linear-gradient( 90deg, rgb(239,241,221) 0%, rgb(237,228,222) 25%, rgb(236,225,221) 100%) ;
    background-image: -webkit-linear-gradient( 90deg, rgb(239,241,221) 0%, rgb(237,228,222) 25%, rgb(236,225,221) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(239,241,221) 0%, rgb(237,228,222) 25%, rgb(236,225,221) 100%) ;
}
.welcome_block {
	position:relative;
	z-index:1;
	text-align:center;

}
.welcome_block p {
	text-transform:uppercase;
	font-weight:500;
	font-size:16px;
	color:#000;
    line-height: 1.5rem;
    margin-top: 25%;

}

a {
	position:relative;
	z-index:1;
	display:block;
    text-align:center;

}

/* ___________________ //Home ___________________ */


/* ____________________ About ____________________ */
#about h2 {
	color:#92416a;
	border-bottom:1px solid #e0e0e0;
}
#about h2 span {
	display:inline-block;
	margin-bottom:-1px;
	padding-right:7px;
	border-bottom:1px solid #92416a;
}

ul.spsk {
	padding-top:11px;
	padding-left:30px;
}
ul.spsk li {
	padding-left:38px;
	background-repeat:no-repeat;
	color:#505050;
}
ul.spsk li.icon1 {background-image: url(../images/i1.png);
}
ul.spsk li.icon2 {background-image: url(../images/i2.png);
}
ul.spsk li.icon3 {background-image: url(../images/i3.png);
}
ul.spsk li.icon4 {background-image: url(../images/i4.png);
}

/* __________ Services __________ */
.services_block {padding-top:5px;
}
.services_item {
	display:block;
	text-align:center;
}
.icon_block {
	overflow:hidden;
	position:relative;
	margin:0 auto 23px;
	width:191px;
	height:191px;
	border:18px solid #fff;
	border-radius:50%;
	box-shadow:0 0 0 1px #e0e0e0;
	background:#92416a;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.icon_block img {
	border-radius:50%;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
}
.services_item:hover .icon_block img {
	opacity: 0.22;
	filter: alpha(opacity=22);
}
.icon_block span {
	display:block;
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	margin:-15px 0 0 -15px;
	width:31px;
	height:31px;
	background: url(../images/i5.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.services_item:hover .icon_block span {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
}
.services_item {color:#797979;
}
.services_item p {
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	color:#505050;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.services_item:hover p {
	color:#92416a;
}

/* _________ //Services _________ */

/* ___________________ //About ___________________ */

/* ____________________ Portfolio ____________________ */
#portfolio {
	width:100%;
	overflow:hidden;
}
#portfolio .parallax_effect {
	position:relative;
	margin-top:-31px;
	padding:74px 0 55px;
	background-image: url(../images/portfolio_bg.jpg);
}
#portfolio .parallax_effect .container {
	position:relative;
	z-index:1;
}
#portfolio .parallax_effect h2 {
	line-height:58px;
	background: url(../images/h2_bg.png) repeat-x left bottom;
}
#portfolio .parallax_effect h2 span {
	display:inline-block;
	border-bottom:1px solid #fff;
}

/* __________ Filter __________ */
#filter {
	padding:45px 0;
}
#filter li {
	display:inline-block;
	margin-right:37px;
}
#filter li a {
	display:block;
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	color:#959595;
	cursor:pointer;
}
#filter li a.selected,
#filter li a:hover {
	color:#92416a;
}

/* _________ //Filter _________ */

/* __________ Portfolio Item __________ */
.portfolio_block {
	margin-right: -5px;
}
.portfolio_block .element {
	float:left;
	width:25%;
}
.portfolio_block .element:hover {
	z-index:2;
}
.portfolio_item {
	position:relative;
	background:#000;
}
.portfolio_item:hover {
	background:#fff;
}

.portfolio_item .hover_img img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_item:hover .hover_img img {
	opacity: 0.78;
	filter: alpha(opacity=78);
}
.event_img .zoom,
.portfolio_item .hover_img .zoom {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-40px 0 0 -40px;
	width:81px;
	height:81px;
	opacity: 0;
	filter: alpha(opacity=0);
	background:url(../images/zoom.png) no-repeat;
	transform: scale(2);
	-webkit-transform: scale(2);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.event_item:hover .event_img .zoom,
.portfolio_item:hover .hover_img .zoom {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
}
.portfolio_item .description {
	overflow:hidden;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	bottom:2px;
	width:100%;
	height:100%;
	opacity: 0;
	filter: alpha(opacity=0);
	background:#92416a;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
}
.portfolio_item:hover .description {
	left:100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.last_element .portfolio_item:hover .description {
	left:-100%;
}
.portfolio_item .description_in {
	padding:25px 30px;
	background:#92416a;
	color:#fff;
}
.portfolio_item .description_in p {
	margin-bottom:27px;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
}
.portfolio_item .description_in span {
	display:block;
	margin-bottom:25px;
	padding-bottom:24px;
	font-weight:500;
	border-bottom:1px solid #b07693;
}
.portfolio_item .description_in a {
	display:inline-block;
	padding-right:25px;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	background:url(../images/descr_read.png) no-repeat right center;
}

/* _________ //Portfolio Item _________ */

/* ___________________ //Portfolio ___________________ */


/* ____________________ Events ____________________ */
.events_block {padding-bottom:30px;
}
#events h2 {
	color:#92416a;
	border-bottom:1px solid #e0e0e0;
}
#events h2 span {
	display:inline-block;
	margin-bottom:-1px;
	padding-right:7px;
	border-bottom:1px solid #92416a;
}
.event_img {
	position:relative;
	background:#92416a;
}
.event_item .event_img img {
	width:100%;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.event_item:hover .event_img img {
	opacity: 0.53;
	filter: alpha(opacity=53);
}
.event_description {
	padding:25px 30px;
	background:#f8f8f8;
}
.event_description a.title {
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	color:#505050;
}
.event_item:hover .event_description a.title {color:#92416a;
}
.event_info {
	margin-bottom:15px;
	padding-bottom:14px;
	font-weight:500;
	font-size:12px;
	color:#ababab;
	border-bottom:1px solid #e2e2e2;
}
.event_description a.read_more {color:#505050;
}

/* ___________________ //Events ___________________ */


/* ____________________ Testimonials ____________________ */
#testimonials .parallax_effect {
	position:relative;
	margin-top:-31px;
	padding:84px 0;
	background-image: url(../images/testimonials_bg.jpg);
}
#testimonials .parallax_effect .container {
	position:relative;
	z-index:1;
}

.testimonials_block {
	padding:48px 70px 0;
	text-align:center;
	color:#fff;
	background:url(../images/testimonials_block.png) no-repeat center top;
}
.testimonials_txt {
	padding-bottom:23px;
	font-style:italic;
}
.testimonials_block a {
	margin-right:15px;
}
.author_inf {
	display:inline-block;
	padding:14px 0 0;
	line-height:17px;
	text-align:left;
}
.author_inf span {
	display:block;
	text-transform:uppercase;
}

/* ___________________ //Testimonials ___________________ */


/* ____________________ Contact ____________________ */
#contact {
	padding-bottom:105px;
}
#contact h2 {
	color:#92416a;
	border-bottom:1px solid #e0e0e0;
}
#contact h2 span {
	display:inline-block;
	margin-bottom:-1px;
	padding-right:7px;
	border-bottom:1px solid #92416a;
}

.contact_info {
	text-align:center;
}
.contact_info span {
	display:inline-block;
	margin-bottom:10px;
	padding-right:5px;
	text-transform:uppercase;
	font-size:14px;
	color:#505050;
}
.contact_info a {
	display:inline-block;
	margin-bottom:10px;
	color:#797979;
}
.contact_info a:hover {
	color:#92416a;
}

/* ___________________ //Contact ___________________ */


/* ____________________ Footer ____________________ */
.footer {
	padding:29px 0 21px;
	color:#979797;
	background:#3e3e3e;
}
.footer a {color:#fff;	
}
.footer a:hover {color:#979797;	
}

.footer a.down_btn {
	position:static;
	margin:0;
	padding-right:28px;
	display:block;
	width:auto;
	height:20px;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	background:url(../images/up_btn.png) no-repeat right center;
}

/* ___________________ //Footer ___________________ */

/**** Isotope Filtering ****/
.isotope-item {
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}











/* ____________________ Responsive Style ____________________ */
@media (max-width: 1600px) {
	.portfolio_item .description_in {padding: 5px;}
	.portfolio_item .description_in p {margin-bottom:5px;font-size:13px;}
	.portfolio_item .description_in span {margin-bottom:5px;padding-bottom:5px;font-size:11px;line-height:15px;}
	
}

@media (max-width: 1023px) {
	.parallax_effect {background-size:cover;background-position:0 0 !important;}

/* __________ Portfolio __________ */
	.portfolio_block .element {width:49.99%;}
	.respond_last_element .portfolio_item:hover .description {left:-100%;}
	.portfolio_item .description_in {padding: 10px 15px;}
	.portfolio_item .description_in p {margin-bottom:7px;font-size:15px;}
	.portfolio_item .description_in span {margin-bottom:7px;padding-bottom:7px;font-size:13px;line-height:19px;}
	
/* _________ //Portfolio _________ */
	
}

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio:0) {
	.parallax_effect {background-size:cover;background-position:0 0 !important;}
	
	.portfolio_item .description_in {padding: 5px;}
	.portfolio_item .description_in p {margin-bottom:5px;font-size:11px;}
	.portfolio_item .description_in span {margin-bottom:5px;padding-bottom:5px;font-size:10px;line-height:15px;}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.container {width:724px;}

/* __________ Menu __________ */
	.navmenu ul li {margin:0 25px;}
/* _________ //Menu _________ */

/* __________ About __________ */
	.icon_block {width:130px;height:130px;border:10px solid #fff;}
	
/* _________ //About _________ */

/* __________ Portfolio __________ */
	.respond_last_element .portfolio_item:hover .description {left:-100%;}
/* _________ //Portfolio _________ */

/* __________ Events __________ */
	.events_block [class*="span"] {width:352px !important;}
	.event_description {padding:10px 15px;}
/* _________ //Events _________ */
	

	.span12 {width: 724px;}
	.span11 {width: 662px;}
	.span10 {width: 600px;}
	.span9 {width: 538px;}
	.span8 {width: 496px;}
	.span7 {width: 414px;}
	.span6 {width: 352px;}
	.span5 {width: 290px;}
	.span4 {width: 228px;}
	.span3 {width: 166px;}
	.span2 {width: 104px;}
	.span1 {width: 42px;}
	
}

@media (max-width: 767px) {
	.container {width:470px;}
	
	.parallax_effect {background-size:cover;background-position:0 0 !important;}

/* __________ Header __________ */
	#top header {
		height: 75px !important;
		padding: 0;
		position: fixed; width: 100%; z-index: 999; top: 0; left:0;
	}
	#top header:before {content:''; position:absolute; left:0; bottom:-6px; width:100%; height:6px; background:url(../images/menu_shadow.png) repeat-x left bottom;}
	#home {padding-top:75px; padding-bottom:150px;}
/* _________ //Header _________ */

/* __________ Menu __________ */	
	.fixed-menu, .fixed-menu:before, .fixed-menu:after, .navmenu {display:none !important;}
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 0px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:40px;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}

	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../images/btn_menu.png) no-repeat 0 0;		
	}
	.mobile_menu_wrapper {
		display:block;
		background:#eee;
		position: fixed; width: 100%; z-index: 999; top:75px; left:0;
		padding: 15px 40px 15px 20px;
	}
	.mobile_menu_wrapper a {color:#505050;
	}
	.mobile_menu_wrapper a:hover {color:#92416a;
	}
	.mobile_menu_wrapper a span {display:none;}

/* _________ //Menu _________ */

/* __________ Home __________ */
	h1 {font-size:24px;line-height:34px;}
	.welcome_block p {font-size:12px;}
	a.down_btn {bottom:10%;}
/* _________ //Home _________ */

/* __________ About __________ */
	.icon_block {width:130px;height:130px;border:10px solid #fff;}
	
/* _________ //About _________ */

/* __________ Portfolio __________ */
	#filter li {margin-right:15px;}
	.respond_last_element .portfolio_item:hover .description {left:-100%;}
	.portfolio_item .description_in {padding: 5px;}
	.portfolio_item .description_in p {margin-bottom:5px;font-size:13px;}
	.portfolio_item .description_in span {margin-bottom:5px;padding-bottom:5px;font-size:11px;line-height:15px;}
/* _________ //Portfolio _________ */

/* __________ Events __________ */
	.events_block [class*="span"] {width:100% !important;}
	.event_description {padding:10px 15px;}
/* _________ //Events _________ */



	.row {margin-left:0;}
	[class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
	}

}

@media (max-width: 479px) {	
	.container {width:310px;}

/* __________ Portfolio __________ */
	.respond_last_element .portfolio_item:hover .description, .last_element .portfolio_item:hover .description, .portfolio_item:hover .description {right:auto;left:auto;top:100%;}
	.last_element_mobile .portfolio_item:hover .description {right:auto;left:auto;top:-100%;}
	.portfolio_block .element {width:100%;}
	.portfolio_item .description_in {padding: 10px 15px;}
	.portfolio_item .description_in p {margin-bottom:10px;font-size:16px;}
	.portfolio_item .description_in span {margin-bottom:10px;padding-bottom:10px;font-size:13px;line-height:17px;}
/* _________ //Portfolio _________ */

/* __________ Testimonials __________ */
	.testimonials_block {padding:48px 10px;}
/* _________ //Testimonials _________ */
	
	.footer {text-align:center;}
	.footer .fleft, .footer .fright {float:none;}
	
	.copyright {text-align:center;}
	.footer a.down_btn {display:inline-block; margin:10px auto;}

	
}






















