/*custom css*/
/*---Start---*/

form-control{
    background: transparent;
}
form {
	width: 320px;
	margin: 20px;
}
form > div {
	position: relative;
	overflow: hidden;
}
form input, form textarea {
	width: 100%;
	border: 2px solid gray;
	background: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 8px 12px;
	outline: 0;
	margin-bottom:10px;
}
form input:valid, form textarea:valid {
	background: white;
}
form input:focus, form textarea:focus {
	border-color: #357EBD;
}
form input:focus + label, form textarea:focus + label {
	background: #357EBD;
	color: white;
	font-size: 70%;
	padding: 1px 6px;
	z-index: 2;
	text-transform: uppercase;
}
form label {
	-webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	position: absolute;
	color: #999;
	padding: 7px 6px;
	font-weight: normal;
}
form textarea {
	display: block;
	resize: vertical;
}
form.go-bottom input, form.go-bottom textarea {
	padding: 12px 12px 12px 12px;
}
form.go-bottom label {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
	padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
	top: 100%;
	margin-top: -16px;
}
form.go-right label {
	border-radius: 0 5px 5px 0;
	height: 100%;
	top: 0;
	right: 100%;
	width: 100%;
	margin-right: -100%;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
	right: 0;
	margin-right: 0;
	width: 40%;
	padding-top: 5px;
}
@font-face {
    font-family: 'proxima_nova_alt_rgregular';
    src: url('../fonts/proxima-nova-regular.eot');
    src: url('../fonts/proxima-nova-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-regular.woff') format('woff'),
         url('../fonts/proxima-nova-regular.ttf') format('truetype'),
         url('../fonts/proxima-nova-regular.svg#proxima-nova-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_altsemibold';
    src: url('../fonts/proxima-nova-semibold.eot');
    src: url('../fonts/proxima-nova-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-semibold.woff') format('woff'),
         url('../fonts/proxima-nova-semibold.ttf') format('truetype'),
         url('../fonts/proxima-nova-semibold.svg#proxima-nova-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_alt_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_bold-webfont.svg#proxima_nova_alt_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GeorgiaItalic';
    src: url('../fonts/georgiai.eot');
    src: url('../fonts/georgiai.eot') format('embedded-opentype'),
         url('../fonts/georgiai.woff') format('woff'),
         url('../fonts/georgiai.ttf') format('truetype'),
         url('../fonts/georgiai.svg#GeorgiaItalic') format('svg');
}
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
.header {
	min-height: 20px;
	padding: 0 3%;
	background: #fff;
	margin-bottom: 22px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
}

/*nav_menu*/

.mainnav {
	font-family: 'proxima_nova_alt_rgregular';
}
.nav_wrap {
	border-bottom: 1px solid #dcdcdc;
	min-height: 46px;
}
.nav_menu {
	margin: 0;
	padding: 0;
}
.nav_menu li {
	float: left;
}
.nav_menu li a {
	color: #0e1016;
	display: block;
	padding: 12px 15px;
}
.nav_menu li:hover, .nav_menu li.active {
	
}
.nav_menu li:hover a, .nav_menu li.active a {
	color: #a29786;
}
.dropdown {
	position: absolute;
	left: ?px;
	top: ?px;
	display: none;
}

/**/

.cbp-spmenu-left {
	right: 0;
}
/**/
.logo_area {
	padding: 10px 0;
}
.logo {
	text-align: center;
	text-align: left;
}
.h_right {
	text-align: right;
}

.h_link {
	font-size: 12px;
	margin-bottom: 8px;
}
.h_link a {
	display: inline-block;
	vertical-align: middle;
	color: #888;
	margin-left: 8px; 
}
.h_link a:hover {color: #000;}
.ph_no {
	color: #a29786;
	font-size: 32.5px;
	margin-bottom: 4px;
}
.ph_no span {
	font-family: 'proxima_nova_alt_rgbold';
	display: inline-block;
	margin-left: 6px;
}
.mailto {
	display: inline-block;
	color: #494949;
	font-size: 21.4px;
}
/*Content part*/
.content {
	padding: 30px 3%;
	background: #fff;
	margin-bottom: 22px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
}
p {
	
		font-size:16px;
	margin-bottom:20px;
	color:#363636;
	line-height:24px;
}
.part {
	text-align: center;
}
.heading {
	color: #332d2b;
	font-size: 28px;
	margin-bottom: 12px;
}
.heading span {
	margin-right: 5px;
	font-family: 'proxima_nova_alt_rgbold';
}
.look_text {
	color: #726a5d;
	font-size: 20px;
	margin-bottom: 12px;
	font-family: 'GeorgiaItalic';
	margin-bottom: 20px;
}

.look_text_h2 {
	color: #726a5d;
	font-size: 28px;
	margin-bottom: 12px;
	font-family: 'GeorgiaItalic';
	margin-bottom: 20px;
}

.imag_area {
	margin-bottom: 20px;
	position: relative;
	z-index: 99;
}
.imag_area:after {
	content: " ";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(../images/shadow.png);
	background-size: 100%;
	z-index: -1;
}
.imag {
	border: 1px solid #afafaf;
}

.imag img {
	width: 100%;
}
.img_cap {
	background: #726a5d;
	padding: 6px 0;
	color: #fff;
	font-size: 18px;
}
.img_cap a {	
	color: #fff;
	font-family: 'proxima_nova_alt_rgbold';	
}
.img_cap a:hover {
	color: #bbb;
}
.img_cap p {
	font-family: 'GeorgiaItalic';
	display: block;
	margin: 0;
	/*line-height: normal;*/
	
}
.text_outer {
	
}
.creative_text {
	color: #cd4932;
	line-height: 20px;
	font-family: 'proxima_nova_alt_rgbold';
	padding: 10px 6%;
}
.dvidr {
	background: #444;
	height: 1px;
	border: none;
	width: 80%;
	margin: 18px auto;
}
.blog_area {
	background: #0c0c0c;
	padding: 48px 4%;
}
.blog_area h4 {
	color: #fff;
	font-family: 'proxima_nova_alt_rgbold';
	font-size: 18px;
}
.blog_area .date {
	color: #afafaf;
	font-family: 'GeorgiaItalic';
	margin: 6px 0 12px 0;
}
.blog_area p {
	color: #fff;
	line-height: 18px;
}
.view_full {
	color: #cd4932;
	font-family: 'proxima_nova_alt_rgbold';
}
.view_full:hover {
	color: #fff;
}
.sider_btn {
	width: 42px;
	display: none;
	 background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(41,44,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(41,44,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,44,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,44,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,44,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(41,44,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#292c2d',GradientType=0 ); /* IE6-9 */
}
.sider_btn .icon-bar {
	background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 4px 0;
}
/*---slider---*/
.banner {
	margin-bottom: 22px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
}
.slider {position: relative;}
.slider .slides img {width: 100%; display: block;}
.slider .slides li {position: relative;}
.slider .flex-direction-nav {list-style: none;}
.slider .flex-direction-nav li a {
     background-image: url(../images/slider_arrow.png);
	background-repeat: no-repeat; 
    display: block;
    height: 65px;
    width: 65px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    font-size: 0;
    background-color: rgba(151, 148, 148, 0.3);
}
.slider .flex-prev {
	background-position: 22px 10px;
	left: 0;
	}
.slider .flex-next  {
	background-position: 30px -50px; right: 0;
}
.flex-control-paging {display: none;}

.slider_logo {
	position: absolute;
	z-index: 99;
	top: 30px;
	right: 30px;
}
/*--Inner page--*/
.content .footer {
	padding: 0 3%;
}
.inr_pic_outer {
	margin-bottom: 22px;
}
.inr_pic {
	position: relative;
	overflow: hidden;
	/*-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;*/
    text-align: center;
}
.inr_pic img {
	width: 100%;
}
.pic_hov {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 4%;
	background: rgba(142, 136, 125, 0.8);
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pic_hov h4 {
	font-size: 25.2px;
	margin: 30px 0 16px;
	font-family: 'GeorgiaItalic';
}
.pic_hov p {line-height:1.0
	
}
.inr_pic:hover .pic_hov {
	bottom: 0;
}
.cont_bot {
	margin-top: 30px;
}
.listing_heading {
	font-size: 20px;
	color: #332d2b;
	font-family: 'proxima_nova_alt_rgbold';
	margin-bottom: 12px;
}
ul.listing {
	margin: 0;
	padding: 0;
	color: #332d2b;
	padding-top:10px;
}
ul.listing > li {
	font-size: 18px;
}
ul.listing > li > a{
	font-size: 18px;
	color: #332d2b;
}
ul.listing ul {
	color: #8e887d;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left:10px;
}
ul.listing ul li {
	line-height: 26px;
	margin-bottom:16px;
}
 ul.listing ul li a {
 	color: #8e887d;
 }
ul.listing a:hover {
	color: #2d2d2d;
}
/*footer*/
.footer {   
    background: #fff;
    padding: 20px 3%;
}
.f_top {
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 0;
}
.f_top_heading {
	font-size: 28px;
	color: #363636;
	margin-bottom: 20px;
}
.f_top_heading .feel {
	font-family: 'proxima_nova_alt_rgbold';
	margin-right: 5px;
}
.f_top_heading .love {
	font-family: 'GeorgiaItalic';
	color: #cd4932;
	margin-left: 5px;
}
.f_top p {
	color: #363636;
	font-size: 20px;
	line-height: normal;
	font-family: 'GeorgiaItalic';
}
dd.text {
	color: #cd4932;
	margin: 20px 0 0 0;
}

.social {
	margin-top: 25px;
	text-align: right;
}
.social a {
	display: inline-block;
	vertical-align: middle;
	height: 33px;
	width: 33px;
	background-image: url(../images/social_icon.png);
	background-repeat: no-repeat;        
}
.social .blog{
	background-position: 0 0;
}
.social .fb {
	background-position: -38px 0;
}
.social .flc {
	background-position: -77px 0;
}
.social .ldn {
	background-position: -113px 0;
}
.social .youtube {
	background-position: -152px 0;
}
.social .skp {
	background-position: -189px 0;
}
.social .tw {
	background-position: -226px 0;
}

.social .pin {
	background-position: -264px 0;
}
.social .insta {
	background-position: -301px 0;
}

.social a:hover {
	opacity: 0.7;
}

.penn a {
    color: #cd4932 !important;    
}
.penn a:hover {text-decoration: underline; !important}
/**/
.f_bottom {
	font-size: 12px;
	padding: 12px 0;
}
.f_bottom .span5 {
	text-align: right;
	color: #888888;
}
.f_menu {
	margin-top: 4px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.f_menu li {
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0;
}
.f_menu li:last-child {
    padding-left: 0;
}
.f_menu li a {
    color: #888;    
}
.f_menu li a:hover {text-decoration: underline;}
.copy {    
    line-height: 26px;
    color: #494949;
    
}
.site_by {
	font-family: 'proxima_nova_alt_rgbold';
}
.site_by i {
	color: #dd3789;
	margin-left: 5px;
}




/**************ansar*******inner pages******15/10/13*********************/

.inner_bg{
	background:url(../images/inner_bg.jpg) no-repeat 0 0;
	background-size:cover;
	height:1950px;
	}

.innerpage_content {
	padding: 30px 3%;
	background: #fff;
	margin-bottom: 22px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.6);
	border-top:1px solid #cecfd6;
}

.footer_ans {   
    background: #fff;
    padding: 20px 3%;
	border-top:1px solid #cecfd6;
}

.f_top_ans {
    border-bottom: 1px solid rgb(220, 220, 220);
    padding: 0 0 20px;
}

.inner_banner{
	margin:0 1% 30px 1%;
	}
.refer_cont{
	overflow:hidden;
	padding-bottom:50px;
	}
.inner_heading {
    color: #363636;
    font-size: 36px;
	font-family: 'proxima_nova_alt_rgbold';
}
.inner_heading span {
    font-family: 'proxima_nova_alt_rgregular';
}

.inner_heading2 {
    color: #363636;
    font-size: 36px;
    margin-bottom: 30px;
	font-family: 'proxima_nova_alt_rgregular';
}
.para{
	font-family: 'proxima_nova_alt_rgregular';
	color:#8e887d;
	font-size:24px;
	line-height:36px;
	padding-bottom:10px;
	padding-right: 20px;
	padding-top:15px;
	}

.darktxt{
	font-family: 'proxima_nova_alt_rgregular';
	color:#363636;
	font-size:16px;
	}
.numtxt{
	font-family: 'proxima_nova_alt_rgregular';
	color:#363636;
	font-size:16px;
	}
.price_prod_listing{
	overflow:hidden;
	border-top:1px solid #d9d6d6;
	padding-top:14px;
	}
.price_prod_listing ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.price_prod_listing ul li {
	margin-bottom:30px;
	float:none;
}
.price_prod_listing ul li a{
	font-size: 18px;
	color:#332d2b;
	display:block;
	text-decoration:none;
}

.price_prod_listing ul li a:hover {
	color:#000;
}

.detail_cont{
	overflow:hidden;
	}
.detail_cont_hdng{
	 color: #332d2b;
    font-size: 23px;
    margin-bottom: 30px;
	font-family: 'proxima_nova_alt_rgbold';
	}
	
.detail_cont_outr{
	overflow:hidden;
	}
.detail_cont_input{
	width:100%;
	height:48px !important;
	background:#f0eef0 !important;
	box-shadow:none !important;
	border:1px solid #e1e1e1 !important;
	border-radius:4px !important;
	margin-bottom:20px !important;
	outline:0;
	padding-left:5% !important;
	color:#999999 !important;
	font-size:12px !important;
	}
	
	.detail_cont_area{
	width:100%;
	height:150px !important;
	background:#f0eef0 !important;
	box-shadow:none !important;
	border:1px solid #e1e1e1 !important;
	border-radius:4px !important;
	margin-bottom:20px !important;
	outline:0;
	padding-left:5% !important;
	color:#999999 !important;
	font-size:12px !important;
	}
	
.send_btn{
	width:98px  !important;
	height:38px  !important;
	line-height:38px;
	border-radius:3px;
	border-top:1px solid #e5375b  !important;
	border-bottom:1px solid #ac2c46  !important;
	border-left:1px solid #ac2c46  !important;
	border-right:1px solid #ac2c46  !important;
	outline:0;
	text-align:center;
	color:#fff  !important;
	font-size:12px  !important;
	font-weight:bold;
	display:block  !important;
	cursor:pointer;
	float:right;
	/*background:url(../images/btn_bg.jpg) repeat-x 0 0  !important;*/
	background: rgb(237,55,93); 
background: -moz-linear-gradient(top,  rgba(237,55,93,1) 0%, rgba(237,55,93,1) 19%, rgba(238,54,90,1) 22%, rgba(237,53,89,1) 41%, rgba(237,52,86,1) 43%, rgba(237,48,80,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,55,93,1)), color-stop(19%,rgba(237,55,93,1)), color-stop(22%,rgba(238,54,90,1)), color-stop(41%,rgba(237,53,89,1)), color-stop(43%,rgba(237,52,86,1)), color-stop(100%,rgba(237,48,80,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,55,93,1) 0%,rgba(237,55,93,1) 19%,rgba(238,54,90,1) 22%,rgba(237,53,89,1) 41%,rgba(237,52,86,1) 43%,rgba(237,48,80,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,55,93,1) 0%,rgba(237,55,93,1) 19%,rgba(238,54,90,1) 22%,rgba(237,53,89,1) 41%,rgba(237,52,86,1) 43%,rgba(237,48,80,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,55,93,1) 0%,rgba(237,55,93,1) 19%,rgba(238,54,90,1) 22%,rgba(237,53,89,1) 41%,rgba(237,52,86,1) 43%,rgba(237,48,80,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,55,93,1) 0%,rgba(237,55,93,1) 19%,rgba(238,54,90,1) 22%,rgba(237,53,89,1) 41%,rgba(237,52,86,1) 43%,rgba(237,48,80,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed375d', endColorstr='#ed3050',GradientType=0 ); /* IE6-8 */

	}
	
.send_btn:hover{
	background:#f84268;
}

.pricepro_cont {
    overflow: hidden;
}	
.greyhdng{
	color:#8e887d;
	font-size:24px;
	padding-bottom:15px;
	}
.para2{
	color:#363636;
	font-size:16px;
	line-height:24px;
	padding-bottom:25px;
	}
	
.price_guide_area{
	overflow:hidden;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:10px;
	margin-bottom: 20px;
	}
.price_guide_area_hdng{
	color:#cd4932;
    font-size:16px;
	padding-bottom:25px;
	font-family: 'proxima_nova_alt_rgbold';
	}
	
	.wallArtTitle h2{padding-bottom:0px; !important}
	.pink {color:#cd4932; font-size:14px;}
	.wallArt{
	color:#cd4932;
    font-size:16px;
	padding-bottom:20px;
	font-family: 'proxima_nova_alt_rgbold';
	}
	
.selected_pro_area{
	overflow:hidden;
	}
.top_img_box{
	margin-bottom:24px;
	}
	
.selected_pro_txt_area{
	overflow:hidden;
	}
.selected_pro_txt_area h2{
	padding-bottom:20px;
	font-size:24px;
	}
	
.descrpt{
	font-size:16px;
	padding-bottom:14px;
	margin:0;
	}
.descrpt span{	
	color:#cd4932;
	}
.descrpt2{
	font-size:20px;
	padding-bottom:14px;
	margin:0;
	}
.descrpt2 span{	
	color:#cd4932;
	}
	
.inner_bg2{
	background:url(../images/inner_bg2.jpg);
	
	background-repeat: repeat;
	}
	
	.inner_bg3{
	background:url(../images/inner_bg4.jpg);
	
	background-repeat: repeat;
	}
	.inner_bg4{
	background:url(../images/inner_bg4.jpg);
	/*background-size:cover;*/
	background-repeat: repeat;
	}
.picinner{
	overflow:hidden;
}
/*================debabrata========================*/
.inner_heading_new {
    color: #363636;
    font-size: 36px;
	font-family: 'proxima_nova_alt_rgbold';
	margin-bottom:20px;
}
.inner_heading_new span {
    font-family: 'proxima_nova_alt_rgregular';
}
.diffrent{
	 color:#cd4932;
	 font-family: 'GeorgiaItalic' !important;
}
.inner_bg2{
	background:url(../images/inner_bg_testi.jpg);

	background-repeat: repeat;	
}
.borderdevider{
	padding-bottom:27px;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:27px;
}
.imageleft{
	float:left;
	width:48.5%;
}
.imageright{
	float:right;
	width:48.5%;
}
.txtfortesti{
	color:#363636;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	font-style:italic;
}
.txtfortesti span{
	display:block;
	color:#cd4932;
	font-style:normal;
	font-size:14px;
	font-family: 'proxima_nova_alt_rgregular';
	padding-top:26px;
}
.nobgbody{
	background-color:#ffffff !important;
	background-image:none !important;
}
.noshadow{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.differtxt{
	color:#cd4932;
	font-family: 'proxima_nova_alt_rgregular';
	font-size:24px;
	line-height:38px;
	padding:20px 0;
}
.txt3{
	font-size:16px;
	margin-bottom:20px;
	color:#363636;
	line-height:24px;
}
strong {font-family: 'proxima_nova_alt_rgbold';}
.white {color:#ffffff !important;}

/* Gradient color1 - color2 - color1 */
		
hr.style-one {
	border-bottom: 1px solid rgb(220, 220, 220);
	padding: 0 0 0px;
}

.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* Gallery Specific Styles */



.glist li { margin: 0 0 20px;}
.gallery_title{ margin: 10px 0;}


/* News Specific Styles */

ul.catogory-list { overflow:hidden;
	border-top:1px solid #d9d6d6;
	padding-top:14px;
	}

ul.category-list li a {color: #cd4932;}

.part-news .heading, .part-news .look_text {
	text-align: center;
}








@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }


}

.centre {text-align:center;}
.orange {color: #cd4932;}
