/*
@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}
*/

/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	padding-top:148px;
	color:#5a5a5a;
	font-size:16px;
	max-width:1500px;
	margin:auto;
}
* {
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
}
a {
	color:#0e8ec4;
}
a:hover, a:focus {
	color:#5a5a5a;
	text-decoration: underline;
}
.offset:before { 
	display: block; 
 	content: " "; 
  	height: 200px;      /* Give height of your fixed element */
        margin-top: -200px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}
img {
	max-width: 100%;
	height:auto;
}
hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #008DC2;
}

.content>.container-fluid, .logo-navigation>.container-fluid, .site-top>.container-fluid, .site-footer>.container-fluid {
	padding-left:50px;
	padding-right:50px;
}
@media (max-width: 767px) {
	body {
		padding-top:75px;
		font-size:15px;
	}
	.content>.container-fluid, .logo-navigation>.container-fluid, .site-top>.container-fluid, .site-footer>.container-fluid {
		padding-left:30px;
		padding-right:30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}


/*--------------------------------------------------------------
# Site Top
--------------------------------------------------------------*/
.site-top {
	background:#f8f8f8;
	padding:10px 0px;
	color:#7f7e7e;
	font-size:14px;
}
.site-top .fa {
	color:#0e8ec4;
	font-size:18px;
	margin-right:5px;
}
.site-top .fa-envelope {
	font-size:15px;
}
.site-top .fa-phone {
	font-size:19px;
	position: relative;
	top:2px;
}
.site-top .fa-map-marker {
	font-size:20px;
	position: relative;
	top:2px;
}
.site-top .phone {
	padding-left:20px;
}
@media (max-width: 767px) {
	.site-top {
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar {
	background:#FFF;
	height:148px;
	border:0px;
	margin:0px;
	-webkit-box-shadow: 0px 0px 4px rgba(90, 90, 90,0.3);
    box-shadow: 0px 0px 4px rgba(90, 90, 90,0.3);
}
.navbar .navbar-brand {
	width:220px;
	height:56px;
	margin:24px 0px;
	padding:0px;
}
.navbar .navbar-brand img {
	width:220px;
	height:56px;
}
.navbar .logo-navigation {
	height:106px;
}
.navbar .navbar-nav>li>a {
	line-height: 103px;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:solid 3px transparent;
	color:#5a5a5a;
}
.navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
	background:none;
	border-color:#ccc;
	color:#333;
}
.navbar .nav>li.active>a {
	border-color:#0e8ec4;
	color:#0e8ec4;
}
.navbar .back-link {
	text-transform: uppercase;
	color:#0e8ec4;
	font-size:13px;
	font-weight: bold;
}
.navbar .navbar-nav>li.back-link>a {
	color:#0e8ec4;
	display: inline-block;
}
.navbar .navbar-nav>li.back-link>a .back-text {
	padding-right:10px;
}
.navbar .navbar-nav>li.back-link>a img.station-104-9 {
	height:44px;
	width:125px;
}
.navbar .navbar-nav>li.back-link>a img.station-89-3 {
	height:44px;
	width:114px;
}
.navbar .nav>li.back-link>a:hover, .navbar .nav>li.back-link>a:focus {
	border-color:transparent;
}
.navbar-toggle {
	background:#0e8ec4;
}
.navbar-toggle.collapsed {
	background:#424342;
}
.navbar-toggle .icon-bar {
	background:#FFF;
}
@media (max-width: 767px) {
	.navbar {
		height:75px;
	}
	.navbar .navbar-brand {
		width:180px;
		height:45px;
		margin:15px 0px 15px 15px;
	}
	.navbar .navbar-brand img {
		width:180px;
		height:45px;
	}
	.navbar .logo-navigation {
		height:85px;
	}
	.navbar-toggle {
		margin-top:20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-toggle {
		margin-top:35px;
	}
	.navbar .navbar-brand {
		margin-left:15px;
	}
}
@media (max-width: 991px) {
	.navbar-nav {
		margin:0px -15px;
		background:#FFF;
		border-top:solid 1px #eee;
	}
	.container-fluid>.navbar-collapse {
	    margin-right: -30px;
	    margin-left: -30px;
	}
	.navbar-collapse {
		border:0px;
/*
		-webkit-box-shadow: 0px 0px 4px rgba(90, 90, 90,0.3);
		box-shadow: 0px 0px 4px rgba(90, 90, 90,0.3);
*/
	}
	.navbar .navbar-nav>li {
		display: block;
		border-bottom:solid 1px #eee;
	}
	.navbar .navbar-nav>li>a {
		line-height: 40px;
		padding-left:30px;
		padding-right:30px;
		border-bottom:0px;
	}
	.navbar .navbar-nav>li.back-link {
		padding:15px 0px;
	}
	.navbar .navbar-nav>li.back-link>a {
		display:block;
	}
	.navbar .nav>li.active>a {

	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container-fluid>.navbar-collapse {
	    margin-right: -50px;
	    margin-left: -50px;
	}
	.navbar .navbar-nav>li>a {
		padding-left:50px;
		padding-right:50px;
	}
}


/*--------------------------------------------------------------
# Volunteer Page
--------------------------------------------------------------*/
body.volunteer-page {
	padding-top:106px;
}
.volunteer-page .navbar {
	height:106px;
}
.volunteer-page .navbar .navbar-nav {
	margin-top:35px;
}
.volunteer-page .navbar .navbar-nav>li {
	margin-left:15px;
}
.volunteer-page .navbar .navbar-nav>li>a {
	line-height: 34px;
	border-bottom:0px;
}
.volunteer-page .navbar .navbar-nav>li>a:hover, .volunteer-page .navbar .navbar-nav>li>a:focus {
	color:#0e8ec4;
}
.volunteer-page .navbar .navbar-nav>li.start-over>a {
	background:	#0e8ec4;
	color:#FFF;
	border-radius: 5px;
}
.volunteer-page .navbar .navbar-nav>li.start-over>a:hover, .volunteer-page .navbar .navbar-nav>li.start-over>a:focus {
	background:#373838;
}



/*--------------------------------------------------------------
# Basic Content Styles
--------------------------------------------------------------*/
.content {
	padding:50px 0px;
}
@media (max-width: 767px) {
	.content {
		padding:30px 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}


/*--------------------------------------------------------------
# Donation Form
--------------------------------------------------------------*/
.donation-form .input-grouping {
	margin-bottom:40px;
}
.donation-form .input-grouping .row {
	margin-left:-5px;
	margin-right:-5px;
}
.donation-form .input-grouping div[class*='col-'] {
	padding-left:5px;
	padding-right:5px;
}
.donation-form .amount-suggestions {
	margin-bottom:10px;
}
.donation-form .amount-suggestions .btn-primary {
	display: block;
	background:#f3f3f3;
	font-size:26px;
	color:#424342;
	text-transform: none;
	padding-top:18px;
	padding-bottom:18px;
}
.donation-form .amount-suggestions .btn-primary:hover, .donation-form .amount-suggestions .btn-primary:focus {
	background:#424342;
	color:#FFF;
}
body .donation-form .amount-suggestions .btn-primary.selected {
	background:#0e8ec4;
	color:#FFF;
}
.donation-form .amount-suggestions .popular {
	position: relative;
}
.donation-form .amount-suggestions .popular:after {
	content:"";
	position: absolute;
	top:-13px;
	right:-13px;
	width:26px;
	height:26px;
	border-radius: 50%;
	background:#0e8ec4 url("../img/icon-star.svg") center center no-repeat;
	background-size:12px 12px;
	border:solid 2px #FFF;
}
.donation-form .donation-amount-and-type {
	background:#f3f3f3;
	border:solid 2px #f3f3f3;
	-webkit-box-shadow: none;
    box-shadow: none;
    font-size:20px;
    height:90px;
    padding:12px 20px;
    border-radius: 5px;
}
.donation-form .donation-amount-and-type .dollar-sign {
	float:left;
	display: inline-block;
	font-size:50px;
	line-height: 60px;
	font-weight: bold;
	color:#0e8ec4;
}
.donation-form .donation-amount-and-type .donation-amount {
	float:left;
	width:40%;
	border:0px;
	font-size:50px;
	font-weight: bold;
	color:#0e8ec4;
	padding:0px 0px 0px 5px;
}
.donation-form .donation-amount-and-type .donation-amount.longer {
	width:93%;
}
.donation-form .donation-amount-and-type .donation-amount::-webkit-inner-spin-button,
.donation-form .donation-amount-and-type .donation-amount::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.donation-form .donation-amount-and-type .donation-amount:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
}
.donation-form .donation-amount-and-type .options {
	margin-top:15px;
}
.btn-primary.give-submit {
	font-size:24px;
	padding-top:18px;
	padding-bottom:18px;
}
@media (max-width: 767px) {
	.donation-form {
		margin-bottom:60px;
	}
	.donation-form .input-grouping {
		margin-bottom:30px;
	}
	.donation-form .amount-suggestions {
		margin-bottom:0px;
	}
	.donation-form .amount-suggestions .btn-primary {
		font-size:20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.btn-primary.give-submit {
		font-size:20px;
	}
	.donation-form .donation-amount-and-type {
	    font-size:20px;
	    height:80px;
	    padding:10px 10px;
	}
	.donation-form .donation-amount-and-type .dollar-sign {
		font-size:40px;
		line-height: 50px;
	}
	.donation-form .donation-amount-and-type .donation-amount {
		height:50px;
		width:40%;
		font-size:40px;
	}
	.donation-form .amount-suggestions .popular:after {
		top:-7px;
		right:-7px;
	}
	body .donation-form .donation-amount-and-type .options {
		width:118px;
		margin-top:0px;
		float:right;
	}
	body .donation-form .form-control-like .options span {
		font-size:14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


/*--------------------------------------------------------------
# Generic Form/Input Styles
--------------------------------------------------------------*/
.form-group {
    margin-bottom: 10px;
}
select.form-control {
	-webkit-appearance:none;
	background-image:url("../img/dropdown-arrow.png");
	background-size:18px 12px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.form-control, .form-control-like {
	background:#f3f3f3;
	border:solid 2px #f3f3f3;
	-webkit-box-shadow: none;
    box-shadow: none;
    font-size:20px;
    height:60px;
    padding:12px 20px;
    border-radius: 5px;
    position: relative;
    z-index:10;
}
.form-control:focus {
    border-color: #0e8ec4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
.form-control-like {
	position: relative;
}
.form-control-like>label {
	font-weight: normal;
	margin-bottom:0px;
	line-height: 32px;
}
.form-control-like .options {
	float:right;
}
.form-control-like .options label {
	margin-left:14px;
}
body .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label.error {
	background:#a94442;
	color:#FFF;
	text-transform: uppercase;
    font-size: 12px;
    padding: 7px 22px 2px;
    display: block !important;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
    position: relative;
    z-index: 8;
    margin-top: -7px;
    border-radius: 5px;
    text-align: right;
}
label.error.valid {
	display:none !important;
}
input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px; margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type="radio"] + span {
	font-weight: bold;
	text-transform: uppercase;
	font-size:16px;
	margin-bottom:0px;
}
input[type="radio"] + span::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -0.5em;
	border-radius: 50%;
	background:#bfbfbf;
	margin-right: 0.75em;
}
input[type="radio"]:checked + span::before {
	background:#0e8ec4 url("../img/icon-check.svg") center center no-repeat;
	background-size:14px 14px;
}
input[type="radio"]:focus + span::after {
	font-size: 1.5em;
	line-height: 1;
	vertical-align: -0.125em;
}
input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px; margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type="checkbox"] + span {
	font-weight: bold;
	text-transform: uppercase;
	font-size:16px;
	margin-bottom:0px;
}
input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -0.5em;
	border-radius: 50%;
	background:#bfbfbf;
	margin-right: 0.75em;
}
input[type="checkbox"]:checked + span::before {
	background:#0e8ec4 url("../img/icon-check.svg") center center no-repeat;
	background-size:14px 14px;
}
input[type="checkbox"]:focus + span::after {
	font-size: 1.5em;
	line-height: 1;
	vertical-align: -0.125em;
}
#toggle-credit-advanced, #toggle-echeck-advanced {
	text-transform: uppercase;
	font-size:14px;
}
#credit-advanced, #echeck-advanced {
	padding-top:10px;
}
@media (max-width: 767px) {
	.form-control, .form-control-like {
	    font-size:17px;
	    height:40px;
	    padding:8px 10px;
	}
	.form-control-like {
	    font-size:18px;
	    height:auto;
	    padding:12px 20px;
	}
	.form-control-like .options {
		float:none;
	}
	.form-control-like .options label {
		font-size:14px;
		margin:4px 0px;
		display: block;
	}
	input[type="radio"] + span::before {
		width: 20px;
		height: 20px;
		vertical-align: -0.3em;
		margin-right: 7px;

	}
	input[type="radio"]:checked + span::before {
		background-size:10px 10px;
	}
	label.error {
	    font-size: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


/*--------------------------------------------------------------
# Welcome Area
--------------------------------------------------------------*/
.welcome-area {
	background-color:#0e8ec4;
	color:#FFF;
	text-align: center;
	position: relative;
	padding:70px 40px;
	background:url("../img/welcome-image.jpg") center center no-repeat;
	background-size:cover;
	margin-bottom:40px;
}
.welcome-area.backpack {
	background:url("../img/image-missionbackpack.png") center center no-repeat;
}
.welcome-area:after {
	content:"";
	position:absolute;
	border:solid 2px #FFF;
	top:15px;
	right:15px;
	bottom:15px;
	left:15px;
}
.welcome-area .image img {
	width:320px;
	height:58px;
}
.welcome-area h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size:34px;
	letter-spacing: .1em;
	margin:0px 0px 10px;
}
.welcome-area h3 {
	font-size:24px;
	font-style: italic;
	letter-spacing: .2em;
	margin:0px 0px 30px;
}
@media (max-width: 767px) {
	.welcome-area {
		padding:30px 30px;
		margin-bottom:30px;
	}
	.welcome-area:after {
		top:10px;
		right:10px;
		bottom:10px;
		left:10px;
	}
	.welcome-area .image img {
		width:170px;
		height:31px;
	}
	.welcome-area h2 {
		font-size:26px;
		margin:0px 0px 10px;
	}
	.welcome-area h3 {
		font-size:18px;
		letter-spacing: 1px;
		margin:0px 0px 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-area {
	background:#0e8ec4;
	color:#FFF;
	padding:20px;
}
.sidebar-video {
	margin-bottom:20px;
}
.sidebar-video a {
	position: relative;
	display: block;
}
.sidebar-video a:after {
	content:"";
	position: absolute;
	top:50%;
	left:50%;
	background:#FFF url("../img/icon-play.svg") center center no-repeat;
	background-size:30px 30px;
	border-radius: 50%;
	width:80px;
	height:80px;
	margin-left:-40px;
	margin-top:-40px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
    -webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
}
.sidebar-video a:hover:after {
	width:86px;
	height:86px;
	margin-left:-44px;
	margin-top:-44px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}
.sidebar-btn-row .btn {
	white-space:normal;
}
@media (max-width: 767px) {
	.sidebar-area {
		padding:15px;
	}
	.sidebar-btn-row .btn {
		font-size:2.8vw;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}


/*--------------------------------------------------------------
# On Screen
--------------------------------------------------------------*/
.on-screen-instruction {
	color:#0e8ec4;
	font-size:20px;
	margin-bottom:40px;
}
.on-screen-instruction.no-bottom-margin {
	margin-bottom:10px;
}


/*--------------------------------------------------------------
# Script Line Styles
--------------------------------------------------------------*/
.script-line {
	background:#373838 url("../img/icon-chat.svg") left 29px top 20px no-repeat;
	background-size:50px 50px;
	color:#FFF;
	font-size:20px;
	margin-bottom:10px;
	padding:30px 30px 30px 100px;
    border-radius: 5px;
}
.script-line.margin-bottom {
	margin-bottom:40px;
}


/*--------------------------------------------------------------
# Question Marks
--------------------------------------------------------------*/
.question-holder {
	position: relative;
}
.question {
	position: absolute;
	top: 23px;
    right: -70px;
	width:40px;
	height:40px;
	background:#bfbfbf url("../img/icon-questionmark.svg") center center no-repeat;
	background-size:25px 25px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
}
.question span {
	display:none;
	background:#373838;
	border-radius: 5px;
	padding:15px;
	color:#FFF;
	width:13vw;
	position: absolute;
	top:20px;
	left:20px;
	z-index: -1;
}
.question:hover {
	background-color:#0e8ec4;

}
.question:hover span {
	display:block;
}


/*--------------------------------------------------------------
# Button Styles
--------------------------------------------------------------*/
.btn-primary {
	background:#0e8ec4;
	color:#FFF;
	border:0px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 24px;
}
.btn-primary:hover, .btn-primary:focus {
	background:#424342;
}


/*--------------------------------------------------------------
# Site Footer Styles
--------------------------------------------------------------*/
.site-footer {
	background:#373838;
	color:#FFF;
	padding:30px 0px;
}
.site-footer a {
	color:#FFF;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.site-footer {
		text-align: center;
		font-size:13px;
		padding:15px;
	}
	.site-footer .pull-left, .site-footer .pull-right {
		float:none !important;
	}
}

/*--------------------------------------------------------------
## Colorbox Core Styles
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxWrapper {
	max-width:none;
}
#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%;
	opacity:.8;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
}
.cboxPhoto{
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic;
}
.cboxIframe{
	width:100%;
	height:100%;
	display:block;
	border:0;
	padding:0;
	margin:0;
}
#colorbox, #cboxContent, #cboxLoadedContent{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

/*--------------------------------------------------------------
## Colorbox Custom Styles
--------------------------------------------------------------*/
#colorbox.full-browser, .full-browser #cboxWrapper {
	overflow:visible;
}
#cboxOverlay{
	background:#000;
}
#cboxOverlay.full-browser {
	opacity: 1 !important;
}
#colorbox{
	outline:0;
}
#cboxContent{
	margin:17px 17px;
	background:#000;
}
.full-browser #cboxContent {
	margin:0px !important;
}
.cboxIframe{
	background:#fff;
}
#cboxError{
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent{
	border:solid 5px #FFF;
	background:#fff;
}
.full-browser #cboxLoadedContent{
	border:0px;
	background:#000;
}
.extraborder #cboxLoadedContent{
	border:solid 30px #FFF;
}
#cboxTitle{
	position:absolute;
	top:-20px;
	left:0;
	color:#ccc;
}
#cboxCurrent{
	position:absolute;
	top:-20px;
	right:0px;
	color:#ccc;
	display:none;
	visibility: hidden;
}
#cboxLoadingGraphic{
	background:url('../img/loading.gif') no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0;
}
#cboxSlideshow{
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious, #cboxNext{
	position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    z-index: 1102;
    display: none;
    text-indent:-9999px;
    background:none;
}
#cboxPrevious{
	left: 0px;
}
#cboxPrevious:before{
	content:"";
	display:block;
	opacity:0;
	background-color:rgba(255,255,255,.3);
	background-image:url("../img/arrow-left.svg");
	background-size:17px 20px;
	background-position: 42% 50%;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	margin-top:-25px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	left:30px;
	transition: all 0.3s ease;
}
#cboxPrevious:hover:before{
	opacity:1;
}
#cboxNext{
	right: 0px;
}
#cboxNext:before{
	content:"";
	display:block;
	opacity:0;
	background-color:rgba(255,255,255,.3);
	background-image:url("../img/arrow-right.svg");
	background-size:17px 20px;
	background-position: 58% 50%;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	margin-top:-25px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	right:30px;
	transition: all 0.3s ease;
}
#cboxNext:hover:before{
	opacity:1;
}
#cboxClose {
	position:absolute;
	top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #fff url('../img/icon-close.svg') no-repeat;
    background-size:10px 10px;
    border-radius: 50%;
    background-position: center center;
	text-indent:-9999px;
	cursor: pointer;
	z-index: 9999;
}
#cboxClose:hover, #cboxClose:focus {
	top: -17px;
    right: -17px;
    width: 34px;
    height: 34px;
}
