/* ======================================================= 
 *
 *    Demo
 *    By castlecode
 *
 *    Contact: http://codecanyon.net/user/castlecode
 *
 *    Copyright (c) 2013, castlecode. All rights reserved.
 *    Available only in http://codecanyon.net/
 *    
 *    ---------------------------------
 *    CONTENTS
 *    ---------------------------------
 *    
 *    (1) GRAPHIC STYLE (Play around in this section)
 *
 *      [1] MAIN STUFF
 *      [2] HEADER
 *      [3] MENU
 *      [4] WELCOME SECTION
 *      [5] CONTENT
 *      [6] FEATURES
 *      [7] FOOTER
 *      [8] TO TOP
 *      [9] RESPONSIVE DESIGN
 *    
 * ======================================================= */

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* ====================================================================== *
      [1] MAIN STUFF
 * ====================================================================== */
	
	html {
    	margin-right: 0;
    	overflow: visible;
	}

	body{
		font-family: Nanum Gothic, Dotum,"Helvetica Neue",arial,sans-serif;
		margin-top: 66px;
	
		-webkit-transition: margin-top 0.4s ease;
	       -moz-transition: margin-top 0.4s ease;
	         -o-transition: margin-top 0.4s ease;
	            transition: margin-top 0.4s ease;
	}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		font-family: 'Open Sans';
		font-weight: 500;
	}

	::selection {
	    background: #e54e53;
	    color: #fff;
	}

/* ====================================================================== *
      [2] HEADER
 * ====================================================================== */

	.header{
		position: fixed;
		top:0;
		z-index: 10002;
		background: #fff;
		width: 100%;
		
		-webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07);
		   -moz-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07);
				box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07);
	}

	.scrolling .header{
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
		   -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
				box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	}

		/* Center filters */
		.filters-container{
    		overflow: hidden; 
			width:100%;
			text-align: center;
			padding: 0px 0px 0px 0px;
			z-index:10001;
		}

		.filters-container.on{
			position: fixed; top: 40px;
		}


	@media only screen and (max-width: 768px) {
		.header{
			position: fixed;
		}
		body{
			margin-top:0;
		}	
		
		.filters-container.on{
			top:28px;
		}

		.grid-container{
			margin-top:20px; 
		}

		.img_main_banner{
			margin-top:56px; 
			height:100px; 
		}

		.media-boxes-filter{
			font-size: 0px;
			list-style: none;
			margin: 0;
			padding: 0px 0px 0px 0px;
			text-align: left;
			display: inline-block;
			background: rgba(0,0,0,1) !important;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			-o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			box-shadow: 0 0px 0px 0 rgb(0 0 0 / 4%);
		}
	}

