*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     transition: all 0.3s ease;
}
body {
    font-family: 'Roboto Slab', sans-serif;
    color:#404040;
    margin: 0;
    padding: 0;
    position: relative;

}
h1, h2, h4, a{
    color:#033069;
    text-decoration: none;
}
h3 {
    font-size:20px;
    color: #394753;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
p{
    margin:5px 0px;
    font-size:14px;
    line-height: 26px;
}
.wrapper{
    width:970px;
    margin:0 auto;
}

header{
    width:100%;
    height:auto;
    background-color: #fff;
    position: relative;
    float: left;
}
header .header-container{
    padding: 20px 0 7px 0;
    width: 100%;
    display: inline-block;
    transition: .3s all ease-in-out;
}
header img{
    width:100px;
    float: left;
}
header div.description{
    float:left;
    margin-top: 20px;
    margin-left: 20px;
}

header div.date{
    float:right;
    margin-top: 20px;
}
header div.description h1, header div.description h3, header div.date h1, header div.date h2 {
    color: #033069;
    font-weight: 500;
    font-size:16px;
    margin-left:20px;
}
header div.description h1{
    font-size:25px;
    margin-left: 0;
    font-weight: bold;
}
header div.description h2{
    font-size: 15px;
    color: #033069;
}
header div.date h1{
    font-size:23px;
    font-weight: bold;
    font-style: italic;
}
header div.date h2{
    font-size: 17px;
}
nav{
    width: 100%;
    border-top:3px solid #033069;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0 ;
    z-index: 9999;
}
.sticky-nav {
    background-color: #033069;
    position: fixed;
    top: 0;
    left: 0;
    color: white;
}
.sticky-link{
    color:#fff;
    font-weight:100;
}
.sticky-innerlink{
    color:#033069;
    font-weight:100;
}

.sticky-title{
    position: absolute;
    left: 60px;
    top: 13px;
    display: none;
}
.sticky-title h1{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}
nav ul{
    list-style: none;
}
nav ul li{
    display: inline-block;
    position:relative;
    font-size:14px;
    padding: 0 10px 20px 0;
    cursor: pointer;
}
nav ul li a{
    color:#033069;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 16.5px;
    padding: 0 0 3px 0;
}
nav ul li a:hover{
    border-bottom: 1px solid #033069;


}
nav ul li.dropdown a:hover{
    color:#394753;
   border-bottom: #fff !important;
}
nav ul li.dropdown::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid #676767;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
nav ul li ul{
display: none;
    position: absolute;
    background-color: #fff;
    width: 366px;
    z-index: 1;
    top: 34px;
    left: 0;
    color: #033069;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    padding: 0 0 10px 0;
}
nav ul li ul.ulul{
display: none;
    position: absolute;
    background-color: #fff;
    width: 192px;
    z-index: 1;
    top: 34px;
    left: 0;
    color: #033069;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    padding: 0 0 10px 0;
}


nav ul li:hover ul{
    display: block;
}
nav ul li ul li{
border: none;
    padding: 5px;
    margin: 4px;
    display: block;

}
nav ul li ul li a{
    font-size: 14px;
}
/* Actual Slider Element */
.slider_div{
    width: 100%;
    height: 500px;
    float: left;
    position: relative;
    margin: 15px 0 15px 0 ;
}
.slider {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
    list-style: none;
}
.slider img{
  width: 1100px;
  height: 300px;
}
/* Slider Direct Child Element */
.slider li {
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Slider First Direct Child */
.slider li:first-child {
    display: block;
}

/* Slider Images, always flex with width of slider */
.slider li img {
    width: 100%;
  height: 110%;
}


.container{
    float: left;
    width:75%;
    margin-top: 73px;
    border-right: 2px solid #033069;
    padding: 0 5px 200px 0;
}
.vijza{
    margin: 15px 0 15px 0;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgb(3, 48, 105), rgba(3, 48, 105, 0.5), rgba(0, 0, 0, 0));
}
.vijza2{
    margin: 15px 0 15px 0;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgb(3, 48, 105), rgba(3, 48, 105, 0.32), rgba(0, 0, 0, 0))
}
.container h1, .full_container h1{
    font-weight: normal;
    font-family: "Roboto Slab", sans-serif;
    font-size: 22px;
    line-height: 20px;
}
.container h3{
    font-size:20px;
    color: #394753;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
.container ul{
    list-style: none;
}
.container ul li{
    font-size:14px;
}
.container ul.topics{
    margin: 0;
}
.container ul.topics li{
    font-size: 15px;
    margin: 5px 0 5px 0;
}
.container ul.topics li a{
    color: #033069;
    text-decoration: none;
    margin: 5px 0 5px 7px;
}
.container ul.topics li a:hover{
    text-decoration: underline;
}
.container ul.topics li a::before{
    content: "";
    width: 10px;
    height: 13px;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: cover;
    display: block;
    float: left;
    position: relative;
    top: 3px;
}
.blockColumns{
    width:100%;
    float:left;
}
.blockColumns ul{
    width: 100%;
}
.blockColumns ul li{
    list-style: none;
    width: 23%;
    height: auto;
    /* float: left; */
    display: inline-block;
    margin: 0px 5px 0 5px;
}
.blockColumns ul li a img{
    width: 100%;
    height: 100%;
}
.blockColumns ul.prevBook{
    margin-left: 0px;
}
.blockColumns ul.prevBook li{
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
}
.blockColumns ul.prevBook li img{
    width: 100%;
}
.orginfo{
    float:left;
    width:100%;
    margin-bottom: 20px;
}
.orginfo p{
    float:none;
}
.sidebar{
    float:left;
    width:23%;
    margin-top: 75px;
    padding: 0 0 0 10px;
}

.sidebar h2{
    color: #394753;
    font-weight: normal;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}
.sidebar div.links{
    margin-top: 30px;
    text-align: center;
}

.sidebar p{
    float:none;
}
.sidebar a{
    color:#394753;
    text-decoration: underline;
    font-size: 14px;
}
.sidebar img{
    width:100%;
}

.container.extend p{
    line-height: 1.5em;
}
.container.extend ul{
    margin-bottom: 10px;
    line-height: 1.5em;
}
.container.extend ul li:first-child{
    font-weight: normal;
}
/* Full Container*/
.full_container{
    width:100%;
    float: left;
    margin: 60px 0px;
    margin-bottom: 20px;
    padding-bottom: 300px;
}
.full_container .registration_table{
    width:65%;
    float: left;
    margin: 20px 0;
}
.container table, .full_container table {
    border-collapse: collapse;
    width: 95%;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #033069;
}
.container th, .container td, .full_container th, .full_container td {
    text-align: left;
    padding: 8px;
}
.container th, .full_container th {
    background-color: #033069;
    color: white;
    font-weight: normal;
}
th.th{width:170px;}
.full_container .bank_info{
    width:30%;
    float: left;
    margin: 20px 0px;
    margin-left: 20px;
}
.bank_info h3{
    margin: 0;
}
.left_content, .right_content{
    width:50%;
    float:left;
    margin-top: 10px;
}
.left_content p, .right_content p{float: none;}
.left_content ul, .right_content ul{
    font-size: 13px;
    margin-left: 40px;
}
.traveling_content{
    width:100%;
    float: left;
    margin-top: 30px;
}
.traveling_content .left_content{
    width: 100%;
    margin: 10px 0 10px 0;
}
.traveling_content .right_content{
    width: 100%;
}
.traveling_content ul{float: left;}
.traveling_content iframe{float: right; width: 100%;}
.contact_form{
    width:70%;
    float: left;
    padding: 0 30px 0 0 ;
}
.contact_info_container{
    width:29%;
    float: left;
}
.group{
    float: left;
    width:50%;
}
.group:nth-child(1){
    padding: 0 5px 0 0;
}
.group:nth-child(2){
    padding: 0 0 0 5px;
}
.group input:last-child{
    margin-right: 0;
}
.ta-group{
    float:left;
    width:100%;
}
.contact_form input, .contact_form textarea {
    padding: 10px;
    width: 100%;
    color: #999999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    border: 2px solid #b9b9b9;
}
.contact_form textarea {
    width: 100%;
    min-height: 150px;
    line-height: 18px;
    resize: vertical;
}
.contact_form input:hover, .contact_form textarea:hover,
.contact_form input:focus, .contact_form textarea:focus {
    border-color: 1px solid #C9C9C9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.contact_form .form label {
    display: block;
    margin: 5px;
    color: #033069;
    font-size: 17px;
    font-weight: bold;
}
.contact_form .form label:after{
    content:'*';
    color:red;
    padding: 0 0 0 5px;
}
.contact_form input[type="submit"]{
    width: 100%;
    margin-top: 20px;
    background: #033069;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Slab',sans-serif;
    color: #e7ffff;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    border: 2px solid #b9b9b9;
}
.contact_form input[type="submit"]:hover{
    background: #eee;
    color: #033069;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Roboto Slab', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Roboto Slab', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Roboto Slab', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Roboto Slab', sans-serif;;
}
.error{color:red;}

footer {
    width: 100%;
    background: #b0b0b0;
    padding: 15px 0 15px 0;
    margin-top: 10px;
    display: block;
    float: left;
    text-align: center;
}
footer h5{
    color:#033069;
    font-size: 12px;
    font-weight: normal;
    word-spacing:1px;
    display: inline-block;
}
footer a{
    color:#033069;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px;
    display: inline-block;
}
