*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    color: #333333;
}
button:focus {
    outline:none;
}
.cms-home .header.header-back {
    background: #333333;
}
.cms-home .header.fixed-header{
    background: #333333;
} 
.cms-home .header {
    background: transparent;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    background: #333333;
}
.header-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
}
.hover_logo{
    display: none;
}
.logo, .hover_logo {
    width: 280px;
    margin: auto 0;
}
.logo img, .hover_logo img {
    width: 100%;
}
.header.header-back .logo{
    display: none;
}
.hover_logo{
    display: none;
}
.header.header-back .hover_logo{
    display: block;
}
.fixed-header .logo img, .fixed-header .hover_logo img {
    width: 100%;
    max-width: 165px;
    padding: 7px 0;
}
.header_navigation {
    margin-left:auto;
}
.header_navigation .navbar {
    position: static;
    padding: 0;
}
.header_navigation .navbar .nav-item {
    position: static;
    line-height: 120px;
    margin: 0 8px;
}
.fixed-header .header_navigation .navbar .nav-item{
    line-height: 59px;
}
.header_navigation .navbar .nav-item.item-hover .nav-link{
    background-color: #fff;
    color: #000;
} 


@media(min-width:1024px){
    .header_navigation .navbar .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
        border-radius: 0;
        border: 0;
        padding: 25px 0;
        margin: 0;
        display: none;
    }
   .header_navigation .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    } 
}

.header_navigation .navbar .navbar-nav .dropdown-menu .sub-dropdown {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
.header_navigation .navbar .navbar-nav .dropdown-menu .dropdown-item {
    width: 11.11%;
    float: left;
    clear: inherit;
    text-align: center;
    line-height: initial;
    white-space: inherit;
    padding: 0;
}
.header_navigation .navbar .navbar-nav .dropdown-menu .dropdown-item img {
    width: 100%;
    max-width: 85px;
    display: block;
    margin: 0 auto;
}
.header_navigation .navbar .navbar-nav .dropdown-menu .dropdown-item a {
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.header_navigation .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 10px;
}
.header_navigation .navbar-nav .nav-item .nav-link:hover {
    background: #fff;
    color: #000;
}
/*.header_navigation .navbar-nav .nav-item:last-child {
     margin: auto 8px;
}
.cms-home .header_navigation .navbar-nav .nav-item:last-child .nav-link{
     background: #2299d6;
}
.header_navigation .navbar-nav .nav-item:last-child .nav-link {
    background: #2299d6;
    border-radius: 55px;
    margin: auto;
    line-height: initial;
    padding: 3px 25px;

}
.header.fixed-header .header_navigation .navbar-nav .nav-item:last-child .nav-link{
    background: #2299d6;
}
.header-back .navbar-nav .nav-item:last-child .nav-link{
   background: #2299d6;
}*/
.header_navigation .dropdown-toggle::after{
    display: none;
}
.header_navigation .dropdown-item.active, .header_navigation .dropdown-item:active{
    background-color: transparent;
}
.header_navigation .dropdown-item:focus, .header_navigation .dropdown-item:hover{
    background-color: transparent;
}



.banner-slider .item {
    height: 100vh;
    background-size: cover;
    position: relative;
}
.banner-slider .item:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    content: '';
}
.banner-slider .banner-text {
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    color: #fff;
    z-index: 99;
    text-transform: uppercase;
}
.banner-slider .banner-text .banner-btn {
    background: #2299d6;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    font-size: 25px;
    border-radius: 73px;
    margin-top: 95px;
    text-decoration: none;
}
.banner-slider .banner-text .banner-btn:hover{
    background:#333333;
}
.banner-slider .banner-text .banner-btn:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 45px;
}
.banner-slider .banner-text h1 {
    font-size: 46px;
}
.banner-slider .banner-text p {
    font-size: 22px;
    margin: 0;
}

.home-content-block {
    margin: 75px 0;
}
.block-title {
    text-align: center;
}
.block-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}
.wall-of-sound {
    margin-bottom: 40px;
}
.wall-of-sound p {
    font-size: 20px;
    text-align: center;
    color: #333333;
}
.wall-of-sound-desc p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin: 0;
}
.wall-of-sound a {
    color: #333333;
    text-decoration: underline;
}



/* pages banner image */

.page-top-banner .banner-image{
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center;
}
.page-top-image .banner-image{
   background-position: inherit; 
}
.page-top-banner .page-title h1 {
    color: #fff;
    font-weight: 300;
}
.page-top-banner .page-title {
    position: absolute;
    bottom: 15px;
    z-index:9;
    left: 15%;
}

.page-top-banner .title-grya-light h1, .page-top-banner .title-grya-light h1{
    color: #333;
}
.page-half-top-banner .banner-image{
	height:420px;
	background-position: center;
}
.top-map iframe {
    height: 100vh;
    background-size: cover;
    position: relative;
    width: 150%;
    right: 50%;
}
.top-map .map-address {
    max-width: 490px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #fff;
    right: 15%;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
}
.top-map .map-address h2 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 3px;
}
.top-map .map-address p {
    margin: 0;
    line-height: 25px;
}
.top-map .map-address h3 {
    font-weight: 900;
    font-size: 25px;
    margin: 0;
    margin-bottom: 4px;
}
.top-map .map-address a {
    color: #333;
    text-decoration: none;
}



