/*
Theme Name: Elements
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */
html {
    margin-top: 0 !important;
}

body, html {
    height: 100%;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: Helvetica;
}


div.clear {
    clear: both;
}

a:link {color:#99c447;}      /* unvisited link */
a:visited {color:#00FF00;}  /* visited link */
a:hover {color:#75bcd0;}  /* mouse over link */
a:active {color:#99c447;}  /* selected link */

.active {
    color: #99c447;
}

div#green_line {
    height: 1px;
    border-bottom: 5px solid #99c447;
	margin-right: 50px;
    position: absolute;
    left: 0px;
    width: 100%;
	top: 482px;
}

div#white_line {
    width: 2px;
    border-left: 1px solid white;
    position: absolute;
    left: 225px;
    height: 100%;
    top: 65px;

}

div#container {
    max-width: 836px;
    height: 100%;
    margin: 0 auto;
    position: relative;
	clear:both;
}

/* ---------- logo_wrapper ---------- */

header#logo_wrapper {
    float: left;
    width: 27%;
	/*position: relative;*/
}

a#logo {
    display: block;
    max-width: 223px;
    position: absolute;
    left: 0px;
    bottom: 20px;
	top: 30px;
}

a#logo > img {
    width: 100%;
    height: auto;
}


/* ---------- content_wrapper ---------- */

div#content_wrapper {
    float: right;
    width: 73%;
    max-height: 550px;
    position: relative;
}

a#menu_button {
    display: none;
    background-image: url(img/menu_button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #99C447;
    height: 32px;
    width: 36px;
    position: absolute;
    top: -85px;
    right: 25px;
}

/* ---------- menu ---------- */

.slicknav_menu {
    display:none;
}

ul#responsive_menu {
    display: none;
}

nav#menu {
    padding-top: 23px;
    padding-bottom: 7px;
}

nav#menu > div > ul > li {
    display: inline-block;
    height: 35px;
    position: relative;
	float:left;
}

nav#menu > div > ul > li > a {
    display: inline-block;
    height: 100%;
    padding-right: 28px;
    padding-left: 10px;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 12px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
    border-left: 1px solid #dddddd;
    vertical-align: text-top;
	
}

nav#menu ul > li > a:hover {
    color: #99c447;
   
}

/* ---------- submenu ---------- */

nav#menu ul.sub-menu {
    position: absolute;
    top: 35px;
    background-color: #ffffff;
    width: auto;
    min-width: 84px;
    padding: 5px 5px 0 7px;
    display: none;
    z-index: 1000;
}

nav#menu ul.sub-menu > li {
    padding-bottom: 5px;
    white-space: nowrap;
}

nav#menu  ul.sub-menu > li > a {
    color: #818181;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

nav#menu  ul.sub-menu > li > a:hover {
    color: #99c447;
}

/* ---------- content_box ---------- */

div#content_box {
    height: 418px;
    border-bottom: 5px solid #99c447;
    background-position: center;
    background-repeat: no-repeat;
	margin-left: 1px;
    margin-top: 35px;
}

div#content_box.without_bg_img {
    background-image: none;
    background-color: #73757a;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 423px;
}

/* ---------- right_column ---------- */

section#right_column {
    float: right;
    width: 61%;
    margin-right: 3%;
    margin-bottom: 20px;
    padding-top: 20px;
}

section#right_column2 {
    float: right;
    width: 54%;
    margin-right: 4%;
    margin-bottom: 20px;
    padding-top: 20px;
}


section#left_column {
    float: left;
    width: 31%;
    margin-left: 5%;
    margin-top: 230px;
    padding: 12px 0px 12px 12px;
    background-color: rgba(0, 0, 0, 0.7);
}

section#right_column2 > h1 {
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    padding: 9px 11px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #99c447;
    font-size: 26px;
    text-transform: lowercase;
    margin-bottom: 5px;
	width:94%;
}

section#right_column > h1 {
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    padding: 9px 11px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #99c447;
    font-size: 26px;
    text-transform: lowercase;
    margin-bottom: 5px;
}

div#text {
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    padding: 17px 15px 15px 15px;
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 295px;
	float:left;
	width:92%;
	
}

div#text > p {
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
}

