/* =========================================
                Mobile Menu
============================================ */

.navbar-header {
    position: relative;
}

#mobile-nav-open-btn {
    font-size: 30px;
    color: var(--moon-yellow-2);
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 6px;
    /* hide mobile nav open btn */
    display: none;
}

#mobile-nav {
    /* by default, mobile nav will be hidden with height 0% */
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-y: hidden;
}

#mobile-nav-close-btn {
    font-family: "Raleway", sans-serif;
    font-size: 70px;
    color: #212226;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: -9px;
    right: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav-content {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
}

#mobile-nav ul li {
    margin-bottom: 20px;
}

#mobile-nav a {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #212226;
    font-weight: 400;
    text-transform: uppercase;
    display: inline;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus {
    color: var(--moon-yellow-2);
    background: none;
}


/* Mobile nav scroll spy active state */

.white-nav-top #mobile-nav ul.nav>li.active>a {
    color: var(--moon-yellow-2);
    font-weight: 500;
}




/*==================================================
			Bootstrap 3 Media Queries        
==================================================*/
@media (min-width: 1920px) and (max-width: 2560px)  {
	#footer-id-2-responsive {
		display: none;
	}
    
}

@media (min-width: 1299px) and (max-width: 1920px) {

    .navbar > .container-fluid .navbar-brand {
        margin-left: -50px;
        /*background-color: cornflowerblue;*/
        /*padding: 2px;*/
    }

    /* Carousel */
	#carousel .container-fluid  {
		margin-left: 50px;
		margin-right: 50px;
	}
	#carousel  img {
		width:100%;
	}
	
	#footer-id-2-responsive {
		display: none;
	}	

	/* Navigation */
/*    .site-nav-wrapper {
        margin-right: -300px;
    }*/
	
/*	.navbar {
        padding: 20px 0;
    }
    .site-nav-wrapper,
    .white-nav-top {
        padding: 0;
    }*/
}

/* Large Devices (Custom for linera system description) */
@media (min-width: 1287px) and (max-width: 1535px) {
    .card-item_04 hr {
        width: 194px;
    }
}


@media (min-width: 1200px) and (max-width: 1299px) {

    .card-item_04 hr {
        width: 194px;
    }
	
    /* Navigation */
    .site-nav-wrapper {
        padding: 0 20px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: -36px;
        /*background-color: orange;*/
        /*padding: 2px;*/
    }
	
	#footer-id-2-responsive {
		display: none;
	}	
}


/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {

    .card-item_04 hr {
        width: 194px;
    }

    .cotton-img {
        /*text-align: center !important;*/
        margin: 0;
        /*background-color: red;*/
        padding: 16px;
        width: 60px;
    }

    /* Navigation */
    .site-nav-wrapper {
        padding: 0;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        /*background-color: red;*/
        /*padding: 2px;*/
    }

    /* Generic */
    .vertical-heading h2 {
        font-size: 39px;
    }

    .vertical-heading-sch-h1 {
        margin-top: 2px;
        font-size: 29px;
    }

    .vertical-heading-sch-h2 {
        padding-top: 10px;
        font-size: 29px;
    }

    /* Services 02 */
    #services-tabs .tab-bg {
        padding: 16px 30px;
        min-height: 300px;
    }
    .service-tab p {
        line-height: 20px;
    }
	
	#search-form {
    margin-left: 180px;
	}
	
	#footer-id-1 ul li{
		display: inline-block;
		padding-top: 10px;
	}
	
	#footer-id-1 .vertical-line {
		display: none;
 	}
	
	#footer-id-2-responsive {
		display: none;
	}
	
	
}


/* Small Devices (Portrait Tablets & Small Desktops) */

/*@media (min-width: 768px) and (max-width: 800px) {
	.nav > li > a {
		padding: 15px 2px;	
	}
	
	ul.navbar-nav > li > a {
		font-size: 8px;
		color:red;
	}
}*/