/* --- right choice Block --- */

.right-choice-block .block-title {
    text-align: center;
}
.right-choice-block .block-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}
.right-choice-desc {
    border-top: 1px solid #333333;
    padding: 30px 15px;
    margin-bottom: 20px;
}
.right-choice-desc p {
    font-size: 20px;
    text-align: center;
    color: #333333;
}
.right-choice-desc a {
    color: #333333;
    text-decoration: underline;
}

/* pages top content block   ----*/

.pages-top-content-block {
    margin: 75px 0;
}
.top-content-block-image img{
    width: 100%;
}
.pages-top-content-block p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
}
.top-content-block-desc h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 35px;
}
.flex-desc{
    margin: auto;
}
.top-content-heading-text h3 {
    font-size: 20px;
    line-height: 30px;
}
.top-content-heading-text {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
}
.top-row-desc{
   margin: 0; 
}
.top-row-desc p{
    margin: 0;
}
.about-top-content-block {
   margin: 50px 0 75px 0;
}
.about-top-content-block .top-content-heading-text h3{
	margin-bottom: 50px;
}


.find-us-york .top-content-block-desc{
	max-width: 400px;
    margin: 0 auto;
}
.find-us-york .top-content-block-desc h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 15px;
}

.right-image img, .left-image img {
    width: 100%;
}
.left-content{
    background: #f2f3f4;
    margin-right: -20px;
}
.content-container {
    max-width: 400px;
    margin-left: auto;
}
.content-container h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.content-container p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}
.left-content .content-container{
     margin-left:auto;
    margin-right: 90px;
}
.left-content .content-container , .right-content .content-container{
    padding: 65px 0
}
.right-content .content-container{
    margin-left: 90px;
}
.left-right-section .right-image {
    margin-left: 20px;
}
.right-content .content-container{
    margin-left: 0;
    margin-left: 90px;
}
.content-container .visit-btn {
    margin-top: 82px;
}
.left-right-section .box-image{
    height: 100%;
    background-size: cover;
    background-position: center;
}
.content-container ul li {
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
}
.content-container ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
.content-container ul {
    padding: 0;
    margin: 0;
}
.content-container p a {
    color: #333;
    text-decoration: underline;
}
.get-in-touch {
    margin-top: 80px;
}
.get-in-touch-btn{
    display: inline-block;
    background: #2299d6;
    color: #fff;
    padding: 5px 9px;
    font-weight: 300;
    border-radius: 81px;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
}
.get-in-touch-btn:hover{
    background: #333333;
    text-decoration: none;
    color: #fff;
}

.commerical .content-container h3{
	text-transform: inherit;
}
.commerical .left-content {
    background: transparent;
}
.commerical .right-content {
    background: #f2f3f4;
}
.right-choice-bottom {
    margin-top: 70px;
}

.home-cinema-article .content-container h5 {
    font-size: 18px;
    line-height: 25px;
}
.home-cinema-article .content-container ul {
    padding-left: 20px;
}
.home-cinema-article .content-container ul li {
    margin-bottom: 5px;
}


.audio-why-choose .why-choose-list {
    margin-bottom: 65px;
}
.audio-why-choose .why-choose-list:last-child {
    margin-bottom: 40px;
}
.audio-why-choose .why-choose-list:before{
    top: 0;
}


.flex-auto{
    margin: auto 0;
}
.acoustics .left-content{
    background: transparent;
}
.left-right-section.high-performance-audio .box-image {
    height: 100%;
}

.faq-faq-section {
    margin-top: 65px;
}
.que-ans {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 15px;
    background: #f2f3f4;
    margin-bottom: 20px;
}
.que-ans > h3 {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.que-ans > h3:after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 100;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 14px;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    color:#2299d6;
    border: 1px solid #2299d6;
    padding: 2px;
    border-radius: 67px;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 16px;
}
.que-ans > h3.active:after {
    content: "\f01b";
    border: 0;
    font-size: 20px;
    color: #ff6565;
}
.faq_content {
    padding-top: 10px;
}
.faq_content p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}
.faq_list .que-ans:last-child {
    margin: 0;
}

.qustion-not-answered {
    background: #f2f3f4;
    padding: 60px 0;
    margin-top: 150px;
}
.qustion-not-answered .qustion {
    text-align: center;
}
.qustion-not-answered .qustion h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.qustion-not-answered .qustion p{
	font-size: 15px;
}


