@charset "UTF-8";
/* CSS Document */



.clear{
	clear:both;
}

/* MAIN FRAMEWORK */

html
{
	height:100%;
}

body
{
	font-family: 'Raleway', Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	line-height:22px;
	text-align:left;
	margin:0;
	height:100%;
/* 	background-image: url(../images/bg_tile.png); */
	background-repeat: repeat;
  	background-color: #f1f1f1;
  	color: #777777;
}



.wrapper
{
	position: relative;
	width:100%;
	margin: 0px auto;
	
}



.quote-wrap
{
	margin: 45px 0 30px 0;
}


.port-wrap
{
	cursor: pointer;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}


.col-2
{
	width: 50%;
	float: left;
}

.col-3
{
	width: 30%;
	float: left;
}

.col-4
{
	width: 25%;
	float: left;
}












/* HEADER */
.header
{
	position: fixed;
	top: 25px;
	width: 100%;
	height: 60px;
	padding:  0 15px 0 34px;
	background-color: #000000;
	box-sizing: border-box;
}

.header-logo
{
	width: 30%;
	max-width: 300px;
	float: left;
}

.header-logo img
{
	width: auto;
	padding: 15px 0 0 10px;
	height: 30px;
}



.nav-wrapper
{
/* 	width: 50%; */
	float: right;
	padding: 20px 20px 0 0;
}

.nav-wrapper ul li
{
	float: right;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	color: #ffffff;
/* 	font-weight: bold; */
	padding-right: 20px;
	cursor: pointer;
}

/* MAIN */
.page-wrapper
{
	width:100%;
	height: 100%;
	
}


.content
{
	height: 100%;
	width: 80%;
	margin: auto;
	margin-top: 190px;
	text-align: center;
	margin-bottom: 100px;
}

.intro
{
	font-size: 16px;
	font-style: italic;
	
	margin-bottom: 30px;
}



/* GENERAL STYLING */

strong
{
	font-weight: bold;
}

a {
	text-decoration: none;
	color: inherit;
}


a img {
	border: none;
}


h1
{
	font-family: 'Raleway', Arial, Helvetica, Verdana, sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 20px;
	
}

h2
{
	font-family: 'Raleway', Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	line-height: 40px;
	margin-top: 100px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

h3
{
	color: #da0c00;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}



p{
	margin-top:10px;
	margin-bottom:15px;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 15px !important;
	
	max-width: 90%;
	margin: auto;
	font-family: 'Raleway', Arial, Helvetica, Verdana, sans-serif;
}




/* SECTIONS */



.footer
{
	width: 100%;
	height: 260px;
	background-color: #000000;
	text-align: center;
	
	padding: 30px 20px 40px 20px;
	margin: auto;
}


.video-wrapper
{
	margin: 30px;
	width: 704px;
	height: 396px;
	border: 10px #ffffff solid;
}

.img-wrapper
{
	margin: 30px;
	border: 10px #ffffff solid;
	
}

.footer p
{
	color: #ffffff;
}


/* border */
.paspartu_left,
.paspartu_right {
    position: fixed;
    height: 100%;
    width: 25px;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 101; /* one more than the Slider */
}



.paspartu_right{
    left: auto;
    right: 0px;
}

.paspartu_top{
    position: fixed;
    padding-top: 25px;
	height: 0;
    width: 100%;
    top:0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 200;
}

.paspartu_bottom{
    position: fixed;
    padding-top: 25px;
	height: 0;
    width: 100%;
    bottom:0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 200;
}






@media only screen and (max-width:320px)
{
	
}


@media only screen and (max-width:640px)
{
	
	
	
}