@media (min-width: 768px) and (max-width: 991px) {


    .blog-start {
        margin-bottom: 0px;
    }


    .cotton-img {
        /*text-align: center !important;*/
        margin: 0 !important;
        /*background-color: red;*/
        padding-left: 0;
        padding-bottom: 16px;
        width: 60px;
    }

    .abaConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .abaConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .abaConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 4px;
        transform: rotate(180deg);
        /*color: red;*/
    }

    /*stConfWrap*/
    .stConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .stConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 3px;
        transform: rotate(180deg);
        /*color: red;*/
    }


    #masonry-container {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
	
	 /* Navigation */
	.nav > li > a {
		padding: 15px 7px;	
	}
	
	ul.navbar-nav > li > a {
		font-size: 12px !important;
		letter-spacing: 0px !important;
	}

    .dropbtn-flag {
        font-size: 12px !important;
    }
	


    .site-nav-wrapper {
        padding: 0;
    }
	
	.container-fluid-nav-7 {
		padding-right: -8px;	
		/*background-color: blue;*/
	}

    /*.navbar > .container-fluid .navbar-brand {*/
    /*    margin-left: -15px;*/
    /*}*/

    /*.navbar-brand img {*/
    /*    width: 170px !important;*/
    /*}*/

    .navbar-brand img {
        opacity: 0;
        margin: 0;
        padding: 0;
    }

    .navbar-brand {
        background: url("../images_www/logo/cleoni_logo_black2.png") no-repeat center;
        /*width:200px !important;*/
        background-size: 170px 22px;
        background-repeat: no-repeat;
        display: block;
        width: 170px;
        height: 22px;
        margin-left: 0px !important;
        margin-top: 12px !important;
    }


    /* Home */
    #home-heading h1 {
        font-size: 41px;
    }
    #home-text p {
        font-size: 12px;
    }
    /* Generic */
    .btn-general {
        padding: 8px 35px 8px 35px;
        font-size: 12px;
    }
    /* Generic */
    .vertical-heading-sch-h1 {
        margin-top: 2px;
        font-size: 29px;
    }

    .vertical-heading-sch-h2 {
        padding-top: 10px;
        font-size: 29px;
    }

    .vertical-heading-sch-h2 {
        font-size: 29px;
    }

    /* Tech Statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    /* Services 02 */
    .r-tabs-accordion-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .r-tabs-accordion-title a {
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        color: #212226;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0;
        text-decoration: none;
    }
    /* Tab active state */
    .r-tabs-accordion-title.r-tabs-state-active a {
        color: var(--moon-yellow-2);
        font-weight: 700;
        border-bottom: 3px solid var(--moon-yellow-2);
        padding-bottom: 5px;
        -webkit-transition: border-color 300ms linear;
        transition: border-color 300ms linear;
    }
    /* Pricing */
    .pricing-table .price h2 {
        margin: 0 0 0 6px;
        font-size: 35px;
    }
    /* Stats */
    .stats-item p {
        line-height: 18px;
    }
    /* Blog */
    .blog-post .post-meta p {
        line-height: 14px;
    }
    /* Contact */
    ul.office-details li {
        margin-right: 15px;
    }
    ul.office-details li i {
        width: 25px;
    }
	
	.card-item_01 {
		padding-bottom: 200px;
		padding-top: 10px;
	}
	
	.card-item_02 {
		padding-bottom: 200px;
		padding-top: 10px;
	}
	
	#search-form {
    	/*margin-left: 14px;*/
	}
	
	.store-item-columns > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;	
	}

	#store .list-group-item {
		width: 300px;
		border: none;
		display: inline-block;
	}
	
	#contact-description {
		text-align: center !important;
		margin-left: 0px !important;
	}
	
	#contact-description h6 {
		font-size: 30px;
	}
	
	#contact-description h7 {
		font-size: 18px;
	}
	
	.contact-description-left {
		padding-left: 0px;
	}
	
	.contact-description-right {
		padding-left: 0px;
		padding-top: 20px;
	}
	
	#contact-center {
		text-align: center;
		padding-top: 60px;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	
	#footer-id-1 .text-right {
    	text-align: center;
	}
	
	#footer-id-1 ul li{
		display: inline-block;
		padding-top: 10px;
	}
	
	#function_buttons_1 {
		text-align: center;
	}
	
	#function_buttons_1 .btn-yellow {
		margin-bottom: 10px;
	}
	
	#function_buttons_2 {
		text-align: center;
	}
	
	#function_buttons_2 .btn-yellow {
		margin-bottom: 10px;
	}
	
	.card-item_out_port_01 {
		padding: 10px 0px !important;
	}
	
	.card-item_out_port_02 {
		padding: 10px 0px !important;
	}
	
	#footer-id-2 {
		display: none;
	}
	
	.card-item_03 hr {
		width: 140px;
	}

    .card-item_04 hr {
        width: 140px;
    }

    /* Blog */
    .blog-post .post-meta p {
        line-height: 14px;
    }


	
	
}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 767px) {
    /*gdy szerokość ekranu będzie równa lub mniejsza niż 767 pikseli*/

    #nav-cat-seo ul.nav-cat-seo > li {
        margin-bottom: 5px !important;
        display: block !important;
    }

    .blog-start {
        margin-bottom: 0px !important;
    }


    #home-bg-video-2 video {
        padding-top: 0px !important;
    }

    .btn-back-to-previous-ne {
        display: none !important;
    }

    #show-news-events .content-box-lg {
        padding: 40px 0 !important;
    }

    #news-events-left .vertical-heading h1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }
    #news-events-left .vertical-heading h5 span {
        display: inline !important;
    }

    #news-events-img-001 {
        margin-top: 0;
    }

    #cleoni-intro {
        display: none;
    }

    .navbar2 {
        top: 0 !important;
    }

    .abaConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .abaConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .abaConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 4px;
        transform: rotate(180deg);
        /*color: red;*/
    }

    /*stConfWrap*/
    .stConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .stConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .stConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 3px;
        transform: rotate(180deg);
        /*color: red;*/
    }

    .cotton-img {
        /*text-align: center !important;*/
        margin: 0 !important;
        /*background-color: red;*/
        padding: 16px;
        width: 60px;
    }



    #masonry-container {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }

    /* Navigaiton */
    .navbar {
        padding: 20px 0;
    }
    .site-nav-wrapper,
    .white-nav-top {
        padding: 0;
    }
    /*.navbar-brand {*/
    /*    padding: 10px 0px;*/
    /*}*/

    .navbar-brand img {
        opacity: 0;
        margin: 0;
        padding: 0;
    }

    .navbar-brand {
        background: url("../images_www/logo/cleoni_logo_black2.png") no-repeat center;
        /*width:200px !important;*/
        background-size: 200px 26px;
        background-repeat: no-repeat;
        display: block;
        width: 200px;
        height: 26px;
        margin-left: 0px !important;
        margin-top: 12px !important;
    }

    /* show mobile nav open btn */
    #mobile-nav-open-btn {
        display: block;
    }
    /* Home */
    #home-heading h1 {
        font-size: 22px;
    }
    #home-text p {
        font-size: 13px;
        line-height: 18px;
        margin: 8px 2px 30px 2px;
    }
    /* Generic */
    .btn-general {
        padding: 8px 25px 6px 25px;
        font-size: 10px;
    }
    /* About 01 */
    /* Large Content Box */
    .content-box-lg {
        padding: 90px 0;
    }

    .about_hdr_01 {
        padding: 100px 20px 0px;
    }
    /* Vertical heading */
    .vertical-heading {
        text-align: center;
    }

    .vertical-heading-cat {
        text-align: center;
    }

    .vertical-heading h5 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        position: static;
        margin-bottom: 15px;
    }

    .vertical-heading-sch {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        position: static;
        margin-bottom: 15px;
    }

    .vertical-heading h2 {
        font-size: 39px;
        line-height: normal;
        margin: 0;
    }

    .vertical-heading-sch-h1 {
        font-size: 29px;
        line-height: normal;
        margin: 0;
    }

    .vertical-heading-sch-h2 {
        font-size: 29px;
        line-height: normal;
        margin: -20px 0 0;
    }

    #about-left {
        margin-bottom: 50px;
    }
    #about-right {
        text-align: center;
    }
    /* About 02 */
    /* Medium Content Box */
    .content-box-md {
        padding: 80px 0;
    }
    .about-item {
        padding: 25px 10px;
        margin-bottom: 15px;
    }
	
    .about-item i {
        font-size: 30px;
    }
    .about-item h3 {
        font-size: 18px;
    }
    /* Team */
    #team-left .vertical-heading {
        min-height: 130px;
    }
    .skill h4 {
        font-size: 14px;
        line-height: 35px;
    }
    /* Tech Statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    /* Services 01 */
    /* Horizontal heading */
    .horizontal-heading {
        margin-bottom: 40px;
    }
    .horizontal-heading h2 {
        font-size: 30px;
    }
    #services-01 img {
        margin: 35px 0;
    }
    .service,
    .service .icon {
        text-align: center;
    }
    .service h4 {
        font-size: 18px;
    }
    /* Services 02 */
    .r-tabs-accordion-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .r-tabs-accordion-title a {
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        color: #212226;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0;
        text-decoration: none;
    }
    /* Tab active state */
    .r-tabs-accordion-title.r-tabs-state-active a {
        color: var(--moon-yellow-2);
        font-weight: 700;
        border-bottom: 3px solid var(--moon-yellow-2);
        padding-bottom: 5px;
        -webkit-transition: border-color 300ms linear;
        transition: border-color 300ms linear;
    }
    #services-tabs .tab-bg {
        text-align: center;
        padding: 40px 30px;
    }
    #services-tabs h2 {
        font-size: 40px;
    }
    #services-tabs h3 {
        font-size: 28px;
    }
    /* Portfolio */
    #portfolio {
        padding-bottom: 0;
    }
    #isotope-filters button {
        padding-right: 15px;
    }
    /* Testimonials */
    #testimonials {
        padding-top: 45px;
    }
    #testimonial-slider {
        top: 0;
    }
    #testimonials .vertical-heading {
        padding: 0;
    }
    .testimonial .row {
        margin: 0;
    }
    .testimonial h3 {
        font-size: 20px;
    }
    .testimonial .stars {
        font-size: 16px;
    }
    .author img {
        width: 80px !important;
    }
    /* Pricing */
    .pricing-table {
        margin-bottom: 30px;
    }
    .pricing-table .price h2 {
        font-size: 28px;
        margin: 0 0 0 16px;
    }
    /* Stats */
    .stats-item {
        margin-bottom: 20px;
        padding: 25px 5px;
    }
    .stats-item i {
        font-size: 30px;
    }
    .stats-item h3 {
        font-size: 24px;
    }
    /* Blog */
    #blog-left {
        text-align: center;
        margin-bottom: 30px;
    }
    .blog-post {
        margin-bottom: 25px;
    }
    /* Contact */
    #contact-left {
        text-align: center;
		margin-bottom: 45px;
    }
	#contact-right{
        /*text-align: center;*/	
    }
	
	#contact-description {
		text-align: center !important;
		margin-left: 0px !important;
	}
	
	#contact-description h6 {
		font-size: 28px;
	}
	
	#contact-cleoni-center h7 {
		font-size: 18px;
	}
	
	.contact-description-left {
		padding-left: 0px;
	}
	
	.contact-description-right {
		padding-left: 0px;
		padding-top: 20px;
	}
	
	#contact-center {
		text-align: center;
		padding-top: 60px;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	
    .office {
        margin-bottom: 40px;
    }
    ul.office-details li {
        display: block;
        margin-top: 25px;
    }
    ul.office-details li i {
        width: auto;
        display: block;
        margin-bottom: 3px;
    }
    ul.social-list {
        margin-bottom: 40px;
    }
	
	.card-item_01 {
		padding-bottom: 200px;
		padding-top: 10px;
	}
	
	.card-item_02 {
		padding-bottom: 200px;
		padding-top: 10px;
	}
	
	.team-about-member-info h6 {
		font-size: 14px;
	}
	
	.team-about-member-info p {
		font-size: 12px;
	}
	
	.dropdown-content a {
		font-size: 14px;
	}
	
	#search-form {
		display: table;
		margin-right: auto;
		margin-left: auto;
	}
	
	.store-item-columns > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;	
	}

	#store .list-group-item {
		width: 300px;
		border: none;
		display: inline-block;
	}
	
	#footer-id-1  {
		/*background-color: red;*/
	}
	
	#footer-id-1 .text-right {
    	text-align: center;
	}
	
	#footer-id-1 ul li{
		display: inline-block;
		padding-top: 10px;
	}
	
	#footer-id-1 .vertical-line {
		display: none;
 	}
	
	.list-group-footer-2 {
		text-align: center;
	}
	
	#footer-id-2 h3 {
    	margin-left: -15px;
	}
	
	#function_buttons_1 {
		text-align: center;
	}
	
	#function_buttons_1 .btn-yellow {
		margin-bottom: 10px;
	}
	
	#function_buttons_2 {
		text-align: center;
	}
	
	#function_buttons_2 .btn-yellow {
		margin-bottom: 10px;
	}
	
	.card-item_out_port_01 {
		padding: 30px 0px !important;
	}
	
	.card-item_out_port_02 {
		padding: 30px 0px !important;
	}
	
	.price-f-a .icon {
		text-align: center;
	}
	
	.price-f-a h4 {
		text-align: center;
	}
	
	#footer-id-2 {
		display: none;
	}
	
	.card-item_03 hr {
		width: 100px;
	}

    .card-item_04 hr {
        width: 100px;
    }

    .card-item_03 {
        background-position: right 1px top -10px;
        padding: 20px 20px;
    }

    /*.card-item_04 {*/
    /*    background-position: right 1px top -10px;*/
    /*    padding: 20px 20px;*/
    /*}*/

    #press-02 .seolink-r {
        text-align: center;
    }

    #press-02 .text-right {
        text-align: center;
    }

    #press-02 img {
        width: 35%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    #press-02 .press-f-a h4 {
        font-size: 18px;
    }

    #seo-center .img-seo-res {
        width: 100%;
    }

    #seo-center .pull-left {
        clear:both;
    }


}

