@import url('http://fonts.googleapis.com/css?family=Telex');
@import url('http://fonts.googleapis.com/css?family=Comfortaa');

html
{
    font-family: Telex;
}

body
{
    margin: 0;
    background-image: url(../img/background_texture.png);
    background-repeat: repeat-x;
    background-color: #eeeeee;
    -webkit-font-smoothing: antialiased !important;
}

/* Column margins */
.col_12, /* full width */
.col_9, /* 3/4 width */
.col_8, /* 2/3 width */
.col_6, /* half width */
.col_4, /* 1/3 width */
.col_3 /* 1/3 width */
{
position: relative;
overflow: hidden;
min-height: 1px;
float: left;
}

/* First and Last */
.first {
margin-left:0;
}
 
.last {
margin-right:0;
}

#top
{
    margin-bottom: 25px;
    background-color: #0b0b0b;
}

.logo
{
    background-color: #0b0b0b;
    background-image: url(../img/logo_top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    margin:0 auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.menu_wrapper {
    height: 46px;
    position: relative;
    text-align: center;
    width:100%;
    top: 175px;
    z-index: 999;
    transition: 0.5s, ease-out;
    -webkit-transition: width 0.5s, ease-out;
    -moz-transition: width 0.5s, ease-out;
    -o-transition: width 0.5s, ease-out;
    -ms-transition: width 0.5s, ease-out;
    -webkit-backface-visibility: hidden;
}

.menu_wrapper_fixed {
    top: 0;
    position: fixed;
}

.menu {
    border-radius: 5px;
    border: 1px solid #353535;
    background: -moz-linear-gradient(top, #373737 1%, #131313 50%);
    background: -webkit-linear-gradient(top, #373737 1%, #131313 50%);
    background: -ms-linear-gradient(top, #373737 1%, #131313 50%);
    background: -o-linear-gradient(top, #373737 1%, #131313 50%);
    background: linear-gradient(top, #373737 1%, #131313 50%);
    border-bottom: 3px solid red;
    box-shadow: 2px 3.464px 5px 0px rgb( 0, 0, 0 );
    position: relative;
 /**   top: -22.5px; **/
    margin:0 auto;
    padding: 0;
    width: 960px;
/*    height: 42px;*/
    z-index: 1000;
    transition: 0.5s, ease;
    -webkit-transition: 0.5s, ease;
    -moz-transition: 0.5s, ease;
    -o-transition: 0.5s, ease;
    -ms-transition: 0.5s;
    display:block;
    clear:both;
}

.menu > ul{
    display: inline;
    list-style:none;
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li{
  display: inline;
  list-style:none;
  float: left;
  padding: 0px 15px;
}

.menu > ul > li:first-child{
  border-bottom-left-radius: 5px;
}

.menu > ul > li:last-child
{
    border-left: 0px;
}

.menu > ul > li:hover{
  border-bottom: 3px solid white;
}

.menu > ul > li.separator, .menu > ul > li.separator:hover
{
    border-left: 1px solid #353535;
    padding: 0;
}

.menu > ul > li.separator:last-of-type
{
    border-left: 0px;
}


.menu > ul > li.separator:first-child
{
    border-left: 5px solid #353535;
    padding: 0;
}

.menu a
{
    font-family: Telex;
    color: red;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}

.menu li:hover > a 
{
    color: white;
}

.menu ul ul {
    display: none;
}

.menu > ul > li:hover > .submenu 
{
    /* display: block; */
    opacity:0.9;
    z-index:1;
    /**left: 0px; **/
    display: block;

}

.menu_sticked {
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px solid red;
    height: 50px;
    width: 100%;
}

.toTop {
    position:fixed;
    right: 100px;
    bottom: -60px;
    width: 50px;
    height: 55px;
    display:block;
    z-index: 999;
    background-color:rgba(40, 40, 40, 0.9);
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: 0.5s, ease;
    -webkit-transition: 0.5s, ease;
    -moz-transition: 0.5s, ease;
    -o-transition: 0.5s, ease;
    -ms-transition: 0.5s;
}

.toTop_sticked{
	bottom: -5px;
}

#content
{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.waiting {
    position:relative;
    height:50px;
    width: 50px;
    background-size: 50px;
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    margin: 0 auto;
}

#footer
{
    background-color: #0b0b0b;
    position: relative;
}

.footer_content
{
    background-color: #0b0b0b;
    background-image: url(../img/footer_icons.png);
    position:relative;
    margin:0 auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.footer_content > ul {
    display: inline-table;
}

.foo_parent_menu {
    color: white;
    padding: 5px;
}

.foo_child_menu {
    color: white;
    padding: 5px;
    list-style: none;
}          

.copyright {
    font-size: 0.8em;
    color: white;
    text-align: center;
    width: 100%;
    position: relative;
}

@media screen and (max-device-width: 767px){
#top {
    height: 77px;
    margin-bottom: 0px;
    display: none;    
}

/* Wrapper */
.row {
margin-right: auto;
}

.logo {
    background-size: auto 100%;
    height: 77px;
    width: 100%;
    top:50px;
}    

.menu_wrapper {
    height: 60px;
    width: 100%;
    top: 100px;
}

.menu_wrapper_fixed {
    top: 0;
}

.menu {
    display: none; 
}

.submenu {
    opacity: 0.7;
    transition: opacity 0.25s linear 0s;
    position: relative;
}

.toTop {
    right: 0px;
    width: 35px;
    height: 40px;
}

.toTop > img {
    width: 36px;
}

#content {
    overflow:hidden;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 50px;
}

#footer {
    height: 50px;
    margin: 0 auto;
}

.footer_content
{
    display: none;
}

.copyright {
    top: 15px;
}

.col_4, .col_6, .col_12 {
    width:100%;
}
}    

@media (min-width: 768px){
#top {
    height: 150px;
    margin-bottom: 55px;    
}

/* Wrapper */
.row {
margin-right: -20px;
}

.logo {
    background-size: 100%;
    height: 150px;
    width: 750px;
}    

.slicknav_menu {
    display: none;
}

.menu_wrapper {
    height: 60px;
    width: 100%;
    top: 135px;
}

.menu_wrapper_fixed {
    top: 0;
}

.menu {
    height: 55px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px solid red;    
}

.toggle-nav {
    display:none;
}

.menu > ul{
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li{
  height: 55px;
  line-height: 60px;
}

.menu > ul > li:first-child{
  border-bottom-left-radius: 0px;
}

.menu > ul > li:last-child
{
    border-left: 0px;
}

.menu a
{
    font-size: 1em;
    margin-top: 5px;
}

.menu_sticked {
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px solid red;
    height: 55px;
    width: 100%;
}

.submenu {
    position: absolute;
    padding: 5px;
    opacity: 0;
    transition: opacity linear 0.25s;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    background: #2e2728;
    margin: -5px 0 0 -20px;
}

ul.submenu {
    list-style:none;
}

.submenu li {
    display:block;
    font-size:16px;
}
 
.submenu li a {
    padding: 0 10px 0 10px;
    display:block;
}

.submenu > ul > li {
    line-height: 40px;
}

.hseparator {
    border-top: 1px solid #353535;
    padding: 0;
}

.hseparator:last-child {
    border-top: 0px solid #353535;
    padding: 0;
}

#content {
    width: 750px;
    padding-right: 10px;
    padding-left: 10px;
}

#footer {
    height: 200px;
    margin: 10px auto auto 0;
}

.footer_content
{
    height: 145px;
    width: 750px;
}

.foo_parent_menu, .foo_parent_menu a  {
    font-size: 0.9em;
    list-style-type:disc;
    list-style-type:circle;
    text-decoration: none;
    color: white;
}

.foo_child_menu, .foo_child_menu a  {
    margin-left: 8px;
    font-size: 0.85em;
    list-style-type:circle;
    text-decoration: none;
    color: white;
}

.col_4, .col_6 {
    width:100%;
}

}

@media (min-width: 992px) {
#top {
    height: 200px;
    margin-bottom: 25px;    
}

/* Wrapper */
.row {
margin-right: -20px;
}

.logo {
    background-size: 100%;
    height: 200px;
    width: 960px;
} 

.slicknav_menu {
    display: none;
}

.menu_wrapper {
    width: 100%;    
    height: 46px;
    top: 175px;
}

.menu_wrapper_fixed {
    top: 0;
}

.menu {
    width: 957px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #353535;
    border-bottom: 3px solid red;    
}

.menu a
{
    font-size: 0.9em;
    margin-top: 5px;
}

.menu > ul > li{
  height: 42px;
  line-height: 42px;
}

.menu > ul > li:first-child{
  border-bottom-left-radius: 5px;
}

.menu_sticked {
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px solid red;
    height: 50px;
    width: 100%;
}

.menu_sticked > ul > li {
    height: 50px;
    line-height: 50px;
}

.submenu {
    position: absolute;
    padding: 5px;
    opacity: 0;
    transition: opacity linear 0.25s;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    background: #2e2728;
    margin: -2px 0 0 -20px;
}

ul.submenu {
    list-style:none;
}

.submenu li {
    display:block;
    font-size:16px;
}
 
.submenu li a {
    padding: 0 10px 0 10px;
    display:block;
}

.submenu > ul > li {
    line-height: 40px;
}

.hseparator {
    border-top: 1px solid #353535;
    padding: 0;
}

.hseparator:last-child {
    border-top: 0px solid #353535;
    padding: 0;
}

#content {
    width: 960px;
    padding-right: 10px;
    padding-left: 10px;
}

#footer {
    height: 200px;
    margin: 10px auto auto 0;
}

.footer_content
{
    height: 150px;
    width: 960px;
}

.foo_parent_menu, .foo_parent_menu a  {
    font-size: 0.9em;
    list-style-type:disc;
    list-style-type:circle;
    text-decoration: none;
    color: white;
}

.foo_child_menu, .foo_child_menu a  {
    margin-left: 8px;
    font-size: 0.85em;
    list-style-type:circle;
    text-decoration: none;
    color: white;
}

.col_4 {
    width:33.3333%;
}

.col_6 {
    width:50%;
}
}
