@font-face {
  font-family: 'Roboto Condensed';
  src: URL('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

html, body{
  margin:0;
  padding:0;
  border: 0;
  height:100%;
  font-family: 'Roboto Condensed', sans-serif;
}

#header {
  background-color: #2576ad;
  font-size: 16px;
  height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

#header ul {
list-style: none;
margin-top: 14px;
}

#header a {
  text-decoration:none;
  color:#fff
}

#header a:active {
  text-decoration:none;
  color:#fff
}

#header a:visited {
  text-decoration:none;
  color:#fff
}

#header > div > ul > li > a { 
padding: 15px; 
}

#header a:hover {
  color:#e3e3e3;
background-color: #257fbd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#header li {
  display:inline-block;
  font-weight: bold;
}

#header p{
  margin:0;
  color:#fff;
}

@media all and (max-width: 500px) {
#header ul:first-child {
    padding-left: 10px !important;
}
/*#header ul:first-child > li:nth-child(2) {
    display: none;
}*/
#header ul:first-child > li:nth-child(3) {
    display: none;
}
}

#logo {
  padding: 8px;
  position:relative;
  text-align: center;
  background-color: #fff;
  margin-bottom: 10px;
  opacity: 0.9;
  filter: alpha(opacity=50);
  z-index: -1;
}

#logo img{
  max-width:100%;
}

#container {
  min-height:100%;
  position:relative;
  background-image: url("../../src/images/bg.jpg");
  background-size: 18%;
  z-index: 0;
}

#content {
  padding-bottom:40px;
}

.row1 {
  max-width: 1300px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

#main {
width: 60.4%;
float:left;
/*padding-top: 25px;*/
padding-bottom: 20px;
position: relative;
margin-left: 15px;
margin-right: 15px;
}

#main_content {
    display: block;
    padding: 15px;
    background: #fff;
    border-top: none;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    border: 1px solid #D1D1D1;
	box-shadow: 0 2px 8px rgba(0,0,0,.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 300px;
}

#top-col-left {
  width: 80%;
  float:left;
  color: white;
}

#top-col-right {
  width: 20%;
  float:right;
  color: #ffffff;
}

#uploadform {
  width: 70%;
  margin:45px auto;
  text-align: center;
  color: #202020;
  padding: 15px;
  font-size: 18px;
  text-align: left;
  line-height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: white;
  box-shadow: 0px 0px 3px; 
}

#uploaded {
  width: 60%;
  min-height:350px;
  margin:45px auto;
  text-align: center;
  color: #202020;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: white;
  box-shadow: 0px 0px 3px; 
  font-weight: bold;
}

.tab_1, .tab_2, .tab_3{
font-weight: 700;
font-size: 20px;
display: block;
float: left;
width: 25%;
padding: 0.6em;
color: #fff;
background: #2576ad;
cursor: pointer;
text-decoration: none;
text-align: center;
font-family: 'Roboto Condensed', sans-serif;
transition: .1s all ease;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
margin-left: 10px;
}

.tab_1_1 {
background: #f4f4f4;
color: #003f6f;
box-shadow: 0px 0px 2px #B9B9B9;
text-shadow: 1px 0px #a0a0a0;
}

.tab_1_1 span{
color: #003f6f;
text-shadow: 1px 0px #a0a0a0;
font-weight: 700;
font-size: 20px;
}

.tab_2_1 {
background: #f4f4f4;
color: #003f6f;
box-shadow: 0px 0px 2px #B9B9B9;
text-shadow: 1px 0px #a0a0a0;
}

.tab_2_1 span{
color: #003f6f;
text-shadow: 1px 0px #a0a0a0;
font-weight: 700;
font-size: 20px;
}

.tab_3_1 {
background: #f4f4f4;
color: #003f6f;
box-shadow: 0px 0px 2px #B9B9B9;
text-shadow: 1px 0px #a0a0a0;
}

.tab_3_1 span{
color: #003f6f;
text-shadow: 1px 0px #a0a0a0;
font-weight: 700;
font-size: 20px;
}

.adv{
width:18%; 
float:left;
min-height:50px;
margin-bottom: 15px;
}

