/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.menu div {
	cursor:pointer;
	display:block;
    margin: 15px 10px;
    position: relative;
}

.menu img, .imgbtn img {
    height:auto;
    width: 120px;
    display: block;
}

#menu {
    padding-left: 0;
    z-index: 15;
    position: absolute;
    left: 0;
    top: 230px;
}

#mobilemenu {
    display: none;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

#mobilemenu div {
    display: inline-block;
    margin: 5px 10px !important;
}

.menu a, .imgbtn {
    text-decoration: none;
}

/*.menu a:hover {
    opacity: 0.8;
}*/

.menu div:after, .imgbtn div:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.25);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 0.4s;
}

.menu div:hover:after, .imgbtn div:hover:after {
    opacity: 1;
}

.menu div:hover:active:after, .imgbtn div:hover:active:after {
    opacity: 1;
}

.menu div.active:after {
    opacity: 1;
}

.imgbtn div {
    position: relative;
    margin-top: 4px;
    margin-bottom: 10px;
    width: 120px;
    height: 36px;
    background-size: 100%;
}
.imgbtn.center div {
    margin-left: auto;
    margin-right: auto;
}

#contentcontainer {
    /*background-image: url(/assets/images/background.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-top: 220px;
    padding-bottom:20px;
    position:relative;
    top:0;
    z-index: 10;
    overflow-y: auto;
}

body {
    overflow-x: hidden;
}

#content{
    margin-left: 190px;
}

#headercontain {
    top: 0;
    z-index: 15;
    position: fixed;
}

.text_success {
    color: #03C03C;
}

.text_error {
    color: #D61F0E;
}

img.responsive {
    width: 100%;
    max-width: 564px;
    height: auto;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.fancybox {
    cursor: pointer;
}

#title-container {
    width: 100%;
    top: 0;
    /*background-position: 50px 0;*/
    text-align: center;
    z-index: 14;
    vertical-align: top;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7) url(/assets/images/logo.png) no-repeat center;
    background-size: auto 100%;
    height: 200px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin-bottom: 4px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* #Media Queries
================================================== */
 
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
        #headercontain {
            left: 0;
            margin-left: 0;
            width: 100%;
        }
        #content{
            margin-left: 150px;
            margin-right: 0;
            width: 600px;
        }
        #title-container {
            height: 170px;
        }
        #contentcontainer {
            padding-top: 190px !important;
        }
        #menu {
            top: 200px;
        }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
        #headercontain {
            left: 0;
            margin-left: 0;
            width: 100%;
        }
        #content{
            margin-left: 150px;
            margin-right: 0;
        }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
        #content {
            margin: 10px auto !important;
        }
        .container .column, .container .columns {
            float: none;
        }
        input[type="text"], input[type="email"] {
            width: 200px;
        }
        #menu{
            display: none;
        }
        #mobilemenu{
            display: block;
        }
        #headercontain {
            width: 100%;
            position: absolute;
            top: 0;
        }
        #contentcontainer {
            /*margin-top: 0 !important;*/
            padding-top: 200px !important;
            width: 100%;
        }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
        #content {
            margin: 0 10px;
            width: calc(100% - 20px);
        }
        #menu{
            display: none;
        }
        #mobilemenu{
            display: block;
        }
        #headercontain {
            width: 100%;
            position: absolute;
            top: 0;
        }
        #contentcontainer {
            /*margin-top: 0 !important;*/
            padding-top: 200px !important;
            width: 100%;
        }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

	@font-face {
	    font-family: Harabara;
	    src: url('/assets/fonts/Harabara.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal; }