.team-items .team-list:after {
    clear: both;
    display: table;
    content: '';
}
.team-items .team-list .team-image {
    width: 20%;
    float: left;
    padding-right: 10px;
}
.team-items {
    margin-top: 25px;
}
.team-items .team-list .team-info {
    width: 80%;
    float: right;
    padding-left: 10px;
}
.team-list {
    border-bottom:1px solid #333333;
    padding: 40px 80px;
}
.team-items .team-list:last-child {
    border: 0;
    padding-bottom: 0;
}
.team-items .team-list .team-info h3.name {
    font-size: 30px;
    font-weight: 600;
    margin-bottom:5px;
}
.team-items .team-list .team-info .team-post {
    color: #2299d6;
    font-size: 20px;
}
.team-items .team-list .team-info p {
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #000;
}
.team-items .team-image img {
    width: 100%;
}
.team-items .team-list .team-hover-image {
    display: none;
}
.team-items .team-list .team-image:hover .team-hover-image {
    display: block;
}
.team-items .team-list .team-image:hover .team-normal-image{
    display: none;
}



.masonry-items {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap:3px;
    margin-top: 70px;
}
.masonry-items .masonry-info {
    background: #f2f3f4;
    padding: 15px;
    margin-bottom: 3px;
    display: inline-block;
    padding: 30px 25px;
}
.masonry-info p {
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
}    
.masonry-info .user-details .username {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.masonry-info .user-details .place {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.masonry-info .user-details {
    text-align: right;
}

.home-cinema-packages {
    background: #f2f3f4;
    padding: 60px 0;
}
.home-cinema-packages .packages-box{
    align-items: center;
   justify-content: center;
}
.cinema-aricle-packages{
    background: transparent;
}
.packages-item img {
    width: 100%;
}
.home-cinema-packages-title {
    margin-bottom: 50px;
    text-align: center;
}
.home-cinema-packages-title h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.home-cinema-packages-title p {
    font-size: 20px;
}
.home-cinema-packages .box-padding {
    padding: 2px;
}
.packages-item {
    position: relative;
}
.packages-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    color: #fff;
    margin: auto;
    text-align: center;
    line-height: 278px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}


.tv-service {
    padding: 70px 0;
}
.tv-service .service-title p {
    margin: 0;
}
.tv-service .service-title {
    text-align: center;
    margin-bottom: 80px;
}
.tv-service .service-title h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
.tv-service-container {
    max-width: 900px;
    margin: 0 auto;
}
.tv-service-list ul li {
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 7px;
    position: relative;
}
.tv-service-list ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
.tv-service-list ul {
    margin: 0;
    padding: 0;
}

.aerial-services{
    background: #f2f3f4;
}
.samsung-frame{
    background: transparent;
}
.frame .home-cinema-packages-title {
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.frame .home-cinema-packages-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom:5px;
}
.frame .home-cinema-packages-title p {
    font-size: 15px;
    line-height: 30px;
}

.services {
    background: #f2f3f4;
    padding: 65px 0;
}
.services .service-item {
    text-align: center;
    margin-top: 85px;
}
.services .service-item img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.services .service-item a{
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}

.visit-section {
    margin: 75px 0;
}
.Visit-desc {
    max-width: 420px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}
.Visit-desc .block-title h1{
    text-align: left;
}
.Visit-image img{
  width: 100%;  
}
.Visit-desc p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin: 0;
}
.visit-btn {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.visit-btn a {
    background: #2299d6;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    width: 190px;
    border-radius: 67px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 20px;
    font-size: 18px;
    text-decoration: none;
} 
.visit-btn .btn-york {
    line-height: 45px;
    margin-right: auto;
}  
.visit-btn a:hover{
    background: #333333;
}

.featured-products {
    padding: 0 20px;
}
.featured-products .block-title h1{
	margin-bottom: 65px;
}
.featured-products .products-item {
   box-shadow: 0 0px 2px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 12%);
   padding: 55px 25px 10px;
   height: 100%;
}
.featured-products .products-item:after {
    clear: both;
    display: table;
    content: '';
}
.featured-products .products-item .product-info{
    max-width: 530px;
    display: flex;
}
.featured-products .products-item .product-details{
    width: 250px;
}
.featured-products .products-left-item .product-info {
    margin-left: auto;
}
.featured-products .products-right-item .product-info {
    margin-right: auto;
}
.featured-products .products-item .product-image img {
    width: 100%;
}
.featured-products .products-item .product-item-link {
    font-size: 33px;
    margin: 15px 0;
    display: inline-block;
    line-height: 40px;
    color: #333333;
    font-weight: 300;
    text-decoration: none;
}
.featured-products .products-item .price {
    font-weight: 700;
    font-size: 16px;
}
.featured-products .products-item .category-name {
    font-size: 16px;
    margin: 0;
    color: #2299d6;
    font-weight: 600;
}


.our-brands {
    margin: 80px 0 60px;
}
.brands-slider .item {
    padding: 10px 13px;
}
.brands-slider .owl-nav span {
    font-size: 43px;
    color: #747476;
    font-weight: 300;
}
.brands-slider button.owl-prev{
    position: absolute;
    left: 0;
    top:10px;
}
.brands-slider button.owl-next {
    position: absolute;
    top:10px;
    right: 0;
}




