/*
Theme Name: Event 159 Responsive One
Author: Andrei Andrei
Author URI: http://andreiandrei.com
Description: 
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@font-face {
    font-family: 'webfontbold';
    src: url('fonts/nevis-webfont.eot');
    src: url('fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nevis-webfont.woff') format('woff'),
         url('fonts/nevis-webfont.ttf') format('truetype'),
         url('fonts/nevis-webfont.svg#webfontbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}





/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}



/** Global **/


* { margin: 0; padding: 0; }

body { 
	font-family:arial, verdana,sans-serif ; 
	font-size: 16px; 
	background-color: #FFFFFF;  
	color: #292929;
	line-height: 1.5em;
	 }

#main{
	padding-left: 20px;
	padding-right: 20px;
}


#main_container { 
	margin: 0 auto; 
	}
h1,h2,h3,h4,h5,p { 
	margin: 10px 0;
	
    }
h1,h2,h3,h4,h5{
	/* font-style: italic; */
	font-family: "Nevis", Helvetica, Arial , sans-serif;
	/* letter-spacing: 0.05em; */
	text-transform: capitalize;
	font-weight: bold;
	/* font-size: 100%; */
	}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

a { color: #1e1e1e; text-decoration: none; }

a:hover { text-decoration:underline; }

.clear { clear: both; }

.left { float: left; }

.right { float: right; }

img { border: none; }

ul{
	list-style: disc;
	margin-left: 25px!important;
}

p{
	font-size: 100%;
}

blockquote{
	font-style: italic;
	padding:10px!important;
	background: #f8f8f8;
	margin-bottom: 20px!important;
}

input[type="text"],input[type="email"],textarea{
	 padding: 8px 10px;
    color: #555555;
    font-size: 12px;
    margin: 5px 2px;
    font-family: 'Droid Sans', sans-serif;
    background-color: #fdfdfd;
    border: 1px solid #c2c2c2;
}

input[type="text"]:hover,input[type="email"]:hover,textarea:hover{
	border: 1px solid #a2a2a2;
	outline: none;
	
	box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
	}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus{	
	border: 1px solid #737373;
	outline: none;
	
	box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
	}

	
input[type="submit"],input[type="reset"], input[type="image"] {
    padding: 8px 30px 7px 30px;
    margin: 5px 2px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    background-color: #303135;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(48,49,53)), color-stop(100%, rgb(59,61,66)));
    background-image: -webkit-linear-gradient(bottom, rgb(48,49,53) 0%, rgb(59,61,66) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(48,49,53) 0%, rgb(59,61,66) 100%);
    background-image: -o-linear-gradient(bottom, rgb(48,49,53) 0%, rgb(59,61,66) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(48,49,53) 0%, rgb(59,61,66) 100%);
    background-image: linear-gradient(bottom, rgb(48,49,53) 0%, rgb(59,61,66) 100%);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #303030;
    text-shadow: 0px 1px 0px black;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="image"]:hover {
    background-color: #94BD2D;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #2C2D30)color-stop(0%, #212124));
    background-image: -webkit-linear-gradient(bottom, #2C2D30 100%, #212124 0%);
    background-image: -moz-linear-gradient(bottom, #2C2D30 100%, #212124 0%);
    background-image: -o-linear-gradient(bottom, #2C2D30 100%, #212124 0%);
    background-image: -ms-linear-gradient(bottom, #2C2D30 100%, #212124 0%);
    background-image: linear-gradient(bottom, #2C2D30 100%, #212124 0%);

    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.3);
    box-shadow: 0px 1px 1px rgba(0,0,0,.3);
    
}
input[type="submit"]:active,input[type="reset"]:active,input[type="image"]:active {
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.9) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.9) inset;
    box-shadow: 0px 1px 3px rgba(0,0,0,.9) inset;
    
}

form.inside_button{
	display: inline-block;
}

/** =======Header========= **/


#header { 
	margin-bottom: 40px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	}

.header_top_text { 
	padding: 5px 0; 
	text-align: center; 
	font-size: 20px; 
	border-bottom: 1px dotted #ccc; 
	color: #999;
	}

.header_text_cont { float: right; padding: 0 25px 0 15px; margin: 10px 0; border-left: 1px solid #ddd; width: 275px; }

.logo { float: left; margin-top: 15px; }



/*=== Navigation Menu ===*/
.main-navigation {
	margin-bottom: 24px;
	margin-top: 1.714285714rem;
	float:right;
	
	}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
     font-size: 16px;
     font-weight: bold;
}


.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #000;
		white-space: nowrap;
	}
.main-navigation li.dropdown{
	padding-right:20px;
	background: url(images/dropdown.png) no-repeat;
	background-position: right;
	background-position-y:6px;
}

.main-navigation .dropdown a{
	
} 
	.main-navigation li a:hover {
		text-decoration: underline;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 10000;
		left:-30px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
.current-menu-item a {  color: #999; }


/*========= Content ======*/



.header_search { float: right; position: relative; }

.header_search input[type=text] { width: 284px; height: 28px; border: 1px solid #EEEEEE; padding-right: 30px; }

.search_icon { position: absolute; right: 10px; top: 10px; }

#slider_container { padding: 10px 0; border-bottom: 1px solid #E5E5E5; position: relative; }

.slide_prev_new { position: absolute; left: 10px; top: 170px; z-index: 20; cursor: pointer; }

.slide_next_new { position: absolute; right: 10px; top: 170px; z-index: 20; cursor: pointer; }

#single_container {
	padding: 20px 0;
	overflow:hidden;
	 }

.single_content{
	margin-top: 30px;
}

#single_container .fourcol{
	margin-bottom: 20px;
}

.entry-content{
	
}

.single_content p{
	margin-bottom: 10px;
}

#single_left { 
	/* width: 680px;  */
	float: left; 
	}
.title{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}

.meta{
	font-style: italic;
	font-weight: normal;
}

#single_left ul li{
	padding-bottom: 5px;
	} 