/* Extra Small Devices (Portrait Phones & Smaller Devices) */

@media (max-width: 480px) {

    #accordion-mobile-navigation .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: white;
        font-size: 16px !important;
    }

    #accordion-mobile-navigation-2 .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: white;
        font-size: 16px !important;
    }

    #nav-cat-seo ul.nav-cat-seo > li {
        margin-bottom: 5px !important;
        display: block !important;
    }

    .blog-start {
        margin-bottom: 0px !important;
    }


    #home-bg-video-2 video {
        padding-top: 0px !important;
    }

    .btn-back-to-previous-ne {
        display: none !important;
    }

    #show-news-events .content-box-lg {
        padding: 40px 0 !important;
    }

    #news-events-left .vertical-heading h1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

    #news-events-left .vertical-heading h5 span {
        display: inline !important;
    }

    #news-events-img-001 {
        margin-top: 0;
    }

    #cleoni-intro {
        display: none;
    }

    .navbar2 {
        top: 0 !important;
    }

    .abaConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .abaConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .abaConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 4px;
        transform: rotate(180deg);
        /*color: red;*/
    }

    /*stConfWrap*/
    .stConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .stConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .stConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 3px;
        transform: rotate(180deg);
        /*color: red;*/
    }

    .cotton-img {
        /*text-align: center !important;*/
        margin: 0 !important;
        /*background-color: red;*/
        padding: 16px;
        width: 60px;
    }

    #masonry-container {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }

    /* Home */
    #home-heading h1 {
        font-size: 18px;
    }
    #home-text p {
        font-size: 11px;
        line-height: 16px;
        margin: 8px 10px 25px 10px;
    }
    /* Generic */
    .vertical-heading h2 {
        font-size: 29px;
    }
    /* Portfolio */
    #isotope-filters {
        text-align: center;
    }
    #isotope-filters button {
        font-size: 10px;
        padding-right: 14px;
    }
    /* Testimonials */
    .testimonial h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .testimonial .stars {
        font-size: 13px;
    }
	
	.dropdown-content a {
		font-size: 14px;
	}
	
	.about-item {
        padding: 25px 10px;
        margin-bottom: 15px;
    }
	
	#search-form {
		display: table;
		margin-right: auto;
		margin-left: auto;
	}
	
	.store-item-columns > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	}

	#store .list-group-item {
		width: 300px;
		border: none;
		display: inline-block;
	}
	
	.list-group-footer-2 {
		text-align: center;
	}
	
	#footer-id-2 h3 {
    	margin-left: -15px;
	}
	
	#footer-id-2 {
		display: none;
	}
	
	.card-item_03 hr {
		width: 90px;
	}

    .card-item_04 hr {
        width: 90px;
    }

    .img-responsive-select {
        max-width: 180px !important;
        width:100%;
    }

    .card-item_03 {
        background-position: right 1px top -10px;
        padding: 20px 20px;

    }

    #modal-filter .modal-filter {
        width: 330px;
    }

    .pagination a,
    .pagination span {
        padding: 6px 13px !important;
        margin: 5px 5px;
    }

    #press-02 .seolink-r {
        text-align: center;
    }

    #press-02 .text-right {
        text-align: center;
    }

    #press-02 img {
        width: 35%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    #press-02 .press-f-a h4 {
        font-size: 18px;
    }

    #clear_filter_button {
        margin-bottom: 15px !important;
    }

    #product_price_query_button {
        margin-bottom: 15px !important;
    }

}