.why-choose {
    padding: 35px 0;
    background-size: cover;
}
.why-choose .block-title {
    text-align: center;
    padding: 40px 0;
}    
.why-choose .block-title h1{
    color: #fff;    
    margin-bottom: 0;
}
.why-choose-list p {
    font-size: 14px;
    line-height: 30px;
}
.why-choose-desc {
    margin: 0 auto;
    max-width: 760px;
    padding-top: 30px;
}
.why-choose-list {
    color: #fff;
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px;
}
.why-choose-desc h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
.why-choose-list:before {
    background-image: url('/includes/layout/images/WhyChoose icon.png');
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    background-size: cover;
    top: 10px;
}

.lighting-blinds-why-choose .why-choose-desc {
    max-width: 560px;
    margin-left: 0
}
.lighting-blinds-why-choose .choose-list-footer {
    margin-top: 70px;
}
.lighting-blinds-why-choose .choose-list-footer p {
    color: #fff;
    font-size: 20px;
}

.testimonial {
    background: #f2f3f4;
    padding:50px 0;
}
.testimonial .testimonial-item {
    max-width: 945px;
    margin: 0 auto;
}
.testimonial .testimonial-image {
    width: 18%;
    float: left;
}
.testimonial .testimonial-image img {
    border-radius: 5px;
}
.testimonial .testimonial-info {
    width: 77%;
    float: right;
}
.testimonial .testimonial-info p {
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
}
.testimonial .testimonial-info .user-details span {
    display: block;
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
}
.testimonial-slider .owl-nav span {
    font-size: 50px;
    color: #747476;
    font-weight: 300;
}
.testimonial-slider button.owl-prev {
    position: absolute;
    left: 0;
    top: 35px;
}
.testimonial-slider button.owl-next {
    position: absolute;
    top:35px;
    right: 0;
}
.testimonial-slider button.owl-dot {
    background: #333333;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
}
.testimonial-slider button.owl-dot.active {
    background: #2299d6;
}
.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}


.help-section {
    padding: 90px 0 115px 0;
    background-size: cover;
    background-position: center;
}
.help-content {
    width: 340px;
    margin-left: 80px;
}
.help-content h3 {
    font-size: 35px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 55px;
}
.btn-link {
    display: inline-block;
    background: #2299d6;
    color: #fff;
    padding: 5px;
    font-weight: 300;
    border-radius: 81px;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
    text-decoration: none;
}
.btn-link:hover {
    color: #fff;
    background: #333333;
    text-decoration: none;
}



