@font-face {
font-family: "Century Gothic";
src: url("maw/css/fonts/Century-Gothic.ttf");
src:
url("maw/css/fonts/Century-Gothic.woff") format("woff"),
url("maw/css/fonts/Century-Gothic.otf") format("opentype"),
}
/* General Style */
body {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0; 
    overflow-x: hidden;
    overflow-y: auto;
    color: #777;
    background: #fff;
   	font-family: "Century Gothic",sans-serif;
   	font-size:16px;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none!important;
}
table td a{color:#b91f29!important;}
table td a:focus,table td a:hover{color:#e0454f!important;}
.unstyled,
.list-unstyled li,
.dropdown-menu li{
    list-style: none;
}
.bbcode-panel a.btn {
    display: inline-block;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}
.bbcode-panel.mceToolbar {
    padding: 0 0 15px 0;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: none;
}
.img-rounded {
    -webkit-border-radius: 2px;
    border-radius: 2px;    
}
.user-avatar {
    -webkit-border-radius: 100%;
    border-radius: 100%; 
    max-width: inherit;  
}
br {
    font-size: 0;
    height: 0;
    display: table;
    clear: both;
}
#portal input[type=checkbox] {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-left: -15px;
    z-index: 100;
    position: relative;
    border: 1px solid #000;
    visibility: visible;
    opacity: 1;
} 
.form-group label.checkbox {
    text-align: left;
}

#image-options {
    overflow: hidden;
}
#image-options .divider {
    margin-bottom: 10px;   
}
.day-header {
    color: #AB8C81;
    font-size:26px;
    font-weight:bolder;
    margin-bottom: 15px;
    display: block;
}
.media-heading {
    color: #AB8C81;
}
ul {
    padding-left: 0;
    list-style-position: inside;
}
#forum, 
#forum-stats, 
#forum-rules {
    min-height: 0;
}
#uiAlert {
    z-index: 99999;
}
.padding-top-30 {
    padding-top: 30px;
}
.center {
    text-align: center;
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* Profile*/
.menus .panel-profile,
.menus .panel {
    background: none;
    border: none;
}
.menus .panel-profile {
    margin: 0 -15px;
}
.menus .panel-profile .row {
    border-color: rgba(60,60,60,0.12)!important;
}
/* Nav List Style */
.nav-list {
    border-bottom: 1px solid rgba(60,60,60,0.12);
}
.nav-list li {
    border-top: 1px solid rgba(60,60,60,0.12);
}
.nav-list li a {
    padding: 8px 15px;
    display: block;
}
/*Custom Pages*/
.menus.cpage-full-list .text {
    padding-top: 0;
}
.page-chapters-list > li{
    list-style: none;
}
.page-chapters-list h3 {
    color: #AFC387;
}
.cpage .cpage-body {
    margin-bottom: 15px;
}
/* WMessage Carousel */
.menus.wm {
    padding-top: 0;
    padding-bottom: 0;
}
#wmessage-carousel {
    padding-bottom: 30px;
    overflow: hidden;
}
#wmessage-carousel .carousel-inner .item .menus {
    padding-bottom: 20px;
}
#wmessage-carousel .menus-text {
    color: #777!important;
}
#wmessage-carousel .carousel-inner .item .carousel-caption {
    display: none;
}
#wmessage-carousel .carousel-indicators {
    top: 100%;
    margin-top: -25px;
    padding-bottom: 10px;
}
#wmessage-carousel .carousel-control {
    background: none;
    display: none;
}
#wmessage-carousel .carousel-control .glyphicon {
    margin-top: -30px;
}
#wmessage-carousel .carousel-indicators li {
    margin: 0 3px;
    width: 12px;
    height: 12px;
}
#wmessage-carousel .carousel-indicators li:not(.active){
    border-color: #999;
}
.menus.wm br {
    margin-bottom: 3px!important;
    display: table!important;
}
/* WMessage Unclosed */
.wmessage {
    padding: 15px 0;
    margin-bottom: 0px;
    display: block;
    color: inherit;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Login Menu*/
.dropdown-menu .menus.login {
    margin-bottom: 0;
}
.dropdown-menu .menus.login .menus-caption {
    display: none;
}
.dropdown-menu .menus.login .logged-out {
    margin: 0 15px;
    min-width: 180px;
}
.loggin .btn.dropdown-toggle{
    border: transparent;
    text-transform: uppercase;  
}
.loggin .btn:hover {
    background-color: #e9e9e9!important;
}
.loggin .dropdown-menu,
.logggin .dropdown-menu {
    min-width: 160px;
}
.logged-out .imgcode {
    display: table!important;
    margin: 0 auto;
}
.logged-out .sign-up a {
    color: #fff;
}
/*Login Page*/
#login-template {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
#login-template .logo {
    margin: 0 auto;
}
.menus.login_page .menus-text {
    background: #eee;
    padding: 0 15px;
}
.menus.login_page h2 {
    font-size: 18px;
}
#login-template label.checkbox {
    display: table;
    margin: 0 auto;
}
.signup-xup .fa{
    font-size: 16px;
}
.signup-xup {
    margin: 2px 0;
}

