/*
Theme Name: Base
Version: 1.0
Theme URI: 
Description: 
Author: 
Author URI: 
*/
/*--[ HELPER CLASSES ]--------------------------------------------------------------------------------*/
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; } /* for image replacement */
.hidden { display:none; visibility:hidden; }  /* Hide for both screenreaders and browsers */
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } /* Hide only visually - available for screenreaders */
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
/*--[ HTML5 Boilerplate MINIMAL BASE STYLES ]--------------------------------------------------------------------------------*/
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body, select, input, textarea { color:#444; }
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; /* CSS2 */ white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
input[type=text],input[type=email],input[type=tel],input[type=password],textarea, select { width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom:5px; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
::-moz-selection{ background: #999; color:#fff; text-shadow: none; }
::selection { background:#999; color:#fff; text-shadow: none; }
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
 
/*--[ Layout ]--------------------------------------------------------------------------------*/
html {
	height:100%;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	text-align: center;
	}
body { font-size: 10px; height:100%; }
#wrapper { min-height:100%; position:relative; }
#header-wrap { margin:0 auto; }
#header { 
	-webkit-transition: all 0.4s ease;
 	transition: all 0.4s ease;
	}
#logo-wrapper { position:relative;top:0;margin:2em 0;padding:0;width:100%;text-align:center; }
#logo-wrapper img { float:left;margin:0 30px 0 0;height:80px; }
#logo-only { ;position:relative;top:0;margin:0;padding:0;width:100%;text-align:center; }
#logo-only img { margin:1em 0;height:80px; }
#custom-logo { position:relative;top:0;margin:0;padding:0;width:100%; }
#custom-logo .content { margin:0;padding:0; }
#custom-logo .header-title { font-size:3.2em;color:#0000fe;margin:0;padding:0;white-space: nowrap;font-weight: bold; }
#custom-logo .header-tag { font-size:2.4em;white-space: nowrap; }
#custom-logo p { margin:0;padding:0; }

#page-wrap {
	display:block;
	position: relative;
	width:100%;
}
#page {
	position: relative;
	overflow: hidden;
	clear: both;
	z-index:100;
	margin:0 auto;
	padding:0;
	text-align: left;
	font-size:1.8em;
	line-height: 1.4em;
	}
#main-content-wrap { width:100%;margin:0 auto; display:flex;flex-direction: row; background: rgba(145,255,0,0.28); }
#main-content { width:1200px;margin:0 auto;padding:0; }
#main-content.has-sidebar { float:left;width:75%;  }
.fixed { width:1200px !important;max-width: 100% !important; margin-left:auto; margin-right:auto; }

#sidebar { width:25%; margin:0;padding:2em; }
#sidebar ul { list-style:none; margin:0;padding:0; }
#sidebar ul { margin:0;padding:0; }
#footer {
	margin:0 auto;
	padding-top:1em;
	text-align:left;
	font-size:1.4em;
	overflow: hidden;
	clear: both;
	}
.hentry ul, .hentry ol { margin:0 0 1em 1em;padding:0 0 0 1em; }
.hentry ul li, .hentry ol li { margin:0 0 .5em 0; }
#slider { margin:0  auto !important;padding:0 !important; }
#slider p { margin:0 !important;padding:0 !important; }
/*--[ Anchors ]--------------------------------------------------------------------------------*/
a { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}
/*--[ Form Elements and Buttons ]------------------------------------------------------------------------------------*/
input[type=text],input[type=email],input[type=tel],input[type=password],textarea, select { width:100% !important; }