.galley-masonry {
    margin-top: 70px;
}
.galley {
  column-width: 300px;
  column-gap: 3px;
}
.galley img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 3px;
}
.galley-masonry .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,0.6);
  perspective: 1000;
  z-index: 99;
}
.galley-masonry .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.galley-masonry [class^="arrow"] {
  height:75px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.galley-masonry [class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
}
.galley-masonry .arrowr {
  right: 0;
}
.galley-masonry .arrowr:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.galley-masonry .arrowl {
  left: 0;
}
.galley-masonry .arrowl:after {
  border-left: 2px solid white;
  border-top: 2px solid white;
}
.galley-masonry .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 10px;
  cursor: pointer;
  opacity: 1;
}
.galley-masonry .close:after,
.galley-masonry .close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 25px;
    background: #fffefe;
    opacity: 1;
}
.galley-masonry .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.galley-masonry .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-help-details {
    text-align: center;
}
.contact-help {
    margin: 80px 0 40px 0;
    position: relative;
}
.contact-help-details .help-image {
    display: inline-block;
}
.contact-help-details .help-image img {
    margin-top: -85px;
}
.contact-help .contact-help-details .help-text {
    display: inline-block;
    padding-left: 8px;
    text-align: left;
}
.contact-help .contact-help-details:after {
    top: 47px;
}
.contact-help-details:after {
    background: #333333;
    content: '';
    height: 55px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    top: 35px;
}
.contact-help .contact-help-details .help-text p {
    margin-bottom: 2px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.contact-help-details .help-text p a {
    color: #000000;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
}
.contact-help-details .help-text h3 a {
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.contact_form {
    max-width: 730px;
    margin: 0 auto;
}
.contact_form input.form-control {
    height: 55px;
    border-color: #9c9595;
    border-radius: 0;
    border-width: 1px;
    font-size: 18px;
    font-weight: 200;
}
.contact_form textarea.form-control {
    border-color: #9c9595;
    border-radius: 0;
    border-width: 1px;
    font-size: 18px;
    font-weight: 200;
}
.contact_form .form-check {
    text-align: center;
    margin: 8px 0;
}
.contact_form .btn_submit {
    margin: 0 auto;
    background: #2299d6;
    border: 1px solid #2299d6;
    color: #fff;
    font-size: 18px;
    padding: 2px 20px;
    font-weight: 300;
    border-radius: 95px;
    margin-top: 0px;
    text-transform: uppercase;
    display: inline-block;
}
.contact_form .form-check-label {
    font-size: 15px;
}
.contact_form .form-check-label a {
    text-decoration: underline;
    color: #414042;
}
.contact_form input.form-control::placeholder, .contact_form textarea.form-control::placeholder {
    font-weight: 400;
    color: #000;
}


.cms-pages {
    padding-top: 120px;
}
.cms-contant {
    margin-bottom:50px;
}
.cms-title {
    margin: 30px 0;
}
.cms-contant p {
    font-size: 15px;
}
.cms-contant h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
}
.cms-title h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.cms-contant ol {
    padding-left: 20px;
}
.cms-contant ol li, .cms-contant ul li {
    font-size: 15px;
}
.cms-contant ul li{
   list-style-type: none;
   margin: 8px 0;
}


.blog-landing{
    margin: 70px 0; 
}
.bog-items{
    height: 100%;
    display: flex;
}
.blog-item a {
    color: #333;
    text-decoration: none;
}
.blog-item {
    background: #f2f3f4;
    max-width: 325px;
    margin-bottom:50px;
}
.blog-item .blog-image img {
    width: 100%;
}
.blog-item .blog-content {
    padding: 55px 15px;
}
.blog-item .blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.blog-item .blog-content p {
    line-height: 25px;
    font-size: 16px;
}
.blog-pagination {
    margin: 20px 0 0 0;
}
.blog-pagination ul {
    margin: 0;
}
.blog-pagination ul li {
    display: inline-block;
}
.blog-pagination ul li.active a {
    background: #2299d6;
    color: #fff;
}
.blog-pagination ul li a {
    font-size: 20px;
    border-right: 1px solid;
    padding: 10px 18px;
    display: inline-block;
    color: #333333;
    text-decoration: none;
}

.blog_sidebar h1 {
    font-size: 37px;
    margin: 0 0 25px;
    font-weight: 300;
}
.blog_sidebar ul {
    margin:0;
}
.blog_sidebar ul li a {
    color: #333;
    text-decoration: none;
}
.blog_sidebar ul li {
    list-style: none;
    font-size: 15px;
    margin: 0 0 10px;
}
.blog_sidebar .archive {
    margin-top: 50px;
}
.blog_sidebar .subcribe {
    background: #333333;
    padding: 30px 25px;
    text-align: center;
    display: block;
    width: 100%;
    float: none;
}
.blog_sidebar .subcribe .block.newsletter {
    width: 100%;
    max-width: 100%;
    display: block;
}
.blog_sidebar .block.newsletter .form.subscribe {
    display: block;
    width: 100%;
}
.blog_sidebar .block.newsletter .control input {
    background-color: #fff;
    color: #000;
    height: 44px;
    border: none;
    font-size: 14px;
    border-radius: 0;
    padding-left: 20px;
    width: 100%;
}
.blog_sidebar .block.newsletter .control input::placeholder {
    color: #000;
}
.blog_sidebar .block.newsletter .field.newsletter {
    margin: 25px 0;
}
.blog_sidebar .block.newsletter .actions .action.subscribe {
    height: 32px;
    border-radius: 67px;
    text-transform: uppercase;
    padding: 0 17px;
    background-color: #2299d6;
    border: 0;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-weight: 300;
}
.blog_sidebar .block.newsletter .actions {
    padding: 10px 0 20px 0;
}
.blog_sidebar .subcribe .block-title strong {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: capitalize;
}

.blog_article  .article_content {
    background: #f2f3f4;
    padding: 50px 0;
    margin:50px 0 70px 0;
}

.blog_article .prev-next {
    margin: 0px 0 40px;
    text-align: center;
}
.blog_article .prev-next ul{
    margin: 0
}
.blog_article .prev-next ul li {
    display: inline-block;
    padding: 0 30px;
}
.blog_article .prev-next ul li a {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}
.blog_article .blog_content .page_title {
    text-align: center;
}
.blog_article .blog_content .page_title h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 25px;
}
.blog_article .blog_content {
    max-width: 950px;
    margin: 0 auto;
}
.blog_slider .item {
    width: 100%;
    height: 630px;
    background-size: cover;
    background-position: center;
}
.owl-carousel.blog_slider .owl-nav button.owl-next span, .owl-carousel.blog_slider .owl-nav button.owl-prev span{
    color: #404040;
    font-size: 34px;
}
.owl-carousel.blog_slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -35px;
}
.owl-carousel.blog_slider .owl-nav button.owl-next{
    right: -35px;
    position: absolute;
    top: 50%;
}
.blog_article .blog_content .blog_text {
    font-size: 16px;
    line-height: 30px;
}
.blog_article .blog_content .blog_text h3 {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: inherit;
}
.blog_article .blog_content .blog_text p {
    margin: 0 0 20px;   
}
.blog_article .blog_content .blog_text ul {
    margin: 0 0 40px;
}
.blog_article .blog_content .blog_text ul span {
    font-weight: 600;
}
.blog_article .blog_content .blog_text ul li {
    padding-left: 30px;
    list-style: none;
}
.blog_article .blog_content .share_icon {
    font-size: 30px;
    margin-bottom: 20px;
}
.blog_article .blog_content .share_icon a{
    color: #333333;
}
.blog_article {
    padding-top: 120px;
}

