* {
margin: 0;
padding: 0;
}
body {
background: #fff;
}
.clear {
clear: both;
}
a {
color: #002586;
}
.container, .content_container {
    padding: 0 15px;
}

/* HEADER ------------------ */
.header {
/*background: url(../images/header_bg.png) repeat-x;*/
    background-color: #e5f9ff;
height: 167px;
     position: relative;
}

.header .container {
background: url(../images/header_clouds.png) no-repeat;
    background-position-x: right;
height: 166px;
margin: 0 auto;
max-width: 1024px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.header .logo {
/*background: url(../images/equipco_logo-new.png) no-repeat;*/
float: left;
/*height: 61px;*/
/*margin-top: 53px;*/
/*width: 166px;*/
    margin-top: 30px;
}
.header .logo img {
    width: 105px;
}
@media (max-width: 812px) {
    .header .container {
        background-position-x: -600%;
    }
    .header .logo img {
        width: 95px;
    }
    .header .logo {
        margin: 20px auto auto auto;
        display: table;
        float: none;
    }
}
@media (max-width: 768px) {
    .header .container {
        background-position-x: -300%;
    }
}
@media (max-width: 667px) {
    .header .container {
        background-position-x: -100%;
    }
}
@media (max-width: 568px) {
    .header .container {
        background-position-x: -40%;
    }
}
@media (max-width: 414px) {
    .header .container {
        background-position-x: 0;
    }
}
@media (max-width: 320px) {
    .header .container {
        background-position-x: 15%;
    }
}

* html .header .logo {
background: url(../images/equipco_logo-new.png) no-repeat;
}

@media (max-width: 812px)
{

    /*.header .logo, * html .header .logo {
    float: none;
    height: 61px;
    margin-top: 53px auto 0 auto;
    position: relative;
    left: 6%;
    right: 0;
    width: 166px;
    }*/
}

/* NAVIGATION ------------------ */
.navigation li {
list-style: none;
margin: 4px 0;
}

.navigation a {
color: #333;
font-family: Arial, Tahoma, Verdana;
font-size: 16px;
left: -5px;
letter-spacing: -0.3px;
padding: 5px;
position: relative;
text-decoration: none;
}

.cufon-active .navigation .hover {
background: #21bae9;
color: #fff;
left: 0;
text-shadow: 1px 1px 1px #000;
filter: dropshadow(color=#000, offx=1, offy=1); 
}

.cufon-active .navigation .current {
color: #002586;
font-style: italic;
text-decoration: underline;
}

.cufon-active .navigation .current:hover {
background: none;
color: #002586;
text-shadow: 0 0 0 #fff;
font-style: italic;
cursor: default;
left: -5px;
}

.current .icon {
background: url(../images/airplane_icon.png) no-repeat;
height: 13px;
left: -15px;
position: absolute;
top: 6px;
width: 15px;
}

* html .current .icon {
top: 10px;
}

* + html .current .icon {
top: 10px;
}

.bottom_nav {
border-top: 1px solid #aeb0b0;
margin-top: 15px;
padding-top: 15px;
}

/* CONTENT ------------------ */
.content_container {
clear: left;
margin: 40px auto;
max-width: 1024px;
    width: 100%;
}

.navigation {
float: left;
margin-right: 70px;
width: 230px;
}

.content {
color: #333;
font-family: Arial, Verdana, Tahoma;
font-size: 14px;
float: left;
max-width: 720px;
    width: 100%;
}

.content img
{
    width: 100%;
    margin-bottom: 20px;
}

h1 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
}

.cufon-active .content h1 {
color: #333;
font-family:"Arial Narrow", Arial, Verdana;
font-size: 20px;
font-weight: 400;
margin-bottom: 20px;
}

.content p,
.content ul {
margin-bottom: 15px;
}

.content ul {
margin-left: 15px;
}

.content li {
margin-bottom: 5px;
}

.contact_info dl {
display: block;
float: left;
margin: -10px 0 18px 0;
width: 250px;
}
.contact_info dt {
clear: left;
float: left;
margin-bottom: 3px;
list-style: none;
}

.contact_info .right {
float:right;
font-weight: bold;
text-align:left;
width:165px;
}

.contact_info a {
color: #333;
}

.cufon-loading h1 {
visibility: hidden !important;
}


@media (max-width: 812px)
{
    .content_container
    {
        width: 100%;
        margin: 40px auto;
        height: auto;
    }
    .navigation {
    float: none;
    margin: 0 auto;
    width: 100%;
            text-align: center;
    }
    .navigation ul li a
    {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .content {
        float: none;
        max-width: 720px;
        width: 100%;
        margin: 20px 0 0 0;
    }

}

.logocontactp
{
    background: #10b4e7;
    padding: 9px 15px 7px 15px;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 17px;
}
.logocontactp img
{
    width: 130px;
    margin: 0px;
    padding: 0px;
}

.map
{
    margin-top: 0;float: right;width: 100%;max-width: 400px;
    border: 3px solid #ccc;
    min-height: 260px;
}
.map iframe
{height: 100%;min-height: 262px;margin-bottom: -3px;}

/* GALLERY ------------------ */
ul.gallery {
margin: 50px 0 0;
}

.gallery li {
-moz-box-shadow: 2px 2px 5px #ccc;
/*border: 1px solid #acaaaa;*/
float: left;
height: 91px;
list-style: none;
margin: 0 35px 0 0;
width: 137px;
}



.contact-toparea {
	max-width: 720px;
    width: 100%;
	border-top: 1px solid #efeeee;
	overflow: hidden;
    margin: 15px 0 0 0;
}
.contact_form {
	max-width: 720px;
    width: 100%;
	float: left;
	margin: 20px 0 30px 0;
}
.form_top {
	margin-bottom: 20px;
	overflow: hidden;
}
.form_top div
{
    width: 340px;
    float: left;
    margin: 0;
}
input,
textarea {
	border: 1px solid #ccc;
	font-size: 13px;
	height: 18px;
	padding: 5px;
    width: 97%;
    margin: 0;
}
label {
	margin-bottom: 5px;
    width: 100px;
    float: left;
}
.focus {
	border-color: #2c8be5;
}

.message label {
	max-width: 250px;
    width: 100%;
}
textarea {
	font-family: inherit;
	min-height: 135px!important;
	max-width: 700px!important;
    width: 100%!important;
	float: left;
	margin: 7px 0 0 0;
}
.btn {
clear: both;
float: right;
margin: 15px 8px 0px 0;
	background: #10b4e7;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
	text-align: center;
	width: 70px;
}

.btn:hover {
	color: #fff;
}