/* ====================================================================== *
      [3] MENU
 * ====================================================================== */
	
	.navbar-default {
	    background-color: transparent;
	    border: none;
	    margin: 0;
	}

	.navbar-collapse {
    	max-height: inherit !important;
	}

	.content .navbar-nav>li>a{
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 12px;
	 	color: #777;
	}
	
	.navbar-login{
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #777;
		height: 34px;
		margin-top: 15px;
		margin-left: 12px;
		padding: 0px 12px;
		background: rgba(255,255,255,0);
		border-radius: 25px 25px 25px 25px;
		border: solid 1px #dbdbdb;
	}

	.navbar-login:hover{
		background: #1596d6;
		border: 1px solid #1596d6;
		color: #fff;
	}

	.navbar-brand{
		padding: 16px 15px 10px 13px;
	}
	.navbar-brand img{
		height: 31px;
	}
	.navbar-collapse>ul>li>a{
	 	line-height: 46px;/* the line height of the items must be the same as the height of the logo image */
	 	padding: 10px 25px;
	}
	.navbar-collapse>ul>li:last-child>a{
		padding-right: 10px;
	}

	@media only screen and (max-width: 768px) {
		.navbar-collapse>ul>li>a{
		 	line-height: 15px;
		}
		/* this is the hamburger icon for mobile */
		.navbar-toggle {
    		margin-top: 8px;
			margin-right: 2px;
    		outline: 0;
    		background: transparent !important;
		}
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		    border-color: rgb(250, 250, 250);
		}

		.navbar-brand img{
			height: 24px;
			padding-top: 3px;
			padding-left: 3px;
		}

	}

	/* drop down menu style */

	/* remove background of all items on the menu (including the drop down title) */
	.content .navbar-nav>li.active>a,
	.content .navbar-nav>li>a:hover, 
	.nav>li.open>a, 
	.nav>li.open>a:hover, 
	.nav>li.open>a:focus,
	.nav>li.dropdown>a.selected, 
	.nav>li.dropdown>a.selected:hover, 
	.nav>li.dropdown>a.selected:focus {
		background: none !important;
		color: #1596d6 !important;
	}

	/* the arrow pointing down of the drop down menu title */
	.dropdown-toggle .fa{
		font-size: 10px;
		margin-left: 5px;
	}
	
	/* drop down menu */
	.navbar-nav>li>.dropdown-menu{
		padding:0;
		background: #333333;
		width: 450px;
		color: #fff;
		border: 0 !important;
		 -webkit-border-radius: 0px; 
  		    -moz-border-radius: 0px; 
  				 border-radius: 0px; 

		-webkit-box-shadow: none !important;
  		   -moz-box-shadow: none !important;
				box-shadow: none !important;
	}
	
	/* drop down content */
	.dropdown-menu-content{
  		padding: 25px 0 !important;
	}

	.dropdown-menu-content ul:first-child{
		border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
	}

	/* drop down menu column */
	.dropdown-menu-column{
		width: 50%;
		float: left;
		padding: 0 !important;
		margin: 0 !important;
	}

	.dropdown-menu-column li{
		position: relative;
		list-style: none !important;
		padding: 0 !important;
		margin: 0 !important; 
	}

	.dropdown-menu-column a{
		font-size: 12px;
		width: 100%;
		padding: 12px 40px;
		height: auto;
		color: gray !important;
		display: block;
	}

	.dropdown-menu-column a:hover, 
	.dropdown-menu-column a.selected{
		color: #fff !important;
		text-decoration: none;
	}

	.dropdown-menu-column a:hover{
		background: rgba(255, 255, 255, 0.1);
	}
	
	/* popover for each item of the drop down menu */
	.popover{
		margin-left: -15px !important;
	}
	.popover-with-margin .popover{
		margin-left: -240px !important;
	}

	.popover{
		border-radius: 0px;
		border: 1px solid #D8D8D8 !important;
		-webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
		   -moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
			-ms-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
			 -o-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
			    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	}

	.popover .arrow {
		border-left-color: #D8D8D8 !important;
	}

	.popover_img_container{
		width: 244px;
		height: 160px;
		overflow: hidden;
	}

	.popover_img_container img{
		max-width: 100%;
		width: 100%;
	}
	
	/* reponsive style of the drop down menu */
	@media only screen and (max-width: 768px) {
		.dropdown-menu-column{
			width: 100%;
		}
		.dropdown-toggle .fa{
			float: right;
			font-size: 15px;
		}
		.dropdown-menu-column a:hover, .dropdown-menu-column a.selected{
			color: #e54e53 !important;
		}
		.dropdown-menu-column a{
			padding: 5px 50px;
		}
		.popover_img_container{
			display: none;
		}

		.grid-section .content{
			padding: 0px 10px 30px 10px !important;
		}

	}

/* ====================================================================== *
      [4] WELCOME SECTION
 * ====================================================================== */

	.welcome-section{
		background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
		background-image:url('../img/banner.png');
	}

	.welcome-section-content{
		background: #ed7a7e;
		padding: 190px 0;
		text-align: center;
		color: #fff;
	}

	.welcome-section .welcome-section-content h2{
		line-height: 30px;
		font-family: 'Montserrat', sans-serif;
	    font-weight: 400;
	    font-size: 45px;
	    margin-bottom: 40px;
	    margin-top: 0 !important;
	}

	.welcome-section .welcome-section-content h2 small{
		font-size: 16px;
		color: #fff;
	}

	.welcome-section .welcome-section-content p{
		font-size: 20px;
		line-height: 1.8;
		padding: 0 20px;
		font-weight: 300;
	}

	@media only screen and (max-width: 1200px) {
		.welcome-section .welcome-section-content h2{
			font-size: 30px;
		}

		.welcome-section .welcome-section-content p{
			font-size: 17px;
		}

		.welcome-section .welcome-section-content p br{
			display: none;
		}
	}

	.welcome-section-banner{
		text-align: center;
		width: 100%;
	}
	.welcome-section-banner img{	
		max-width: 100%;
	}

	.browse,
	.browse:focus,
	.browse:hover,
	.browse:active{
		text-decoration: none !important;
		display: inline-block;
		margin: 5px;
		padding: 15px 45px;
		font-size: 13px;
		font-weight: 700;

		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		     -o-border-radius: 2px;
		        border-radius: 2px;

		-webkit-transition: all 0.1s ease;
	       -moz-transition: all 0.1s ease;
	         -o-transition: all 0.1s ease;
	            transition: all 0.1s ease;
	}
	.browse,
	.browse:focus{
		color: #fff;
		border: 2px solid #fff;
		background: transparent;
	}

	.browse:hover,
	.browse:active{
		border: 2px solid #333333;
	    background: #333333;
	    color: #fff;
	}

	.welcome-section-buttons{
		margin-top: 30px;
	}

	.usage-examples{
		background: #eee !important;
	}