/* Extra Small Devices (Portrait Phones & Smaller Devices) */
@media (max-width: 320px) {

    #clear_filter_button {
        margin-bottom: 14px !important;
    }

    #product_price_query_button {
        margin-bottom: 14px !important;
    }

    #accordion-mobile-navigation .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: white;
        font-size: 14px !important;
    }

    #accordion-mobile-navigation-2 .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: white;
        font-size: 14px !important;
    }

    #nav-cat-seo ul.nav-cat-seo > li {
        margin-bottom: 5px !important;
        display: block !important;
    }
    .blog-start {
        margin-bottom: 0px !important;
    }

    #home-bg-video-2 video {
        padding-top: 0px !important;
    }

    .btn-back-to-previous-ne {
        display: none !important;
    }

    #show-news-events .content-box-lg {
        padding: 40px 0 !important;
    }

    #news-events-left .vertical-heading h1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

    #news-events-left .vertical-heading h5 span {
        display: inline !important;
    }

    #news-events-img-001 {
        margin-top: 0;
    }

    #cleoni-intro {
        display: none;
    }

    .navbar2 {
        top: 0 !important;
    }

    .abaConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .abaConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .abaConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .abaConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 4px;
        transform: rotate(180deg);
        /*color: red;*/
    }

    /*stConfWrap*/
    .stConfWrap .show {
        width: 225px;
        left: -230px;
        margin-left: 20px;
    }

    .stConfWrap i.fa.fa-question-circle {
        font-size: 25px !important;
        top: -4px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stConfWrap i.fa.fa-times-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-circle {
        top: -11px;
        left: -10px;
    }

    .stConfWrap i.fa.fa-caret-left {
        top: 0;
        left: 3px;
        transform: rotate(180deg);
        /*color: red;*/
    }


    #masonry-container {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }

    /* Testimonials */
    .testimonial h3 {
        font-size: 12px;
        line-height: 16px;
    }
    .testimonial .stars {
        font-size: 10px;
    }
	
	.dropdown-content a {
	font-size: 14px;
	}
	
	.about-item {
        padding: 25px 10px;
        margin-bottom: 15px;
    }
	
	.store-item-columns > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	}

	#store .list-group-item {
		width: 300px;
		border: none;
		display: inline-block;
	}
	
	.list-group-footer-2 {
		text-align: center;
	}
	
	#footer-id-2 h3 {
    	margin-left: -15px;
	}
	
	#footer-id-2 {
		display: none;
	}

    .img-responsive-select {
        max-width: 160px !important;
        width:100%;
    }

    .card-item_03 {
        background-position: right 1px top -10px;
        padding: 20px 20px;

    }

    #modal-filter .modal-filter {
        top: 65%;
        width: 300px;
    }

    .pagination a,
    .pagination span {
        padding: 6px 13px !important;
        margin: 5px 5px;
    }

    #press-02 .seolink-r {
        text-align: center;
    }

    #press-02 .text-right {
        text-align: center;
    }

    #press-02 img {
        width: 25%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    #press-02 .press-f-a h4 {
        font-size: 18px;
    }

    .card-item_04 hr {
        width: 80px;
    }

}

/*statment only for ios*/
@supports (-webkit-touch-callout: none) {
    #statement {
        background: url('../images_www/tech/tech-statement_480.png') center center no-repeat scroll;
        background-size: auto 100vh;
    }

    #statement .content-box-lg {
        background: rgba(0, 0, 0, 0.4);
    }

}