*{
	box-sizing:border-box;
	list-style: none;
}

body,
html {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	background: #1F0026;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.container {
	width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
	display: table;
	margin: 0 auto;
}

header{
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 15px;
	background: #440E48;
	position: relative;
}

ul{
	padding: 0;
	display: table;
	width: 100%;
}

li{
	display: table-cell;
	vertical-align: middle;
}

/* ==================== HEADER ====================*/

header > ul > li:first-child{
	width: 140px;
	text-align: left;
}

header > ul > li > ul > li{
	display: block;
}

header > ul > li > ul > li > ul {
	width: auto;
	float: right;
}

header > ul > li > ul > li > ul.social-nav > li > a > img{
	width: 40px;
	margin: 0 15px;
}

header > ul > li > ul > li > ul.social-nav > li:first-child > a > img{
	margin-left: 0;
}


header > ul > li > ul > li > nav > ul > li {
	text-align: right;
}

header > ul > li > ul > li > nav > ul {
	max-width: 800px;
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}

header > ul > li > ul > li > nav > ul > li > a {
	display: inline-block;
	border-bottom: 3px solid transparent;
	padding: 0 10px 10px 10px;
}

header > ul > li > ul > li > nav > ul > li > a:hover,
header > ul > li > ul > li > nav > ul > li > a.active{
	border-bottom: 3px solid #97228F;
}

/* ==================== WHAT IS? ==================== */

