/*-------------------------------------------------*/
/* =  Banners
/*-------------------------------------------------*/
.tp-banner-container, 
.tp-banner, 
.tp-banner-fullscreen-container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

body {
	background: url(../../images/la-mejor-mx-bg.jpg) fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
}

.general-container {
	position: relative;
	width: 90%;
	margin: 2% 5%;
	padding: 0;
	border: none;	
}

h1,h2,h3,h4,h5,h6 {font-family: Roboto Condensed, sans-serif;}

p, ul, ol {
	font-family: Lato, sans-serif;
	color: #292929;
}

p, ul, ol {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 20px 0;
}

p.Medium {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 18px 0;
}

p.Small {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 12px 0;
}

.Left {text-align: left;}
.Right {text-align: right;}
.Justify {text-align: justify;}
.Center {text-align: center;}


/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
	background-color: transparent;
	margin: 10px 0;
}

.navbar-default .container {
	width: 98%;
	margin: 0 1%;
	padding: 0;
	border: none;
}

.top-branding {
	margin: 0;
	padding: 10px 0;
}

.top-branding .container {
	width: 96%;
	margin: 15px 2%;
	padding: 0;
	border: none;
}

.top-branding img {
	width: 80%;
	height: 80%;
}

.top-branding .caption {
	font-size: 80px;
	font-weight: 700;
	color: #E9E9E9;
	padding-top: 40px;
}

.header-content .container .home-video-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: rgba(255,255,255,0.8);
	letter-spacing:0.02em;
}

.header-content .container .home-video-area h2 span {
	font-size: 80px;
	line-height: 90px;
	color: #FFF;
	letter-spacing:0.04em;
	text-shadow: 2px 2px 4px #222;
}

.header-content .container .home-video-area h3 {
	font-size: 30px;
	color: rgba(255,255,255,0.5);
}

.header-content .container .home-video-area .link {margin: 40px 0 0 0;}

