@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; list-style:none; box-sizing:border-box;}

article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:""; content:none;}
a { margin:0; padding:0; border:0; outline:none; font-size:100%; vertical-align:baseline; background:transparent; box-sizing:border-box;}
ins { background-color:#ff9; color:#000; text-decoration:none;}
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help;}
img{ vertical-align:bottom;}
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
table { border-collapse:collapse; border-spacing:0;}
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle; outline: none;}
label{ cursor: pointer;}


/* img */
img{ width:auto; max-width:100%; height:auto;}



/* none */
.sponly{ }
.pconly{ }
@media screen and (min-width:769px){ .sponly{ display:none!important;}}
@media screen and (max-width:768px){ .pconly{ display:none!important;}}

/* input */
label{
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"]{
	margin-right: .5em;
	margin-bottom: 3px;
	vertical-align: middle;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"]{
	box-sizing: border-box;
	padding: 1.4rem 1rem;
  width: 100%;
  border: 1px solid #ccc;
 
  background: #f1f1f1;
  font-size: 1.6rem;

}
input[type="button"],
input[type="submit"]{
	display: inline-block;
	width: auto;
}
select{
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	padding: 0 10px;
	cursor: pointer;
}
textarea{
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	padding: 10px;
	  border: 1px solid #ccc;
 
  background: #f1f1f1;
	font-size: 1.6rem;
	outline: none;

	

}
button{
	
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: all .2s; transition: all .2s;
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:visible!important; -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;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: url("../img/lightbox-bg.png") repeat; opacity: 0.8;}
#colorbox{outline:0;}
    #cboxMiddleLeft{width:21px;}
    #cboxMiddleRight{width:21px;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxLoadedContent img{width: 100%!important; height: auto!important;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#FFF;}
        #cboxCurrent{position:absolute; bottom:0; right:0; color:#FFF;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top: 0; bottom:0; left:-70px; margin: auto; background:url("../img/lightbox-prev.svg") no-repeat center; width:56px; height:56px; text-indent:-9999px;background-size: 40px 40px;}
        #cboxNext{position:absolute; top: 0; bottom:0; right:-70px; margin: auto; background:url("../img/lightbox-next.svg") no-repeat center; width:56px; height:56px; text-indent:-9999px;background-size: 40px 40px;}
        #cboxClose{position:absolute; bottom:102%; right:0; background:url("../img/lightbox-close.svg") no-repeat center; background-size: 29px; width:29px; height:29px; text-indent:-9999px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media screen and (max-width:768px){
	#cboxPrevious{background:url("../img/lightbox-prev.svg") no-repeat center; background-size: 28px 28px; left:-40px; width:28px; height:28px; }
	#cboxNext{background:url("../img/lightbox-next.svg") no-repeat center; background-size: 28px 28px; right:-40px; width:28px; height:28px; text-indent:-9999px;}
	#cboxClose{ bottom:108%; background:url("../img/lightbox-close.svg") no-repeat center; background-size: 29px 29px; width:29px; height:29px;}
}