/* ====================================================================== *
      [5] CONTENT
 * ====================================================================== */

	.content{
		width: 1200px;
		max-width: 100%;
		margin: auto;
	}

	.grid-container{
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:40px; 
	}


	.content h4{
		margin: 20px 0;
		color: #575757;
	}

	.section{
		background: #fff;
		width: 100%;
		padding: 100px 0;
	}

	.content p{
		color: #575757;
		margin-bottom: 0;
	}

	.grid-section{
		background-repeat: no-repeat;
	    background-size: 100% 100%;
		/*background: rgb(250, 250, 250);*/
		background: #f5f6fa;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.animate-on-load{
		opacity: 0;
	}

	.headline{
		text-align: center;
		margin-bottom: 0px;
	}

	.headline h2{
	    font-family: 'Montserrat', sans-serif;
	    font-weight: 400;
	    font-size: 34px;
	    margin-bottom: 40px;
	    margin-top: 0 !important;
	}

	.headline p{
		color: #999999;
		font-size: 18px;
	}

	@media only screen and (max-width: 768px) {

		.grid-container{
			margin-top:20px;
		}

	}



/* ====================================================================== *
      [6] FEATURES
 * ====================================================================== */

	.features-container{
		overflow: hidden;
	}

	.features-container .row{
		text-align: center;
	}

	.features-container i{
		color: #e54e53;
		font-size: 25px;
	}

	.features-container h4{
		font-size: 17px;
		font-weight: 600;
		margin: 0 0 20px 0;
		color: rgb(51, 51, 51);
	}

	.features-container p{
		margin-bottom: 50px;
		color: #777;
		font-size: 14px;
		line-height: 26.6px;
		font-weight: 300;
	}

	.features-container .row:last-child{
		margin-bottom: -50px;
	}

	.col-md-6{
		padding-left: 40px;
		padding-right: 40px;
	}

	.features{
		color:rgb(88, 88, 88);
	}

	.feature-icon{
		text-align: center;
		margin-bottom: 30px;
	}

	.feature-text{
		padding: 0 20px;
	}


/* ====================================================================== *
      [8] TO TOP
 * ====================================================================== */
	
	.fixed{
		position: fixed;
		right: 24px;
		bottom: 24px;
		display: none;
		z-index: 999;
	}

	.to-top{
		height: 36px;
		line-height: 36px;
		width: 42px;
		background-color: rgba(0,0,0,.8);
		color: #fff;
		cursor: pointer;
		text-align: center;
		font-size: 12px;

		-webkit-border-radius: 3px 3px 0 0;
		   -moz-border-radius: 3px 3px 0 0;
		     -o-border-radius: 3px 3px 0 0;
		        border-radius: 3px 3px 0 0;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
		    -ms-transition: all 0.2s;
		     -o-transition: all 0.2s;
		        transition: all 0.2s;        
	}

	.to-top i{
		margin-top: 10px;
	}

	.to-top:hover{
		background-color: #e54e53 !important;
	}

/* ====================================================================== *
      [9] RESPONSIVE DESIGN
 * ====================================================================== */

	@media only screen and (max-width: 1200px) {
		.content{
			width: 100%;
		}	
	}


