/* GRID */
@import url('bootstrap.min.css');
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
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 {
  font-family:"nanum gothic";	
	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;
}

.text_align_left h1,
.text_align_left h2,
.text_align_left h3,
.text_align_left h4,
.text_align_left h5,
.text_align_left h6 {
    text-align: left;
}

.text_align_right h1,
.text_align_right h2,
.text_align_right h3,
.text_align_right h4,
.text_align_right h5,
.text_align_right h6 {
    text-align: right;
}

/*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 {
	border:1px solid;
    width: 100%;
    float: none;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	padding:4px 14px 6px 14px;
	margin-bottom:10px;
	outline:none;
	background:none;
}

textarea {
    margin-bottom: 10px;
    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;
	top: -2px;
}

.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;
}

.head_block {
	padding: 32px 0 0;
	box-sizing: border-box;
}

.menu_mobile_toggler {
	display: none;
}

header .main_menu_wrapper {
	margin-left: 35px;
}

header .menu {
	float: right;
	padding: 0;
	margin: -1px 0 0;
	display: inline-block;
    list-style: none;
}

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 0 31px;
	margin: 0;
	position: relative;
}

.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: 5px 15px 7px;
	display: block;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
    position: relative;
}

header .menu li a:before,
.header_cart_content .cart_contents:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header_cart_content,
.stand_text_block {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header_cart_content.inactive,
.stand_text_block.inactive {
    opacity: 0;
}

header .menu li:hover a:before,
header .menu li.current-menu-item a:before,
header .menu li.current-menu-ancestor a:before {
    width: 75%;
    left: 12%;
}

header .menu li .sub-menu {
	width: 200px;
	padding: 0px;
  list-style: none;
	position: absolute;
	top: 100%;
	z-index: 20000;
}
header .menu li .sub-nav {
	width: 200px;
	display: none;
	padding: 12px 0 0;
  list-style: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	z-index: 20000;
}

header .menu li:hover .sub-nav {
	display: block;
}

header .menu li .sub-menu li {
	float: none;
	padding: 0;
}

header .menu li .sub-menu li:last-child {
	border-bottom: none;
}

header .menu li .sub-menu li a {
	border: none;
	padding: 11px 25px 10px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  position: relative;
}

header .menu li .sub-menu li a:before {
    display: none;
}

header .menu li .sub-menu li a:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 21px;
}

header .menu li .sub-menu li:first-child a:after {
    top: 22px;
}

header .menu li .sub-menu {
  padding-top: 10px;
  padding-bottom: 12px;
}

header .menu li .sub-menu li .sub-menu {
	top: 1px;
	margin-left: 0;
  padding-left: 0px;
}

header .menu li .sub-nav li .sub-nav {
	display: none;
	top: -11px;
	left: 100%;
	margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.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-nav {
	display: block;
}

body .gt3-show-search {
	cursor: pointer;
	line-height: 15px;
	font-size: 14px;
	margin-left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .gt3-show-search:hover {
    opacity: .5;
}

.searchblock {
	margin-left: 6px;
	position: relative;
	top: 1px;
}

.search-pop-cont {
	position: absolute;
	right: 0;
	top: 40px;
	width: 250px;
	height: 30px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
     -o-transition: opacity 0.3s ease-out;
     transition: opacity 0.3s ease-out;
    z-index: 1;
}

.search-pop-cont.active {
	opacity: 1;
    z-index: 10;
}

header .field_search {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #303238;
}

header .head_delim {
	width: 1px;
	height: 12px;
	background: #595b60;
	position: relative;
	bottom: -7px;
	margin: 0 16px;
}

header .head_logo_delim_wrapper {
	width: 1px;
	margin: -2px 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_descrition {
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	position: relative;
	top: 5px;
}

.stand_text_block {
    font-size: 14px;
	line-height: 15px;
    font-weight: 700;
	text-transform: uppercase;
	margin: 4px 14px 0 13px;
    padding-bottom: 38px;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.stand_text_block i {
	margin-right: 11px;
}

.stand_text_block a {
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
    position: relative;
}

.stand_text_block a:before {
    content: "";
    width: 0;
    height: 2px;
    margin-left: -3px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-trsnsform: translateY(50%);
    trsnsform: translateY(50%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.stand_text_block:hover a {
    color: #FFFFFF;
}

.stand_text_block:hover a:before {
    width: 110%;
    left: 0;
}

.stand_text_block ul.language_list {
    display: none;
    width: 100px;
    padding-top: 10px;
    list-style: none;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stand_text_block:hover ul.language_list {
    display: block;
}

.stand_text_block ul.language_list li {
    padding: 10px 0;
    position: relative;
    margin-bottom: 0;
}

.stand_text_block ul.language_list li:first-child {
    padding-top: 20px;
}

.stand_text_block ul.language_list li:last-child {
    padding-bottom: 20px;
}

.stand_text_block ul.language_list li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.stand_text_block ul.language_list li:last-child:after {
    bottom: 26px;
}

.stand_text_block ul.language_list li:hover:after {
    width: 40%;
    left: 30%;
}

.head_delim {
	margin-right: 27px;
}

.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 #57595e;
	box-sizing: border-box;
}

.gt3_header_type_36 .meta_bar {
	padding-bottom: 15px;
}

.gt3_header_type_37 .meta_bar {
	background: #ffffff;
	border-bottom: none;
}

.meta_bar .blog_descrition {
	line-height: 39px;
	top: -1px;
}

.gt3_header_type_36 .meta_bar .blog_descrition {
	color: #919499;
}
.meta_bar .header_phone,
 {
	font-size: 10px;
	line-height: 39px;
	position: relative;
	top: -1px;
}


.meta_bar .header_mail {
	font-size: 10px;
	line-height: 39px;
	position: relative;
	top: -1px;
}

.meta_bar .header_phone {
	margin-left: 26px;
}

.meta_bar .header_phone i,
.meta_bar .header_mail i {
	margin-right: 5px;
}

.meta_bar .header_mail {
	margin-left: 27px;
}

.meta_bar .header_mail a:hover {
    opacity: .5;
}

.meta_bar .header_socials {
	margin-top: 7px;
	margin-right: 0;
}

.meta_bar .header_socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.meta_bar .header_socials ul li {
    float: left;
    margin-right: 15px;
}

.meta_bar .header_socials ul li:last-child {
    margin-right: 0;
}

.meta_bar .header_socials a {
	font-size: 13px;
}

.meta_bar .header_socials a:hover {
    color: #FFFFFF;
    opacity: .5;
}

.meta_bar .header_socials a:last-child {
	margin-right: 0;
}

.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: 0;
}

.meta_bar .header_search,
.meta_bar .header_cart_content {
	margin-top: 7px;
}

.meta_bar .gt3_eng {
	margin-top: 13px;
	text-transform: none;
}

.meta_bar .header_search {
	margin-right: 15px;
}

.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: 16px;
	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;
    font-weight:normal;
    color: #919499;
}

.copyright_cont {
    font-size: 13px;
    line-height: 24px;
    padding: 23px 0;
}

.footer_socials a {
    font-size: 15px;
    margin-left: 7px;
}

.footer_socials span {
    margin-right: 2px;
}

.footer_sidebar_cont {
    padding: 35px 0 40px;
}

.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;
}

.footer_sidebar_cont .footer_widget .footer_widget_wrapper {
    padding-left: 30px;
}

.footer_widget .sidepanel {
    font-size: 14px;
    line-height: 21px;
}

.footer_widget .title {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-bottom: 23px;
}

/* Footer Menu */
.footer_manu ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer_manu ul li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;

    text-transform: uppercase;
    padding: 0 3px;
    position: relative;
}

