/*================= MASTER STYLESHEET =================================

	Project     :	VIBGYOR Page
	Version     :	1.0
	Last Change : 	06/1/2017
	Primary Use :   VIBGYOR HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.NAVIGATION
		2.HEADER-1
		3.RECENT RELEASE
		4.FEATURED THEMES
		5.WAY OF WORKING
		6.THIS WEEK FREE FILE
		7.POPULAR TEMPLATES
		8.AFFILIATE PROGRAM
		9.NAME AND STYLE
		10.NEW COLLECTION
		11.TWO COLUMN BORDER
		12.LIMITED TIME OFFER
		13.GALLERY-1
		14.LATEST TRENDS
		15.GALLERY-2
		16.FOOTER

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


		Theme Color	  :#9678d5
					  :#7c7ce7
					  :#a2d282
					  :#ebd87c
					  :#f6ae65
					  :#ec6969 
	Main Heading Color :#ffffff, #555555 
	SubHeading Color   :#ffffff, #555555 
	Content Color      :#ffffff, #555555 

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================
	
	Body    :font-family: 'Source Sans Pro', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/* @import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i'; */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
body {
    font-size: 0;
}
/* elements */

p {
    margin: 0px;
}
body {
    font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4 {
    letter-spacing: 1px;
}
h1,
h2 {
    color: #ffffff;
    font-weight: 700;
}
h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
}
h2 {
    font-size: 20px;
    line-height: 28px;
}
.h2-bottom {
    margin-bottom: 15px;
}
h3,
h4 {
    color: #e10808;
}
h3 {
    font-size: 35px;
    font-weight:700;
    line-height: 42px;
}
.h3-white-text {
    color: #ffffff;
}
.h3-bottom {
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}
.p-black-text {
    color: #000000;
}
.p-bottom {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 80px 0 80px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.common-btn {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px 8px 16px;
	display:table-cell;
	
}
.btn-1 {
    background-color: #e10808;
    border: 0;
}
.btn-2 {
    border: 0;
    color: #ffffff;
}
.btn-top {
    margin-top: 30px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.link-top {
    margin-top: 15px;
}
.link-black {
    color: #555555;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.uline-bottom {
    margin-bottom: 40px;
}
.uline2-bottom {
    margin-bottom: 15px;
}
.grow {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.grow:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.common-dolor {
    font-size: 15px;
    font-weight: 900;
    line-height: 22px;
}
.header1-head1,
.header1-head2,
.header1-head3,
.affiliate-text,
.spring,
.limited-price,
.gallery2-br-text,
.gallery2-text,
.footer-text,
.common-dolor,
.link,
.btn-1,
.btn-2 {
    letter-spacing: 1px;
}
.affiliate-text,
.gallery2-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 30px;
}

.header1-bgimage, .release-bgimage, .featured-bgimage, .way-bgimage, .file-bgimage, .popular-bgimage, .affiliate-bgimage, .gallery2-bgimage{background-position: center; background-repeat:no-repeat; background-size:cover;}
.saf-center{display:inline-block;}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline {
    display: inline-block;
    text-decoration: none;
}
.menu-underline::after {
    background-color: #ff0000;
    content: '';
    display: block;
    height: 2px;
    width: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -webkit-transition: width 1s;
}
.menu-underline:hover::after {
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}
.menu-fs,
.menu-fs li {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000000 !important;
    background-color: transparent !important;
    margin: 0 15px;
    padding: 15px 0 5px 0;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #000000 !important;
    background-color: #transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ff0000 !important;
}
.navigation-tb {
    margin: 10px 0;
}
/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER-1 START ===========================================*/

.header1-tb-space {
    padding: 180px 0 180px 0;
}
.header1-bgimage {
    background-image: url(../../bg.jpg);
}
.header1-bg {
    background: rgba(186, 140, 232, 0) none repeat scroll 0 0;
}
.header1-head1,
.header1-head2,
.header1-head3 {
    color: #ffffff;
}
.header1-head1,
.header1-head2 {
    font-size: 50px;
}
.header1-head1 {
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 20px;
}
.header1-head2 {
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 20px;
}
.header1-head3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
}
.header1-head3-bottom {
    margin-bottom: 20px;
}
.header1-btn {
    color: #ffffff;
}
.header1-float {
    float: left;
}
.header1-float-pad {
    padding-left: 30px;
}
.header1-float-top {
    margin: 0 auto;
    display: table;
    padding-top: 30px;
}
/*========================================== HEADER-1 END ===========================================*/
/*========================================== RECENT RELEASE START ===========================================*/

.release-tb-space {
    padding: 80px 0 80px 0;
}
.release-image-rad{border-radius:5px 0 0 0;}
.release-bgimage {
    background-image: url("../../images/1500x900x1.jpg");
}
.release-bg {
    background: rgba(150, 120, 213, 0.9) none repeat scroll 0 0;
}
.c-tb-space {
    padding: 80px 0 80px 0;
}
.release-btn-center {
    margin: 0 auto;
    display: table;
    padding-top: 30px;
}
.release-float {
    float: left;
}
.release-btn-pad {
    padding-left: 15px;
}
.release-br-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.release-btn {
    color: #9678d5;
}
.release-image-top {
    padding-top: 30px;
}
/*========================================== RECENT RELEASE END ===========================================*/
/*========================================== FEATURED THEMES START ===========================================*/

.featured-bgimage {
    background-image: url("../../images/1500x1600x1.jpg");
}
.featured-bg {
    background: rgba(124, 124, 231, 0.9) none repeat scroll 0 0;
}
.featured-tb-space {
    padding: 80px 0 80px 0;
}
.featured-btn {
    color: #7c7ce7;
}
/*========================================== FEATURED THEMES END ===========================================*/
/*========================================== WAY OF WORKING START ===========================================*/

.way-bgimage {
    background-image: url("../../images/1500x1800x1.jpg");
}
.way-bg {
    background: rgba(162, 210, 130, 0.9) none repeat scroll 0 0;
}
.way-tb-space {
    padding: 80px 0 80px 0;
}
/*========================================== WAY OF WORKING END ===========================================*/
/*========================================== THIS WEEK FREE FILE START ===========================================*/

.file-bgimage {
    background-image: url("../../images/1500x600x1.jpg");
}
.file-bg {
    background: rgba(235, 216, 124, 0.4) none repeat scroll 0 0;
}
.file-tb-space {
    padding: 120px 0 120px 0;
}
.file-btn {
    color: #d0b846;
}
/*========================================== THIS WEEK FREE FILE END ===========================================*/
/*========================================== POPULAR TEMPLATES START ===========================================*/

.popular-bgimage {
    background-image: url("../../images/1500x1600x2.jpg");
}
.popular-bg {
    background: rgba(246, 174, 101, 0.9) none repeat scroll 0 0;
}
.popular-tb-space {
    padding: 80px 0 80px 0;
}
.popular-btn {
    color: #f6ae65;
}
.popular-br {
    border-bottom: 1px solid #eeeeee;
    margin-top: 40px;
}
.popular-br-bottom {
    margin-bottom: 40px;
}
/*========================================== POPULAR TEMPLATES END ===========================================*/
/*========================================== AFFILIATE PROGRAM START ===========================================*/

.affiliate-bgimage {
    background-image: url("../../images/1500x1500x1.jpg");
}
.affiliate-bg {
	background: rgba(6, 6, 6, 0.9) none repeat scroll 0 0;
    /* background: rgba(236, 105, 105, 0.9) none repeat scroll 0 0; */
}
.affiliate-tb-space {
    padding: 80px 0 80px 0;
}
.affiliate-btn {
    color: #ec6969;
}
/*========================================== AFFILIATE PROGRAM END ===========================================*/
/*========================================== NAME AND STYLE START ===========================================*/
.spring-bgimage{background-image: url("../../images/1000x720.jpg"); background-position:right top;  background-repeat:no-repeat; background-size:50% auto;}
.spring-bgimage-height{height:478px; position:absolute; left:0; right:0;}

.section-bg-1 {
    background-color: #eeeeee;
}
.spring {
    color: #555555;
    font-size: 15px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 10px;
}
.name-dolor {
    color: #f20000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.name-btn {
    background-color: #f20000;
}
.name-section-space {
    padding: 80px 0 80px 0;
}



/*========================================== NAME AND STYLE END ===========================================*/
/*========================================== NEW COLLECTION START ===========================================*/

.section-bg-2 {
    background-color: #f6f6f6;
}
.new-intro-bottom {
    padding-bottom: 40px;
}
.new-br {
    border: 1px solid #dddddd;
}
.new-right-br {
    border-right: 1px solid #dddddd;
}
.new-right-br-pad {
    padding: 30px 20px 30px 20px;
}
.new-h4-bottom {
    padding-bottom: 20px;
}
.new-dolor {
    color: #9678d5;
    margin-top: 20px;
}
.new-btn-center {
    margin: 0 auto;
    display: table;
    padding-top: 30px;
}
.new-float {
    float: left;
}
.new-btn-pad {
    padding-left: 15px;
}
.new-br-btn {
    background-color: transparent;
    border: 1px solid #9678d5;
    color: #9678d5;
}
.new-btn {
    background-color: #9678d5;
}
/*========================================== NEW COLLECTION END ===========================================*/
/*========================================== TWO COLUMN BORDER END ===========================================*/

.fashion-dolor {
    color: #7c7ce7;
    margin-top: 20px;
}
.fashion-br-right {
    border-right: 1px solid #dddddd;
}
.fashion-br-left {
    border-left: 1px solid #dddddd;
}
.fashion-br-bottom {
    border-bottom: 1px solid #dddddd;
}
.fashion-pad-right {
    padding-right: 20px;
}
.fashion-pad-left {
    padding-left: 20px;
}
/*========================================== TWO COLUMN BORDER START ===========================================*/
/*========================================== LIMITED TIME OFFER END ===========================================*/

.limited-head {
    color: #e10808;
    padding-bottom: 20px;
}
.limited-price {
    color: #555555;
    font-size: 27px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 30px;
}
.limited-btn {
    background-color: #e10808;
}
/*========================================== LIMITED TIME OFFER END ===========================================*/
/*========================================== GALLERY-1 START ===========================================*/

.gallery1-head-bg {
    background-color: #ffffff;
    border-radius: 3px;
}
.gallery1-head-pad {
    padding: 10px 10px;
}
.gallery1-image-rad {
    border-radius: 3px 3px 0 0;
}
.gallery1-row-space {
    padding-top: 30px;
}
.gallery1-text-top {
    padding-top: 40px;
}
.gallery1-btn {
    background-color: #ebd87c;
}
/*========================================== GALLERY-1 END ===========================================*/
/*========================================== LATEST TRENDS END ===========================================*/

.popular2-dolor {
    color: #f6ae65;
    margin-top: 10px;
    margin-bottom: 10px;
}
.popular2-btn {
    background-color: #f6ae65;
}
/*========================================== LATEST TRENDS START ===========================================*/
/*========================================== GALLERY-2 START ===========================================*/

.gallery2-bgimage-tb-space {
    padding: 80px 0 80px 0;
}
.gallery2-bgimage {
    background-image: url("../../images/1500x500x1.jpg");
}
.gallery2-bg {
    background: rgba(236, 105, 105, 0.3) none repeat scroll 0 0;
}
.gallery2-br-top {
    margin-top: 30px;
}
.gallery2-br-text {
    border: 1px dashed #ffffff;
    color: #ffffff;
    display: table;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
}
.gallery2-tb-space {
    padding: 80px 0 80px 0;
}
.gallery2-btn {
    background-color: #ec6969;
}
.gallery2-image-bottom {
    padding-bottom: 30px;
}
.gallery2-text {
    color: #555555;
}
/*========================================== GALLERY-2 END ===========================================*/
/*========================================== FOOTER START ===========================================*/

.footer-bg {
    background-color: #ffffff;
}
.footer-br {
    border-bottom: 1px solid #cccccc;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-text {
    color: #555555;
}
/*========================================== FOOTER START ===========================================*/

@media screen and (min-width: 1800px) and (max-width: 1920px) {
    .name-section-space {
        padding: 80px 0 80px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .name-section-space {
        padding: 80px 0 80px 0;
    }
	.spring-bgimage{ background-position:right top; background-size:50% 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .name-section-space {
        padding: 0 0 80px 0;
    }
	
	.spring-bgimage{ background-position:center top; background-size:auto auto;}

.spring-res-pad{padding-top:520px;}
	
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
    .nav > li {
        display: table;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 20px 0 5px 0;
        width: auto !important;
    }
    .header1-head3 {
        font-size: 20px;
        font-weight: 300;
    }
    .header1-float-pad {
        padding-left: 15px;
    }
    .img-res-2 {
        width: 100%;
        height: auto;
    }
    .res-mar-2 {
        margin-bottom: 40px;
    }
    .res-image-bottom2 {
        padding-bottom: 20px;
    }
    .gallery1-res-pad {
        padding-bottom: 30px;
    }
    .gallery2-res-pad {
        padding-bottom: 30px;
    }
    .name-section-space {
        padding: 0 0 80px 0;
    }
    .gallery1-image-rad {
        border-radius: 3px 3px 0 0;
    }
	
	.spring-bgimage{ background-position:center top; background-size:auto auto;}

.spring-res-pad{padding-top:520px;}
	
}

@media only screen and (min-width: 250px) and (max-width: 639px) {
    .new-fixed, .new-fixed-row {
        width: 360px !important;
        margin: 0 auto;
        float: none;
    }  
    .new-right-br {
        border-right: 0;
        border-bottom: 1px solid #dddddd;
    }
    .footer-res-width {
        width: 50% !important;
    }
    .footer-res-pad {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 479px) {
    .common-fixed-full {
        width: 100% !important;
        margin: 0 auto;
        float: none;
    }
    .res-common-pad {
        padding-bottom: 40px;
    }
    .gallery1-row-space {
        padding-top: 0;
    }
	 .header1-head3 {
        font-size: 13px;
        font-weight: 700;
    }
    .header1-float-pad {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 400px) {
    .new-fixed {
        width: 100% !important;
        margin: 0 auto;
    }
    .new-fixed-row {
        width: 100% !important;
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (min-width: 250px) and (max-width: 359px) {
    .release-btn-center {
        margin: 0 auto;
        display: table;
        padding-top: 30px;
    }
    .release-float {
        float: none;
    }
    .release-btn-pad {
        padding-left: 0;
    }
    .release-res-btn-top {
        padding-top: 20px;
    }
    .new-btn-center {
        margin: 0 auto;
        display: table;
        padding-top: 30px;
    }
    .new-float {
        float: none;
    }
    .new-btn-pad {
        padding-left: 0;
    }
    .new-res-btn-top {
        padding-top: 20px;
    }
}