input[type=submit], .button {
	padding:.5em 1em;
	border:none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0);
	-webkit-transition-duration: 0.50s;
    -moz-transition-duration: 0.50s;
	-o-transition-duration: 0.50s;
	transition-duration: 0.50s;
}
input[type=submit]:hover, .button:hover {
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
label { font-size:.8em; }
/*--[ Search ]------------------------------------------------------------------------------------*/
.search-box fieldset { border:1px solid #ccc;background:#fff; padding:2px; margin:0; }
.search-box input.search-input { background:transparent; border:none;color:#555; float:left; margin:0; max-width:80%; padding:2px; width:100px; }
.search-box input.search-input { width: 85%; }
.search-box input[type="submit"] { background-image:url('images/search.png'); background-color:transparent !important; background-repeat:no-repeat; border:none; cursor:pointer; display:block; float:right; margin:3px 5px 0 0; padding:0; width:18px !important; height:18px; }
.search-box input[type="submit"]:hover { background-image:url('images/search-over.png'); background-color:transparent !important; }
.search-highlight { background:#ff9; }
#top-nav .search-box{
	float:right; margin:2px 2px 3px 20px;
	overflow:hidden;
	width:223px;
	}
#top-nav input.search-field{ 
	display:block;
	width:223px;
	margin:0;
	}
#top-nav input.search-field:focus{}
#top-nav .search-box input.search-input { font-size: 12px; }
#top-nav .search-box input[type="submit"] { margin:2px 5px 0 0; width:16px !important; height:16px; }
/*--[ Responsive Images ]--------------------------------------------------------------------------------*/
.entry-content img,
.comment-content img,
.widget img,
.gallery-item 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 */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*--[ Images ]--------------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
img[class*="wp-image-"] {
	/* No styles needed */
}
img.size-full {
	max-width: 100%;	
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.wp-post-image,
img.alignright, 
img.alignleft, 
img.aligncenter { }
a:hover .wp-post-image, a:focus .wp-post-image {
	padding: 0 !important;
	border: none !important;
}
.alignleft {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	margin: 0 auto 1.62em;
	display: block;
}
div.wp-caption {
	font-size:12px;
	line-height:12px;
	padding: 0 !important;
	text-align: center !important;
	max-width: 100% !important;
	width: auto !important;
}
div.wp-caption img {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
p.wp-caption-text {
	margin: 0 !important;
	padding: .5em 0 !important;
	clear: both;
	}
img.shadow { 
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
	}
	
/*--[ Galleries ]--------------------------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/*--[ Comments ]--------------------------------------------------------------------------------*/
#comment {
	width: 100%;
	height: 150px;
}
#respond {
	margin-top: 0;
}
.comment_container {
	position: relative;
}
ol.comment-list {
	margin: 0 0 2em 1em;
	padding: 0;
	}
ol.comment-list img.avatar {
	display:none;
}
ol.comment-list li {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px dotted #eee;
}
ol.comment-list li header {
	margin: 0;
	line-height: 1.5em;
}
ol.comment-list li article nav {
	float: right;
	margin: 0; padding:0;
}
ol.comment-list li ul {
	margin: 0 0 0 1em;
	padding: 0;
}
ol.comment-list li li {
	border: 0;
	margin: 0;
	padding: 0;
}
ol.comment-list li .comment {
	overflow: hidden;
	margin:0; padding: .5em;	
	}
ol.comment-list li.bypostauthor .comment-text, ol.comment-list li.bypostauthor img.avatar {
	border-color: #D4E2EB;
}
ol.comment-list li p {
	margin: 0;
	padding:0;
	}
ol.comment-list li p.meta {
	font-weight: normal;
	background: transparent;
	padding: 0;
	font-style: italic;
	color: #777;
	font-size: 0.9em;
	margin: 0;
	}
ol.comment-list li p.meta strong {
	font-weight: bold;
	}
#respond {
	margin-bottom: 0;
	}
#respond input.text, #respond select, #respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.widget_search input#s {
	border: 1px solid #eee;
	background: #f6f6f6;
	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.375em;
	width: 50%;
	margin: 0 4px 0 0;
	outline: 0;
	display: block;
}
#respond input.text:focus, #respond select:focus, #respond textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.widget_search input#s:focus { border:1px solid #ccc; }
.borderradius #respond input.text, .borderradius #respond select, .borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius .widget_search input#s {
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	-o-border-radius:0.5em;
	border-radius:0.5em;
}
#respond textarea {
	width: 98%;
	margin-right: 0;
}
#respond label {
	font-size: 1em;
	font-weight: bold;
}
.form-allowed-tags { display:none; }
/*--[ Widgets ]--------------------------------------------------------------------------------*/
.widget {  }
.widget_search {
	overflow: hidden;
	zoom: 1;
}
.widget_search input#s {
	float: left;
	width: 50%;
}
.widget_search #searchsubmit {
	font-size: 0.875em;
	padding: 0 1em;
	border: 0;
	margin: 1px 0 0 0;
	line-height: 2.29em;
}
.widget_search label { display: none; }	
.widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul {
	padding: 1em 0;
	list-style-type: none;
} 
.widget_archive ul li, 
.widget_links ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_categories ul li {
	display: block;
}
.widget_archive ul li a,
.widget_links ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a {
	text-decoration: none;
	} 
