/* block top links */
#header_links_container {
    position: fixed;
    height: 100%;
    width: 50%;
    background-color: #e04521;
    background-color: rgba(224,69,33,0.9);
    color: #fff;
    top: 0px;
    left: -100%;
    z-index: 2;
    padding-top: 150px;
}

#header_links_container .content {
    float: right;
    padding-right: 20px;
}

ul#header_links {
	list-style-type: none;
}
#header_links li {
    padding: 0px;
    line-height: 70px;
    font-family: 'verveine';
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none}
#header_links a:hover {text-decoration:none; color: #671e0d;}
#header_links a.active {text-decoration:none; color: #671e0d;}

#small_header_links {
    margin-top: 10px;
    list-style-type: none;
}

#small_header_links li {
    padding: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
#small_header_links li:first-child {border:none;}
#small_header_links a {text-decoration: none}
#small_header_links a:hover {text-decoration:none; color: #671e0d;}
#small_header_links a.active {text-decoration:none; color: #671e0d;}

/*block permanent links right and left columns*/
/*#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}*/


   #open_perm_links {
       width: 60px;
       height: 60px;
       position: absolute;
       left: 60px;
       bottom: 50px;
       z-index: 3;
   }

   #open_perm_links>div {
       display: block;
       width: 100%;
       height: 100%;
       background-color: #82b935;
       -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
       border-radius: 100px;
       background-image: url(../../../img/menu_open.png);
       background-position: center;
       background-repeat: no-repeat;

       cursor: pointer;

       -webkit-transition: all 200ms; /* property duration timing-function delay */
       -moz-transition: all 200ms;
       -o-transition: all 200ms;
       transition: all 200ms;
   }

   #open_perm_links>div.opened {
       background-image: url(../../../img/menu_close.png);
   }

   #open_perm_links>div .queue {
        width: 14px;
        height: 72px;
        position: absolute;
        top: -60px;
        left: 13px;
        z-index: -1;
        background-image: url(../../../img/menu_queue.png);
        background-position: bottom right;
        background-size: 100%;
   }

   @media all and (-webkit-min-device-pixel-ratio: 1.5) {
       #open_perm_links>div .queue {
            background-image: url(../../../img/menu_queue-2x.png);
       }
   }

#footer #permanent_links div {
    height: 90px;
    line-height: 90px;
    font-size: 12px;
    font-family: 'bold';
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
.fa-smile-o:before {
    content: "\f118 ";
    font-family: 'FontAwesome';
    font-size: 12px;
    padding-right: 5px;
}

@media (max-width: 1200px) {
    #open_perm_links {
        left: 40px;
    }
}
@media (max-width: 780px) {
    #open_perm_links {
        left: 0px;
        top: 120px;
        width: 45px;
        height: 45px;
    }

    #header_links_container {
        width: 100% !important;
        padding-top: 70px !important;
        padding-left: 10px;
    }

    #header_links_container .content {
        float: left;
    }

    #header_links li  {
        font-size: 35px;
        line-height: 50px;
    }

    #small_header_links {
        margin-top: 30px;
    }

    #permanent_links {
        padding: 20px 10px;
    }
    #footer #permanent_links div {
        height: auto;
        line-height: inherit;
        text-align: left;
    }
}