full{
	width: 100%;
}	

.buttons{
	position:relative;
}

/* Front space boxes */

.featured_title{
	text-align:center;
	border-top:1px solid #E5E5E5; 
	line-height:60px;
	border-bottom: 1px solid #E5E5E5; 
}

.allspaces_button input[type="submit"]{
	width: 100%;
	padding:10px 100;
}
.home_space_box {   
	margin: 10px 47px 60px 0; 
	}
.home_space_box img { 
	width: 100%; 
	
	opacity:1.0; 
	filter:alpha(opacity=100); 
	}
	
.home_space_box img:hover { opacity:0.8; filter:alpha(opacity=80); }

.home_space_box h1{
	margin-bottom: 10px;
}

.home_space_box h3 { font-weight: normal; }

.home_space_box h3 a { color: #a4a4a5; text-decoration: none; }

.home_space_box h3 a:hover { color: #333; }

.home_space_box:nth-child(3n){margin-right: 0px!important;}

/* Events boxex */

.home_blog_box { 
	float: left; 
	 
	margin: 10px 20px 20px 0;
	border-top: 1px solid #eee;
	position: relative;
	text-align: center;
		}
.home_blog_box img { 
	width: 100%; 
	
	opacity:1.0; 
	filter:alpha(opacity=100); 
	}
.home_blog_box img:hover { 
	opacity:0.8; 
	filter:alpha(opacity=80); 
	}
.home_blog_box:nth-child(3n+1) { margin-right: 0px; }
/* .home_blog_box:nth-child(3n+0) { margin-right: 0px; } */

.home_blog_box h2 { 
	position: absolute;
	top:0px;
	width: 100%;
	background: url(images/front_box_bg.png);
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
	}

.home_blog_box h2 a { 
	
	text-decoration: none; 
	}
.home_blog_box h3 a:hover { color: #333; }

.home_port_cont { 
	
	padding: 5px 0 25px 0; 
	position: relative;
	z-index: 1000;
	margin-top: 20px;
}

.event_box:nth-child(3n+0) { margin-right: 0px; }
	
}
	



#location{
	margin-top: 20px;
	clear:both;}


.last { margin-right: 0!important; }

/* Space Page */

#spacepage{
	margin:20px 0 20px 0;
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
	padding:25px 0 0px 0;
}

