body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}


p {
    font-size: 14px;
    line-height: 21px;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

.white-text {
    color: #fff !important;
}

.section-title h3{
    color: #666;
    //font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    //font-style: italic;
    font-weight: 300;
}





.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: none !important;
}



/*------------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #dedede;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #dedede;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a:active{
    color: #adadad;
    background: transparent;
    outline: none;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #adadad;
    background-color: rgba(0, 0, 0, 0);
}
.elka {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4px;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        -o-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    
}



/*--------------------------------------------------*/
/* Start Side Nav Section
/*--------------------------------------------------*/


.menu-wrap a {
	color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.menu-wrap .logo {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 35px;
}



/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}


@media (max-width : 479px) {
    .menu-button {
        width: 1.5em;
        height: 1.5em;
    }
    
    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }
    
    .menu-wrap a {
        padding: 5px !important;
    }
}

@media (max-width : 767px) {
    .menu-button {
        width: 2em;
        height: 2em;
    }
    
    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }
}

.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #111;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
    
	-webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
    
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -webkit-transform 0.4s;
	-o-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu {
	height: 100%;
}


/* Shown menu */
.show-menu .menu-wrap {
    position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.lefText p{
    text-align: left;
    color: #fff;
    font-size: 16px;
}
/*================================================== 
     Home Page
 ================================================== */

#page-top{
    height: 100vh;
    background: url(../images/header-bg.jpg) center center no-repeat;
    background-size: auto 100vh;
}

.topBlock{
    margin: 25vh 0 0;
}

.topBlock h1{
	font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 0 0 40px;
    color: #fff;
    text-shadow: 0 0 5px #333;
    font-family: 'Oswald', sans-serif;
}

.topBlock p{
	font-size: 22px;
    font-weight: 300;
    margin: 0 0 55px;
    text-shadow: 0 0 3px #333;
    color: #fff;
}

.topBlock .btn-primary{
	padding: 25px 30px;
	font-size: 18px;
    background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 20px #fff;
	border-radius: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
    font-weight: 400;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*-- Animation --*/
#page-top .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}

#page-top .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

#page-top .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {
    
    .topBlock h1{
		font-size: 68px;
	}
}


@media (min-width : 768px) {
    
    .topBlock h1{
		font-size: 35px;
        margin: 0 0 10px;
	}
	.topBlock p{
		font-size: 20px;
		margin-top: 0;
        line-height: 25px;
	}

	.topBlock .btn-primary{
		margin-top: 50px;
		font-size: 18px;
	}
}

/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */


.services-section {
    padding: 80px 0;
    background: #222222;
    color: #ffffff;
}

.services-section h3, .services-section p, .media-body h4, .media-body p{
    color: #ffffff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.media-body p{
    font-size: 16px;
}

.services-section video{
    width: 100%;
    max-width: 100%;
}

.feature-section {
    padding: 80px 0;
}

.feature-section img{
    width: 100%;
    max-width: 150px;
}

.flexContainer{
    display: flex;
    flex-flow: column;
}

.feature{
    margin: 0 0 20px;
}

.feature{
    text-align: center;
}
.feature h4 {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.media-body {
    margin-left: 25px !important;
}

/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

#portfolio .section-title p{
    color: #e00140;
    font-weight: 600;
}

.portfolio-section-1 {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #f7f7f7;
}

.portfolio-item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 0 0 30px;
}

.portfolio-item img{
    margin: auto;
    display: block;
}

.portfolio-item .imgCollection{
    height: 70px;
    margin: 15px auto 0;
}

.portfolio-item p{
    margin: 20px 0 0;
    font: 300 28px 'Oswald', sans-serif;
    color: #666666;
}
.akk img{
    max-width: 100%
}
/*Product Section
======================*/
.itemBlock{
    position: relative;
    display: inline-block;
}

.itemBlock img{
    width: 100%;
    max-width: 100%;
}

.itemBlock button{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    color: #ffffff;
    background: rgba(0,0,0,.05);
    border: none;
    outline: none;
    font-size: 18px;
    text-align: center;
    transition: all 1s ease;    
}

.itemBlock .actionLable{
    display: inline-block;
    position: absolute;
    text-indent: -9999px;
    width: 80px;
    height: 80px;
    /* background: url(../images/action.png) center center no-repeat; */
    -webkit-background-size: 80px;
    background-size: 80px;
    top: -4px;
    left: -4px;
}
.itemBlock .warenty {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/100.png) center center no-repeat;
    -webkit-background-size: 80px;
    background-size: 80px;
    bottom:  -10px;
    left: -10px;
}