/* ====================================================================== *
      [10] MAP
 * ====================================================================== */

	.map_content{
		width: 100%;
		height: 100%;
		max-width: 100%;
		padding: 16px 16px 16px 16px;
		margin: 0px 0px 0px 0px;
	}

	.map_contents{
		width: 100%;
		height: 800px;
		max-width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.map_contents	.map_contents_left{
		width: 40%;
		height: 100%;
		max-width: 40%;
		margin: 0px 0px 0px 0px;
		border:solid 1px green; 
	}
	
	.map_contents	.map_contents_right{
		width: 60%;
		height: 100%;
		max-width: 60%;
		margin: 0px 0px 0px 0px;
		border:solid 1px red; 
	}



/* ----------------------------------------------------------------
	padding
-----------------------------------------------------------------*/

.allpadding-xxs { padding: 5px !important; }

.allpadding-xs { padding: 10px !important; }

.allpadding-sm { padding: 30px !important; }

.allpadding { padding: 50px !important; }

.allpadding-lg { padding: 70px !important; }

.allpadding-big { padding: 100px !important; }

.toppadding-xxs { padding-top: 10px !important; }

.toppadding-xs { padding-top: 10px !important; }

.toppadding-s { padding-top: 15px !important; }

.toppadding-sm { padding-top: 30px !important; }

.toppadding { padding-top: 50px !important; }

.toppadding-lg { padding-top: 70px !important; }

.toppadding-big { padding-top: 100px !important; }

.bottompadding-xxs { padding-bottom: 5px !important; }

.bottompadding-xs { padding-bottom: 10px !important; }

.bottompadding-s { padding-bottom: 15px !important; }

.bottompadding-sm { padding-bottom: 30px !important; }

.bottompadding { padding-bottom: 50px !important; }

.bottompadding-lg { padding-bottom: 70px !important; }

.bottompadding-big { padding-bottom: 100px !important; }

.leftpadding-xxs { padding-left: 5px !important; }

.leftpadding-xs { padding-left: 10px !important; }

.leftpadding-s { padding-left: 15px !important; }

.leftpadding-sm { padding-left: 30px !important; }

.leftpadding { padding-left: 50px !important; }

.leftpadding-lg { padding-left: 70px !important; }

.leftpadding-big { padding-left: 100px !important; }

.rightpadding-xxs { padding-right: 5px !important; }

.rightpadding-xs { padding-right: 10px !important; }

.rightpadding-s { padding-right: 15px !important; }

.rightpadding-sm { padding-right: 30px !important; }

.rightpadding { padding-right: 50px !important; }

.rightpadding-lg { padding-right: 70px !important; }

.rightpadding-big { padding-right: 100px !important; }

.nopadding { padding: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

/* ----------------------------------------------------------------
	margin
-----------------------------------------------------------------*/

.allmargin-xxs { margin: 5px !important; }

.allmargin-xs { margin: 10px !important; }

.allmargin-s { margin: 15px !important; }

.allmargin-sm { margin: 30px !important; }

.allmargin { margin: 50px !important; }

.allmargin-lg { margin: 80px !important; }

.allmargin-big { margin: 100px !important; }

.topmargin-xxs { margin-top: 5px !important; }

.topmargin-xs { margin-top: 10px !important; }

.topmargin-s { margin-top: 15px !important; }

.topmargin-sm { margin-top: 30px !important; }

.topmargin { margin-top: 50px !important; }

.topmargin-lg { margin-top: 80px !important; }

.topmargin-big { margin-top: 100px !important; }

.bottommargin-xxs { margin-bottom: 5px !important; }

.bottommargin-xs { margin-bottom: 10px !important; }

.bottommargin-s { margin-bottom: 15px !important; }

.bottommargin { margin-bottom: 50px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.bottommargin-big { margin-bottom: 100px !important; }

.leftmargin-xxs { margin-left: 5px !important; }

.leftmargin-xs { margin-left: 10px !important; }

.leftmargin-s { margin-left: 15px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.leftmargin { margin-left: 50px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.leftmargin-big { margin-left: 100px !important; }

.rightmargin-xxs { margin-right: 5px !important; }

.rightmargin-xs { margin-right: 10px !important; }

.rightmargin-s { margin-right: 15px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.rightmargin { margin-right: 50px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.rightmargin-big { margin-right: 100px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }



/* Register*/

#register{ position:relative; padding-bottom: 50px; width: 100%; font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif !important;}
.register h2{color: #666666; padding: 80px 0 10px 0; margin:0; font-size:25px;}
.register .register-wrap{font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif !important; margin:0px 0 0 0; text-align: center;}

.register .register-wrap .register-top{padding:40px 20px 20px 20px;}
.register .register-wrap .register-top img{width: 80px; margin: 0 0 20px 0;}
.register .register-wrap .register-top .find-top-txt{font-size:14px; line-height:23px; color:#777777; margin-bottom:10px; font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif !important;}

.register .register-wrap .register-bottom{border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin:0 auto; width:650px;}
.register .register-wrap .register-bottom .register-area{width:100%; margin:15px 0;}
.register .register-wrap .register-bottom .register-area label{display: inline-block; width: 180px; font-weight: bold; font-size:15px; line-height:41px; margin:12px 0px 0px 15px; text-align:left; float:left;}
.register .register-wrap .register-bottom .register-area select{width: 440px; height: 45px; font-size:14px; color:#777; padding:0 10px; border: 1px solid #ddd;float:left; margin-top:10px;}
.register .register-wrap .register-bottom .register-area select:focus{border: 1px solid rgba(0,36,63,0.8); transition:0.3s ease-in-out;}

.register .register-wrap .register-bottom .register-area input{width: 440px; height: 45px; color:#777; font-size:14px; padding:0px 15px; float:left; margin-top:10px;}
.register .register-wrap .register-bottom .register-area input:focus{border: 1px solid rgba(0,36,63,0.8); transition:0.3s ease-in-out;}
.register .register-wrap .register-bottom .register-area .register-agree-btn{width: 620px; height: 45px; line-height: 45px;  color:#666; font-size:14px; padding:0 15px; te xt-align:left; bord er:1px solid #ddd; display: inline-block; vertical-align: middle; cursor: pointer;}
.register .register-wrap .register-bottom .register-area .register-agree-btn:active{background-color:rgba(42,71,147,1); color:#fff; bord er:1px solid rgba(42,71,147,1);  transition:0.3s ease-in-out;}
.register .register-wrap .register-bottom .register-area .register-agree-btn .register-agree-txt{font-size:13px;}

.register .register-wrap .register-bottom .register-area input.t1{width: 133px; height: 45px; color:#777; font-size:14px; padding:0 15px; float:left;}
.register .register-wrap .register-bottom .register-area input.t2{width: 133px; height: 45px; color:#777; font-size:14px; padding:0 15px; float:left;  margin-left:0px;}
.register .register-wrap .register-bottom .register-area input.t3{width: 133px; height: 45px; color:#777; font-size:14px; padding:0 15px; float:left; margin-left:0px;}
.register .register-wrap .register-bottom .register-area .text{width: 440px; padding:10px 15px; float:left;text-align:left; margin-top:10px;}
.register .register-wrap .register-bottom .register-area .split{width: 21px; float:left;text-align:center; margin-top:20px;}


.register .register-wrap .btn-register{width:25%; margin:40px auto 0px auto;}
.register .register-wrap .btn-register a{font-size:16px; font-weight:bold; line-height:50px; height:50px; background-color:rgba(56,169,191,1); color:#fff; display:block;}
.register .register-wrap .btn-register a:hover{background-color:rgba(42,71,147,1); transition:0.3s ease-in-out;}

.register .register-wrap .register-bottom .register-area input.form-control{width: 22px; height: 22px; font-size:12px; margin-rister-wrap .register-bottom .register-area input.t3{width: 133px; height: 45px; color:#777; font-size:14px; padding:0 15px; float:left; margin-left:0px;}
.register .register-wrap .register-bottom .register-area .text{width: 440px; padding:10px 15px; float:left;text-align:left; margin-top:10px;}
.register .register-wrap .register-bottom .register-area .split{width: 21px; float:left;text-align:center; margin-top:20px;}


.register .register-wrap .btn-register{width:25%; margin:40px auto 0px auto;}
.register .register-wrap .btn-register a{font-size:16px; font-weight:bold; line-height:50px; height:50px; background-color:rgba(56,169,191,1); color:#fff; display:block;}
.register .register-wrap .btn-register a:hover{background-color:rgba(42,71,147,1); transition:0.3s ease-in-out;}

.register .register-wrap .register-bottom .register-area input.form-control{width: 22px; height: 22px; font-size:12px; margin-right:10px; float:left; border: 1px solid #ddd; padding:0 0px}
.register .register-wrap .register-bottom .register-area .ad_label{width: 440px; float:left; margin-top:0px;margin-left:-14px; }
.register .register-wrap .register-bottom .register-area .ad_split{width: 440px; float:left; margin-top:0px;padding:0px 0px; }


input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}

input[type=checkbox]:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 18px;
    color: transparent !important;
    display: block;
    padding-top: 1px;
	padding-left: 2px;
}

input[type=checkbox]:checked:before {
	color: #999 !important;
}

#captcha{font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif !important; text-align: center; font-size:24px;}
#strReplash{background-color:#f5f6fa; border:solid 1px #f5f6fa;}