#spacepage:first-child{
	border-top:none;
	margin-top:0px!important;
	padding-top: 0px!important;
}

#spacepage .sixcol ul {
	margin-top: 30px;
}

#spacepage .sixcol ul li{
	margin-bottom: 10px;
}

h3.top_title, h1.top_title { 
	padding: 5px 5px; 
	margin: 2px 0 2px; 
	font-size: 14px; 
	font-weight: normal; 
	border-top: 1px solid #eee;
	}

.blog_box { 
	padding-bottom: 10px; 
	margin-bottom: 30px; 
	border-bottom: 1px solid #E5E5E5; 
	}

.blog_box p { color: #3E3E3E; }

.blog_box h3 { font-size: 15px; }

.blog_box h3 a { color: #c7c7c7; text-decoration: none; }

.blog_box h3 a:hover { color: #333; }

.blog_box img { width: 680px; height: 400px; }

.port_box { float: left; width: 306px; margin: 5px 20px 5px 0; }

.port_box_divider { border-bottom: 1px solid #c7c7c7; margin: 5px 0 10px; }

.port_box img { width: 306px; height: 387px; }

.port_box h3 a { color: #c7c7c7; text-decoration: none; }

.port_box h3 a:hover { color: #333; }

.navigation { padding: 15px 0; }

.navigation a { color: #000000; text-decoration: none; }

.archive_cont .home_port_box { height: auto; }

#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }

.one_third{
	float: left;  width: 333px;  margin: 10px 20px 10px 0;
	}

.features_box{
	overflow: hidden; 
	padding: 20px;
    margin-top:20px;
	background: #f8f8f8;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
}

.feature_box{
	width: 300px;  
	margin: 10px 20px 10px 30px; 
	float:left;
}


.space_features ul {
	height: 200px;
	display: block;
}
#single_container .fourcol img{
	width: 100%;
}



/** Sidebar **/
#sidebar {  float: right; margin-top: 37px; }
.side_box { margin-bottom: 25px; }
.side_box img { width: 306px; height: 215px; }
.side_box h3 { font-size: 15px; }
.side_box h3 a { text-decoration: none; }
.side_box h3 a:hover { color: #333; }
.fb_iframe_widget iframe{
	width: 200px!important;
}

/** Contact **/

div.wpcf7{
	float:left;
}

.map{
	width: 680px;
}
div.wpcf7-response-output{margin:0;}


/** Footer **/
.footer { 
	padding: 10px 0; 
	border-top: 1px solid #E5E5E5;
	margin-top: 20px; 
	}
.footer_box { 
	float: left; 
	border-right: 0px solid #DDDDDD; 
	color: #6c6c6c;  
	}

.footer .last { border-right: none!important; }

.footer_box h3 { 
	color: #010101; 
	font-size:16px; 
	font-weight: normal;
	margin-bottom: 10px;
	}

.footer_box ul { list-style-type: none; }

.footer_box ul li { margin-bottom: 5px; }

.footer_box a { 
	color: #6c6c6c; 
	text-decoration: none; 
	/* font-style: italic; */
	text-transform: capitalize!important;
	}
.footer_box a:hover { 
	color: #333;
	text-decoration: underline;
	 }
#footer { background-color: #fff; padding: 5px 40px 0 0; color: #838383; font-size: 11px; text-align: right; margin-top: 15px; margin-bottom: 10px; }
#slideshow {
    position:relative;
    height:400px;
    width: 1039px;
}
#slideshow img { width: 1039px; height: 400px; }
#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    }
#slideshow a.active {
    z-index:10;
}
#slideshow a.last-active {
    z-index:9;
}

 
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

 

/* Back to top */

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -100px;
	z-index:0;
}

#back-top a {
	width: 70px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: #f8f8f8 url(images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}




/* for print */
@media print {

	h1 {font: bold; page-break-before: always;}
	p {font: 13pt; page-break-after: avoid;}
	
	nav{display: none!important;}

}




/* for tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#wrapper { 
	margin: 0 auto; 
	border-top: none; 
	
	}
#main_container { width: 728px; margin: 0 auto; }
/*body #outside_container #main_container #slider_container #slideshow img { width: 728px !important; height: 300px !important; }*/
#slideshow {
    
}
.slide_prev_new { top: 150px; }
.slide_next_new { top: 150px; }
#slideshow img { width: 728px; height: 300px; }
.home_port_box_last { display: none; }
.home_blog_box_last { display: none; }
.home_second_port_box { float: right; margin-right: 0; }
.home_second_blog_box { float: right; margin-right: 0; }
.home_port_box{margin-bottom: 30px;}
.port_box_divider { display: none; }
.port_box_right { float: right; margin-right: 0; }
#port_cont .clear { clear: none; }
.port_clear { clear: both; }
.port_box_last { margin-right: 20px; }

#single_left { float: left;  }

#sidebar h2{font-size: 16px;}
#single_left h1{font-size: 18px;}

.archive_cont .home_port_box { height: auto; }
#sidebar { width: 206px; float: right; margin-top: 37px; }
.side_box img { width: 206px; height: 115px; }
.footer_box {  border-right: none!important; }
}


/* for mobile portrait */
@media screen and (max-width: 480px) {




	#outside_container { 
		margin: 0 auto; 
		border-top: none; 
		width: 320px; 
		}
	#main_container { width: 320px; margin: 0 auto; }
	.header_top_text { display: none; }
	.header_text_cont { display: none; }
	.logo { max-width: 300px; height: inherit; }
	.header_search { display: none; }
	#slideshow {
	    position:relative;
	    height:150px;
	    width: 320px;
	}
	.home_port_box { float: none;  margin: 15px auto 25px; height: auto; }
	.blog_box img {/*  width: 300px; height: 150px; */ }
	.single_content img { max-width: 300px; height: inherit; }
	#single_left {  float: none;  }
	#sidebar { display: none; }
	.port_box { float: none; width: 300px; margin: 5px auto 25px; }
	#commentform textarea { width: 285px; }
	.footer_box_cont { display: none; }
	#footer { display: none; }
	.buttons{text-align: center;}
}