div#text > p2 {
    color: #ffffff;
    font-size: 13.5px;
    line-height: 17px;
    margin-bottom: 5px;
}

div#text > h2 {
    font-size: 13px;
    margin-bottom: 10px;
}


section#left_column > span {
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
}

section#left_column > span > a {
    text-decoration: none;
    color: #ffffff;
}

ul.text_list.left_side {
    float: left;
}

ul.text_list.right_side {
    float: right;
}

#text ul > li {
    color: #ffffff;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 5px;
    margin-left: 13px;
    list-style: outside;
    list-style-image: url(img/disc2.png);
}


a.internal_link {
    color: #9ad047;
}

/* ---------- section#regulation_text ---------- */

section#regulation_box > h1 {
    font-size: 20px;
    color: #9ad047;
    margin-bottom: 15px;
}

div.regulation_text {
    width: 49%;
	float:left;
}

div.regulation_text.le0ft {
    float: left;
}

div.regulation_text.right {
    float: right;
    margin-left: 2%;
}

div.regulation_text > p {
    color: #000000;
    font-size: 10px;
    line-height: normal;
    margin-bottom: 15px;
}

/* ---------- contact_form ---------- */

form#contact_form label {
    color: #ffffff;
    font-size: 12px;
    width: 28%;
    display: inline-block;
}

form#contact_form label#additionel_comment {
    vertical-align: top;
}

form#contact_form input,
form#contact_form textarea {
    width: 70%;
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#contact_form textarea {
    min-height: 67px;
    overflow: hidden;
    resize: vertical;
}

form#contact_form > button {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: -3px;
    margin-bottom: -3px;
}

/* ---------- footer ---------- */

footer#main_footer {
    height: 55px;
    padding-top: 5px;
	clear:both;
    /*border-left: 1px solid #ffffff;*/
}

footer#main_footer ul, footer#main_footer span{
    float: left;
}

footer#main_footer > span{
    display: inline-block;
    font-size: 11px;
    color: #dddddd;
    margin-left: 30px;
    margin-top: 5px;
	
}

footer#main_footer > ul > li {
    display: inline-block;
    font-size: 11px;
    color: #dddddd;
    margin-left: 10px;
	
	
}
footer ul li {
    display: inline-block;
    font-size: 11px;
    color: #dddddd;
    margin-left: 10px;
	
	
	
}

footer#main_footer > ul > li > a {
    color: #ffffff;
}

footer#main_footer a#play, footer#main_footer a#pause {
    float: right;
}

/* ======================================== 

							Media Queries
							
=========================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) ----------- desktop--------- */

@media only screen and (min-width: 1086px) {
}

@media screen and (max-width:320px) and (min-width: 480px) {
section#right_column2 > h1 {float:left; width:90% !important; margin-top: 10px;}
 section#left_column {
      
    	width: 90% !important; float:left !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


section#right_column {
        float: left !important;
    margin-left: 30px !important;
    margin-right: 15% !important;
    width: 39% !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
}

@media screen and (max-width:480px) and (min-width: 460px) {
	div#text {
    	width: 92.6% !important;
	}
	section#left_column {width: 92.6%;}
}


@media screen and (max-width:599px) and (min-width: 480px) {
div#text {width:89%;}
}
@media screen and (max-width:600px) and (min-width: 480px) {
div#text {width:89%;}
}

@media only screen and (min-width: 980px) {
a#logo { position: absolute;
    margin-top: 353px;  bottom: auto;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) ----------- purple--------- */
@media only screen and (min-width: 977px) and (max-width: 1085px) {
    body {
        background-color: #000; /*#96F;*/
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	div#text {width:91%;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
 section#left_column {
    	width: 31% !important; float:left !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		 margin-top: 210px !important;
    }
section#right_column {
        float: left !important;
    margin-left: 30px !important;
    margin-right: 15% !important;
    width: 60% !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
}
@media screen and (max-width:568px) and (min-width: 480px) {
section#right_column2 {padding-top: 34px !important;}
section#left_column {  width: 39%; margin-left: 2% !important;}
div#text {
    width: 92%;
}

}
@media screen and (max-width:600px) and (min-width: 590px) {
	div#text {
    width: 92%;
}
section#right_column > h1 { margin-top:15px;}
}
@media screen and (max-width:768px) and (min-width: 760px) {
		div#text {
    width: 93%;
}
}