.header-content .container .home-video-area a {
	font: 20px Open Sans, serif;
	color: #FFF;
	background-color: #6F9215;
	padding: 20px 40px;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

.header-content .container .home-video-area a:hover {background-color: #495F0A;}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {font-family: Open Sans, sans-serif;}

footer .container {
	width: 100%;
	margin: 0;
	padding: 0;
}	

footer .upper {padding: 10px 0}

footer .upper h4 {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	line-height: 40px;
	color: #F7C028;
	text-transform: uppercase;
}

footer .upper h5 {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #EBB626;
}

footer .upper p, footer .upper ul, footer .upper a {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

footer .upper p span {
	font-weight: bold;
	color: rgba(255,255,255,0.8);
}

footer .upper p.tag-line {
	font-size: 20px;
	color: rgba(255,255,255,0.4);
	text-align: center;
	padding-top: 20px;
}

footer .upper a:hover {color: #EAB726;}

footer .upper ul {
  margin: 0;
  padding: 0 0 0 25px;
}

footer .upper img {
	margin: 0 2px; 0 0;
	opacity: 0.75;
}

footer .upper img.logo {
	width: 60%;
	height: 60%;
	margin-top: 15px; 
}

footer .bottom {padding: 15px 0 0 0;}

footer .bottom p,
footer .bottom a {
	font-size: 18px;
	line-height: 26px;
	color: #FFF;
	text-decoration: none;
}

footer .bottom a:hover {color: #FFF;}


/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

.content-section  {
	position: relative;
	margin: 0;
	padding: 0;
}

.content-section .container {
	width: 100%;
	margin: 0;
	padding: 2% 3%;
	background-color: rgba(255,255,255,0.8);
	border-top: 20px solid #48733C;
	border-bottom: 20px solid #CC0000;
}

.content-section h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	color: #374832;
	letter-spacing:0.02em;
	margin: 0;
	padding: 0;
}

.content-section h2 {
	font-size: 40px;
	line-height: 50px;
	color: #48733C;
	margin: 0;
	padding: 0;
}

.content-section h3 {
	font-size: 34px;
	line-height: 44px;
	color: #900;
	padding-top: 10px;
}

.content-section a {
	font: 24px/34px Lato, sans-serif;
	color: #A00;
	padding: 0 0 22px 0;
	text-decoration: none;
}

.content-section a:hover {
	color: #777;
	text-decoration: underline;
}

.full-size {width: 100%; height: 100%;}
.size90 {width: 90%; height: 90%;}
.size80 {width: 80%; height: 80%;}
.size70 {width: 70%; height: 70%;}
.size60 {width: 60%; height: 60%;}
.size50 {width: 50%; height: 50%;}
.size40 {width: 40%; height: 40%;}
.size30 {width: 30%; height: 30%;}
.size20 {width: 20%; height: 20%;}

.shadow {
	box-shadow: 2px 10px 10px -10px #000;
	-moz-box-shadow: 2px 10px 10px -10px #000;
	-webkit-box-shadow: 2px 10px 10px -10px #000;
}

.frame {
	padding: 15px;
	background-color: #FFF;
}

.frameT {
	margin: 20px 0;
	padding: 0 25px 25px 25px;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #DDD;
}

.image-L {
	float: left;
	margin: 0 20px 20px 0;
}

.image-R {
	float: right;
	margin: 0 0 20px 20px;
}

.image-L p.caption,
.image-R p.caption {
	font-size: 16px;
	font-style: italic;
	color: #111;
	text-align: center;
	margin-top: 15px;
}

.mt20 {margin-top: 20px}
.mt40 {margin-top: 40px}
.mt60 {margin-top: 60px}
.mt80 {margin-top: 80px}
.mt100 {margin-top: 100px}

.mb20 {margin-bottom: 20px}
.mb40 {margin-bottom: 40px}
.mb60 {margin-bottom: 60px}
.mb80 {margin-bottom: 80px}
.mb100 {margin-bottom: 100px}

.mtb20 {margin: 20px 0}
.mtb40 {margin: 40px 0}
.mtb60 {margin: 60px 0}
.mtb80 {margin: 80px 0}
.mtb100 {margin: 100px 0}

.mlr20 {margin: 0 20px}
.mlr40 {margin: 0 40px}
.mlr60 {margin: 0 60px}
.mlr80 {margin: 0 80px}
.mlr100 {margin: 0 100px}

.m20 {margin: 20px}
.m40 {margin: 40px}
.m60 {margin: 60px}
.m80 {margin: 80px}
.m100 {margin: 100px}

.pt20 {padding-top:20px}
.pt40 {padding-top:40px}
.pt60 {padding-top:60px}
.pt80 {padding-top:80px}
.pt100 {padding-top:100px}

.p20 {padding:20px}
.p40 {padding:40px}
.p60 {padding:60px}
.p80 {padding:80px}
.p100 {padding:100px}

.bg-white {background-color: #FFF;}
.bg-color1 {background-color: #6F9215;}
.bg-color2 {background-color: #495F0A;}
.bg-color3 {background-color: #35460A;}
.bg-color4 {background-color: #2E3C09;}

.f-white {color: #FFF;}
.f-color1 {color: #6F9215;}
.f-color2 {color: #495F0A;}
.f-color3 {color: #35460A;}
.f-color4 {color: #2E3C09;}

.borderL {
	border-left: 1px solid rgba(64,64,64,0.1);
	padding-left: 40px;
}

.borderR {
	border-right: 1px solid rgba(64,64,64,0.1);
	padding-right: 40px;
}

.divider {
	clear: both;
	line-height: 100px;
}

.image-w-text {
	width: 98%;
	display: table;
	margin: 2% 1%;
	padding: 0;
}

.image-w-text img {
	width: 100%;
	height: 100%;
}

.image-w-text .text {
	background-color: #FFF;
	padding: 10px 20px 40px;
	text-align: center;
	border-bottom: 1px solid rgba(32,32,32,0.2);
	border-left: 1px solid rgba(32,32,32,0.2);
	border-right: 1px solid rgba(32,32,32,0.2);
}

.image-w-text .text h2 {
	font-size: 26px;
	line-height: 34px;
	color: #D48E17;
	text-transform: none;
	padding: 10px 0;
	margin: 0;
}

.image-w-text .text p {
	font: 18px/26px Open Sans, sans-serif;
	color: #393939;
	margin: 0;
	padding: 0;
}

.image-w-text .text a {
	display: inline-block;
	font: 14px/36px Open Sans, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-color: #363636;
	margin-top: 15px;
	padding: 0 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}

.image-w-text .text a:hover {
	background-color: #D48E17;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

a.call-to-action {
	font: 600 30px Open Sans, sans-serif;
	color: #FFF;
	background-color: #D48E17;
	padding: 20px 30px;
	margin: 0 5px 5px 0;
	line-height: 50px;
	outline: none;
	border: none;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 3px 10px -5px #000;
	-moz-box-shadow: 1px 3px 10px -5px #000;
	-webkit-box-shadow: 1px 3px 10px -5px #000;
}

a.call-to-action:hover {
	background-color: #292929;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.box {
	width: 98%;
	margin: 2% 1%;
	padding: 20px 40px;
	border: 1px solid #E3E3E3;
	background-color: #FFF;
}

.link-section {
	position: relative;
	margin-top: 40px;
}

.link-section hr {
	border-color: rgba(64,64,64,0.3);
	width: 85%;
	text-align: center;
}

.link-section p {
	font-family: Open Sans, sans-serif;
	margin: 0;
}

.link-section p.level1 {
	font-size: 16px;
	font-weight: 600;
}

.link-section p.level2 {
	font-size: 14px;
	font-weight: 400;
}

.link-section p a {
	color: #495F0A;
	text-decoration: none;
}

.link-section p a:hover {color: #A00;}



/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/
.tables-section {margin-bottom: 40px;}

.tables-section h2 {
	font-size: 30px;
	line-height: 40px;
	color: #393939;
	padding: 0 0 10px 0;
}

.tables-section p {margin-bottom: 20px;}

.tables-section table {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.2);
}

.tables-section table thead tr th {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background-color: #48733C;
	padding: 8px 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	vertical-align: middle;
}

.tables-section table thead tr th span {
	font-size: 32px;
	padding: 40px 0;
	letter-spacing: 1.2em;
	text-transform: uppercase;
}

.tables-section table tbody tr.odd {background-color: rgba(255,255,255,0.6);}
.tables-section table tbody tr.even {background-color: rgba(177,200,170,0.6);}

.tables-section table tbody tr.fixture {
	text-align: center;
	vertical-align: middle;
	height: 64px;
}

.tables-section table tbody tr td {
	font-size: 20px;
	color: #292929;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

.tables-section table tbody tr td a {color: #900;}
.tables-section table tbody tr td a:hover {color: #009;}

.tables-section table tbody tr td.team {
	font-size: 30px;
	line-height: 60px;
	color: #494949;
}

.tables-section table tbody tr td.score {
	font-size: 40px;
	color: #292929;
}

.tables-section table tbody tr td img.img-circle {
	border-radius: 50%;
	width: 64px;
	height: 64px;
}

.tables-section table tbody tr td img.info {
	width: 32px;
	height: 32px;
}

.tables-section table tfoot tr {
	background-color: #FFF;
	color: #292929;
	border-bottom: 4px double rgba(0,0,0,0.7);
}

.tables-section table tfoot tr td {
	font-size: 24px;
	color: #111;
	text-align: right;
	padding: 10px 15px;
	border-top: 2px solid rgba(0,0,0,0.4);
}

.tables-section table tfoot tr td.totalI {font-weight: bold;}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/

.form-section {
	margin: 0;
	padding: 0;
}

.form-section h3 {padding-top: 0;}

.form-section span.caption {
	font: 600 14px/24px Open Sans, sans-serif;
	color: #333;
	padding-left: 5px;
}

.form-section .Form1 .HeaderLn {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 0;
	background-color: #292929;
}

.form-section .Form1 .ItemLnO,
.form-section .Form1 .ItemLnE {
	padding: 5px 0 0 0;
	border-bottom: 1px solid rgba(32,32,32,0.2);
	background-color: #FFF;
}

.form-section .Form1 .ItemLnE {background-color: #E0E0E0;}

.form-section .Form1 img.TeamLogo {
	width: 20px;
	height: 20px;
}

.form-section .Form1 .HeaderB,
.form-section .Form1 .ItemB,
.form-section .Form1 input[type="text"] {
	width: 100%;
	font: 18px Open Sans, sans-serif;
	color: #292929;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
}

.form-section .Form1 .HeaderB {
	color: #FFF;
}

/*
.form-section .Form1 .ItemB {
	background-color: #FFF;
}

.form-section .Form1 input[type="text"].bid {
	background-color: #FFF;
}
*/
.form-section .Form2 input[type="text"],
.form-section .Form2 input[type="email"],
.form-section .Form2 input[type="password"],
.form-section .Form2 textarea,
.form-section .Form2 select {
	width: 100%;
	font: 18px Open Sans, sans-serif;
	color: #999;
	padding: 10px 15px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #FFF;
	margin-bottom: 5px;
}

.form-section .Form2 input[type="text"]:focus,
.form-section .Form2 input[type="email"],
.form-section .Form2 input[type="password"],
.form-section .Form2 textarea:focus,
.form-section .Form2 select:focus {
	color: #000;
	background-color: #F6F6F6;
	border: 1px solid rgba(0,0,0,0.4);
}

.form-section .Form2 textarea {height: 150px;}

.form-section .Form1 input[type="button"],
.form-section .Form2 input[type="submit"],
.form-section .Form2 input[type="button"],
button,
a.default {
	font: 18px Open Sans, sans-serif;
	color: #FFF;
	background-color: #A00;
	padding: 0 20px;
	margin: 0 5px 5px 0;
	line-height: 38px;
	outline: none;
	border: none;
	text-decoration: none;
	box-shadow: 1px 3px 10px -5px #000;
	-moz-box-shadow: 1px 3px 10px -5px #000;
	-webkit-box-shadow: 1px 3px 10px -5px #000;
}

.form-section a.default {padding: 12px 30px;}

.form-section .Form1 input[type="button"]:hover,
.form-section .Form2 input[type="submit"]:hover,
.form-section .Form2 input[type="button"]:hover,
button:hover,
a.default:hover {
	background-color: #292929;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.form-section .Form2 input[type="button"]:active {
	background-color: #009;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

	body {
		background-image: none;
		background-color: #F0F0F0;
	}

	.top-branding {padding: 5px 0;}

	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.container {
		width: 100%;
		margin: 0;
	}

	.content-section .container {
		background-color: rgba(255,255,255,0.85);
		width: 100%;
		margin: 0;
		padding: 10px 20px 40px 20px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.content-section h1 {
		font-size: 32px;
		line-height: 42px;
		letter-spacing:0.01em;
		margin-bottom: 12px;	
	}

	.content-section h2 {
		font-size: 24px;
		line-height: 34px;
		padding-top: 10px;
	}

	.content-section h3 {
		font-size: 24px;
		line-height: 36px;
		padding-top: 8px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	footer {text-align: center;}
	footer .bottom p.copyright {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #495F0A;
	}

	.home-blog-section h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-blog-section h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.home-blog-section .blog-area {
		margin: 30px;
		padding: 15px;
	}

	.home-blog-section .blog-area p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-projects-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #AAA;
	}

	.home-projects-section h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-projects-section .project-area {margin: 30px;}
	.home-projects-section .project-text {padding: 15px;}

	.home-projects-section h4 {
		font-size: 24px;
		line-height: 34px;
		text-align: center;
		color: #000;
	}

	.home-projects-section .project-area img {
		width: 100%;
		height: 100%;
	}

	.home-projects-section .project-text h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.home-projects-section .project-text p {
		font: 18px/26px Open Sans, sans-serif;
		margin: 0 0 16px 0;
		text-align: center;
	}

	.full-size {
		width: 90%;
		height: 90%;
		margin: 5%;
	}
	
}

@media (max-width: 767px) {

	body {
		background-image: none;
		background-color: #F0F0F0;
	}

	.top-branding {padding: 5px 0;}

	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.container {
		width: 100%;
		margin: 0;
	}

	.content-section .container {
		background-color: rgba(255,255,255,0.85);
		width: 100%;
		margin: 0;
		padding: 10px 20px 40px 20px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.content-section h1 {
		font-size: 26px;
		line-height: 36px;
		letter-spacing:0.015em;
		margin-bottom: 10px;	
	}

	.content-section h2 {
		font-size: 22px;
		line-height: 32px;
		padding-top: 8px;
	}

	.content-section h3 {
		font-size: 20px;
		line-height: 30px;
		padding-top: 6px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	footer {text-align: center;}
	footer .bottom p.copyright {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #495F0A;
	}

	.home-blog-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-blog-section h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.home-blog-section .blog-area {
		margin: 25px 10px;
		padding: 15px;
	}

	.home-blog-section .blog-area p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-projects-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #AAA;
	}

	.home-projects-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-projects-section .project-area {margin: 25px 10px;}
	.home-projects-section .project-text {padding: 15px;}

	.home-projects-section .project-area img {
		width: 100%;
		height: 100%;
	}

	.home-projects-section .project-text h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.home-projects-section .project-text p {
		font: 18px/26px Open Sans, sans-serif;
		margin: 0 0 16px 0;
		text-align: center;
	}
	
}

@media (max-width: 500px) {

	body {
		background-image: none;
		background-color: #E9E9E9;
	}

	.general-container {
		width: 400px/*100%*/;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.Left, .Right {text-align: center;}

	.top-branding {padding: 5px 0;}
	
	.top-branding img {
		width: 70%;
		height: 70%;
	}

	.top-branding .caption {font-size: 18px;}
	.top-branding .phone {font-size: 40px;}
	
	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	footer {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}

	footer .upper h4 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 600;
		padding-top: 30px;
	}

	footer .upper h5 {
		font-size: 20px;
		line-height: 28px;
	}
		
	footer .upper img.logo {
		margin-top: 15px;
		width: 60%;
		height: 60%;
	}

	.content-section .container {padding: 5px 20px 20px 20px;}

	.content-section h1 {
		font-size: 28px;
		line-height: 36px;
		letter-spacing:0.01em;
		margin-bottom: 15px;
	}

	.content-section h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.content-section h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	.full-size, .size90, .size80, .size70, .size60, .size50, .size40, .size30, .size20 {
		width: 98%; 
		height: 98%;
		margin: 0 1%;
	}

	.mt20, .mt40, .mt60 {margin-top: 20px}
	.mb20, .mb40, .mb60 {margin-bottom: 20px}
	.mtb20, .mtb40, .mtb60 {margin: 20px 0}
	.mlr20, .mlr40, .mlr60 {margin: 0 20px}
	.m20, .m40, .m60 {margin: 20px}

	.pt20, .pt40, .pt60 {padding-top:20px}
	.p20, .p40, .p60 {padding:20px}
	
	.box {padding: 5px 20px 10px;}	

	a.call-to-action {
		font-size: 24px;
		padding: 10px 20px;
		line-height: 36px;
	}

	.frame {padding: 10px;}	
	
	.image-w-text {
		width: 94%;
		margin: 10px 3% 40px;
	}
	
	.image-w-text .text {padding: 5px 20px 20px;}
	
	.image-w-text .text h2 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing:0.005em;
	}

	.image-w-text .text p {line-height: 24px;}

	.image-w-text .text a {margin: 15px 0;}
	
	.image-w-text .text .icons a {
		background-color: transparent;
		padding: 0;
		margin: 0;
	}

	.image-w-text .text .icons img {
		width: 36px;
		height: 36px;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #DDD;
	}

	.home-blog-section h2.title {
		font-size: 46px;
		line-height: 56px;
		letter-spacing: 0.03em;
	}

	.home-blog-section h3 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 20px;
	}
		
	.blog-section .list {
		margin: 25px 0;
		padding: 0 10px 20px;
	}
	
	.blog-section .list h2 {
		font-size: 26px;
		line-height: 34px;
		border-bottom: none;
		margin-bottom: 20px;
		letter-spacing:0.005em;
	}

	.blog-section .list h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.blog-section .list img {margin-bottom: 20px;}

	.blog-section .list p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.blog-section .detail h1 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 10px;	
	}

	.tables-section {margin-bottom: 20px;}

	.tables-section h2 {
		font-size: 20px;
		line-height: 28px;
		padding: 0 0 5px 0;
	}

	.tables-section p {margin-bottom: 10px;}

	.tables-section table thead tr th {
		font-size: 10px;
		padding: 4px 0;
		letter-spacing: normal;
	}

	.tables-section table thead tr th span {
		font-size: 18px;
		padding: 8px 0;
		letter-spacing: 0.1em;
	}

	.tables-section table tbody tr td {
		font-size: 12px;
		padding: 3px 4px;
	}

	.tables-section table tbody tr.fixture {height: 32px;}

	.tables-section table tbody tr td.team {
		font-size: 14px;
		line-height: 20px;
	}

	.tables-section table tbody tr td.score {font-size: 14px;}

	.tables-section table tbody tr td img.img-circle {
		width: 28px;
		height: 28px;
	}

	.tables-section table tbody tr td img.info {
		width: 16px;
		height: 16px;
	}

}