.widget_archive ul li a:hover, .widget_archive ul li a:focus,
.widget_links ul li a:hover, .widget_links ul li a:focus,
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:focus,
.widget_meta ul li a:hover, .widget_meta ul li a:focus,
.widget_rss ul li a:hover, .widget_rss ul li a:focus,
.widget_pages ul li a:hover, .widget_pages ul li a:focus,
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus,
.widget_categories ul li a:hover, .widget_categories ul li a:focus {
	text-decoration: none;
	}
.widget_tag_cloud div { padding: 0;	overflow: hidden; }
.widget_tag_cloud a { line-height: 1.62em; }
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus { text-decoration: underline; }
#sidebar .widget { margin-bottom:2em; }
#sidebar ul { list-style:none; margin:0;padding:0; }
#sidebar ul li { margin:0 0 .5em 0; }
#sidebar ol { list-style:circle;margin:0;padding:0; }
#sidebar ol li { font-size:.8em;line-height:1em;margin:0 0 1em 0;padding:0 0 0 0; }
/* =Menus -------------------------------------------------------------- */
#main-nav-wrap {
	clear: both;
	position:relative;
	z-index:999;
	height:auto;
	margin: 0 auto;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	box-shadow: 0 3px 3px rgba(0,0,0,0.25);
}
#main-nav {
	clear:both;
	margin: 0 auto;
	padding:0;
	font-size:1.6em;
	text-align:center;
}
#main-nav ul {
	list-style: none;
	display:inline-flex;flex-wrap: wrap;flex-direction: row;
	align-items: center;
    justify-content: center;
	position:relative;
	margin: 0 auto;
	padding:0;
	}
#main-nav li {
	float: left;
	position: relative;
	vertical-align:bottom;	
	/*border-right:1px solid rgba(0,0,0,0.2);*/
}
/*#main-nav li:first-child { border-left:1px solid rgba(0,0,0,0.2); }*/
#main-nav a {
	/*background:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);*/
	display: block;
	line-height: 40px;
	padding: 0 1em;
	text-decoration: none;
	text-align:left;
	/*border-bottom:4px solid rgba(255,255,255,0);*/
	-webkit-transition-duration: 0.50s;
    -moz-transition-duration: 0.50s;
	-o-transition-duration: 0.50s;
	transition-duration: 0.50s;
}
#main-nav ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	width: 268px;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}
#main-nav ul ul li {
	padding: 0 .25em .25em .25em; border:none; }
#main-nav ul ul li:first-child { padding-top:.25em; }
#main-nav ul ul ul {
	left: 100%;
	top: 0;
}
#main-nav ul ul a {
	border-bottom:none;
	font-size:1em;
	font-weight: normal;
	height: auto;
	line-height: 1.2em;
	padding: .5em .75em;
	display:block;
	width: calc(268px - .5em);
}
#main-nav ul ul li:hover > a {
	border-bottom:none;
}
#main-nav ul li:hover > a,
#main-nav ul a:focus {
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	background: rgba(255,255,255,1);
	border-bottom:4px solid rgba(255,255,255,0);*/
}
#main-nav ul li:hover > ul {
	display: block;
}
#main-nav li.current_page_item > a {
	/*border-bottom:4px solid rgba(255,255,255,.2) !important;*/
}
#main-nav li.current_page_ancestor > a {
	/*border-bottom:4px solid rgba(255,255,255,.2) !important;*/
}
#main-nav li > a:after {
	position: absolute;
	right: 5px;
	content: '\25BE';
	font-size:.6em;
	opacity:.5;
}
#main-nav ul ul li > a:after {
	position: absolute;
	right: 5px;
	content: '\25B8';
	font-size:.6em;
	opacity:.5;
}
#main-nav li > a:only-child:after {
    content: '';
}
#mobile-menu { 
	display:none;
	position: relative;
	float:right;
	height:40px;
	margin: 0;
	padding:0;
	font-size:1.4em;
	text-align:right;
}
#mobile-menu #menu-toggle { 
	width:40px;height:40px;
	position: relative;
	float:right;
	margin:0;
	right:0;
	background: #D31F22 url('images/burger-dark.png') top left no-repeat;
	cursor: pointer; 
} 
#mobile-menu #menu-toggle.active { 
	background: #D31F22 url('images/burger-dark.png') top left no-repeat;
} 
#mobile-nav {
	display: none;
	position:absolute;
	clear:both;
	top:40px;
	right:0;
	width:50vw;
	margin: 0 0 0 0;
	padding:2em 0;
	font-size:1em;
	text-align:left;
	background-color: #ffffff;
}
#mobile-nav.active { display:block; }
#mobile-nav ul {
	list-style: none;
	margin:0;padding:0;
	
	}