/* CONTENT */
.page {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}
.header-top {
    position: relative;
    background: #000;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}
.header-top .email:before,
#navbar .email:before  {
    content: "displaycraftsigns";
}
.header-top .email:after,
#navbar .email:after {
    content: "gmail.com";
}
.header-top ul.nav-top {
    list-style: none;
    display: table;
    float: right;
    margin: 0;
    padding: 0;
}
.header-top ul.nav-top > li {
    display: inline-block;
}
.header-top ul.nav-top > li > a {
    display: block;
    padding: 0 8px;
    color: #fff;
}
.header-top ul.nav-top > li.phone:after,
#navbar .phone:after {
    content: "260-726-4535";
    margin-left: 8px;
}
#navbar ul.nav-top > li {
    display: block;
}
#navbar ul.nav-top > li > a {
    padding: 0 10px;
    color: #000;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
#navbar ul.nav-top > li > a:hover {
    text-shadow: none;
}
#navbar ul.nav-top > li.phone {
    display: none;
}
.header {
    position: relative;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 15px 0;
    border-bottom: 30px solid #000;
}
.header .brand-img {
    margin: 0 auto;
}
.header .made-in {
    margin-top: 15px;
    max-width: 140px;
    float: right;
}
.header ul.nav-mid {
    list-style: none;
    display: table;
    float: right;
    margin: 0 ;
    padding: 5px 0 10px 0;
}
.header ul.nav-mid > li {
    display: inline-block;
}
.header ul.nav-mid > li > a {
    display: block;
    padding: 0 8px;
    color: #000;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.header ul.nav-mid > li > a:hover {
    text-shadow: -1px -1px 1px rgba(255,255,255,0.6);
}
.navbar {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
#navbar {
    background: rgba(0,0,0,0.3);
    border: 1px solid #000;
}
#navbar ul.nav-mid {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}
#navbar ul.nav-mid > li {
    display: block;
}
#navbar ul.nav-mid > li > a {
    padding: 0px 10px;
}
#navbar ul.nav-mid > li > a:hover {
    text-shadow: none;
}
.navbar-toggle.x {
    border: 1px solid #000;
    background: rgba(255,255,255,0.3);
    margin-right: 0;
}
.navbar-toggle.x .icon-bar {
    background: #000;
}
.navbar-toggle.x:not(.collapsed) {
    padding-right: 7px;
    padding-left: 13px;
}
.section-title {
    overflow: hidden;
    margin-top: 30px;
    color: #000;
}
.section-title .btn-custom {
	background: #957164;
	background-image: -webkit-linear-gradient(top, #957164, #684f46);
	background-image: -moz-linear-gradient(top, #957164, #684f46);
	background-image: -ms-linear-gradient(top, #957164, #684f46);
	background-image: -o-linear-gradient(top, #957164, #684f46);
	background-image: linear-gradient(to bottom, #957164, #684f46);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
.section-title .btn-custom:hover {
	background: #2F1D1E;
	background-image: -webkit-linear-gradient(top, #2F1D1E, #201415);
	background-image: -moz-linear-gradient(top, #2F1D1E, #201415);
	background-image: -ms-linear-gradient(top, #2F1D1E, #201415);
	background-image: -o-linear-gradient(top, #2F1D1E, #201415);
	background-image: linear-gradient(to bottom, #2F1D1E, #201415);
	text-decoration: none;
}
.section-title .at-left {
    text-align: left;
}
.section-title .at-right {
    text-align: right;
}
.content-area {
    padding-top: 30px;
}
.footer-area {
    position: relative;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 30px 0;
    border-top: 20px solid #000;
    color: #000;
}
.btn-back {
	background: #957164;
	background-image: -webkit-linear-gradient(top, #957164, #684f46);
	background-image: -moz-linear-gradient(top, #957164, #684f46);
	background-image: -ms-linear-gradient(top, #957164, #684f46);
	background-image: -o-linear-gradient(top, #957164, #684f46);
	background-image: linear-gradient(to bottom, #957164, #684f46);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-size:18px;
}
.btn-back:hover {
	background: #2F1D1E;
	background-image: -webkit-linear-gradient(top, #2F1D1E, #201415);
	background-image: -moz-linear-gradient(top, #2F1D1E, #201415);
	background-image: -ms-linear-gradient(top, #2F1D1E, #201415);
	background-image: -o-linear-gradient(top, #2F1D1E, #201415);
	background-image: linear-gradient(to bottom, #2F1D1E, #201415);
	text-decoration: none;
	color: #ffffff;
}
a.text-link {
	display: block;
	margin-top: 10px;
	color:#000;
	font-size:18px;
}
a.text-link:hover {
	font-size:20px;
	text-decoration: underline!important;
}
.share-icons {
	color:#000;
	vertical-align: middle;
}
.head-icon {
	color:#fff;
	vertical-align: middle;
	margin:0 5px;
}
/* Img Slider */
.img-slider {
    border: 1px solid #000;
    border-top: none;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.img-slider .slide {
    height: 349px;
    z-index: 1;
    position: relative;
}
.img-slider .slide img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.img-slider .slide:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-slider .slide-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #000;
}
.img-slider .slide-text h1 {
    display: block;
    padding: 0 15px 15px 15px;
    position: relative;
}
.img-slider .slide-text h4 {
    display: block;
    padding: 0 15px 5px 15px;
    position: relative;
    text-align: right;
    margin: 0;
}

.img-slider .slick-arrow {
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 50;
    color: #B48C81;
}
.img-slider .slick-arrow:hover {
    color: #000;
}
.img-slider .slick-prev {
    left: 15px;
}
.img-slider .slick-next {
    right: 15px;
}
/* Links Stack */
.img-link {
    height: 175px;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    border-left: none;
    border-top: none;
    display: block;
}
.img-link img {
    top: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.img-link:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-link .link-text {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    display: block;
    color: #000;
}
/* 3 IMG GRID SLIDER */
.grid-slider {
    margin: 0 -5px;
    position: relative;
}
.grid-slider .slide-img {
    height: 250px;
    margin: 0 5px;
}
.grid-slider .slide h2 {
    text-align: center;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-slider .slick-arrow {
    position: absolute;
    font-size: 40px;
    z-index: 50;
    top: 30%;
    color: #B48C81;
}
.grid-slider .slick-arrow:hover {
    color: #000;
}
.grid-slider .slick-prev {
    left: 20px;
}
.grid-slider .slick-next {
    right: 20px;
}
/* CM Navigation */
.navbar-nav {
    margin : 5px 0 0 0;
}
.navbar-nav > li.parent-link > a {
    font-size: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    cursor: pointer;
    background: transparent!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.navbar-nav > li.parent-link > a:hover {
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}
.navbar-nav > li li > a:hover {
    background: #eee;
}
#navbar .navbar-nav > li.parent-link > a {
    color: #000;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    padding: 5px 10px;
}
#navbar .navbar-nav > li.parent-link > a:hover {
    text-shadow: none;
}
#navbar .navbar-nav {
    margin-bottom: 10px;
}
#navbar .navbar-nav > li.parent-link li > a {
    color: #000;
}
/* Portfolio */
.gallery-title {
    margin-top: 30px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-header {
    margin-bottom: 30px;
}
.box {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-title {
    text-align: center;
    display: block;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}
.box-img .box-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.6);
    font-size: 26px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.box-img:hover .box-text {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.portfolio-wrapper,
.gallery-wrapper {
    margin-bottom: 30px;
}
/* Menus */
.menus {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.menus .menus-caption {
    color: #AB8C81;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}
.menus .menus-caption .btn-group .btn {
    -webkit-box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
}
.menus .menus-text {
    display: block;
    color: #777;
   	letter-spacing: 1px;
}
/* PM Menu */
.menus.pm .btn-mini {
    margin-top: 15px;
}
/* Chapter Menu */
.menus.chapter-menu .col-md-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* User Language Menu */
.menus.user_lan .btn {
    margin-top: 10px;
}
/* User Theme Menu */
.usertheme .tbox {
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    margin-bottom: 10px;
}
/* Chatbox Menu */
.chatbox #cmessage.tbox {
    max-width: 100%!important;
    margin-bottom: 10px;
}
.chatbox p {
    background: rgba(200,200,200,0.3);
    padding: 5px 10px;
    margin-top: 5px;
}
/* Blog Calendar */
.menus.blog_calendar h5,
.menus.blog_calendar .blogcalendar {
    text-align: center;
}
.menus.blog_calendar #blogCalendar {
    overflow: hidden;
    display: table;
    width: 100%;
}
/* Contact Menu */
.menus.contact-menu .input-group.text-center {
    display: table;
    margin: 0 auto;
}
/* News */
.article {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}
.article .article-header {
    position: relative;
}
.article .news-author {
    font-size: 16px;
}
.article .news-date,
.article .news-category {
    display: inline-block;
    font-size: 12px;
}
.article .right-btn {
    position: absolute;
    top: 20px;
    right: 0;
}
.article .right-btn .badge {
    position: absolute;
    top: -5px;
    right: 25px;
}
.article .article-header h2 {
    padding-right: 45px;
    font-size: 34px;
    font-weight: bold;
    color: #AB8C81;
}
.article .article-info {
    margin-bottom: 0px;
}
.article .article-body {
    padding-top: 15px;
}
.article .news-img {
    padding-left: 0;
    padding-bottom: 5px;
}
.article .news-img a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.article .article-tags {
    padding: 15px;
    font-size: 12px;
    text-align: right;
}
.article .options {
    padding-top: 20px;
}
.options a.btn{
    width: 45px!important;
    border: none!important;
    text-align: center;
    margin: 1px!important;
    border-radius: 0!important;
}
.options .btn-group {
    margin-left: 0!important;
    border-radius: 0!important;
}
.newscatlist-title {
    font-size: 34px;
    color: #AB8C81;
}
/* Extended News */
.article-item {
    padding-top: 0;
    padding-bottom: 0;
}
.article-item .right-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.article-item .options {
    padding-bottom: 10px;
}
.article-item .news-item-img {
    padding-left: 0;
}
.article-item .news-images-left {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-item .news-images-right {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-item .row02 .news-images-left,
.article-item .row02 .news-images-right {
    padding-bottom: 0;
}
/*Extended News Images Slider*/
.news-item-img {
    margin-bottom: 15px;
}
.news-item-img .slick-arrow {
    position: absolute;
    z-index: 40;
    top: 100%;
    margin-top: 10px;
    left: 0;
    padding: 0 10px;
}
.news-item-img .slick-arrow.slick-next {
    left: 35px;
}
/* Other News Menu*/
.menus.other_news h4.othernews-caption,
.menus.other_news .othernews-text {
    text-align: left!important;
}
.menus.other_news2 .media-heading {
    margin-bottom: 15px;
}
/* Comments */
.comment-text .c-text {
    background: rgba(200,200,200,0.3);
    padding: 5px 15px;
    display: block;
    margin-bottom: 0;
}
.c-box {
    display: inline-table;
}
.c-box.text-muted {
    padding-left: 15px;
}
/* Forum */
.general-forum-header ul.breadcrumb {
    margin-bottom: 10px;
}
.forum-title {
    color: #b4272d;
}
.forum-post {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(200,200,200,0.25);
}
.forum-post.first-post {
    background: #e9e9e9;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#forum-viewtopic .label-info.moderator-label {
    background: #FF8F00;
}
#forum-viewtopic .label-info.admin-label {
    background: #5E35B1;
}
#forum-viewtopic .label-info.main-admin-label {
    background: #C2185B;
}
.forum-text {
    width: 100%;
    background: rgba(40,40,40,0.05);
    padding: 10px;
    overflow: hidden;
}

.breadcrumb {
    background: #e9e9e9;
}
/*Members List*/
.content.user-list {
    padding-top: 15px;
}
.content.user-list .table.e-list {
    margin-top: 15px;
    border-top: 1px solid rgba(40,40,40,0.2);    
}
.content.user-list .table.e-list thead {
    background: rgba(255,255,255,0.1);
}
.content.user-list .table.e-list .forumheader3{
    border-top: 1px solid rgba(40,40,40,0.12); 
    vertical-align: middle;   
}
/* RESPONSIVE CSS */ 

@media (max-width: 1200px) { 

}
@media (max-width: 992px) { 
.brand {
    margin-bottom: 20px;
    display: block;
}
.img-link .link-text h1 {
    font-size: 25px;
}
.grid-slider .slide h2 {
    font-size: 26px;
}
.grid-slider .slide-img {
    height: 200px;
}
.section-title {
    font-size: 26px;
}
}

@media (max-width: 767px) { 
.article .news-img {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

#navbar .email {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
#navbar .phone {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.header {
    border-bottom: 20px solid #000;
}
.band { padding: 0;
        margin: 0;
}
.brand {
    margin-bottom: 10px;
}
.img-link .link-text h1 {
    font-size: 28px;
}
.img-slider .slide {
    height: 300px;
}
.img-link {
    border-left: 1px solid #000;
}
.footer-area {
    border-top: 10px solid #000;
}
.grid-slider .slide h2 {
    font-size: 22px;
}
.grid-slider .slide-img {
    height: 250px;
}
.section-title {
    font-size: 22px;
}
.box-img {
    height: 300px;
}
}

@media (max-width: 468px) {
.comment-box-form .comment-box-left {
    float: none;
    display: table;
    width: 100%;
}
.header {
    border-bottom: 10px solid #000;
}
.header-top {
    padding: 5px 0;
}
.img-link .link-text h1 {
    font-size: 22px;
    margin-top: 30px;
}
.img-slider .slide-text h1 {
    font-size: 26px;
}
.img-slider .slide {
    height: 250px;
}
.footer-area {
    border-top: 5px solid #000;
}
.grid-slider .slide h2 {
    font-size: 20px;
}
.section-title {
    font-size: 18px;
}
.section-title .at-left {
    margin-bottom: 10px;
}
.section-title .at-left,
.section-title .at-right {
    text-align: center;
}
.grid-slider .slide-img {
    height: 200px;
}
.box-img {
    height: 240px;
}
.box-img .box-text {
    font-size: 20px;
}
}

@media (max-width: 368px) {
.img-link .link-text h1 {
    font-size: 20px;
    margin-top: 35px;
}
.img-slider .slide-text h1 {
    font-size: 20px;
}
.img-slider .slide-text h4 {
    font-size: 14px;
}
.img-slider .slide {
    height: 220px;
}
.grid-slider .slide h2 {
    font-size: 18px;
}
.grid-slider .slide-img {
    height: 160px;
}
.box-img {
    height: 200px;
}
.box-img .box-text {
    font-size: 16px;
}
}