.footer_manu ul li a:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.footer_manu ul li a:hover:before {
    width: 100%;
    left: 0;
}

.footer_logo {
    margin: 73px 0 40px;
}

.footer_copyright_text {
    font-size: 13px;
    line-height: 24px;
    padding: 6px 0 74px;
}
.footer_company_text {
	font-family:"nanum gothic";
    font-size: 13px;
    line-height: 24px;
    padding: 6px 0 74px;
}
.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;
}

.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: 1199px) {
    .logo_mobile,
    .mobile_header {
        display: block;
    }

    a.logo_link {
        top: 0;
    }

    .head_block {
        padding: 32px 0 30px;
    }

    /* Menu Mobile */
    .head_logo_delim_wrapper,
    .blog_descrition,
    .head_delim,
    .header_cart_content,
    .stand_text_block,
    .searchblock,
    .meta_bar {
        display: none !important;
    }

    .menu_mobile_toggler {
        width: 22px;
        height: 15px;
        display: block;
        background: url("../img/icon-menu-ret.png") no-repeat center;
        background-size: 22px 15px;
        margin-top: 5px;
    }

    .menu_mobile {
        border-top: solid 1px #e8e9ed;
        display: none;
        padding: 10px 0 30px;
    }

    header .menu_mobile .sub-menu::before {
        display: none;
    }

    .error404 .menu_mobile,
    .error404 .menu_mobile .sub-menu li {
        background: transparent;
    }

    header .menu,
    header .menu li {
        float: none;
    }

    header .menu {
        width: 100%;
    }

    header .menu li {
        display: block;
        border: none;
        text-align: left;
        padding: 8px 0;
        border-bottom: solid 1px #e8e9ed;
    }

    header .menu li a {
        display: block;
        padding: 0 0 0 10px;
        border: none;
        text-transform: none;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        color: #939393;
        position: relative;
    }

    header .sub-menu li.menu-item-has-children:before {
        right: 0 !important;
    }

    header .menu_mobile .menu li .sub-menu li.menu-item-has-children a {
        padding: 3px 0 3px 10px !important;
    }

    header .menu li a:after {
        content: "";
        font-family: "FontAwesome", sans-serif;
        margin-right: 5px;
        position: absolute;
        top: -1px;
        right: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    header .menu li.menu-item-has-children a:after {
        content: "\f105";
        font-family: "FontAwesome", sans-serif;
        display: inline-block;
    }

    header .menu li.menu-item-has-children a.menu_item_open:after {
        content: "\f107";
    }

    header .menu li .sub-menu li a:after {
        content: "";
    }

    header .menu li .sub-menu li.menu-item-has-children a:after {
        content: "";
        top: 0;
        right: 0;
    }

    header .menu li .sub-menu li.menu-item-has-children.opened:before {
        content: "\f107";
    }

    header .menu li .sub-menu li .sub-menu li a:after {
        content: "";
    }

    header .menu li a:before {
        display: none;
    }

    header .menu li .sub-menu li:first-child > a {
        padding-top: 0;
    }

    header .menu li .sub-menu li:last-child > a {
        padding-bottom: 0;
    }

    header .menu li .sub-nav {
        width: 100%;
        background: none!important;
        border: none;
        margin: 0!important;
        padding-top: 0;
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
    }
    header .menu li .sub-menu {
    	width: 100%;
    	background: none!important;
    	border: none;
    	margin: 0;
    	padding-top: 0;
    	padding-bottom: 0;
    	position: relative;
    	top: 0;
    	left: 0;
    	z-index: 0;
    }

    header .menu li .sub-menu li .sub-menu {
        padding-left: 30px;
    }

    header .menu li:hover .sub-nav,
    header .menu li .sub-menu li:hover .sub-nav {
        display: none;
    }

    header .menu li .sub-menu li {
        border: none;
        padding: 4px 0;
    }

    header .menu li .sub-menu li a {
        padding: 0 0 0 10px;
    }

    header .menu li .sub-menu li .sub-menu {
        left: 0;
    }

    header .menu li:last-child .sub-menu li .sub-nav,
    header .menu li:nth-last-child(2) .sub-menu li .sub-nav,
    header .menu li:nth-last-child(3) .sub-menu li .sub-nav {
        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_31 .menu_mobile_toggler,
    .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;
    }

    .blog_listing_cont .pagerblock,
    .module_blog .pagerblock,
    .search-results .pagerblock {
        margin: 0;
    }

    .error404 .wrapper {
        background: none !important;
    }
}

@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;
    }

    .posts-block.hasLS,
    .left-sidebar-block {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .fl-container.hasRS {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 737px) {
    .head_block {
        position: relative;
    }

    .menu_mobile_toggler {
        position: absolute;
        top: -23px;
        right: 17px;
    }

    .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 {
        width: 50% !important;
        clear: both;
    }

    .footer_sidebar_cont .footer_widget:nth-child(2n) {
        clear: none !important;
    }

    .copyright_cont, .copyright_cont .text_align_right {
        text-align: center;
    }

    .footer_socials.fr {
        float: none;
    }

    .error_404 h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .prev_button {
        left: 30px !important;
    }

    .next_button {
        right: 30px !important;
    }

    .tags_and_nav_cont .tag_share,
    .tags_and_nav_cont .posts_nav {
        width: 100%;
        text-align: center;
    }

    .tags_and_nav_cont .tag_share {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 569px) {
    .featured_posts_container .featured_items .items_1 ul.item_list li,
    .featured_posts_container .featured_items .items_2 ul.item_list li,
    .featured_posts_container .featured_items .items_3 ul.item_list li,
    .featured_posts_container .featured_items .items_4 ul.item_list li,
    .blog_listing_cont.items_1 .blog_item,
    .blog_listing_cont.items_2 .blog_item,
    .blog_listing_cont.items_3 .blog_item,
    .blog_listing_cont.items_4 .blog_item,
    .module_blog.with_sidebar .blog_listing_item,
    .module_blog.without_sidebar .blog_listing_item {
        width: 100% !important;
    }
}

@media only screen and (max-width: 415px) {
    .footer_sidebar_cont .footer_widget {
        width: 100% !important;
    }

    #comments img {
        width: 70px;
        height: 70px;
    }

    #comments .stand_comment {
        padding-left: 100px !important;
    }

    #comments ol.commentlist ul.children {
        padding-left: 0 !important;
    }

    .page_title {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 321px) {
    #comments ol.commentlist ul.children {
        padding-left: 25px;
    }
}






