#mobile-nav li {
	margin:0;padding:0;
}
#mobile-nav a {
	line-height: 1.6em;
	margin:0;padding: 0 2em;
	text-decoration: none;
	text-transform:uppercase;
	color:#1c1c1a; 
}
#mobile-nav ul ul {
	margin: 0;
	padding:0 0 0 0;
	left: 0;
	z-index: 996;
	text-transform:none;
}
#mobile-nav ul ul li { padding: 0; border:none; }
#mobile-nav ul ul a {
	border-bottom:none;
	font-size:1em;
	font-weight: normal;
	height: auto;
	line-height: 2em;
	margin:0;padding: 0 2em 0 4em;
	display:block;
	text-transform:none;
	border-left:none;
	color:#726e6c;
}
#mobile-nav ul ul li.current_page_item > a { color:#e86d17; }
.paging { overflow: hidden; zoom: 1; }
.paging .prev { float: left;}
.paging .next { float: right; }
.ivycat-post { margin:1.5em 0 0 0;padding:0 0 1em 0;border-bottom:2px dotted #ddd; }
.ivycat-post:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/*.ivycat-post:nth-last-child(3) { border:none; }*/
.ivycat-post .entry-content { float:left;width:75%;margin:0; }
.ivycat-post .entry-content.full { width:100%; }
.ivycat-post .entry-image { float:left;width:22%;min-width:22%;margin:0 3% 0 0; }
.ivycat-post .entry-title { margin:0;padding:0 0 .25em 0; }
.pip-nav ul { list-style:none;margin:1em;padding:0;display: flex; justify-content: center; }
.pip-nav li { 	
	height:45px;
	margin:0 1em 0 0 !important;
	padding:.5em 1em;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition-duration: 0.50s;
    -moz-transition-duration: 0.50s;
	-o-transition-duration: 0.50s;
	transition-duration: 0.50s;
}
.pip-nav li:hover { background:#ddd;border-color:#ccc; }
.pip-nav li a { color:#777; }
.pip-nav li a:hover { color:#444; }



/*  Template Specific  -----------------------------------*/
h1 { margin-top:0; }
.white {color:#ffffff !important;}
.text-shadow {text-shadow: 3px 3px 3px rgba(0,0,0,1); }
#sidebar ul { list-style:none; margin:0;padding:0; }
#sidebar ul li { margin:0 0 .5em 0; }
#main-content  > .content, #footer  > .content { margin:2em; }
.communications_box { margin:0 0 2em 0; }
.zebra tr:nth-child(odd) { background:#eee; }

#back2Top {
    width: 40px;
	height: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background: #fff url('images/back-to-top.png');
    color: #000;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #fff;
    color: #000;
}

/* Overrides */
.entry-header .entry-title { display:none; }
/* Extra large devices (large desktops, 1600px and up) */
@media (max-width: 1600px) {
#mobile-menu { display:none; }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
.grid-box { -webkit-flex: 0 0 30%; flex: 0 0 30%; }
.grid-box:first-child { margin-left:-3.3%; }
	
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {	

	
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	
#main-content-wrap { flex-direction: column; }
#main-content, #main-content:before, #sidebar, #sidebar:before { float:none;width:100% !important; }
	
.grid-box { -webkit-flex: 0 0 45%; flex: 0 0 45%; }
.grid-box:first-child { margin-left:-5%; }
	
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { }
/* Custom, iPhone Retina */ 
@media (max-width: 480px) { }
/* Custom, iPhone Retina */ 
@media (max-width: 380px) { }