/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
   

html,
button,
input,
select,
textarea {
    color: #222;
}

@font-face {
    font-family: 'Exo Light';
    src: url('fonts/Exo-Light.eot');
    src: url('fonts/Exo-Light.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/Exo-Light.woff') format('woff'),*/
         url('fonts/Exo-Light.ttf') format('truetype'),
         url('fonts/Exo-Light.svg#ExoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo Light-Italic';
    src: url('fonts/Exo-LightItalic.eot');
    src: url('fonts/Exo-LightItalic.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/Exo-LightItalic.woff') format('woff'),*/
         url('fonts/Exo-LightItalic.ttf') format('truetype'),
         url('fonts/Exo-LightItalic.svg#ExoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{ 
	font-family: 'Exo Regular'; 
	src: url('fonts/Exo-Regular.eot'); 
	src: url('fonts/Exo-Regular.eot?#iefix') format('embedded-opentype'),
		 /*url('fonts/Exo-Regular.woff') format('woff'),*/
		 url('fonts/Exo-Regular.ttf') format('truetype'), 
		 url('fonts/Exo-Regular.svg#ExoRegular') format('svg'); 
}

@font-face{ 
	font-family: 'Exo Medium-Italic'; 
	src: url('fonts/Exo-MediumItalic.eot'); 
	src: url('fonts/Exo-MediumItalic.eot?#iefix') format('embedded-opentype'),
		 /*url('fonts/Exo-MediumItalic.woff') format('woff'),*/
		 url('fonts/Exo-MediumItalic.ttf') format('truetype'), 
		 url('fonts/Exo-MediumItalic.svg#ExoMediumItalic') format('svg'); 
}

@font-face{ 
	font-family: 'Exo Bold-Italic'; 
	src: url('fonts/Exo-BoldItalic.eot'); 
	src: url('fonts/Exo-BoldItalic.eot?#iefix') format('embedded-opentype'),
		 /*url('fonts/Exo-BoldItalic.woff') format('woff'),*/
		 url('fonts/Exo-BoldItalic.ttf') format('truetype'),
		 url('fonts/Exo-BoldItalic.svg#ExoBoldItalic') format('svg'); 
}

@font-face{ 
	font-family: 'Exo Semi-Bold'; 
	src: url('fonts/Exo-SemiBold.eot'); 
	src: url('fonts/Exo-SemiBold.eot?#iefix') format('embedded-opentype'),
		 /*url('fonts/Exo-SemiBold.woff') format('woff'),*/
		 url('fonts/Exo-SemiBold.ttf') format('truetype'),
		 url('fonts/Exo-SemiBold.svg#ExoSemiBold') format('svg'); 
}


body {
    font-size: 1em;
    line-height: 1.4;
}

contact:after {
	content: "less than 320px";
	font-size: 300%;
	font-weight: bold;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color:#FFF;
	background-color: #900;
	
	}

p {
	font-family: Exo-Light, arial;
	}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
	max-width:100%;
	height:auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/**** Input area ****/

input, select, textarea{
	font-family: Tahoma, Arial, sans-serif,  sans-serif;
	font-size: 12px; 
	color: #006989;
	font-weight:normal;	
	border-radius: 6px;
	border: solid 1px #D6D6D6;
	outline:none; 
	padding:4px 10px 4px 10px; 
	background-color:#fff; 
	width:90%;  height:25px;
	box-shadow: inset 0px 2px 8px #E6E6E6;
	/*box-shadow: 0px 2px 4px #fff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#fff));*/
	
	transition: all 0.3s ease-in-out;	
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;	
	-o-transition: all 0.3s ease-in-out;}

input:hover{border: solid 1px #62ad00;} 
input:focus{opacity:1; border: solid 1px #005ef6;}

textarea{ width:90%; height:120px;}
textarea:hover{border: solid 1px #efb432;} 
textarea:focus{opacity:1; border: solid 1px #006989;}



/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 0.9em Tahoma;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	background-color:#dbe2e6;
}

.header-nav {
	background: #b40101;
	background-color:#b40101;
	}

.header-banner {
	background-color:#000000;
	padding:0;
	}
	
.main-container {
	background-color:#0c76b2;
	}

.footer-container{
	background-color:#01132f;
    border-top: 1px solid #63ae00;
}

.main aside {
	color:#FFF;
}

.main article {
	background-color:#ffffff;
	border-radius:8px;
	padding:1%;
}

.main_body {
	background-color:#ffffff;
	border-radius:8px;
	padding:0.5%;
}

.title {
    color: white;
}

p.clr, .clr { clear:both; padding:0; margin:0;}
.clr2 { clear:both; padding:5px; margin:0;}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;

    text-align: center;
    text-decoration: none;
    font-weight: 650;

    color: #ffffff;
	background-color:transparent;
}

nav a:hover {
    color: #ffffff;
	background:#02476b;
}

nav a:hover {
    text-decoration: none;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0;
}

.main article h1 {
    font-size: 1.2em;
	line-height:1.5em;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
		width:13.6%;
		background:#b40101;
        margin: 0;
        padding: 10px 1.5%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: left;
        width: 100%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 58.104166667%; /*577 / 960 */
    }

    .main aside {
        float: right;
        width: 38.75%; /*372 / 960*/
    }
	
	.explora {
		width:50%; /*480 / 960*/
		float:left;
		}
		
	.pvr {
		width:50%;
		float:right;
		}
}

@media only screen and (min-width: 960px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 960px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	.wrapper_logo {
		float:left;
		width:100%
	}
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}