/* Tablet Portrait size to standard 960 (devices and browsers) ----------- Green--------- */
@media only screen and (min-width: 785px) and (max-width: 976px) {

    body {
        background-color: #000; /*#6F9;*/
}

    div#container {
        padding: 0 30px;
}

    ul#main_menu > li > a {
        padding-right: 20px;
}

div#white_line {
        display: none;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) -------- Yellow ------ */
@media only screen and (min-width: 497px) and (max-width: 800px) {
 div#content_box {height: 422px;}
 section#right_column2 > h1 {
padding: 1px 11px 8px;
width:95%;
}

section#right_column2 {margin-bottom: 0; margin-right: 4%;
    margin-top: 14px;
    padding-top: 20px;}
    #logo_wrapper.h-auto{
		height: auto !important;
	}
	.slicknav_menu {
        display:block;
    }

    div#white_line {
        display: none;
    }

    div#green_line {
        display: none;
    }

    body {
        background-color: #000; /*#FF6;*/
    }

    div#container {
        padding: 0 30px;
    }

    /* ---------- logo_wrapper ---------- */
    header#logo_wrapper {
        float: left;
        height: 100px;
        width: 100%;
        border-bottom: 5px solid #99C447;
        margin-bottom: 15px;
		padding-bottom: 40px;
    }

    a#logo {
        bottom: 10px;
        left: 4%;
        top: 10px;
    }

    /* ---------- content_wrapper ---------- */
    div#content_wrapper {
     
        width: 100%;
    }

    a#menu_button {
        display: block;
        right: 0;
        z-index: 1000;
    }

    /* ---------- menu ---------- */
    nav#menu {
        position: absolute;
        top: -108px;
        width: 100%;
        background-color: #000000;
        padding-top: 70px;
        padding-bottom: 10px;
        display: none;
    }

    br.br_menu {
        display: none;
    }

    ul#main_menu {
        padding-left: 32%;
        padding-right: 32%;
    }

    ul#main_menu > li {
        display: block;
        width: 100%;
        margin-bottom: 4px;
        text-align: left;
        height: auto;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 17px;
        padding-bottom: 9px;
        background-image: url(img/plus.png);
        background-repeat: no-repeat;
        background-position: 97% 16px;
    }

    ul#main_menu > li.open_responsive_menu {
        background-image: url(img/minus.png) !important;
    }

    ul#main_menu > li > a {
        width: 100%;
        padding-right: inherit;
        padding-left: 30%;
        /*line-height: 40px;*/
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 10px;
    }

    ul#main_menu > li > a:hover {
        border-left: none;
    }

    /* ---------- submenu ---------- */
    nav#menu  ul.submenu {
        position: static;
        top: 0;
        background-color: transparent;
        width: auto;
        min-width: 100%;
        padding: 0;
        display: none;
    }

    nav#menu  ul.submenu > li {
        padding-bottom: 9px;
        padding-top: 9px;
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 3px;
        margin-right: 3px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    nav#menu  ul.submenu > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    nav#menu  ul.submenu > li > a {
        color: #ffffff;
        font-weight: 400;
        width: 100%;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15%;
    }

    nav#menu  ul.submenu > li > a:hover {
        color: #99C447;
    }

    /* ---------- content_box ---------- */
    div#content_box {
        border-left: none;
        border-bottom: none;
        background-position: left center;
		background-size: 100% auto;
       /* height: auto;*/
    }

    div#content_box.without_bg_img {
        height: auto;
        min-height: 423px;
    }
    section#left_column{
        float: left;
        width:36%;
		margin-left: 3%;
        margin-top:187px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section#right_column {
        float: none;
        width: 370px;
		margin-top:15px;
        margin-right: auto;
        margin-left: 3%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* ---------- footer ---------- */
    footer#main_footer {
        border-left: none;
        border-top: 5px solid #99C447;
		width: 100%;
        text-align: center;
		 margin-top: 10px;
    }

    footer#main_footer > ul {
        margin: 0 auto;

    }

    footer#main_footer > ul > li:first-child {
        margin-left: 10px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) --- Pink -------- */

