/*-----------------------------------------------
/* @media queries /*---------------------------------------------*/
/*-[ Responsive Navigation ]--------------------------------*/
.mobile-menu, .mobile-menu #navigation .menu-icon-item { display: none }
@media screen and (max-width:1360px) { 
	.shareit {
	    position: relative!important;
	    width: 100%!important;
	    top: 0!important;
	    padding-left: 0!important;
	    padding-right: 0!important;
	    margin: 0!important;
	    padding-top: 10px!important;
	    border: none !important;
	}
}
@media screen and (max-width:1124px) { 
	#page, .container { max-width: 100% }
	.mobile-menu .container { max-width: 100% }
	.container { max-width: 100% }
	.secondary-navigation .container { max-width: 100% }
	.sticky-nav {
	    width: 96%;
	    left: 2%;
	    right: 2%;
	}
	#move-to-top {
	    margin-right: 0;
	    right: 2%;
	}
}
@media screen and (max-width:1000px) { 
	#header h1, #header h2, .site-description {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#header h1, #header h2 { font-size: 40px }
	.site-description { margin-top: 0 }
	#logo a, #logo img {
	    float: none;
	    letter-spacing: 0;
	}
	.logo-wrap, .widget-header {
	  
	}
	#header .ad-728 img {
	    width: auto;
	    float: none;
	    display: inline-block;
	}
	.widget-header form#searchform {
	    float: none;
	    margin: 10px auto 0;
	}
	#header .ad-728 { width: 100% }
}
@media screen and (max-width:960px) { 
	.collection-item {
		width: calc(50% - 40px);
	}
	.ad-300 img { max-width: 100% }
	.ad-125 img {
	    padding: 0;
	    border: 0;
	}
	.widgets-num-4 .f-widget {
	    width: 29.5%;
	    margin-right: 5.75%;
	}
	.widgets-num-4 .f-widget-3 { margin-right: 0 }
}
@media screen and (max-width:865px) { 
	.mobile-menu { display: block }
	#catcher { height: 0!important }
	.home-menu-item, #mobile-menu-wrapper .header-search .fa-search, #mobile-menu-wrapper .mts-cart { display: none !important }
	.header-search .fa-search {
	    width: 42px;
	    line-height: 42px;
	}
	.header-search #s { padding: 9px }
	.header-search #s.active { top: 42px }
	.header-search #s, .header-search .ajax-search-results-container {
	    width: 100%;
	    max-width: 100%;
	}
	.header-search .ajax-search-results-container { top: 84px }
	.mts-cart {
	    text-align: center!important;
	    float: left;
	    display: block;
	    line-height: 1;
	    padding: 20px;
	    color: initial;
	    z-index: 0;
	}
	.mts-cart a { color: inherit!important }
	/*-[ Responsive Navigation ]--------------------------------*/
	.main-container-wrap {
	    position: relative;
	    left: 0;
	    transition: left 500ms ease;
	}
	.mobile-menu-active .main-container-wrap {
	    left: 300px;
	    transition: left 500ms ease;
	}
	#navigation { display: block }
	#navigation ul ul {
	    visibility: visible!important;
	    opacity: 1!important;
	    position: relative;
	    left: 0!important;
	    border: 0;
	    width: 100%;
	}
	#navigation.mobile-menu-wrapper {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: -300px;
	    width: 300px;
	    height: 100%;
	    border-right: 1px solid rgba(0, 0, 0, 0.15);
	    overflow: auto;
	    transition: left 500ms ease;
	    -webkit-backface-visibility: hidden;
	    box-sizing: border-box;
	}
	.mobile-menu-active #navigation.mobile-menu-wrapper {
	    left: 0;
	    z-index: 1111;
	}
	#navigation ul li {
	    width: 100%;
	    display: block;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	#navigation ul li:hover { background: none }
	#navigation ul li a, #navigation ul ul a {
	    padding: 9px 18px;
	    width: 100%;
	    border: none;
	}
	#navigation ul ul {
	    position: static;
	    width: 100%;
	    border: none;
	}
	#navigation ul ul li {
	    background: none;
	    width: 100%;
	}
	#navigation ul ul li:first-child { border-top: 1px solid rgba(0, 0, 0, 0.2) }
	#navigation i { display: inline }
	#navigation ul ul a {
	    padding: 9px 18px 9px 25px!important;
	    width: 100%!important;
	}
	#navigation ul ul ul a { padding: 9px 27px !important }
	#navigation ul ul ul ul a { padding: 9px 36px !important }
	#navigation .toggle-caret {
	    display: block;
	    width: 42px;
	    height: 40px;
	    line-height: 42px;
	    color: #ffffff;
	    border-left: 1px solid rgba(0, 0, 0, 0.2);
	}
	#navigation .toggle-caret i { margin-right: 0 }
	#navigation .menu-item-has-children > a:after { content: '' }
	#mobile-menu-overlay {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    z-index: 999;
	    cursor: pointer;
	    display: none;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    background: rgba(0,0,0,.5);
	}
	html.noscroll {
	    position: fixed;
	    overflow-y: scroll;
	    width: 100%;
	}
	/* Menu */
	a#pull {
	    display: block;
	    width: 100%;
	    margin: auto;
	    position: relative;
	    color: #fff;
	    padding: 0;
	    text-align: left;
	    z-index: 1;
	    padding: 0 20px;
	}
	.mobile-menu #navigation a.toggle-mobile-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.2) }
	a.toggle-mobile-menu:before {
	    font-family: FontAwesome;
	    content: "\f0c9";
	    position: relative;
	    font-size: 18px;
	    line-height: 42px;
	    margin-right: 10px;
	}
	/*-[ Mega Menu ]--------------------------------*/
	#wpmm-megamenu .wpmm-subcategories {
		width: 100%;
		text-indent: 0;
	}
	#wpmm-megamenu .wpmm-posts { width: 100% }
	#wpmm-megamenu .wpmm-post {
		width: 100%!important;
		padding: 0 10px!important;
		text-align: center!important;
	}
	#wpmm-megamenu .wpmm-thumbnail img { float: left }
	div.header-social-icons, .mts-cart { display: block!important }
	#secondary-navigation .mts-cart {
		display: block!important;
		padding-left: 0;
	}
	#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item { background: transparent }
	.wpmm-megamenu-showing.wpmm-light-scheme { background: transparent!important }
}
@media screen and (min-width: 865px) { 
	#navigation.mobile-only { display: none }
}
@media screen and (max-width:830px) { 
	.article { width: 100% }
	#content_box {
	    padding-right: 0px;
	    padding-left: 0px!important;
	}
	.sidebar.c-4-12 {
	    float: none;
	    width: 100% !important;
	    margin: 0 auto;
	    padding-left: 0;
	    padding-right: 0;
	    overflow: hidden;
	    max-width: 345px;
	}
	.featured-section-2-full-width-2 .featured-section-2-2 .post-box { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { width: 100%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { padding-bottom: 25.64% }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { float: right }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data-container { margin: 15% 20px !important }
}
@media screen and (min-width: 424px) and (max-width: 830px) { 
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data:after, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small.image-bottom .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    /*top: 45px;*/
	    top: 25%;
	    bottom: auto;
	}
}
@media screen and (max-width:782px) { 
	.admin-bar #mobile-menu-wrapper {
	    top: 46px;
	    padding-bottom: 46px;
	}
	.admin-bar .pace .pace-progress { top: 46px }
	html .mobile-menu-active #wpadminbar { left: 300px!important }
}
@media screen and (max-width:720px) { 
	.f-widget, .widgets-num-4 .f-widget {
	    width: 44%;
	    margin-right: 5.75%;
	}
	.f-widget-2 { margin-right: 0 !important }
	.f-widget-3 { clear: left }
	#comments { margin-right: 0 }
	.widget-header .textwidget {
	    margin-top: 0;
	    padding-left: 0;
	    border-left: none;
	}
	.featured-section-1-full-width-2 .featured-section-1-2 .slider-container, .featured-section-1-full-width-2 .featured-section-1-2 .static-posts { width: 100% }
	.featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 50% }
}
@media screen and (max-width: 650px) { 
	.primary-slider .slider-caption { bottom: 50px }
	.primary-slider .owl-nav > div {
	    bottom: 10px;
	    top: auto;
	}
}
@media screen and (max-width:600px) { 
	.post-img img { width: 100% }
	.admin-bar .pace .pace-progress { top: 0px }
	.admin-bar #mobile-menu-wrapper {
	    top: 0;
	    padding-bottom: 0;
	}
	.singleleft, .post-single-content-inner { width: 100% }
	.singleleft .related-posts li { width: 48% }
	.singleleft .related-posts li:nth-child(even) { float: right }
	.singleleft .rthumb img { margin-right: 10px }
	/*dark checker slider*/
	.featured-section-1-full-width-1 .featured-section-1-1 .slider-container, .featured-section-1-full-width-1 .featured-section-1-1 .static-posts { width: 100% }
	.featured-section-1-full-width-1 .featured-section-1-1 .static-posts .post-box.image-bottom { float: right !important }
	.featured-section-1-full-width-1 .featured-section-1-1 { margin-top: -40.68% }
	#header-bottom-spacer { padding-bottom: 40.68% }
	.slider1 .post-data-container, .featured-section-1-full-width-1 .featured-section-1-1 .post-data-container { margin: 15% 20px }
}
/*dark checker small*/
@media screen and (max-width:560px) { 
	#content_box .dark .post-box, .featured-section-2-1 .post-box { width: 100%!important }
	#content_box .dark .vertical-small .post-img, #content_box .featured-section-2-1 .post-img, #content_box .dark .vertical-small .post-data, #content_box .featured-section-2-1  .post-data { width: 50%!important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { padding-bottom: 46.15% }
	#content_box .dark .post-box, #content_box .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { float: right }
	#content_box .dark .post-data:after, #content_box .featured-section-2-1 .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    top: 25%;
	    bottom: auto;
	}
	.dark .post-data-container { margin: 15% 20px !important }
}
@media screen and (max-width:550px) { 
	.collection-item {
		width: 100%;
		margin: 0 0 40px;
	}
	.sbutton { float: right }
	.f-widget, .widgets-num-4 .f-widget {
	    float: none;
	    width: 100%;
	    margin: 0 auto !important;
	    display: inline-block;
	}
}
@media screen and (max-width:480px) { 
	nav { border-bottom: 0 }
	#navigation {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.secondary-navigation {
	    width: 100% !important;
	    background: transparent;
	}
	.sliderdate { display: none }
	.vertical .post-img, .vertical .post-data { width: 100% }
	.related-posts li {
	    width: 100%!important;
	    float: left!important;
	    max-width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	    width: 100%;
	    margin-right: 0;
	}
	.top { width: 100% }
	#cancel-comment-reply-link {
	    margin-bottom: 0;
	    margin-top: -43px;
	}
	ul.fs-category-filter {
	    width: 100%;
	    text-align: center;
	}
	.fs-pagination { text-align: center }
	ul.fs-category-filter li {
	    float: none;
	    display: inline-block;
	    margin-bottom: 1px;
	}
	.fs-pagination { width: 100% }
	.fs-pagination a {
	    float: none;
	    display: inline-block;
	}
	#featured-section-2 .featured-section-title, .featured-section-title {
	    text-align: center;
	    width: 100%;
	}
}
@media screen and (max-width:423px) { 
	.slider-caption { display: none }
	.horizontal .post-data:after {
	    border-width: 0 10px 14px !important;
	    border-color: #FFFFFF transparent !important;
	    top: -14px;
	    left: 29px !important;
	    margin-top: 0;
	}
	.horizontal .post-img, .horizontal .post-data, .slider-like .post-box, .mixed.post-box, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .featured-section-2-full-width-2 .featured-section-2-2 .post-box, .featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 100%!important }
	.horizontal .post-data, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .mixed.vertical-small .post-data {
	    height: auto !important;
	    padding: 0 !important;
	}
	.horizontal .post-data-container, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data-container, .mixed.vertical-small .post-data-container { position: relative }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.container{
		max-width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.header-left-menu ul li, .header-right-menu ul li {
	    display: inline-block;
	    margin-right: 41px;
	}
	.header-left-menu {
	    padding-top: 36px;
	    width: 306px;
	}
	.header-left-menu ul li a, .header-right-menu ul li a {
	    font-size: 18px;
	    line-height: 20px;
	}
	.header-left-menu, .header-right-menu{
	padding-top: 36px;
	    width: 36%;
	}
	.affiliates-section .affiliate-icons-list ul li{
		width:15%;
		margin:0 15px;
	}
	.affiliates-section{
		padding:50px 0;
	}
	.affiliates-section h3{
	    font-size: 23px;
	    line-height: 24px;
		margin:0 0 23px;
	}
	.footer-text-full-div ul li {
	    font-size: 15px;
	    margin-right: 10px;
	    padding-right: 14px;
	}
	.logo-wrap {
	    width: 28%;
	}
	.about-section-full h2.about-title, .collection-main-div h5, .contact-full-section h2.about-title, .collection-gallery-main h6 {
	    font-size: 44px;
	    line-height: 44px;
	}
	.about-section-full h6 {
	    font-size: 20px;
	    line-height: 27px;
	}
	.about-section-full p {
	    line-height: 22px;
	    margin-bottom: 18px;
	}
	.about-section-full {
	    margin: 8px 0 63px;
	}
	.header-top-full-div-inner h6 {
	    margin: 18px 0 0;
	}
	.home-slider-full-div {
	    padding-top: 45px;
	}
	/*.collection-list.one_half {
	    margin: 0 4% 30px 0;
	    width: 48%;
	}*/
	/* .collection-item {
		width: calc(50% - 40px);
	}*/
	.collection-title h3, .contact-form-section h4 {
	    font-size: 25px;
	    line-height: 25px;
		letter-spacing: 1px;
	}
	.collection-main-div {
	    margin-bottom: 18px;
	}
	.collection-inner-list-main.one_third {
	    margin: 0 2% 18px 0;
	    width: 32%;
	}
	.contact-address-section ul li.contact-location {
	    padding-left: 24px;
		background-position:0 8px;
	}
	.contact-address-section ul li {
	    font-size: 19px;
	    line-height: 26px;
	    margin-right: 57px;
	}
	.contact-address-section {
	    margin: 48px 0;
	    padding-bottom: 46px;
	}
	.contact-form-section h4 {
	    margin-bottom: 32px;
	}
	.contact-form-section {
	    padding-bottom: 40px;
	}
	.page-caption h1, .collection-main-div h5, .page-caption h1, .collection-gallery-main h6{
		font-size: 40px;
	    letter-spacing: 5px;
	    line-height: 40px;
	}
	.collection-page-titile {
	    padding: 73px 10px 63px;
	}
	.page-featured-img-div {
	    padding-top: 63px;
	}
	.page-template-page-contact-php .page-featured-img-div {
	    padding-top: 80px;
	}
	.send-us-feedbak-full-left {
	    width: 45%;
	}
	.send-us-feedbak-full-right {
	    width: 53%;
	}
	.page-template-page-contact-php footer#site-footer {
	    padding-bottom: 10px;
	}
	.header-left-menu ul.menu li, .header-right-menu ul.menu li{
		margin-right:32px;
	}
	.header-right-menu ul.menu li{
		margin-right:20px;
	}
	.header-right-menu{
		padding-left:21px;
	}
	.header-left-menu ul.menu li a, .header-right-menu ul.menu li a{
		font-size:18px;
	}
	.header-social-icons .social-icons-list ul li{
		margin:0 9px;
	}
	.header-inner{
		padding:26px 0 24px;
	}
	.footer-bottom-m{
		width:20%;
	}
	.footer-bottom-l{
		width:40%;
	}
	.copyrights{
		padding:50px 0 55px;
	}
	.main-container .slider-text h2{
	line-height: 39px;
	font-size:30px;
	padding: 80px 0 0;
	}

}