@media all and (max-width: 1200px) {
.adv{
display:none;
}
#main{
width: 84.4%;
float:none;
margin: 0 auto;
}
	.tab_1, .tab_2, .tab_3{
font-size: 18px;
	}
	.tab_1_1 span{
		font-size: 18px !important;
	}
	.tab_2_1 span{
		font-size: 18px !important;
	}
	.tab_3_1 span{
		font-size: 18px !important;
	}
}

@media all and (max-width: 1100px) {
	.tab_1, .tab_2, .tab_3{
width: 20% !important;
	}
	.tab_3 span{
		font-size: 17px !important;
	}
}
@media all and (max-width: 1000px) {
.tab_1, .tab_2, .tab_3{
width: 23% !important;
	}
}
@media all and (max-width: 900px) {
.tab_1, .tab_2, .tab_3{
width: 26% !important;
	}
}
@media all and (max-width: 800px) {
.tab_1, .tab_2, .tab_3{
width: 29% !important;
	}
}
@media all and (max-width: 700px) {
.tab_1, .tab_2, .tab_3{
width: 30% !important;
	}
}
@media all and (max-width: 700px) {
	.tab_1 span, .tab_2 span, .tab_3 span{
		font-size: 15px !important;
	}
}
@media all and (max-width: 600px) {
	.tab_1 span, .tab_2 span, .tab_3 span{
		font-size: 13px !important;
	}
}

@media all and (max-width: 500px) {
	.tab_1 span, .tab_2 span{
		font-size: 10px !important;
	}
}

@media all and (max-width: 500px) {
.tab_1, .tab_2, .tab_3{
padding: 0 !important;
	}
}
@media all and (max-width: 400px) {
.tab_1, .tab_2, .tab_3{
width: 28% !important;
	}
	.tab_1 span, .tab_2 span, .tab_3 span{
		font-size: 9px !important;
}
}
.image_section {
  width: 100%;
  float: left;
}

.image_section img{
  max-width: 50%;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px;
}

.alert_784 {
    padding: 10px;
	position:fixed;
	bottom: 0px;
	max-width:450px; 
    background-color: #2576ad;
	border-radius: 3px 3px 0 0;
    color: white;
	z-index: 1000;
}

.closebtn_784 {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn_784:hover {
    color: #54b2f3;
}

.alert_784 a{
color:white;
text-decoration: underline;
}

.link_section{
  padding: 33px;
  float: left;
}

.fileinput-upload-button {
	font-weight: bold !important;
    font-size: 20px !important;
}

.id8926 .krajee-default.file-preview-frame {
display: table !important;
margin-right: auto !important;
margin-left: auto !important;
float: unset !important;
}

hr.style-three {
height: 30px;
border-style: solid;
border-color: black;
border-width: 1px 0 0 0;
border-radius: 20px;
}
hr.style-three:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: black;
border-width: 0 0 1px 0;
border-radius: 20px;
}	
.faqHeader {
	font-size: 27px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.panel-heading [data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e072"; /* "play" icon */
	float: right;
	color: #2576ad;
	font-size: 18px;
	line-height: 22px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}
.formbg{
margin: 45px auto;
color: #202020;
padding: 15px;
line-height: 20px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: white;
box-shadow: 0 2px 8px rgba(0,0,0,.6);
	}
.links {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
	float: left;
    width: 97.8%;
}

.btn-lg {
    margin-top: 22px;
}

input[name=url], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px;
}

#footer {
  position:absolute;
  width:100%;
  height:40px;
  margin-top:30px;
  font-family: 'Roboto Condensed', sans-serif;		
  background-color: #2576ad;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

#footer_row {
  max-width: 1100px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

#footer p {
  margin:0;
  color:#fff;
}

#footer ul {
  list-style: none;
  font-size: 12px;
  margin-top: 12px;
}

#footer a {
  text-decoration:none;
  color:#fff
}

#footer a:active {
  text-decoration:none;
  color:#fff
}
#footer a:visited {
  text-decoration:none;
  color:#fff
}

#footer > div > ul > li > a { 
padding: 12px; 
}

#footer a:hover {
  color:#e3e3e3;
background-color: #257fbd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer li {
  display:inline-block;
  font-weight: bold;
}