/* Global Styles */
::selection {
    text-shadow: none;
    background: #573c80;
	color: #FFFFFF;
}

::-moz-selection {
    text-shadow: none;
    background: #573c80;
	color: #FFFFFF;
}

html,
body {
    width: 100%;
    height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bottom-40{margin-bottom:40px;}

h1{
    margin: 0;
    padding: 0;
    font-size: 60px;
	line-height:68px;
    font-weight: 400;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding-bottom:20px;
	color:#573c80 !important;
	font-family: 'Montserrat', sans-serif;
	
}

h2{
	font-size: 30px;
	line-height:36px;
    font-weight: 600;
	padding-bottom:0px;
	color:#505050 !important;
	font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 768px) {
.main-title{
    margin: 0;
    padding: 0;
    font-size: 28px;
	line-height:32px;
    font-weight: 400;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding-bottom:20px;
	color:#573c80 !important;
	font-family: 'Montserrat', sans-serif;
	
    }
}




.lead {color: rgba(0,0,0,0.54) !important}

.white-text {color:#d0b8da !important}

.title-header{
    font-family: 'Montserrat', sans-serif;
	color:#ffffff !important;
	font-size:140px;
	line-height:140px;
	font-weight:900;
    text-shadow: 2px 2px #000;
	}

@media only screen and (max-width: 768px) {
  .title-header{
    font-family: 'Montserrat', sans-serif;
	color:#ffffff !important;
	font-size:48px;
	line-height:54px;
	font-weight:900;
    text-shadow: 2px 2px #000;
	}
}



.lead-header{
	color:#ffffff !important;
	font-size:24px;
	line-height:2px;
	font-weight:600;
    text-transform: uppercase;
    text-shadow: 2px 2px #505050;
	}

@media only screen and (max-width: 768px) {
  .lead-header{
	color:#ffffff !important;
	font-size:20px;
	line-height:22px;
	font-weight:600;
    text-transform: uppercase;
    text-shadow: 2px 2px #3e3e3e;
	}
}

/* Custom Button Styles */

.smashing-pride-button {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	background: -moz-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00687e), color-stop(25%, #1a2a57), color-stop(50%, #902449), color-stop(75%, #988a22), color-stop(100%, #006031));
	background: -webkit-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -o-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -ms-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: linear-gradient(90deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00687e', endColorstr='#006031',GradientType=1 );
	border:1px solid #747474;
	display:inline-block;
	cursor:pointer;
	color:#eeeeee;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:700;
	padding:10px 40px;
	text-decoration:none;
	-webkit-transition: all ease 0.4s;
    -khtml-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.smashing-pride-button:hover {
	text-decoration:none;
	background:#573c80;
	color:#ffffff;
}
.smashing-pride-button:active {
	position:relative;
	top:1px;
}


.newButton16:hover {
    color: #5a9417 !important;
    box-shadow: inset 0 0 0 0px rgba(87,60,128,0.4);
	background:#eeeeee;
    text-decoration: none !important;
}



.newButton16, .newButton16:visited {
    border: 1px solid #ffffff !important;
    border-radius: 3px;
	box-shadow: inset 0 0 0 50px #5a9417;
    display: inline-block;
	width: 100%;
    max-width: 220px;
    height: 56px;
    padding: 0 16px !important;
    -webkit-transition: all ease 0.4s;
    -khtml-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: #eeeeee !important;
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
	font-weight:700;
	line-height: 56px !important;
	text-transform:uppercase;
	text-align: center;
	text-decoration: none !important;
	letter-spacing:2px;
}

/* Custom Horizontal Rule */

hr {
    height: 2px;
    background: -moz-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00687e), color-stop(25%, #1a2a57), color-stop(50%, #902449), color-stop(75%, #988a22), color-stop(100%, #006031));
	background: -webkit-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -o-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -ms-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: linear-gradient(90deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00687e', endColorstr='#006031',GradientType=1 );
    margin-top: 20px;
    margin-bottom: 20px;
    width: 25%;
}

/* Sidebar Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: rgba(87,60,128,1);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 12px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #e0e0e0;
	font-weight:700;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/smashing-pride-main-img.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

.bg-primary {
    color: #fff;
    background-color: #a8945f;
}

.call-to-action{padding: 50px 0;}


.rainbow-gradient {
    padding: 50px 0;
    background: -moz-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%); /* firefox 3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00687e), color-stop(25%, #1a2a57), color-stop(50%, #902449), color-stop(75%, #988a22), color-stop(100%, #006031)); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%); /* ie10+ */
background: linear-gradient(90deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00687e', endColorstr='#006031',GradientType=1 ); /* ie6-9 */
}

.rainbow-text{
	font-size: 22px;
	line-height:26px;
    font-weight: 600;
	vertical-align: middle;
	padding-bottom:20px;
	color:#eaeaea !important;
	font-family: 'Montserrat', sans-serif;
}

.calendario2018{background:#eeeeee;}

.portfolio{padding-top:0px;}


.product-section{padding: 90px 0;background:#2b2b2b;}
.imagen-producto{max-width:400px;}
.product-name{}
.description-product p{display:block;width:340px;}
.small{margin-top:5px;color:#747474 !important;}


.parallax-section{
	padding:350px 0;
	background-image:url(../img/abfab-parallax-img.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.parallax-text{
	background: -moz-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00687e), color-stop(25%, #1a2a57), color-stop(50%, #902449), color-stop(75%, #988a22), color-stop(100%, #006031));
	background: -webkit-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -o-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: -ms-linear-gradient(0deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	background: linear-gradient(90deg, #00687e 0%, #1a2a57 25%, #902449 50%, #988a22 75%, #006031 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00687e', endColorstr='#006031',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	line-height: 34px;
	font-weight:700
}

.video{
	padding: 60px 0;
	background:#000000;
	}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Gutter */

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* Footer */

footer {
    padding: 100px 0;
	background:#eeeeee;
}

.logo-footer{padding-bottom:20px;max-width: 300px; }

.contact {color:#000000 !important;}

.fa-youtube, .fa-instagram, .fa-google-plus{color:#573c80 !important;}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.hoverfx:hover {
    transform: scale(0.8);transition: transform 1s;
}

.hoverfx {
    transform: scale(1.0);transition: transform 1s;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