@media only screen and (max-width:767px) {
    .middle-image img {
        max-width: 50%;
    }
	.container{
		max-width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.main-container-wrap nav ul#menu-main-menu{
	    background: #545454;
	    cursor: auto;
	    height: 100%;
	    overflow-x: hidden;
	    overflow-y: auto;
	    padding: 10px 12px;
	    position: fixed;
	    top: 44px;
	    transform: translateX(-100%);
	    transition: all 0.3s ease 0s;
	    width: 230px;
	    z-index: 9999;
	}
	.main-container-wrap nav ul#menu-main-menu.active {
	    transform: translateX(0%);
	}
	.header-mobile-menu {
	    background: #5e615e;
	    display: block;
	    padding: 8px 0 0;
	    position: relative;
	}
	.home-mobile-menu {
	    position: absolute;
	    right: 12px;
	    top: 12px;
	    z-index: 999;
	}
	.home-mobile-menu a {
	    background:url(../images/home-menu-mobile-icon2.png) no-repeat right center;
	    display: block;
	    height: 20px;
	    text-indent: -9999px;
	    width: 22px;
	}
	.header-mobile-menu .secondary-navigation {
	    padding-top: 0;
	    width: 100%;
		display:block;
	}
	.header-mobile-menu .secondary-navigation .show_mobile {
	    padding:0 0 8px 12px;
	}
	.header-mobile-menu .secondary-navigation .show_mobile a {
	    background:url(../images/mobile-menu-icon.png) no-repeat center center;
	    border: 1px solid #fff;
	    border-radius: 3px;
	    color: #ffffff;
	    display: block;
	    height: 28px;
	    text-indent: -9999px;
	    width: 32px;
	}
	.header-mobile-menu .secondary-navigation #navigation ul#menu-main-menu li {
	    border-bottom: 1px dotted #fff;
	    display: block;
	    position: relative;
	    width: 100%;
	}
	.header-mobile-menu .secondary-navigation #navigation ul#menu-main-menu li:last-child{
		border:none;
	}
	.header-mobile-menu .secondary-navigation #navigation ul#menu-main-menu li a {
	    color: #fff;
	    display: block;
	    font-size: 17px;
	    padding: 10px 0;
		line-height:20px;
		font-family: "cinzelregular";
	    text-transform: uppercase;
	}
	.header-left-menu {
	    display: none;
	}
	.header-right-menu {
	    display: none;
	}
	.logo-wrap {
	    float: none;
		margin:auto;
		    width: 210px;
	}
	.header-top-full-div {
	    padding-top: 17px;
	    text-align: center;
	}
	.header-top-main-left a {
	    line-height: 20px;
	}
	.header-top-main-right ul li {
	    line-height: 20px;
	    margin-right: 7px;
	    padding-right: 11px;
	}
	.header-top-main-right ul li:last-child{
		margin-right:0;
	}
	.header-top-main-right, .header-top-main-left{
	    display: inline-block;
	    float: none;
	    padding: 0 10px 10px;
	}
	.header-top-full-div-inner h6 {
	    margin:10px 0 0;
	}
	.header-inner{
		padding:6px 0 17px;
	}
	.about-section-full h6 {
	 font-size: 17px;
	    line-height: 21px;
	    padding-bottom: 14px;
	}
	.page-template-page-contact-php .page-featured-img-div {
	    padding-top: 23px;
	}
	.about-section-full .wpb_text_column.wpb_content_element.about-ef-text{
		margin-bottom:13px;
	}
	.about-section-full p {
	  font-size: 15px;
	    line-height: 20px;
	    margin-bottom: 12px;
	}
	.about-section-full {
	    margin: 12px 0 27px;
	}
	.copyrights {
		text-align:center;
		padding: 0 0 16px;
	}
	.footer-text-full-div {
	    margin-bottom: 12px;
	    padding-bottom: 12px;
	    text-align: center;
	}
	.page-template-template_home-php .footer-text-full-div {
		    margin-top: 12px;
	}
	.about-section-full h2.about-title {
	    margin-bottom: 15px;
	}
	.footer-text-full-div ul li {
	font-size: 12px;
	    margin: 0 5px 10px;
	    line-height: 20px;
	    padding: 0;
	    float: none;
	    display: inline-block;
	    background: none;
	}
	/*.collection-list.one_half {
	    margin-bottom: 14px;
	    margin-right: 0;
	    width: 100%;
	}*/
	/*	.collection-item {
		width: 100%;
		margin: 0 0 40px;
	}*/
	.collection-title h3 {
	    font-size: 20px;
	    letter-spacing: 0;
	    line-height: 21px;
	}
	.copy-right-text {
	    margin: auto;
	    text-align: center;
	    width: 100%;
	}
	.copy-right-text-left {
	    margin-bottom: 12px;
		background:none;
		width:100%;
		float:none;
	}
	#copyright-note .right{
		float:none;
	}
	.collection-main-div {
		margin-bottom: 10px;
	}
	.collection-gallery-main-inner img {
	    display: block;
	    margin: auto;
	    width: 100%;
	}
	.collection-inner-list-main.one_third {
	      margin: 0 0 14px;
	    width: 100%;
	}
	.single-gal-images-main {
	    padding-bottom: 10px;
	}
	.about-section-full h2.about-title, .collection-main-div h5, .contact-full-section h2.about-title, .collection-gallery-main h6 {
	    font-size: 22px;
	    letter-spacing: 4px;
	    line-height: 24px;
	}
	.collection-gallery-main h6 {
	    margin-top: 9px;
	    text-align: center;
	}
	.contact-address-section ul li {
	  display: block;
	    font-size: 18px;
	    line-height: 24px;
	    margin: 0 0 14px;
	}
	.contact-address-section ul li.contact-location{
		padding-left:28px;
	}
	.contact-address-section {
	  margin: 20px 0 16px;
	    padding-bottom: 18px;
	}
	.contact-form-section h4 {
	 font-size: 18px;
	    letter-spacing: 0;
	    line-height: 23px;
	    margin-bottom: 15px;
	}
	.send-us-feedbak-full-left {
	    width: 100%;
	}
	.send-us-feedbak-full-right {
	    margin-top: 10px;
	    width: 100%;
	}
	textarea {
	    height: 90px;
	}
	.send-us-feedbak-full {
	    margin-bottom: 14px;
	}
	.capcha-text {
	    padding-bottom: 15px;
	}
	.contact-form-section {
	    padding-bottom: 8px;
		 margin-bottom: 18px;
	}
	footer .container{
		padding-left:10px;
		padding-right:10px;
	}
	.mobile-slider-full-div {
	    display: block;
	      padding: 20px 0 0;
	}
	.home-slider-full-div{
		display:none;
	}
	.collection-page-titile {
	    padding: 16px 10px;
	}
	.page-caption h1, .collection-main-div h5, .page-caption h1, .collection-gallery-main h6{
	  font-size: 21px;
	    letter-spacing: 2px;
	    line-height: 24px;
	    margin-bottom: 0;
	}
	#lightbox #outerImageContainer, #lightbox #imageDataContainer{
		width:96% !important;
	}
	.page-featured-img-div {
	    padding-top: 22px;
	}
	.page-template-template_about-php .page-caption {
	    padding: 2px 0 3px;
	}
	input, textarea, select{
		padding:12px 16px;
	}
	.page-template-page-contact-php footer#site-footer {
	    padding-bottom: 0;
	}
	.header-social-icons{
	    float: left;
	    padding: 6px 0 0 40%;
	}
	.affiliates-section .affiliate-icons-list ul li{
	margin: 0 8px;
	    vertical-align: middle;
	    width: 15%;
	}
	.affiliates-section h3{
		margin:0 0 10px;
	}
	.affiliates-section{
		padding:15px 0;
	}
	.footer-bottom-l {
	    float: none;
	    width: 100%;
	    padding: 0;
	}
	.footer-bottom-m {
	    float: none;
	    width: 100%;
	    padding: 13px 0;
	}
	.footer-bottom-r{
		float:none;
	}
	.mobile-slider-full-div .rev_slider_wrapper .rev_slider .tp-caption.slider-text-title {
	    text-align: center !important;
	    color: #ececec !important;
	    font-size: 17px !important;
	    font-family: 'cinzelregular' !important;
	    font-weight: normal !important;
	    letter-spacing: 0 !important;
	    line-height: 30px !important;
	    text-transform: uppercase !important;
	}
	.mobile-slider-full-div .rev_slider_wrapper .rev_slider .tp-caption.slider-text-title b {
	    font-weight: normal !important;
	    font-family: 'cinzelbold' !important;
		 font-size: 17px !important;
	}
	.main-container .slider-text h2{
	    font-size: 15px;
	    padding: 28px 0 0;
		line-height:24px;
	}


}

@media only screen and (min-width:568px) and (max-width:767px){
/*	.collection-list.one_half{
	    margin-bottom: 10px;
	    margin-right: 2%;
	    width: 49%;
	}*/
	.collection-img img{
	    margin: auto;
	    width: 100%;
	}
	.collection-title{
	    bottom: 40px;
	}
	.collection-inner-list-main.one_third{
	margin: 0 2% 10px 0;
	    width: 32%;
	}
	.wpb_text_column.wpb_content_element.contact-middle-image{
	    margin-top: 20px;
	}
	.main-container .slider-text h2{
	    font-size: 22px;
	    padding: 36px 0 0;
	    line-height: 32px;
	}
	.mobile-slider-full-div{
		padding:30px 0 0;
	}

}