*{
	padding:0;
	margin:0;
	border:0;
	font-family: 'Raleway', sans-serif;
}
html, body{
	height:100%;
	width:100%;
}

.fl{
	float:left;
}
.pageheader {
    width: 100%;
    display: block;
    background: #FFF;
    padding: 20px 0;
    border-top:5px solid #005AB4;
}
.pageheader .container{
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.logo {
    width: 150px;
}
.logo a, .logo a img{
	width:100%;
	overflow: hidden;
	display: block;
}
.topmenu {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.topmenu li{
	display: inline-block;
}
.topmenu li a {
	display: block;
	color:#005082;
	font-size:15px;
	text-decoration: none;
	padding:12px 21px;
	transition: all ease 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px
}
.topmenu li a:hover{
	opacity:0.6
}
.topbtn {
    background-color: #13A149;
    color: #FFF;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 9px;
    font-size: 16px;
    margin-left: 20px;
    transition: all ease 0.3s;
}
.topbtn:hover{
	color:#FFF;
	text-decoration: none;
	opacity:0.7;
}
.hero{
	background-image:url('img/bg.jpg');
	width:100%;
	height:700px;
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	flex-flow:row wrap;
	justify-content: center;
	align-items: center
}
.hero-overlay{
	background-color: #013888;
	opacity: 0.4;
	width:100%;
	height: 100%;
	position: absolute;
}
.hero h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 90px;
    letter-spacing: -5px;
    text-shadow: 0 0 20px rgba(0,0,0,.2);
}
.hero h3 {
    color: #FFF;
    font-weight: 300;
    font-size: 45px;
    text-shadow: 0 0 15px rgba(0,0,0,.5);
    margin-left: 70px;
    letter-spacing: -2px;
}
.blinks{
	list-style: none;
	display: flex;
	flex-flow:row wrap;
	align-items: center;
	margin:60px 0 0;
}
.blinks li{
	padding:0 15px;
}
.blinks li a{
	display: flex;
	flex-flow:row wrap;
	align-items: center;
	transition: all ease 0.3s
}
.blinks li a:hover{
	text-decoration: none;
	margin-top:-8px;
}
.blinks li a img{
	display: inline-block;
	margin-right:10px;
}
.blinks li a p{
	display: inline-block;
	margin:0;
	font-size: 15px;
	color:#FFF;
	font-weight: 300
}
.blinks li a p b{
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px
}
.videobtn {
    position: absolute;
    right: 70px;
    top: 55px;
    transition: all ease 0.3s;
}
.videobtn:hover{
	transform:scale(1.07);
}
.about {
    display: block;
    overflow: hidden;
    padding-top: 80px;
}
.about .container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
}
.about h3 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333;
}
.greenline {
    height: 3px;
    background: #5ace86;
    border: white;
    width: 100px;
    margin-bottom:40px;
}
.about p{
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #666;
}
.about .col-md-6 img{
	padding-left:30px;
	width:calc(100% - 30px);
}
.about .col-md-6:first-of-type{
	padding-bottom:80px;
}
.pagebtn{
	background-color: #13A149;
	color: #FFF;
	font-weight: 500;
	padding: 12px 15px;
	border-radius: 9px;
	font-size: 16px;
	margin-top:20px;
	display: inline-block;
	transition: all ease 0.3s;
}
.pagebtn:hover{
	color:#FFF;
	text-decoration: none;
	opacity:0.7;
}
.tripbanner {
    display: block;
    overflow: hidden;
    background: #13a149;
    color: #FFF;
    padding: 30px 0;
}
.tripbanner .container{
	display: flex;
	flex-flow:row wrap;
	align-items:center;
}
.tripbanner h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
}
.tripbanner h3 span{
	margin-left:40px;
}
.tripbanner ul{
	width:100%;
	display:flex;
	flex-flow: row wrap;
	margin:0;
	justify-content: flex-end;
}
.tripbanner ul li{
	margin: 0 0px 0 50px;
	font-size: 17px;
}
.pagefooter{
	background-color:#004982;
	display: block;
	overflow: hidden;
	padding:60px 0;
}
.fmenu{
	list-style: none;
	margin:0;
	padding:0;
}
.fmenu li{
	display: block;
}
.fmenu li a{
	color:#FFF;
	padding:5px 0;
	display: block;
	transition: all ease 0.3s;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
.fmenu li a:hover{
	opacity:0.6;
	text-decoration: none;
	margin-left:5px;
}
.blackout{
	position: fixed;
	background-color:rgba(0,0,0,.7);
	width:100%;
	height:100%;
	z-index:9999;
	display: flex;
	justify-content: center;
	align-items:center;
	display: none;
}
.video-container{
	display:block;
	overflow: hidden;
	width:100%;
	max-width:700px;
	padding:20px;
	box-sizing: border-box;
	position: relative;
	text-align: right
}
.closebtn {
    color: #FFF;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
@media screen and (max-width:960px){
	.video-container iframe{
		width:100%;
		height:auto;
	}
}

.has-sub{
	position: relative;
}
.has-sub:hover > .sub-menu{
	display: block;
}
.sub-menu{
	position: absolute;
	background: #EEE;
    z-index: 9;
    top: 48px;
    left: 0;
    padding: 15px 5px;
    border-radius: 5px;
	width: 200px;
	display: none;
	z-index: 99999
}
.sub-menu li a {
    font-size: 14px;
	padding: 7px 15px;
	transition: all ease 0.3s;
}
.sub-menu li a:hover{
	opacity:0.6
}
.has-sub::after{
	content:'∟';
	position: absolute;
	top:10px;
	right:0;
	transform: rotate(-45deg);
	font-size: 14px
}
.subheader {
    display: flex;
    overflow: hidden;
    background-image: url(img/slide2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    align-items: center;
}
.contact-page .subheader {
    height: 800px;
}

.hero-overlay{
	top:0;
	left:0;
}
.subheader h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}
.contact-page .subheader h1 {
    margin-bottom: 65px;
}
.content {
    padding: 80px 0;
	width: 100%;
	overflow: hidden;
}
.content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #666;
}
.midbanner{
	background:url(img/bg9.jpg);
	background-size: cover;
	background-position: center 0px;
	width:90%;
	height:400px;
	display: block;
	overflow: hidden;
	max-width: 1300px;
	margin: 40px auto 55px;
	border-radius: 10px;
}
.content .container{
	overflow: hidden;
}
form{
	display: block;
	width:100%;
}
input {
    width: 100%;
    display: block;
    padding: 14px 20px;
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
textarea{
	width:100%;
	display: block;
	padding:14px 20px;
	background:#fff;
	border-radius:4px;
	font-size: 15px;
	font-weight: 600;
}
button{
	cursor:pointer;
}
.cbox {
    background: #fff;
    border: 1px solid #1ea854;
    display: inline-block;
    padding: 20px;
    border-radius: 6px;
    margin: 0 15px 15px 0;
    font-weight: 300;
    color:#666;
    line-height: 25px;
    font-size: 15px;
}
.cbox.col-md-6{
	width: calc(50% - 15px);
	max-width: calc(50% - 15px);
	min-height: 140px;
}
.cbox img{
	display: block;
	margin-bottom:15px;
}
.cbox.green {
    background: #1ea854;
}
.cbox h4{
	color:#FFF;
	line-height: 42px;
}
.cbox h4 {
    color: #FFF;
    line-height: 36px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.content.info h5{
	font-size: 16px;
}
.content.info .col-md-4{
	padding:15px 60px 0px 15px;
}
.pbox {
    min-height: 138px;
    border: 1px solid #13a149;
    padding: 20px;
    border-radius: 6px;
    margin: 0 15px 15px 0;
    max-width: calc(25% - 15px);
    cursor:pointer;
    transition: all ease 0.3s;
}
.number {
    font-size: 22px;
    font-weight: 600;
    color: #13a149;
    transition: all ease 0.3s;
}
.pbox p{
	margin-bottom:0;
	transition: all ease 0.3s;
}
.number input {
    display: inline-block;
    width: calc(100% - 30px);
    margin-left: 15px;
    padding: 10px 15px;
}
.pbox:hover, .ac.pbox {
	background:#13a149;
}
.pbox:hover > .number,
.pbox:hover > p,
.ac.pbox .number,
.ac.pbox p{
	color:#FFF;
}

.mmenu{
	display: none;
}

.cc{
	display: block;
}
.btnd{
	display: block
}
.btnm{
	display: none
}
/*
*
*	RESPONSIVE VERSION
*
*
*/

/* HOMEPAGE */

@media screen and (max-width:1200px){
	
	.mmenu {
	    width: 40px;
	    height: 22px;
	    position: absolute;
	    right: 30px;
	    border-color:#333;
	    border-top:3px solid;
	    border-bottom:3px solid;
	    cursor:pointer;
	    display: block
	}
	.mmenu::before{
		content:" ";
		position: absolute;
		width:40px;
		height:3px;
		background:#333;
		margin-top:6px;
	}
	.cc {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    padding: 30px 15px;
	    top: 108px;
	    z-index: 99;
	    background: #eee;
	    display: none
	}
	.topmenu {
	    width: 100%;
	    display: block;
	    margin-bottom: 20px;
	    text-align: right;
	}
	.topmenu > li{
		display: block;
		width:100%;
		text-align: right;
	}
	.topmenu > li > .sub-menu{
		display: block;
		position: relative;
		width: 100%;
		top:0;
		margin-top:-15px; 
		margin-bottom: -15px
	}
	.topmenu > li > .sub-menu > li{
		display: block;
		width: 100%;
	}
	.topbtn {
	    float: right;
	}
	.hero h2 {
	    font-size: 65px;
	    letter-spacing: -2px;
	}
	.hero h3 {
	    font-size: 40px;
	    margin-left: 0px;
	}
	.blinks {
	    display: none;
	}
	.hero {
	    height: 500px;
	}
	.videobtn {
	    right: 30px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.videobtn:hover {
	    transform: scale(1);
	}
	.videobtn:hover{
		margin-top:0;
		transform: translateY(-50%);
	}
	.videobtn img{
	    width: 360px;
	}
	.about .container .col-md-6:first-of-type{
		width:100%;
		max-width:100%;
		flex: 0 0 100%;
	}
	.about .container .col-md-6:last-of-type{
		display: none
	}
	.tripbanner h3{
		font-size: 24px;
		letter-spacing: 0px;
	}
	.tripbanner ul li {
	    margin: 0 0px 0 50px;
	    font-size: 17px;
	    width: calc(50% - 50px);
	}
	.container {
	    max-width: 100%;
	}
	.contact-page .content > .container > .col-md-12 > .col-md-5,
	.contact-page .content > .container > .col-md-12 > .col-md-7{
		width: 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

}
@media screen and (max-width:900px){
	.hero h2 {
	    font-size: 50px;
	}
	.hero h3 {
	    font-size: 29px;
	}
	.tripbanner .col-md-5.fl {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.tripbanner h3 br{
		display: none;
	}
	.tripbanner h3 span {
	    margin-left: 7px;
	}
	.tripbanner .col-md-7{
		margin-top:20px;
		width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.pagefooter .col-md-3 {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    text-align: center;
	    padding-bottom:50px;
	}
	.pagefooter .col-md-9{
		width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding:0;
	}
	.pagefooter .col-md-9 .col-md-5.fl.fmenu,
	.pagefooter .col-md-9 .col-md-4.fl.fmenu {
	    width: 37%;
	    flex: 0 0 37%;
	    max-width: 37%;
	    text-align: left
	}
	.pagefooter .col-md-9 .col-md-3.fl.fmenu{
	    width: 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	    text-align: left
	}
	.contact-page .content > .container > .col-md-12 > .col-md-5,
	.contact-page .content > .container > .col-md-12 > .col-md-7{
		width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.contact-page .content > .container > .col-md-12 > .col-md-5 .cbox{
		width: calc(25% - 15px);
		max-width: calc(25% - 15px);
		padding:10px;
	}
	.cbox h4 {
	    line-height: 30px;
	    font-size: 20px;
	}
	.cbox.col-md-6 {
	    min-height: 125px;
	}
}
@media screen and (max-width:700px){
	.pbox {
	    max-width: calc(33.33% - 15px);
	}
	.pagebtn {
	    margin-bottom: 50px;
	}
	.video-container > video{
		width:100%;
	}
	.pagefooter .col-md-3{
		padding-bottom:0;
	}
	.pagefooter .col-md-9 .col-md-3.fl.fmenu,
	.pagefooter .col-md-9 .col-md-5.fl.fmenu,
	.pagefooter .col-md-9 .col-md-4.fl.fmenu {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    text-align: center;
	    padding:0;
	}
}
@media screen and (max-width:600px){
	.hero .col-md-9{
		width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.videobtn {
	    display: block;
	    position: relative
	}
	.pagefooter > .container > .col-md-3{
		margin-bottom: 40px
	}
	.pagefooter .col-md-9{
		padding-left:15px;
	}
	.contact-page .content > .container > .col-md-12 > .col-md-5 .cbox{
		width: calc(50% - 15px);
		max-width: calc(50% - 15px);
		padding:15px;
	}
	.pbox {
	    max-width: calc(50% - 15px);
	}
	.btnd{
		display: none
	}
	.btnm{
		display: block
	}
	.videobtn img {
	    width: 70px;
	    margin-left: 20px;
	}
	.videobtn{
		position: relative;
		top:unset;
		right:unset;
		transform:unset;
	}
	.videobtn:hover,
	.videobtn:hover > img{
		transform:unset;
	}
}
@media screen and (max-width:480px){
	.pagefooter > .container > .col-md-3{
		margin-bottom: 40px;
	}
	.pagefooter .col-md-9 .col-md-5.fl.fmenu,
	.pagefooter .col-md-9 .col-md-3.fl.fmenu {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.pagefooter .col-md-9 .col-md-3.fl.fmenu{
		margin-bottom:0px;
	}
	.subheader {
	    padding: 50px 30px;
	}
	.subheader h1 {
	    font-size: 35px;
	}
	.content.info .col-md-4 img{
		display: none;
	}
	.cbox h4 {
	    line-height: 33px;
	    font-size: 20px;
	}
	.contact-page .content > .container > .col-md-12 > .col-md-5 .cbox{
		width: 100%;
		max-width: 100%;
		padding:15px;
		margin:10px 0;
	}
	.contact-page .content > .container > .col-md-12 > .col-md-5{
		margin-bottom:30px;
	}
	.pbox {
	    max-width: 100%;
	    margin:10px 0;
	}
}
label {
    width: 100%;
}
/*
.cbox a{
	color:#333
}
*/
.make-the-difference .col-md-4 h5 {
    font-size: 19px;
    font-style: italic;
}
.make-the-difference .col-md-4 p i {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #13a149;
}
.get-there .col-md-4 img{
	width:100%;
}
.get-there .col-md-4 {
    padding: 0px 28px 0px 15px !important;
}
.get-there .container > .col-md-12 > .container {
    display: flex;
    flex-flow:row wrap;
    align-items: center;
    padding-bottom:30px;
}
.get-there .container > .col-md-12 > .container > .col-md-8 > p {
    margin-bottom:0;
}
.dbox h5 {
    text-align: center;
    font-size: 22px !important;
    font-weight: bold;
    color: #13a149;
}
.dbox i {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 21px;
}
.dbox {
    border-right: 1px solid #ddd;
    margin: 50px 0 50px;
    padding: 20px;
}
.dbox:nth-child(4){
	border-right:0
}
.dbanner {
    border: 2px solid #14a149;
    padding: 35px;
    border-radius: 7px;
    text-align: center;
}
.dbanner h5 {
    font-size: 26px !important;
    font-weight: bold;
    color: #14a149;
}
.dbanner p {
    font-size: 18px;
    margin-bottom: 0;
}
.dbox p{
	margin-bottom:0
}
.slider {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity:0;
    transition: all ease 0.3s
}
.slide.active {
    z-index: 10;
    opacity:1;
}
.slide .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 500px
}
.slide .container h2 {
    color: #FFF;
    font-weight: 600;
    font-size: 60px;
    max-width: 650px;
    text-shadow: 0 0 20px #111;
}
.bullets {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index:98;
}
.bullet{
	width:45px;
	height:8px;
	background:transparent;
	display: inline-block;
	margin:8px;
	border:2px solid #FFF;
	cursor: pointer;
	transition: all ease 0.3s;
}
.bullet.active,
.bullet:hover{
	width:45px;
	height:8px;
	background:#FFF;
	display: inline-block;
	margin:8px;
	border:2px solid #FFF;
}
.categories {
    width: 100%;
    padding: 80px 0;
}
.categories h2 {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 3px;
    color: #004780;
}
hr {
    width: 100px;
    height: 2px;
    background: #0049B3;
    margin-bottom: 60px
}
.col-md-20 {
    width: calc(20% - 24px);
    margin: 10px;
    display: inline-block;
}
.col-md-40 {
    width: calc(40% - 24px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
.col-md-80 {
    width: calc(80% - 24px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
.col-md-20 a{
	margin:0;
	text-decoration: none;
	display: block;
	transition: all ease 0.3s;
}
.col-md-20 a:hover{
	opacity:0.5;
	transform:scale(1.05);
}
.prod-img {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom:10px;
}
.col-md-20 h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #004780;
    min-height: 54px;
	overflow: hidden;
}


@media screen and (max-width:900px){
	.slide .container h2 {
    	max-width: 450px;
	}
}
@media screen and (max-width:700px){
	.slide .container h2 {
    	max-width: 300px;
    	font-size: 40px
	}
}
@media screen and (max-width:550px){
	.slide .container h2 {
    	width:100%;
    	font-size: 50px;
    	max-width: 100%;
	}
	.slide .container img {
    	display: none
	}
}

@media screen and (max-width:1050px){
	.col-md-20 {
    	width:calc(25% - 24px);
	}
	.col-md-40 {
    	width:calc(50% - 24px);
	}
	.col-md-80 {
    	width:calc(100% - 24px);
	}
}
@media screen and (max-width:840px){
	.col-md-20 {
    	width:calc(33.3333% - 24px);
	}
	.col-md-40 {
    	width:calc(66.6666% - 24px);
	}
	.col-md-40 .col-md-6 {
    	width:50%;
    	max-width:50%;
	}
	.col-md-80 {
    	width:calc(100% - 24px);
	}
	.col-md-80 .col-md-3 {
    	width:33.3333%;
    	max-width:33.3333%;
	}
}
@media screen and (max-width:630px){
	.col-md-20 {
    	width:calc(50% - 24px);
	}
	.col-md-40 {
    	width:calc(100% - 24px);
	}
	.col-md-80 {
    	width:calc(100% - 24px);
	}
	.col-md-80 .col-md-3 {
    	width:50%;
    	max-width:50%;
	}
}
@media screen and (max-width:450px){
	.col-md-20 {
    	width:calc(100% - 24px);
	}
	.col-md-40 {
    	width:calc(100% - 24px);
	}
	.col-md-40 .col-md-6 {
    	width:100%;
    	max-width:100%;
	}
	.col-md-80 {
    	width:calc(100% - 24px);
	}
	.col-md-80 .col-md-3 {
    	width:100%;
    	max-width:100%;
	}
}

.col-md-7.fl.contform {
    padding: 45px;
    background: #FFFFFF75;
    border-radius: 0 6px 6px 0;
}
.pagebtn {
    background-color: #004081;
    font-weight: 600;
    border-radius: 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.col-md-5.fl.continfo {
    background: #004081;
    padding: 45px;
    border-radius: 6px 0 0 6px;
}
.cbox.col-md-6 {
    width: 100%;
    max-width: 100%;
    min-height: unset;
    background: transparent;
    border-color: #ffffff52;
    border-width: 0px;
    padding: 0;
    margin-bottom: 35px;
}
.info {
    display: inline-block;
    margin-left: 22px;
    vertical-align: middle;
}
.cbox img {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.cbox a {
    color: rgba(255,255,255,.8);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.info {
    display: inline-block;
    margin-left: 22px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,.8);
}

@media screen and (max-width:900px){
	.contact-page .subheader {
	    height: auto;
	    padding: 60px 0;
	}
	.col-md-5.fl.continfo {
	    background: transparent;
	    padding: 0;
	    border-radius: 6px 0 0 6px;
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
	    max-height: 320px;
	}
	.col-md-7.fl.contform {
	    padding: 45px;
	    background: #FFFFFF75;
	    border-radius: 0 6px 6px 0;
	    width: 100%;
	    max-width: 100%;
	}
}

.item hr{
	margin-bottom: 30px !important;
}
.item .prod-img img{
	width: 100%;
	cursor: pointer
}
.item{
	margin-bottom:50px;
}
.item:last-of-type{
	margin-bottom:0px;
}
.item h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
}
.nopad{
	padding:0;
}
.nopad2{
	padding:0 15px 0 0;
}
.nopad-col6{
	padding:0 10px 0 0;
}
.nopad-col6:last-of-type{
	padding:0 0 0 10px;
}
.nopad-col3{
	padding:0 10px 0 10px;
}

.bOut {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}
.pops {
    width: 90%;
    max-width: 500px;
    height: auto;
    min-height: 200px;
    max-height: 90%;
    background: #FFF;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.popsClose {
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background: #333;
    padding: 5px 11px;
    border-radius: 6px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition:all ease 0.3s;
}
.popsClose:hover{
	opacity:0.7;
}
.popImg{
	max-width:100%;
	max-height:100%;
}
h3 span {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 16px;
    margin-bottom: 8px;
	display: block;
	color: #999;
}
.notify .error {
    background: #ac0303;
	color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    position: fixed;
    width: 100%;
    display: none;
}
.notify .success {
    background: #208603;
	color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    position: fixed;
    width: 100%;
    display: none;
}
.notifyIt{
	display: block !important;
	-webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}