article{
	height: 560px;
	overflow: hidden;
	position: relative;
	background-image:url(../images/img-fondo-header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.contPhoneImg {
	margin-top:80px;
	animation-name: phone;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-play-state: running;
    animation-fill-mode : both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: phone;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

article .col-left.phone{
	float: left;
	width: 300px;
}

article .col-right.what-is-tripchi{
	margin-top: 80px;
}

article .col-right.what-is-tripchi h1,
article .col-right.what-is-tripchi p,
article .col-right.what-is-tripchi .cont-download,
article .col-right.what-is-tripchi .play-button{
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

article .col-right.what-is-tripchi p {
	font-size: 24px;
	margin-top: 5px;
	text-shadow: 1px 1px 1px #000000;
}

article .col-right.what-is-tripchi h1 {
	font-size: 48px;
	margin:0;
}

article .col-right.what-is-tripchi .cont-download > div{
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}

article .col-right.what-is-tripchi .play-button > img:hover {
	cursor: pointer;
}

article .col-right.what-is-tripchi .play-button > img:hover{
	opacity: 0.7;
}

/* ==================== SIGN UP ==================== */

.sign-up-form label {
	text-transform: uppercase;
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
	position: absolute;
}

.sign-up-form ul li{
	width: 28%;
	padding: 0 10px;
}

.sign-up-form ul li:first-child{
	padding-left: 0;
}

.sign-up-form ul li:last-child{
	padding-right: 0;
}

.sign-up-form ul li input{
	width: 100%;
	font-size: 18px;
	padding: 6px 5px;
	margin-top: 30px;
}

.sign-up-form ul li input[type="submit"]{
	height: 37px;
	border:none;
	background: #873393;
	color: #fff;
}

.sign-up-form ul li:last-child{
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: bottom;
}

/* ==================== FEATURES ==================== */

.features-section .container {
	margin-bottom: 40px;
	max-width: 725px;
}
.features-section {
	background-color: #972c92;
	display: table;
	padding: 60px 0;
	width: 100%;
}
.features-section .col-left, .features-section .col-right {
	display: table-cell;
	vertical-align: top;
	width: 85px;
}
.features-section .col-left {
	text-align: center;
}
.features-section .col-right {
	padding-left: 25px;
	width: 615px;
}
.features-section h2, .features-section p {
	font-size: 18px;
	margin: 0;
}
.features-section p b {
	display: block;
}
.features-section h2 {
	font-size: 30px;
}
.features-section h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0; 
}

.mb-20 {
	margin-bottom: 20px;
}
.download-btn {
	border: 2px solid white;
	color: white;
	font-size: 24px;
	padding: 10px 20px;
	text-align: center;
}
.download-btn:hover {
	background-color: #c239bc;
}
.download-btn:before {
	content: url(../images/ico-download.png);
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
/* ==================== PARTNER ==================== */

.partner-section {
	background: #fdba19;
	color: #000;
	display: table;
	padding: 60px 0;
	width: 100%;
}
.partner-section p {
	font-size: 18px;
	margin: 0;
	padding-right: 40px;
}
.partner-section .col-left, .partner-section .col-right {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}
.partner-section .col-right {
	text-align: center;
	width: 20%;
}
.partner-section h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.more-info {
	border: 2px solid black;
	padding: 10px 20px;
	font-size: 24px;
}
.more-info:hover {
	background: black; 
	color: white;
}

/* ==================== FEED SECTION ==================== */

.feed-section {
	background: url(../images/bkg-news.jpg) no-repeat center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 54px;
	padding-top: 54px;
}
.center-content {
	margin: 0 auto;
	max-width: 715px;
}
.one-feed {
	display: inline-block;
	color: #bbb;
	padding: 3px;
	vertical-align: top;
	width: 48%;
}
.blue, .orange {
	background-color: rgba(88,204,255, .15);
	padding: 21px;
}
.orange {
	background-color: rgba(253,138,25, .15);
}
.feed {
	margin-bottom: 10px;
}
.one-feed h4, .contact-form h4 {
	color: #bbb;
	border-bottom: 2px solid rgba(255,255,255, .15);
	font-size: 24px;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	text-align: left;
	text-shadow: 0 2px 4px #404040;
}
.cont-tweet-feed img {
	float: left;
	margin: 0 10px 20px 0;
}
.one-feed p, .one-feed span {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 5px 0;
}
.one-feed span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.one-feed small {
	font-size: 12px;
}
.subscribe-button {
	background-color: rgba(253,138,25, .40);
	display: block;
	font-size: 24px;
	margin-top: 12px;
	padding: 10px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	color: #fff;
}
.subscribe-button:hover {
	background-color: rgba(253,138,25, .70);
}
/* ==================== FOOTER CONTACT FORM ==================== */

footer {
	background: #1f0027;
}
.contact-form h4 {
	border-bottom: 2px solid #44304a;
	text-align: center;
	text-shadow: none;
}
.contact-form {
	margin: 0 auto;
	max-width: 362px;
	padding-top: 40px;
}
.half-input, .contact-form textarea {
	float: left;
}
.half-input, .contact-form textarea, .send-button {
	background: #57405d;
	border: 0;
	border-radius: 4px;
	color: white;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px;
}
.contact-form textarea {
	min-height: 140px;
	width: 100%;
}
.half-input {
	height: 35px;
	margin-right: 4%;
	width: 48%;
}
.last {
	margin-right: 0!important;
}

.send-button {
	background: #972c92;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 18px;
	margin: 0 auto;
	padding: 10px 60px;
}
.send-button:hover {
	background: #792775;
}

.clearfix { 
	display: inline-table;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* ==================== REDES SOCIALES FOOTER ==================== */

.social-media-section {
	margin-top: 60px;
}
.social-media-section ul {
	background: #3e0e4b;
	display: table;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.social-media-section ul li {
	display: table-cell;
	border-right: 2px solid #280a30;
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
}
.social-media-section ul li:last-child {
	border-right: 0;
}
.social-media-section ul li:hover {
	cursor: pointer;
	background: #972C92;
}

/* ==================== LEGALS ==================== */

.bottom-line {
	background: #000;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}

/* ==================== VIDEO MODAL ==================== */

.video-modal{
	display: none;
	background: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.false-table {
	display: table;
	height: 100%;
	margin: 0 auto;
}

.false-cell{
	vertical-align: middle;
	display: table-cell;
	height: 100%;
}

.close-modal {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

/* ==================== INTERIOR PAGE ==================== */
.no-bg {
    background: none;
		height: auto;
	min-height: 560px;
	overflow: visible;
	padding-bottom: 25px;
	display: table;
	padding: 60px 0;
	width: 100%;
}
.sectionHeader{
    background-image:url(../images/img-fondo-header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100px;
	width: 100%;
	position: relative;
}
.sectionHeader h1 {
    position: absolute;
	bottom: 0px;
	margin: 0;
	font-size: 55px;
	text-shadow: 2px 2px 2px #000000;
	color: #fff;
}
.interior-paragraph strong{
    color: #fff;
}
.interior-paragraph a{
	color: #972C92;
}
.interior-paragraph a:hover{
	color: #e44cdd;
}
.interior-paragraph img{
	max-width: 100%;
}
.interior-paragraph b{
	color: #fff;
	font-size: 20px;
}
.interior-paragraph{
    -moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	margin-top: 45px;
	font-size: 16px;
	color: #ccc;
	line-height: 26px;
}
.interior-paragraph .col-left, .interior-paragraph .col-right {
	display: table-cell;
	vertical-align: top;
	width: 85px;
}
.interior-paragraph .col-left {
	text-align: center;
}
.interior-paragraph .col-right {
	padding-left: 25px;
	width: 615px;
}
.interior-paragraph h2, .interior-paragraph p {
	font-size: 18px;
	margin: 0;
}
.finterior-paragraph p b {
	display: block;
}
.interior-paragraph h2 {
	font-size: 30px;
}
.interior-paragraph h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0; 
}

/* TWITTER FEED */
.customisable-border.thm-dark, .thm-dark .customisable-border {
	background: transparent;
}

/* ==================== MEDIA QUERIES ==================== */

@media only screen and (max-width: 1120px){
	.container{
		width: 100%;
	}
}

@media only screen and (max-width: 978px){
	article .col-right.what-is-tripchi h1{
		font-size: 32px;
	}
	article .col-right.what-is-tripchi p {
		font-size: 20px;
	}
	.sign-up-form label {
		font-size: 18px;
	}
	header > ul > li > ul > li > nav > ul > li > a {
		font-size: 16px;
		padding-left: 5px;
		padding-right: 5px;
	}
	header > ul > li > ul > li > nav > ul {
		max-width: 600px;
	}
	article .col-right.what-is-tripchi .cont-download > div {
		max-width: 185px;
	}
	article .col-right.what-is-tripchi .cont-download > div img{
		width: 100%;
	}
	.partner-section .col-left, .partner-section .col-right {
		width: 70%;
	}
	.partner-section .col-right {
		width: 30%;
	}
}

@media only screen and (max-width: 768px){
	.sectionHeader h1  {
		font-size: 22px;
	}
	.interior-paragraph{
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;
	}
	.container{
		width: 100%;
	}
	li{
		display: block;
		vertical-align: middle;
	}
	article .col-left.phone{
	display: none;
	}

	article .col-right.what-is-tripchi{
		width: 100%;
	}
	header > ul > li:first-child{
	width: 100%;
	text-align: center;
	}
	.social-nav{
		display: none;
	}
	header > ul > li > ul > li > nav > ul > li {
		text-align: center;
	}
	header > ul > li > ul > li > nav > ul > li > a{
		border-bottom: 1px dotted #000;
	}
	header > ul > li > ul > li > nav > ul {
		width: 100%;
		max-width: 100%;
	}
	article{
	height: auto;
	min-height: 560px;
	overflow: visible;
	padding-bottom: 25px;
	}
	article .col-right.what-is-tripchi p {
		font-size: 16px;
	}
	.sign-up-form ul li{
	width: 100%;
	padding:0;
	}
	.features-section .col-left,
	.features-section .col-right ,.partner-section .col-left, .partner-section .col-right{
		width: 100%;
		display: block;
		text-align: center;
		padding: 0;
		margin-top: 15px;
	}
	.download-btn,.partner-section .col-left, .partner-section .col-right {
		display: inline-block;
	}
	.partner-section p {
		padding: 0;
	}
	.one-feed {
		width: 100%;
	}
	.social-media-section ul li{
		display: block;
		width: 100%;
		border:1px solid #000;
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}
	.contact-form {
		max-width: 100%;
		width: 100%;
		padding: 0 20px;
	}
}

@-webkit-keyframes phone {
    0%   {opacity: 0.0;margin-top: 200px;}
    100% {opacity: 1.0;margin-top: 80px;}
}

@keyframes phone {
    0%   {opacity: 0.0;margin-top: 200px;}
    100% {opacity: 1.0;margin-top: 80px;}
}