.startingPrice{
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -3px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* PopUp
------------------------------------*/

.overlay_popup {
	display:none;
	position:fixed;
	z-index: 99;
	top:0;
	right:0; 
	left:0;
	bottom:0;
	background:#000; 
	opacity:0.5;
}

.popup {
	display: none;
	position: absolute;
	z-index: 1040;
	margin:0 2%;
    width:96%;
    background: #ffffff;
    padding: 60px 15px;
}

.popup img{
    display: block;
    margin: auto;
    max-width: 100%;
}

.popup h4{
    font-size: 16px;
}

.popup .allDesc{
    display: block;
    color: #999999;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 0;
}

.popup .dismiss{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #666666;
    outline: none;
    text-decoration: none;
    background: transparent;
    border: none;
}

.popup .section-title{
    margin: 0 0 60px;
}

.popup .section-title p{
    padding: 0;
    margin: 0 0 30px;
}

.popup .section-title .popupPromo{
    color: #e00140;
    font-size: 20px;
}

/* Popup Slider
==================================*/

.slider{
    max-width: 500px;
    margin: auto;
    position: relative;
    padding: 0 10px;
}

.slickItem .newLable{
    display: inline-block;
    color: #ffffff;
    background: #ff0000;
    font-size: 18px;
    text-transform: none;
    padding: 2px 5px 3px;
    vertical-align: text-top;
}

.slickItem{
    position: relative;
}

.slickItem .priceLable{
    position: absolute;
    color: #000000;
    display: inline-block;
    background: #fff700;
    font-size: 16px;
    padding: 5px 10px;
    top: 10px;
    right: 0;
    margin: 0;
}

.lineThrough {
    text-decoration: line-through;
}

.slickItem .discountLable{
    position: absolute;
    color: #ffffff;
    display: inline-block;
    background: #ff0000;
    font-size: 16px;
    padding: 5px 10px;
    top: 50px;
    right: 0;
    margin: 0;
}

.slick-arrow{
    position: absolute;
    top: -35px;
    font-size: 30px;
}

.fa-angle-right{
    right: 10px;
}

.slick-dots{
    display: flex;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
}

.slick-dots li{
    text-indent: -9999px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    margin: 0 5px 0 0;
}

.slick-dots li:last-child{
    margin: 0;
}

.slick-dots .slick-active{
    background: rgba(0,0,0,.7);
}

/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/

.about-us-section-1 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.about-us-section-2 {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../images/parallax/bg-01.jpg);
    background-attachment: fixed;
    background-size: cover;
    
}

.welcome-section {
    padding-bottom: 40px;
}

.welcome-section img {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.welcome-section h4 {
    color: #777;
}

.welcome-section p {
    padding-top: 20px;
    color: #999;
}

.welcome-section:hover .border {
    margin: 0 40%;
}

.about-us-section-2 .carousel {
    margin-top: 8px;
}

.project-image .carousel img {
    width: 100%;
    height: auto;
}

.about-text p {
    color: #999;
    text-align: justify;
}
.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}
.about-text li {
    margin-bottom: 10px;
    color: #999;
}
.about-text li i {
    padding-right: 10px;
}

.about-slide img {
    width: 100%;
}


/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

.contact {
    background: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    //padding-bottom: 100px;
}

.contact .section-title h3{
    color: #666666;
    margin: 0 0 60px;
}

.contact h4{
    margin: 0 0 20px;
}

.contact .section-heading {
    color: #666666;
}

#contactForm{
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.contact .form-control {
    margin: 0 0 20px;
    height: 60px;
}

.contact textarea.form-control{
    height: auto;
    min-width: 100%;
    max-width: 100%;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

#contactForm .btn-primary {
    font-weight: 600;
    padding: 15px 50px;
    margin: 0 auto 30px;
    background: transparent;
    color: #8b8b8b;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px #ccc;
}

.map{
    border: 2px solid rgba(0, 0, 0, 0.15);
    padding: 4px 4px 0;
}

.map iframe{
    width: 100%;
    height: 300px;
    max-height: 300px;
}


.footer-contact-info {
    color: #666666;
    padding: 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.contactMargin{
    margin-top: 60px;
}

.footer-contact-info a{
    color: #666666;
    text-decoration: none;
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info li{
    margin: 0 0 5px;
}

.footer-contact-info li:last-child{
    margin: 0;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}

/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

footer.style-1 {
    margin-top: 60px;
    padding: 25px 0;
    background: #222222;
}

footer.style-1 .copyright {
    text-transform: uppercase;
    color: #999;
}

footer.style-1 .copyright a{
    color: #dddddd;
}

footer.style-1 .footer-social li {
    display: inline;
    padding: 0 10px;
}

footer.style-1 .footer-social li a {
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    
}

footer.style-1 .footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

footer.style-1 .footer-social li:hover a {
    background: #fff;
    color: #666;
}

footer.style-1 .footer-link li {
    display: inline;
    padding-left: 10px;
    font-size: 13px;
}


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/


.call-to-action {
    background: url(../images/stock-bg.jpg) no-repeat;
    background-position: -300px -50px;
    text-align: center;
    
}

.ctaOverlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    padding: 80px 0;
}
.ctaOverlay h2{
    color: #fff;
    padding-bottom: 20px;
}
.call-to-action h1 {
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    padding-bottom: 40px;
    font-size: 30px;
    text-transform: none;
}

.call-to-action h1 span{
    text-transform: uppercase;
    color: #e00140;
    font-weight: 600;
    font-size: 42px;
}

.ctaLogo, .ctaLogo:hover, .ctaLogo:active, .ctaLogo:focus{
    font-size: 38px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.ctaLogo:hover{
    border-bottom: 1px solid #e00140;
}

.call-to-action .btn-primary {
    padding: 25px 40px;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: inset 0 0 20px #fff;
}