.breadcrumbs {
    padding:20px 0;
}
.breadcrumbs ul {
    margin: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumbs li a {
    color: #333;
    font-size: 12px;
    padding: 0 6px;
}
.breadcrumbs li:not(:last-child):after {
    font-size: 14px;
    line-height: 17px;
    content: '/';
    color: #333;
    margin: 0;
}

.home-cinema-article {
    padding-top: 120px;
}
.cinema-aricle-header {
    text-align: center;
    margin: 15px 0 51px 0;
}
.cinema-aricle-header h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cinema-aricle-header p {
    font-size: 20px;
}


.footer {
    background: #333;
}
.footer-top {
    background: #333;
    color: #a8a8a8;
    font-size: 14px;
    padding-top:45px;
    padding-bottom: 15px;
}
.footer-top a {
    color: #a8a8a8;
}
.footer-block-title a {
    color: #fff;
}
.footer-block-title {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .075em;
    text-transform: uppercase;
    text-align: left;
    margin: 5px 0 15px;
    color: #fff;
    display: inline-block;
}
.footer-top .contact-info {
    margin: 0;
    padding: 0;
}
.footer-top .contact-info li {
    list-style-type: none;
}
.footer-top .contact-info b {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 7px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
.footer-middle .footer-middle-block {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    padding: 15px 0;
}
.footer-middle .footer-links li a {
    color: #a8a8a8;
    font-size: 14px;
}
.footer-middle .footer-links li{
    list-style-type: none;
    line-height: 20px;
}
.footer-online-shop img {
    width: 100%;
    margin-top: 20px;
}
.footer-bottom {
    padding: 20px 0;
}
.footer-bottom .copywrite {
    color: #a8a8a8;
    font-size: 13px;
    padding: 12px 0;
}
.footer-bottom .copywrite p {
    margin: 0;
}
.footer-bottom .social-icons {
    text-align: right;
}
.footer-bottom .social-icons ul {
    margin: 0;
}
.footer-bottom .social-icons li {
    display: inline-block;
}
.footer-bottom .social-icons li a {
    background-color: #212121;
    color: #fff;
    font-size: 19px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 0px;
    line-height: 46px;
    display: inline-block;
}
.subcribe {
    float: right;
}
.subcribe .block-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 1;
}
 .subcribe .block-title strong {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .075em;
    text-transform: uppercase;
    color: #fff;
}
.block.newsletter {
    width: auto;
    max-width: 375px;
    display: inline-block;
    vertical-align: middle;
}
.block.newsletter .form.subscribe {
    max-width: 300px;
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%;
}
.block.newsletter .control input {
    background-color: #fff;
    color: #686865;
    height: 44px;
    border: none;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    padding-left: 40px;
}
.block.newsletter .control input::placeholder {
    color: #ccc;
}
.block.newsletter .control input:focus {
    outline: none;
}
.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}
.block.newsletter .actions .action.subscribe {
    height: 44px;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    padding: 0 22px;
    background-color: #212121;
    border:0;
    color: #fff;
    font-size: 14px;
}
.block.newsletter .actions .action.subscribe:focus{
    outline: none;
}

.televisions_page .page-top-banner .title-grya-light h1{
    color: #fff;
}
.page-main .galley-masonry .lightbox img{
    max-height: none;
}
.page-main .galley-masonry .lightbox{
    background-color: rgba(0,0,0,0.7);
}
.page-main .galley-masonry .close{
    right: 30%;
    top: 10%;
}



