html, body {
	background-color: #212121;
	font-family: 'ProximaNovaA';
	font-weight: normal;
}

.navbar{
	background-color: rgba(255,255,255,0.9);
	padding-bottom: 10px;
    margin-bottom: 0;
    border-radius: 0px;
    position: relative;
    z-index: 10;
}

nav h1{
	text-indent: -99999px;
	margin-top: 10px;
}

nav h3{
	font-size: 20px;
}

.jumbotron {
    background: #cdcdcd url('../img/bg.png') repeat;
    margin-bottom: 0px;
}

.jumbotron p{
	margin-bottom: 20px;
}

.customJumbotron{
	background-image: transparent;
	padding: 0;
}

.coversDiv{
	padding: 0;
}

.coversDiv img{
	margin: 0 auto;
}

.customPos1{
	position: relative;
	z-index: 9;
	top: -46px;
}

.customPos2{
	position: relative;
	z-index: 8;
	top: -46px;
}

.customPos3{
	margin-top: 100px;
}

.worldDiv{
	background: #212121 url('../img/world-min.png') no-repeat center center;
	padding: 30px 0;
	-webkit-box-shadow: 0px -8px 10px rgba(30, 30, 30, 0.2);
	-moz-box-shadow:    0px -8px 10px rgba(30, 30, 30, 0.2);
	box-shadow:         0px -8px 10px rgba(30, 30, 30, 0.2);
}

.worldDiv h2{
	color: #fff;
	font-size: 54px;
	text-align:center;
	font-weight: 300;
}

form, #country{
	max-width: 80%;
	margin: auto;
}

.form-control{
	color: #010101;
	font-family: 'ProximaNovaA';
	font-weight: 100;
	font-size: 22px;
	height: 50px;
}

.btn-group-vertical>.btn, .btn-group>.btn{
	height: 50px;
}

.btn-danger {
    color: #fff;
    border-color: #9e1517;
    font-family: 'ProximaNovaA';
    font-weight: 300;
    font-size: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.img-left img{
	margin-left: 40px;
}

.img-center img{
	max-width: 115%;
}

.img-right img{
	margin-left: -25px;
}


.img-center{
	position: relative;
	top: 9px;
	left: -30px;
	z-index: 11;
}

.img-right{
	position: relative;
	top: 9px;
}

.centerElement{
	margin: 0 auto;
	text-align: center;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.customPos3 ul{
	list-style: none;
	text-align: center;
	padding: 0;
}

.customPos3 ul li{
	color: #999999;
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.customPos3 ul li span{
	float: left;
	margin-right: 5px;
}

.customPos3 ul li img{
	margin-top: 3px;
}

.customPos3 ul li a{
	color: #999999;
	text-decoration: underline;
	cursor: pointer;
}

.customPos3 ul li a:hover{
	color: #B81817;
	cursor: pointer;
}

.redGradient{
	background: #ad1719; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMTcxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzEzMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ad1719 0%, #8c1314 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad1719), color-stop(100%,#8c1314)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ad1719 0%,#8c1314 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ad1719 0%,#8c1314 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ad1719 0%,#8c1314 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ad1719 0%,#8c1314 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1719', endColorstr='#8c1314',GradientType=0 ); /* IE6-8 */
}

.redGradient:hover{
	background: #8c1314; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMTcxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzEzMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8c1314 0%, #ad1719 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c1314), color-stop(100%,#ad1719)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c1314 0%,#ad1719 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c1314 0%,#ad1719 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c1314 0%,#ad1719 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c1314 0%,#ad1719 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1314', endColorstr='#ad1719',GradientType=0 ); /* IE6-8 */

}

@media (max-width: 240px) and (orientation: portrait) {
	nav h3 {
	    font-size: 13px;
	}

	.worldDiv{
		padding: 10px 0;
	}

	.worldDiv h2 {
	    font-size: 25px;
	}

	.customPos3 ul li{
		font-size: 10px;
		padding: 0;
	}

	.img-center{
		top: 18px;
		left: 0;
	}

	.img-center img {
	    max-width: 100%;
	}

	.customPos1{
		top: -36px;
	}

	.customPos2{
		top: -23px;
	}
}

@media (min-width: 241px) and (max-width: 320px) and (orientation: portrait) {
	nav h3 {
	    font-size: 13px;
	}

	.worldDiv{
		padding: 10px 0;
	}

	.worldDiv h2 {
	    font-size: 35px;
	}

	.customPos3 ul li{
		font-size: 10px;
		padding: 0;
	}

	.img-center{
		top: 20px;
		left: 0;
	}

	.img-center img {
	    max-width: 100%;
	}

	.customPos2{
		top: -33px;
	}
}

@media (min-width: 321px) and (max-width: 375px) and (orientation: portrait) {
	.customPos3 ul li{
		padding: 0px 2px;
	}

	.worldDiv h2 {
	    font-size: 35px;
	}

	.img-center{
		top: 21px;
		left: 0;
	}

	.img-center img {
	    max-width: 100%;
	}

	.customPos2{
		top: -33px;
	}
}

@media (min-width: 376px) and (max-width: 414px) and (orientation: portrait) {
	.worldDiv h2 {
	    font-size: 35px;
	}

	.img-center{
		top: 10px;
		left: 0;
	}

	.img-center img {
	    max-width: 100%;
	}
}

@media (max-width: 320px) and (orientation: landscape) {
	nav h3 {
	    font-size: 13px;
	}

	.worldDiv{
		padding: 10px 0;
	}

	.worldDiv h2 {
	    font-size: 35px;
	}

	.customPos3 ul li{
		font-size: 10px;
		padding: 0;
	}

	.img-center{
		top: 20px;
		left: 0;
	}

	.img-center img {
	    max-width: 100%;
	}

	.customPos2{
		top: -33px;
	}
}

@media (min-width: 321px) and (max-width: 568px) and (orientation: landscape) {
	.img-center{
		top: 10px;
		left: 0;
	}
}

@media (min-width: 568px) and (max-width: 667px) and (orientation: landscape) {
	.img-center{
		top: 10px;
	}
}

@media (min-width: 569px) and (max-width: 768px) {
	.img-center{
		top: 10px;
		left: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.img-center img {
	    max-width: 110%;
	}

	.img-center{
		top: 21px;
		left: -30px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

	.worldDiv h2 {
	    font-size: 48px;
	}

	.img-center img {
	    max-width: 110%;
	}

	.img-left{
		top: 0px;
	}

	.img-center{
		top: 19px;
		left: -15px;
	}

	.img-right{
		top: 8px;
	}
}

@media (min-width: 768px){
	.modal-dialog {
		padding: 30px;
	}
}

@-moz-document url-prefix() {
	.img-left{top:1px;}
	.img-right{top:10px;}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.img-left{top:1px;}
		.img-right{top:10px;}
	}
}

.modal-content{
	padding: 10px;
}

.modal{
	font-size: 16px;
}

.modal-header{
	border-bottom: 0;
}

.modal-title{
	font-family:'ProximaNovaA', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#B81817;
	font-weight: bold;
}

.bold{
	font-family:'ProximaNovaA', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

input:focus, textarea:focus, select:focus, button:focus, a:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus{outline: none !important;}
.bootstrap-select>.dropdown-toggle{font-size: 22px;text-transform: uppercase;}

.dropdown-menu{z-index: 10000;}
