/* 
Credit: www.templatemo.com 
Template: 409 travel
*/


body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}


a:focus {
    outline: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,img {
    display: block;
}

body {
    font-family: "B Traffic" ,"Open Sans",sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #888;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color:#FC0;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover {
    color: #e54747;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "B Traffic" ,"Open Sans",sans-serif;
    color: #444;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.site-header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
}


.main-header {
    background: none repeat scroll 0% 0% #fff;
    min-height: 100px;
    height: 100px;
	color: #0B6DDB;
}


.logo {
    margin: 15px 0px 0px 27px;
}

.main-menu {
    text-align: right;
    float: right;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #0B6DDB;
	text-align: center;
}

.main-menu ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #0B6DDB;
    line-height: 100px;
    font-weight: bolder;
}

.main-menu ul li a:hover {
    color: #8C8C8C;
}

.main-menu ul li.active {
    background: #0B6DDB;
}

.main-menu ul li.active a {
    color: #fff;
}

a.toggle-menu {
    background: none repeat scroll 0% 0% #EEE;
color: #444;
line-height: 40px;
text-align: center;
margin-top: 40px;
margin-right: 0px;
font-size: 14px;
padding: 5px 15px;
}

.menu-responsive {
    background: rgba(68,68,68,0.95);
    padding: 15px 30px;
    display: none;
}

.menu-responsive ul li {
    margin: 24px 0;
    display: block;
	text-align: center;
}

.menu-responsive ul li a {
	display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.menu-responsive ul li.active a {
    color: #9ed034;
}
.page-top {
	margin-bottom:15px;
}
.page-top img{
	width:100%

}
 
.copyright {
    text-align:center;
}

.social-icons {
    margin-top: 10px;
    text-align: right;
}

.social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    color: #9ed034;
    text-align: center;
    line-height: 36px;
}

.social-icons li a:hover {
    background: #9ed034;
    color: #fff;
}
.parcham {
    margin: -44px 0px 0px;
    padding: 15px;
}

@media screen and (min-width: 240px) {
    .footer-logo {
        display: none;
    }

    .social-icons {
        text-align: center;
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .footer-logo {
        display: inline-block;
    }

    .social-icons {
        text-align: right;
        margin-top: 0;
    }

}
@media screen and (min-width: 240px) {
    .site-header {
        top: 0;
    }
	
}
@media screen and (min-width: 300px){
	.logo {
    margin: 16px;
}
.page-top img{
	margin-top:100px;

}
a.toggle-menu {
    background: none repeat scroll 0% 0% #EEE;
color: #444;
line-height: 40px;
text-align: center;
margin-top: 100px;
margin-right: 0px;
font-size: 14px;
padding: 5px 15px;
}
 
}
@media screen and (min-width: 992px) {
    .site-header {
        top: 60px;
    }
		.page-top img{
	margin-top:0px;

}
}