@media(min-width: 1024px) and (max-width: 1200px){
    .banner-slider .item{
        height: 680px;
    }
    .page-top-banner .banner-image{
        height: 680px;
    }
    .top-map iframe {
    	   height: 680px;
    }
    .visit-btn{
        margin-top:45px;
    }
    .logo {
	    width: 230px;
	}
}
@media(min-width: 768px) and (max-width:1023px){
    .banner-slider .item{
        height:510px;
    }
    .banner-slider .banner-text{
        top: 30%;
    }
    .page-top-banner .banner-image{
        height: 515px;
    }
    .top-map iframe {
    	height: 515px;
    }	
    .services .service-item a{
        font-size: 14px;
    }
    .block-title h1{
        font-size: 25px;
    }
    .visit-btn{
    	margin-top: 30px;
    }
    .visit-btn .btn-york{
        line-height: 42px;
    }
    .visit-btn a {
        width: 155px;
        font-size: 15px;
    }
    .Visit-desc{
        padding: 10px 0 0 0;
    }
    .featured-products .products-item{
        padding: 30px 10px 10px;
    }
    .featured-products .products-item .product-item-link{
        line-height: 25px;
        font-size: 20px;
    }
    .featured-products .products-item .price{
        font-size: 14px;
    }
    .left-content .content-container, .right-content .content-container {
	    padding: 35px 20px;
	}
	.right-content .content-container {
    	margin-left: 0;
    }	
    .left-content .content-container{
    	    margin-right: 0;
    }
    .get-in-touch {
	    margin-top: 35px;
	}
	.content-container .visit-btn {
	    margin-top: 35px;
	}
	.packages-item a{
		line-height: 175px;
		font-size: 25px;
	}
	.team-list{
		padding: 40px 0;
	}
	.blog_article {
	    padding-top: 0;
	}
	.blog_slider .item {
	    height: 445px;
	}
    .blog_sidebar .subcribe .block-title strong{
        font-size: 35px;
    }
    .blog_sidebar .subcribe .block-title{
        margin-right: 0;
    }
	.cms-pages {
	    padding-top: 0;
	}
	.home-cinema-article {
	    padding-top: 0;
	}

	.subcribe .block-title{
		margin-bottom: 10px;
	}
	.social-auto, .rights-auto {
	    margin: auto;
	}
}    
@media(min-width:1024px){
    .header_navigation .navbar .nav-item .caret{
        display: none;
      }
}
@media(max-width:992px){
    .cms-home .header, .header{
        background: #333333;
        padding: 10px 0;
    }
    .fixed-header .header_navigation .navbar .nav-item {
        line-height:inherit;
    }
    .logo img {
        max-width: 200px;
    }
    .header{
        position: static;
    }
    .header-wrapper{
        display: block;
    }
    .header_navigation .navbar .nav-item{
        line-height: inherit;
        position: relative;
        margin:7px 0;
    }
    .header_navigation .navbar .navbar-nav .dropdown-menu{
        position: static;
    }
    .header_navigation .navbar .navbar-nav .dropdown-menu .sub-dropdown{
        display: block;
    }
    .header_navigation .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
    }
    .header_navigation .navbar .navbar-nav .dropdown-menu .dropdown-item {
        width: 100%;
        float: none;
        text-align: left;
        margin: 12px 0;
    } 
    .header_navigation .navbar .navbar-nav .dropdown-menu .dropdown-item img {
        width: 100%;
        max-width: 50px;
        margin: 0;
    }
    .header_navigation .navbar .navbar-nav .dropdown-menu .dropdown-item span {
        margin: auto 15px;
    }
    .header_navigation .navbar .navbar-nav .dropdown-menu .dropdown-item a {
        text-transform: uppercase;
        font-size: 12px;
        color: #000;
        display: flex;
        font-weight: 600;
    }
/*    .header_navigation .navbar-nav .nav-item:last-child {
        margin: 8px 0;
    }*/
