/*-------------------------------------
[Master Stylesheet]
Project:  Lawlions WordPress Theme

[Table of contents]
1.  Grid
2.  Forms
3.  Headers
4.  Footer
5.  Widgets
6.  Responsive

---------------------------------------*/

/* GRID */
body,html{padding:0;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
a, a:hover, a:focus{outline:none}

/*base*/
::selection {
    color: #ffffff;
    opacity: 1;
}

::-moz-selection {
    color: #ffffff;
    opacity: 1;
}

::-webkit-selection {
    color: #ffffff;
    opacity: 1;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.wrapper {
    min-height: 100%;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

form, body, iframe {
    margin: 0;
    padding: 0;
}

img, table, iframe {
    border: 0;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
}

p:empty {
    display:none;
}

.typography_list ol,
.typography_list ul {
    padding-bottom:0!important;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.child_fl > * {
    float: left;
}

.child_fr > * {
    float: right;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

/*FORMS*/
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    height: 35px;
    border:1px solid;
    width: 100%;
    float: none;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    padding: 4px 14px 6px 14px;
    margin-bottom: 30px;
    outline:none;
    background:none;
}

textarea {
    margin-bottom: 30px;
    resize: none;
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
    height: 120px;
    padding:7px 14px 6px 14px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    -webkit-font-smoothing: antialiased;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

.gt3_retina_on {
    display: none;
}

/* Headers */

.logo_mobile,
.mobile_header {
    display: none;
}

a.logo_link {
    display: inline-block;
    line-height: 1px;
    vertical-align: top;
    position: relative;
    margin: 32px 0 32px 30px;
}

.gt3_header_type_36 a.logo_link {
    margin: 27px 0 8px;
}

.gt3_header_type_37 a.logo_link {
    margin: 27px 0 33px;
}

header {
    background: #303238;
    width: 100%;
    color: #ffffff;
}

header a {
    color: inherit;
}

header a:focus {
    color: inherit;
}

.head_block {
    padding: 0;
    box-sizing: border-box;
}

.menu_mobile_toggler {
    display: none;
}

header .header_menu {
    margin-right: 15px;
}

header .main_menu_wrapper {
    margin-left: 30px;
}

header .menu {
    float: right;
    padding: 0;
    margin: 0;
    display: inline-block;
}

header.gt3_header_type_31 .menu,
header.gt3_header_type_32 .menu,
header.gt3_header_type_33 .menu,
header.gt3_header_type_34 .menu {
    float: left;
}

header.gt3_header_type_35 .menu,
header.gt3_header_type_38 .menu {
    float: none;
    margin: 19px 0 0;
}

header.gt3_header_type_36 .menu {
    float: none;
    margin: 30px 0 0;
}

header.gt3_header_type_37 .menu {
    float: none;
    margin: 20px 0 0;
}

header.gt3_header_type_39 .menu {

}

header.gt3_header_type_39 .menu,
header.gt3_header_type_40 .menu,
header.gt3_header_type_41 .menu,
header.gt3_header_type_42 .menu,
header.gt3_header_type_44 .menu {
    float: none;
}

header.gt3_header_type_43 .menu {
    float: left;
    margin: 11px 0 0;
}

header.gt3_header_type_44 .menu {
    margin-top: 11px;
}

header .menu li {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}

header .menu li.menu-item-has-children a:after {
    content: "\f107";
    font-family: "FontAwesome", sans-serif;
    font-size: 13px;
    margin-left: 5px;
}

.gt3_header_type_36 .menu li,
.gt3_header_type_39 .menu li,
.gt3_header_type_40 .menu li,
.gt3_header_type_41 .menu li,
.gt3_header_type_42 .menu li {
    padding-bottom: 25px;
}

.gt3_header_type_37 .menu li {
    padding-bottom: 15px;
}

.gt3_header_type_43 .menu li {
    padding-bottom: 10px;
}

.gt3_header_type_44 .menu li {
    padding-bottom: 5px;
}

header .menu li a {
    padding: 37px 14px 36px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

header .menu li a::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

header .menu li:hover a::before {
    width: 100%;
    left: 0;
}

header .menu li:hover a {
    background: rgba(13, 14, 17, .2);
}

header .menu li:hover .sub-menu li a {
    background: transparent;
}

header .menu li .sub-menu {
    width: 260px; /*was 200px*/
    display: none;
    background: transparent;
    padding: 0 5px 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    z-index: 20000;
}

header .menu li:hover .sub-menu {
    display: block;
}

header .menu li .sub-menu li {
    float: none;
    padding: 0;
    border-bottom: solid 1px #525458;
    text-align: left;
    cursor: pointer;
    position: relative;
}

header .menu li .sub-menu li:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

header .menu li .sub-menu li:hover:before {
    width: 100%;
    left: 0;
}

header .menu li .sub-menu li:first-child {
    border-top: solid 1px #525458;
}

header .menu li .sub-menu li:last-child {
    border-bottom: none;
}

header .menu li .sub-menu li a {
    border: none;
    padding: 14px 14px 12px 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
}

header .menu li .sub-menu li a:before {
    display: none;
}

header .menu li .sub-menu li a:after,
header .menu li .sub-menu li .sub-menu li a:after {
    display: none;
}

header .menu li .sub-menu li.menu-item-has-children a:after {
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    right: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header .menu li .sub-menu li .sub-menu {
    display: none;
    top: -1px;
    left: 100%;
    margin-left: 0;
}

header .menu li:last-child .sub-menu li .sub-menu,
header .menu li:nth-last-child(2) .sub-menu li .sub-menu,
header .menu li:nth-last-child(3) .sub-menu li .sub-menu {
    left: -105%;
}

.gt3_header_type_31 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_32 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_33 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_34 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_35 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_35 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_36 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_36 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_37 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_37 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_38 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_38 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_39 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_39 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_40 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_40 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_41 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_41 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_42 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_42 .menu li:nth-last-child(2) .sub-menu li .sub-menu,
.gt3_header_type_43 .menu li:nth-last-child(3) .sub-menu li .sub-menu,
.gt3_header_type_44 .menu li:nth-last-child(3) .sub-menu li .sub-menu {
    left: 100%;
}

header .menu li .sub-menu li:hover .sub-menu {
    display: block;
}

body .gt3-show-search {
    cursor: pointer;
    line-height: 15px;
    font-size: 12px;
    margin-left: 10px;
    -webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

body .gt3-show-search:hover {
    opacity: .5;
}

.searchblock {
    margin-left: 6px;
}

.search-pop-cont {
    position: absolute;
    right: 70px;
    top: 1px;
    width: 250px;
    height: 30px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100;
}

.search-pop-cont.active {
    opacity: 1;
    z-index: 120;
}

header .field_search {
    border-radius: 5px;
    border: none;
    padding: 0 20px;
}

header .head_delim {
    width: 1px;
    height: 12px;
    background: #595b60;
    position: relative;
    bottom: -7px;
    margin: 0 16px;
}

header .head_logo_delim_wrapper {
    width: 1px;
    margin: 30px 26px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

header .head_logo_delim {
    width: 1px;
    height: 29px;
    background: #595b60;
    position: absolute;
    top: 0;
    left: 0;
}

header .blog_description {
    font-size: 13px;
    line-height: 13px;
    vertical-align: top;
    position: relative;
    top: 38px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Footer */
footer .footer_copyright {
    font-size: 12px;
}

.stand_text_block {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 12px 14px 5px 32px;
    float: right;
    position: relative;
    z-index: 110;
}

.stand_text_block.closed {
    opacity: 0;
    z-index: 100;
}

.stand_text_block i {
    margin-right: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.stand_text_block .language_list {
    width: 95px;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 105;
}

.stand_text_block .language_list.open {
    opacity: 1;
    z-index: 110;
}

.stand_text_block .language_list li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.stand_text_block .language_list li:hover {
    opacity: .5;
}

.stand_text_block .language_list li:last-child {
    margin-right: 0;
}

.stand_text_block a {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

.stand_text_block:hover a,
.stand_text_block:hover i {
    opacity: .5;
}

.head_delim {
    margin-right: 27px;
}

.gt3_side_menu_trigger {
    width: 11px;
    height: 10px;
    /*background: url("../img/side-menu.png") no-repeat transparent 0 0;*/
    margin-left: 16px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.gt3_sidemenu_cont {
    position: fixed;
    right: -320px;
    top: 0;
    display: block;
    height: 100%;
    width: 320px;
    z-index: 991;
    transition: right 400ms;
    overflow: hidden;
    background: #000;
}

html body {
    transition: margin-left 400ms;
    -webkit-transition: margin-left 400ms;
}

html.active_sidemenu body {
    margin-left: -320px;
}

.active_sidemenu .gt3_sidemenu_cont {
    right: 0;
}

.active_sidemenu .gt3_side_menu_trigger {
    opacity: 0.6;
    transition: all 0.3s;
}

.gt3_sidemenu_cont .sidebar_header {
    font-size: 15px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 0;
}

.gt3_sidemenu_padding {
    padding: 25px;
}

.meta_bar {
    width: 100%;
    border-bottom: solid 1px #525458;
    box-sizing: border-box;
    padding-top: 1px;
}

.gt3_header_type_36 .meta_bar {
    padding-bottom: 15px;
}

.gt3_header_type_37 .meta_bar {
    background: #ffffff;
    border-bottom: none;
}

.meta_bar .blog_description {
    line-height: 39px;
    top: -1px;
}

.gt3_header_type_36 .meta_bar .blog_description {
    color: #919499;
}

.meta_bar .header_phone,
.meta_bar .header_mail {
    font-size: 12px;
    line-height: 38px;
}

.meta_bar .header_phone {
    margin-left: 26px;
}

.meta_bar .header_phone i,
.meta_bar .header_mail i {
    margin-right: 4px;
}

.meta_bar .header_mail {
    margin-left: 27px;
}

.meta_bar .header_socials {
    margin-top: 8px;
    margin-right: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 110;
}

.meta_bar .header_socials.closed {
    opacity: 0;
    z-index: 105;
}

.meta_bar .header_socials a {
    font-size: 16px;
    margin-right: 11px;
}

.meta_bar .header_socials a:last-child {
    margin-right: 0;
}

.meta_bar .header_socials ul li {
    margin-left: 15px;
}

.gt3_header_type_16 .meta_bar .header_socials a:last-child {
    margin-right: 16px;
}

.gt3_header_type_29 .meta_bar .header_phone,
.gt3_header_type_30 .meta_bar .header_phone {
    margin-left: 30px;
}

.meta_bar .header_search,
.meta_bar .header_cart_content {
    margin-top: 8px;
}

.meta_bar .gt3_eng {
    margin-top: 11px;
    text-transform: none;
}

.meta_bar .header_search {
    margin-right: 30px;
}

.meta_bar .header_cart_content {
    margin-left: 30px;
}

.meta_bar .header_cart_content a {
    text-transform: lowercase;
}

.gt3_header_type_42 .head_block .span3,
.gt3_header_type_42 .head_block .span6 {
    margin-left: 0;
}

.gt3_header_type_42 .head_block .span3 {
    width: 25%;
}

.gt3_header_type_42 .head_block .span6 {
    width: 50%;
}

.gt3_header_type_43 .meta_bar,
.gt3_header_type_44 .meta_bar {
    border-bottom: none;
}

.gt3_header_type_43 .meta_bar .header_search,
.gt3_header_type_44 .meta_bar .header_search {
    width: 50px;
    height: 50px;
    margin: 0;
    background: #3b3c42;
    box-sizing: border-box;
    position: relative;
}

.gt3_header_type_43 .meta_bar .header_search .gt3-show-search,
.gt3_header_type_44 .meta_bar .header_search .gt3-show-search {
    line-height: 50px;
    margin-left: 14px;
    position: relative;
    top: -1px;
}

.gt3_header_type_43 .meta_bar .header_socials,
.gt3_header_type_44 .meta_bar .header_socials {
    margin-top: 13px;
    margin-right: 30px;
}

.gt3_header_type_43 .logo_container {
    background: #ffffff;
}

.gt3_header_type_43 .logo_container .logo_link {
    margin: 47px 0;
}

.gt3_header_type_44 .logo_link {
    margin-top: 13px;
}

/* Footers */
footer {
    background: #2a2f35;
    color: #919499;
}

.copyright_cont {
    font-size: 13px;
    line-height: 24px;
    padding: 23px 0 15px;
}

.copyright_cont .footer_copyright {
    padding-left: 0;
}

.copyright_cont .footer_social_cont {
    padding-right: 0;
}

.footer_socials ul {
    list-style: none;
    margin: 0;
}

.footer_socials ul li {
    float: left;
}

.footer_socials a {
    font-size: 20px;
    margin-left: 16px;
}

.footer_socials ul li:first-child a {
    margin-left: 0;
}

.footer_socials a:hover {
    opacity: .5;
}

.footer_socials span {
    margin-right: 2px;
}

.gt3_footer_type_1 .footer_sidebar_cont {
    padding: 30px 0 36px;
}

.gt3_footer_type_4 .footer_sidebar_cont {
    padding: 32px 0 40px;
}

.gt3_footer_type_13 .footer_sidebar_cont {
    padding: 32px 0 34px;
}

.gt3_footer_type_14 .footer_sidebar_cont {
    padding: 35px 0 33px;
}

.gt3_footer_type_9 .instagram_cont {
    margin-bottom: -3px;
}

.footer_sidebar_wrapper {
    margin-left: -30px;
}

.footer_sidebar_cont .footer_widget {
    width: 25%;
    float: left;
    margin: 54px 0 9px;
}

.footer_sidebar_cont .footer_widget .footer_widget_wrapper {
    padding-left: 30px;
}

.footer_widget .sidepanel {
    font-size: 14px;
    line-height: 22px;
}

.footer_widget .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 23px;
}

/* Footer Widget Contacts */
.widget_gt3_contacts .title {
    /*letter-spacing: 2.5px;*/
    margin-bottom: 17px;
}

.widget_gt3_contacts .contact_description,
.widget_gt3_contacts .widget_text p span,
.widget_gt3_contacts .footer_socials {
    color: #ffffff;
}

.widget_gt3_contacts .contact_description {
    margin-bottom: 19px;
}

.widget_gt3_contacts .widget_text p a {
    font-size: 14px;
    line-height: 21px;
    color: #919499;
    text-decoration: none;
}

.widget_gt3_contacts .footer_socials {
    position: relative;
    padding: 1px 0 0 94px;
}

.widget_gt3_contacts .footer_socials span {
    position: absolute;
    top: 0;
    left: 0;
}

.widget_gt3_contacts .footer_socials ul {
    display: inline-block;
}


.widget_gt3_contacts .footer_socials ul li {
    float: left;
    margin-right: 4px;
}

.widget_gt3_contacts .contact_address,
.widget_gt3_contacts .contact_phone,
.widget_gt3_contacts .contact_email {
    position: relative;
    padding: 0 0 12px 100px;
    margin-bottom: 15px;
}

.gt3_footer_type_4 .widget_gt3_contacts .contact_email,
.gt3_footer_type_5 .widget_gt3_contacts .contact_email,
.gt3_footer_type_10 .widget_gt3_contacts .contact_email {
    margin-bottom: 0;
}

.widget_gt3_contacts .contact_address,
.widget_gt3_contacts .contact_phone,
.gt3_footer_type_1 .widget_gt3_contacts .contact_email,
.gt3_footer_type_2 .widget_gt3_contacts .contact_email {
    border-bottom: solid 1px #40444a;
}

.widget_gt3_contacts .contact_address span,
.widget_gt3_contacts .contact_phone span,
.widget_gt3_contacts .contact_email span {
    position: absolute;
    top: 0;
    left: 0;
}

.gt3_footer_type_1 .widget_gt3_contacts .contact_description,
.gt3_footer_type_2 .widget_gt3_contacts .contact_description,
.gt3_footer_type_4 .widget_gt3_contacts .footer_socials,
.gt3_footer_type_5 .widget_gt3_contacts .footer_socials,
.gt3_footer_type_10 .widget_gt3_contacts .footer_socials {
    display: none;
}

/* Footer Widget Posts */
.sidepanel.widget_posts {
    margin-bottom: 30px;
}

.widget_posts .sidebar_header {
    margin-bottom: 23px;
}

.widget_posts .recent_posts li {
    margin-bottom: 10px;
    list-style: none;
}

.widget_posts .recent_posts_container {
    min-height: 60px;
    position: relative;
    padding-left: 80px;
}

.widget_posts .recent_posts_container .recent_post_img {
    position: absolute;
    top: 0;
    left: 0;
}

.widget_posts .recent_posts_container .recent_post_img a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.widget_posts .recent_posts_container .recent_post_img a:hover:after {
    opacity: 1;
}

.widget_posts .recent_posts_container .recent_post_img img {
    display: block;
    position: relative;
}

.widget_posts .recent_posts_container .recent_posts_content {
    /*padding-top: 6px;*/
}

.widget_posts .recent_posts_container .post_title {
    margin: 0 0 1px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.widget_posts .recent_posts_container .featured_items_meta {
    font-family: "Lora", sans-serif;
    font-size: 13px;
    font-style: italic;
    letter-spacing: .3px;
}

.widget_posts .recent_posts_container .featured_items_meta a {
    color: #919499;
}

.gt3_footer_type_4 .widget_posts .post_author,
.gt3_footer_type_5 .widget_posts .post_author,
.gt3_footer_type_10 .widget_posts .post_author {
    display: none;
}

.gt3_footer_type_1 .widget_posts .title,
.gt3_footer_type_2 .widget_posts .title,
.gt3_footer_type_13 .widget_posts .title,
.gt3_footer_type_14 .widget_posts .title {
    margin-bottom: 10px;
}

.gt3_footer_type_1 .widget_posts .recent_posts_container,
.gt3_footer_type_2 .widget_posts .recent_posts_container,
.gt3_footer_type_13 .widget_posts .recent_posts_container,
.gt3_footer_type_14 .widget_posts .recent_posts_container {
    padding-left: 0;
}

.gt3_footer_type_1 .widget_posts .recent_posts_img,
.gt3_footer_type_2 .widget_posts .recent_posts_img,
.gt3_footer_type_13 .widget_posts .recent_posts_img,
.gt3_footer_type_14 .widget_posts .recent_posts_img {
    display: none;
}

.gt3_footer_type_1 .widget_posts .recent_posts li,
.gt3_footer_type_2 .widget_posts .recent_posts li,
.gt3_footer_type_13 .widget_posts .recent_posts li,
.gt3_footer_type_14 .widget_posts .recent_posts li {
    border-bottom: solid 1px #40444a;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.gt3_footer_type_1 .widget_posts .recent_posts li:last-child,
.gt3_footer_type_2 .widget_posts .recent_posts li:last-child,
.gt3_footer_type_13 .widget_posts .recent_posts li:last-child,
.gt3_footer_type_14 .widget_posts .recent_posts li:last-child {
    border-bottom: none;
}

/* Footer Widget Flickr */
.widget_flickr .sidebar_header {
    margin-bottom: 24px;
}

.widget_flickr .flickr_widget_wrapper {
    margin-left: -10px;
}

.widget_flickr a {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.widget_flickr a img {
    width: 100%;
    height: auto;
    display: block;
}

.widget_flickr a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.widget_flickr a:hover:after {
    opacity: 1;
}

/* Widget Categories */
.widget_categories .sidebar_header,
.widget_archive .sidebar_header,
.widget_nav_menu .sidebar_header,
.widget_meta .sidebar_header,
.widget_pages .sidebar_header,
.widget_recent_entries .sidebar_header {
    margin-bottom: 19px;
}

.footer_widget .widget_nav_menu .title {
    margin-bottom: 17px;
}

.widget_categories .cat-item,
.widget_archive li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_entries li {
    border-bottom: solid 1px #e4e6e8;
    list-style: none;
    padding-bottom: 8px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer_widget .widget_nav_menu li {
    border-bottom: solid 1px #3c3e42 !important;
    padding-bottom: 3px !important;
    margin-bottom: 10px !important;
}

.footer_widget .widget_nav_menu li:last-child {
    border-bottom: none !important;
}

.footer_widget .widget_nav_menu li:after {
    content: "\f105" !important;
    top: 0 !important;
}

.widget_categories .cat-item:last-child,
.widget_archive li:last-child,
.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_entries li:last-child {
    /*border-bottom: none;*/
}

.widget_categories .cat-item a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a,
.widget_recent_entries li a {
    font-size: 14px;
}

.widget_categories .cat-item:after,
.widget_archive li:after,
.widget_nav_menu li:after,
.widget_meta li:after,
.widget_pages li:after,
.widget_recent_entries li:after {
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer_widget .widget_nav_menu li:after {
    top: 2px;
}

.widget_categories .screen-reader-text {
    display: none;
}

.widget_categories select {
    width: 100%;
    height: 40px;
    border: 1px solid #e4e6e8;
}

/* Widget Tags */
.sidepanel.widget_tag_cloud {
    margin-bottom: 26px;
}

.widget_tag_cloud .sidebar_header {
    margin-bottom: 24px;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    line-height: 20px;
    font-style: italic;
    background: #eeeef1;
    display: inline-block;
    border-radius: 3px;
    margin: 0 6px 10px 0;
    padding: 5px 9px 5px 10px;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #ffffff;
}

/* Widget About Author */
.about_author_widget .author_avatar {
    text-align: center;
}

.about_author_widget .author_avatar img {
    border-radius: 50%;
}

.about_author_widget p {
    margin-top: 9px;
}

/* Widget Calendar */
.widget_calendar .calendar_wrap table {
    width: 100%;
}

/*.widget_calendar .calendar_wrap table thead,*/
.widget_calendar #today,
.widget_calendar #today a {
    color: #ffffff;
}

.widget_calendar .calendar_wrap table tbody tr td {
    text-align: center;
    line-height: 26px;
}

.widget_calendar .calendar_wrap table tfoot a {
    font-size: 14px;
}

/* Widget Custom Menu */
.widget_nav_menu li {
    margin: 0;
}

.widget_nav_menu li .sub-menu {
    padding-left: 30px;
}

.widget_nav_menu li .sub-menu li {
    border-bottom: none;
}

/* Widget Recent Comments */
.widget_recent_comments a {
    font-size: 14px;
}

.footer_divider {
    width: 100%;
    height: 1px;
    background: #40444a;
}

/* Widget Search */
.widget_search input[type="text"] {
    margin-bottom: 0;
}

/* Widget Archive */
.widget_archive .screen-reader-text {
    display: none;
}

.widget_archive select {
    width: 100%;
    height: 40px;
    border: 1px solid #e4e6e8;
}

/* Widget RSS */
.widget_rss ul {
    list-style: none;
}

.widget_rss cite {
    display: block;
    text-align: right;
}

/* Widget Text */
.widget_text select {
    width: 100%;
    height: 40px;
    border: 1px solid #e4e6e8;
}

.widget_text img {
    width: 100%;
}

/* Widget Nav Menu */
.widget_nav_menu .menu li {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu .menu li:after {
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
}

.widget_nav_menu .menu li.menu-item-has-children:after {
    content: "+";
}

.widget_nav_menu .menu li.menu-item-has-children.open_item:after {
    content: "-";
}

.widget_nav_menu .menu li a {
    display: inline-block;
    padding-bottom: 5px;
}

.widget_nav_menu .menu li .sub-menu {
    display: none;
}

/* All Widgets */
.sidepanel {
    margin-bottom: 36px;
}

/* Footer Menu */
.footer_manu ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer_manu ul li a {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer_logo {
    margin: 77px 0 51px;
}

.footer_copyright_text {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    padding: 45px 0 53px;
}

.circle_socials {
    margin: 60px 0 17px;
}

.circle_socials a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
}

.circle_socials a:last-child {
    margin-right: 0;
}

.circle_socials a.cs_facebook {
    background: url("../img/facebook_circle.png") no-repeat center;
}

.circle_socials a.cs_dribbble {
    background: url("../img/dribbble_circle.png") no-repeat center;
}

.circle_socials a.cs_twitter {
    background: url("../img/twitter_circle.png") no-repeat center;
}

.circle_socials a.cs_instagram {
    background: url("../img/instagram_circle.png") no-repeat center;
}

.top_button_cont {
    position: relative;
}

.top_button_circle {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #3f4349;
    border-radius: 50%;
    font-size: 36px;
    color: #919499;
    text-align: center;
    position: absolute;
    top: 55px;
    right: 22px;
}

.top_button_circle i {
    line-height: 50px;
    position: relative;
    top: -2px;
}

/* Responsive */
@media only screen and (max-width: 1025px) {
    .logo_mobile,
    .mobile_header {
        display: block;
    }

    a.logo_link {
        top: 0;
    }

    .head_block {
        padding: 32px 0 30px;
    }

    /* Menu Mobile */
    .head_logo_delim_wrapper,
    .blog_description,
    .head_delim,
    .header_cart_content,
    .stand_text_block,
    .searchblock,
    .meta_bar {
        display: none !important;
    }

    .menu_mobile_toggler {
        width: 22px;
        height: 15px;
        display: block;
    }

    .menu_mobile {
        border-top: solid 1px #525458;
        display: none;
        padding: 15px 20px 5px;
    }

    /* Navigation Toggle */
    .mobile-navigation-toggle {
        padding: 0;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        right: 45px;
        height: 24px;
        top: 0;
    }

    .mobile-navigation-toggle:hover {
        /*opacity: 0.7;*/
    }

    .toggle-box {
        width: 30px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .toggle-inner {
        display: block;
        top: 50%;
        margin-top: -1px;
    }

    .toggle-inner,
    .toggle-inner:before,
    .toggle-inner:after {
        width: 30px;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        background-color: #ffffff;
    }

    .toggle-inner:before,
    .toggle-inner:after {
        content: "";
        display: block;
    }

    .toggle-inner:before {
        top: -10px;
    }

    .toggle-inner:after {
        bottom: -10px;
    }

    .mobile-navigation-toggle .toggle-inner {
        transition-duration: 0.1s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .mobile-navigation-toggle .toggle-inner:before {
        transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    }

    .mobile-navigation-toggle .toggle-inner:after {
        transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .mobile-navigation-toggle.is-active .toggle-inner {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition-delay: 0.14s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .mobile-navigation-toggle.is-active .toggle-inner:before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    }

    .mobile-navigation-toggle.is-active .toggle-inner:after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    header .menu,
    header .menu li {
        float: none;
    }

    header .menu li {
        border: none;
        text-align: left;
        padding: 0;
    }

    header .menu li a {
        padding: 0 0 10px;
        border: none;
        text-transform: none;
        font-size: 15px;
        line-height: 21px;
        position: relative;
    }

    header .menu_mobile .menu li a::before {
        display: none;
    }

    header .menu_mobile .menu li:hover a {
        background: transparent;
    }

    header .menu li.menu-item-has-children,
    header .menu li.menu-item-has-children .sub-menu li.menu-item-has-children {
        padding: 0;
    }

    header .menu li .sub-menu li.menu-item-has-children:after {
        display: none;
    }

    header .menu_mobile .menu li .sub-menu li.menu-item-has-children a:after {
        content: "\f107";
        font-family: "FontAwesome", sans-serif;
        display: inline-block;
    }

    header .menu_mobile .menu li .sub-menu li .sub-menu li a:after {
        display: none;
    }

    header .menu_mobile .menu li.menu-item-has-children a:after {
        content: "\f107";
        font-family: "FontAwesome", sans-serif;
        font-size: 13px;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    header .menu_mobile .menu li.menu-item-has-children a.opened:after,
    header .menu_mobile .menu li.menu-item-has-children .sub-menu li.menu-item-has-children.opened a.opened:after {
        transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
    }

    header .menu li.menu-item-has-children.opened .sub-menu li a:after,
    header .menu li.menu-item-has-children.opened .sub-menu li.menu-item-has-children a:after,
    header .menu li.menu-item-has-children.opened .sub-menu li.menu-item-has-children .sub-menu li a:after {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    header .menu li .sub-menu {
        width: 100%;
        background: none;
        border: none;
        margin: 0;
        padding-left: 30px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
    }

    header .menu li:hover .sub-menu,
    header .menu li .sub-menu li:hover .sub-menu {
        display: none;
    }

    header .menu li .sub-menu li {
        border: none;
        padding: 0;
    }

    header .menu li .sub-menu li:first-child {
        border-top: none;
    }

    header .menu li .sub-menu li a {
        padding: 0 0 8px;
    }

    header .menu li .sub-menu li:before {
        display: none;
    }

    header .menu li .sub-menu li .sub-menu {
        left: 0;
    }

    header .menu li:last-child .sub-menu li .sub-menu,
    header .menu li:nth-last-child(2) .sub-menu li .sub-menu,
    header .menu li:nth-last-child(3) .sub-menu li .sub-menu {
        left: 0;
    }

    .gt3_header_type_35 .head_block,
    .gt3_header_type_36 .container,
    .gt3_header_type_37 .container,
    .gt3_header_type_38 .head_block,
    .gt3_header_type_43 .logo_container .container,
    .gt3_header_type_44 .head_block {
        position: relative;
    }

    .gt3_header_type_35 .menu_mobile_toggler,
    .gt3_header_type_36 .menu_mobile_toggler,
    .gt3_header_type_37 .menu_mobile_toggler,
    .gt3_header_type_38 .menu_mobile_toggler,
    .gt3_header_type_43 .menu_mobile_toggler,
    .gt3_header_type_44 .menu_mobile_toggler {
        position: absolute;
        top: 32px;
        right: 0;
    }

    .gt3_header_type_36 a.logo_link,
    .gt3_header_type_37 a.logo_link,
    .gt3_header_type_43 .logo_container .logo_link {
        margin: 32px 0 30px;
    }

    header.gt3_header_type_35 .menu,
    header.gt3_header_type_36 .menu,
    header.gt3_header_type_37 .menu,
    header.gt3_header_type_38 .menu,
    header.gt3_header_type_43 .menu,
    header.gt3_header_type_44 .menu {
        margin: 0;
    }

    .gt3_header_type_36 .menu li,
    .gt3_header_type_37 .menu li,
    .gt3_header_type_39 .menu li,
    .gt3_header_type_40 .menu li,
    .gt3_header_type_41 .menu li,
    .gt3_header_type_42 .menu li,
    .gt3_header_type_43 .menu li,
    .gt3_header_type_44 .menu li {
        padding-bottom: 0;
    }

    .gt3_header_type_43 .logo_container {
        background: #303238;
    }

    .gt3_header_type_44 .logo_link {
        margin-top: 0;
    }

    .top_button_circle,
    .top_button_square {
        top: 15px;
    }

    .widget_gt3_contacts .contact_address,
    .widget_gt3_contacts .contact_phone,
    .widget_gt3_contacts .contact_email {
        padding: 0 0 15px 70px;
    }
}

@media only screen and (max-width: 769px) {
    .top_button_cont {
        height: 25px;
    }

    .top_button_circle,
    .top_button_square {
        position: relative;
        float: right;
        right: 22px;
        clear: both;
    }

    .contact_email a {
        word-break: break-all;
    }
}

@media only screen and (max-width: 737px) {
    .row [class*=span] {
        min-height: 1px;
    }

    .head_block {
        position: relative;
    }

    .menu_mobile_toggler {
        position: absolute;
        top: 32px;
        right: 0;
    }

    .gt3_header_type_36 .menu_mobile_toggler,
    .gt3_header_type_37 .menu_mobile_toggler,
    .gt3_header_type_43 .menu_mobile_toggler {
        right: 22px;
    }

    .top_button_circle,
    .top_button_square {
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }

    .footer_sidebar_cont .footer_widget:nth-child(2n) {
        clear: none !important;
    }

    .copyright_cont .span6 {
        width: 100%;
        text-align: center;
    }

    .footer_socials.fr {
        float: none;
    }
}

@media only screen and (max-width: 415px) {
    .footer_sidebar_cont .footer_widget {
        width: 100% !important;
    }
}