
.cloud{
	
	position:absolute;
	width:100% !important;
	height:1000px;

	
	background:url(/assets/slider/cloud.png);
	background-repeat: no-repeat;
	-webkit-animation: cloud 100s linear infinite;
  -moz-animation: cloud 100s linear infinite;
    -o-animation: cloud 100s linear infinite;
  }


@-webkit-keyframes cloud {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-moz-keyframes cloud {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-o-keyframes cloud {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}

.fancy-form select{ font-size: 18px; font-weight: 700}
.fancy-form select option{ margin: 8px 0}

#topMain>li>a {font-weight: 700 !important; color: white; font-size: 16px !important}

@media only screen and (max-width: 1215px) {
	#topMain>li>a {font-weight: 700 !important; color: white; font-size: 14px !important}
}
#header.dark {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}

@media only screen and (max-width: 992px) {
	#header.dark .submenu-dark #topMain {
	background: #1e5799; /* Old browsers */
	
	}
}

#header.dark #topMain.nav-pills > li > a {
    color: #eee;
}






@media only screen and (min-width : 481px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
}