/*    .cms-home .header_navigation .navbar-nav .nav-item:last-child .nav-link {
        background: #2299d6;
    }
    .header_navigation .navbar-nav .nav-item:last-child .nav-link{
        display: inline-block;
    }*/
    .header_navigation .navbar-nav .nav-item .nav-link:hover {
	    background: transparent;
	    color: #fff;
	}
	.header_navigation .navbar-nav {
        padding: 15px 0;
    }
    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 15px;
        color: #fff;
        font-size: 30px;
    }
    .header_navigation .navbar .nav-item .caret {
        position: absolute;
        top: 6px;
        right: -1px;
        width: 25px;
        height: 25px;
        background: #fff;
        text-align: center;
    }
}
@media(max-width: 767px){
    .banner-slider .banner-text{
        top: 20%;
    }
    .banner-slider .item{
        height: 320px;
    }  
    .page-top-banner .banner-image.top-map {
	    height: 440px;
	}
    .top-map iframe{
    	height: 440px
    }
    .top-map .map-address {
	    position: absolute;
	    right: 15px;
	    width: auto;
	    padding: 30px 15px;
	    left: 15px;
	}
	.top-map .map-address h2 {
	    font-size: 23px;
	    margin-top: 15px;
	    margin-bottom: 3px;
	}
	.top-map .map-address{
		padding: 15px;
	}
    .banner-slider .banner-text h1 {
        font-size: 22px;
    } 
    .banner-slider .banner-text .banner-btn {
        font-size: 18px;
        margin-top: 27px;
    }
    .banner-slider .banner-text p{
        font-size: 17px;
    }
    .services .service-item {
         margin-top: 60px;
    }
    .home-content-block {
        margin: 40px 0;
    }
    .visit-section {
        margin: 40px 0;
    }
    .Visit-desc{
        padding-top: 0;
    }
    .visit-btn {
        margin-top: 40px;
    }
    .visit-btn a{
        width: 165px;
        font-size: 15px;
    }    
    .block-title h1{
        font-size: 28px;
    }
    .wall-of-sound p{
        font-size: 18px;
    }


    .featured-products .products-item .product-info{
        flex-wrap: wrap
    }
    .featured-products .products-item .product-details{
        order: 1;
    }
    .featured-products {
        padding: 0;
    }
    .featured-products .products-item {
        padding: 20px 25px 30px;
        height: auto;
        margin-bottom: 23px;
    }

    .our-brands {
        margin: 35px 0 45px;
    }


    .why-choose-list:before{
        width: 60px;
        height: 60px;
    }
    .why-choose-list {
        padding-left: 80px;
    }
    .why-choose-desc h2{
        font-size: 22px;
    }
    .why-choose-list p{
        line-height: 22px;
    }

    .testimonial .testimonial-info p{
        font-size: 16px;
        line-height: 25px;
    }


    .page-top-banner .banner-image{
        height: 250px;
    }
    .page-top-banner .page-title{
        left: 15px;
    }
    .help-content {
	    width: 100%;
	    margin-left: 0;
	    text-align: center;
	    padding: 0 15px;
	}
	.help-content h3 {
    	font-size: 30px;
    }	

    .pages-top-content-block {
	    margin: 45px 0;
	}
	.top-content-block-desc h3{
		font-size: 25px;
	}
	.left-content{
		margin-right: 0;
	}
	.left-content .content-container{
		margin-right: 0;
	}
	.left-content .content-container, .right-content .content-container {
	    padding: 50px 15px;
	}
	.content-container .visit-btn {
	    margin-top: 50px;
	}
	.right-content .content-container {
	    margin-left: 0;
	}
	.get-in-touch {
	    margin-top: 50px;
	}
	.left-right-section .box-image{
		margin-left: 0;
		height: 195px;
	}


	.packages-item a{
		font-size: 25px;
		line-height: 185px;
	}

	.home-cinema-article {
    	padding-top: 0;
	}
	.left-right-section .text-order, .text-order {
	    order: 2;
	}
	.home-cinema-packages .packages-box {
	    justify-content: left;
	}
	.right-choice-desc p {
	    font-size: 18px;
	    margin: 0;
	}
	.right-choice-block .block-title h1 {
    	font-size: 25px;
    }
    .home-cinema-packages {
	    padding: 35px 0;
	}	
	.home-cinema-packages-title h1 {
	    font-size: 25px;
	    margin-bottom: 10px;
	}
	.home-cinema-packages-title p {
	    font-size: 18px;
	}

	.tv-service {
	    padding: 40px 0 0 0;
	}
	.tv-service-list {
	    margin: 15px 0;
	}
	.tv-service .service-title {
	    margin-bottom: 30px;
	}
	.frame .home-cinema-packages-title h1 {
    	font-size: 25px;
    }
    .frame .home-cinema-packages-title p {
	    line-height: 25px;
	}

	.aerial-services{
		padding-bottom: 30px;
	}	

	.team-list {
	    padding: 40px 0;
	}
	.team-items .team-list .team-image {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	.team-items .team-list .team-info p {
/*	    word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;*/
	}
	.team-items .team-list .team-info {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	    margin-top: 20px;
	}

	.qustion-not-answered{
		margin-top: 50px;
	}
	.faq-faq-section {
	    margin-top: 50px;
	}
	.masonry-items{
		margin-top: 30px;
		-webkit-column-count:1;
   	 	-moz-column-count:1;
    	column-count: 1;
	}

	.contact-help {
	    margin: 111px 0 40px 0;
	}
	.contact-help .contact-help-details .help-text p{
		text-align: center;
	}
	.contact-help .contact-help-details .help-text{
		text-align: center;
		padding-left: 0;
	}
	.contact-help .contact-help-details:after {
	    top: 95px;
	}


	.blog-pagination {
	    margin: 20px 0 45px 0;
	}
	.blog-landing {
	    margin: 40px 0;
	}
	.blog-item {
	    max-width: 100%;
	} 
	.blog-item {
	    margin-bottom: 25px;
	}  
	.blog_article .article_content{
		margin: 30px 0;
        padding-bottom: 10px;
	}
	.blog_article {
	    padding-top: 0;
	} 
	.blog_slider .item {
	    height: 230px;
	}
	.blog_article .blog_content .page_title h2 {
	    font-size: 30px;
	}

	.owl-carousel.blog_slider .owl-nav button.owl-prev{
		left: -12px;
	}
	.owl-carousel.blog_slider .owl-nav button.owl-next {
	    right: -12px;
	}

	.cms-pages {
	    padding-top: 0;
	}
	.top-content-block-image img{
		margin-bottom: 15px;
	}
	.top-content-heading-text{
		padding: 0;
	}

    .footer-online-shop img {
	    margin-top: 15px;
	    max-width: 185px;
	}
	.footer-bottom .social-icons {
	    text-align: left;
	}
	.footer-bottom .social-icons {
	    text-align: left;
	    margin-top: 15px;
	}
	.subcribe .block-title strong {
	    margin-bottom: 12px;
	    display: inline-block;
	}
    .block.newsletter .control input {
        padding-left: 15px;
    }
	.block.newsletter .actions .action.subscribe{
		padding: 0 15px;
	}
}    
@media(max-width:320px){
	.banner-slider .banner-text {
	    padding: 0 15px;
	}
	.block-title h1 {
	    font-size: 25px;
	}
	.visit-btn a {
	    width: 139px;
	    font-size: 13px;
	    padding: 4px 16px;	
	}
	.visit-btn .btn-york {
	    line-height: 32px;
	    margin-right: auto;
	}
    .top-map .map-address {
        right: 10px;
        left: 10px;
    }
    .top-map .map-address h3 {
       font-size: 20px;
     }  
    .top-map .map-address p{
        font-size: 14px;
    }
    .blog-pagination ul li a {
        padding: 5px 15px;
    }
}