@media only screen and (min-width: 380px) and (max-width:384px) {
	div#text{
   	 	width: 91% !important;
	}
	
}

@media only screen and (min-width:780px) and (max-width: 800px) {
div#text {
    width: 93%;
}
}
@media only screen and (max-width: 496px) {


    .slicknav_menu {
        display:block;
    }

    div#white_line {
        display: none;
    }

    div#content_box {
       /* background-image: none !important; */
    }

    div#green_line {
        display: none;
    }

    body {
        background-color: #000; /*#FcF;*/
    }

    div#container {
        padding: 0 20px;
    }

    /* ---------- logo_wrapper ---------- */
    header#logo_wrapper {
         border-bottom: 3px solid #99C447;
		float: none;
		/*height: 100px;*/
		margin-bottom: 10px;
		width: 100%;
		float: left;
		padding-bottom: 35px;
    }

    a#logo {
        bottom: 10px;
        left:4%;
        top: 10px;
		width: 60%;
    }

    /* ---------- content_wrapper ---------- */
    div#content_wrapper {
        float: none;
        width: 100%;
    }

    a#menu_button {
        display: block;
        right: 0;
        z-index: 1000;
    }

    /* ---------- menu ---------- */
    nav#menu {
        position: absolute;
        top: -108px;
        width: 100%;
        background-color: #000000;
        padding-top: 70px;
        padding-bottom: 10px;
        display: none;
    }

    br.br_menu {
        display: none;
	
    }

    ul#main_menu {
        padding-left: 22%;
        padding-right: 0%;
    }

    ul#main_menu > li {
        display: block;
        width: 100%;
        margin-bottom: 4px;
        text-align: left;
        height: auto;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 17px;
        padding-bottom: 9px;
        background-image: url(img/plus.png);
        background-repeat: no-repeat;
        background-position: 97% 16px;
    }

    ul#main_menu > li.open_responsive_menu {
        background-image: url(img/minus.png) !important;
    }

    ul#main_menu > li > a {
        width: 100%;
        padding-right: inherit;
        padding-left: 10%;
        /*line-height: 40px;*/
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: none;
    }

    ul#main_menu > li > a:hover {
        border-left: none;
    }

    /* ---------- submenu ---------- */
    ul.submenu {
        position: static;
        top: 0;
        background-color: transparent;
        width: auto;
        min-width: 100%;
        padding: 0;
        display: none;
    }

    ul.submenu > li {
        padding-bottom: 9px;
        padding-top: 9px;
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 3px;
        margin-right: 3px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.submenu > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    ul.submenu > li > a {
        color: #99C447;
        font-weight: 400;
        width: 100%;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15%;
    }

    ul.submenu > li > a:hover {
        color: #99C447;
    }

    /* ---------- content_box ---------- */
    div#content_box {
        border-left: none;
        border-bottom: none;
        background-position: left center;
        height: auto;
		float:left; width:100%;
    } 

    div#content_box.without_bg_img {
        height: auto;
        min-height: 423px;
    }

    section#left_column {
        float: none;
        width: 96%;
        margin-top: auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 2%;
    }
div#text{width: 88%;}
    section#right_column {
        float: none;
        margin-left: 6px;
		width: 96%;
        margin-right: auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	   section#right_column2 {
        float: none;
        margin-left: 6px;
		width: 96%;
        margin-right: auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.text_list.left_side {
        float: none;
    }

    ul.text_list.right_side {
        float: none;
    }

    /* ---------- section#regulation_text ---------- */
    div.regulation_text {
        width: 100%;
    }

    div.regulation_text.left {
        float: none;
    }

    div.regulation_text.right {
        float: none;
        margin-left: auto;
    }

    /* ---------- footer ---------- */
    footer#main_footer {
        border-left: none;
        border-top: 3px solid #99C447;
		    width: 100%;
    }

    footer#main_footer > ul {
        text-align: left;
    }

  footer#main_footer > ul > li {
        margin-left:20px;
		margin-top: 10px; margin-bottom:5px;
        display: block;
       float:left;
   }

}
	
#rev_slider_1_1, #rev_slider_1_1_wrapper{float:left !important;}