/* for mobile landscape */
@media screen and (max-width: 766px) {
	#outside_container { margin: 0 auto; border-top: none; width: 320px; }
	#main_container { width: 320px; margin: 0 auto; }
	.header_top_text { display: none; }
	.header_text_cont { display: none; }
	.logo { max-width: 300px; height: inherit; }
	.header_search { display: none; }
	#slideshow {
	    position:relative;
	    height:150px;
	    width: 320px;
	}
	.slide_prev_new { top: 75px; }
	.slide_next_new { top: 75px; }
	#slideshow img { width: 320px; height: 150px; }
	.home_blog_box {  }
	.home_blog_box img { }
	.buttons{text-align: center;}
	
	.home_port_box { float: none;  margin: 15px auto 25px; height: auto; }
	.blog_box img {/*  width: 300px; height: 150px; */ }
	.single_content img { max-width: 300px; height: inherit; }
	#single_left {  float: none;  }
	#sidebar { display: none; }
	.port_box { float: none; width: 306px; margin: 5px auto 25px; }
	#commentform textarea { width: 285px; }
	.footer_box_cont { display: none; }
	.footer_box {  
		border-right: none!important; 
		margin-bottom: 20px;}
	#footer { display: none; }
	}
	.icon {
	  background-image: url(example.png);
	  background-size: 200px 300px;
	  height: 300px;
	  width: 200px;
	}
 }
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .icon {
    background-image: url(example@2x.png);
  }
  
  
}
    
    
    
    
    
    