/*
MEXICO WINE & SPIRITS CONSULTING
AUTHOR: <a href="http://www.paradigmastudio.mx">ParadigmaStudio</a>
AUTHOR URI: http:/www.paradigmastudio.mx
*/

/* 
   ------------------------------------------------------------------------------
	Global Styles
   ------------------------------------------------------------------------------		
*/

body {
	background:url(../images/bg.jpg) fixed;
	font-family: 'PT Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #000;
	margin: 10px 0;
	font-family: 'Exo', sans-serif;
	font-weight:100;	
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
}

h5 {
	font-size: 20px;
}

p {
	font-size: 14px;
	line-height: 21px;
	font-family:Arial,Helvetica;
	color:#939393;
}

/* 
   ------------------------------------------------------------------------------
	Main Content Styles
   ------------------------------------------------------------------------------		
*/

.cover {
	background:url(../images/overlay.png);
	background-size:cover;
	height:100%;
	width:100%;
}

/* 
   ------------------------------------------------------------------------------
	Other Styles
   ------------------------------------------------------------------------------		
*/

.more {
	text-align:center;
	margin:25px 0 ;
}

.white {
	background:#fff;
}

.border-clr {
	height:0px;
	background:#e3e3e3;
}

/* 
   ------------------------------------------------------------------------------
	Header Styles
   ------------------------------------------------------------------------------		
*/

#header-wrap {
	position: fixed;
	top: 0px;
	left:0px;
	right:0px;
	background:#002642;
	z-index: 999;
}

#header {
}

/* 
   ------------------------------------------------------------------------------
	Topmenu Styles
   ------------------------------------------------------------------------------		
*/

ul.navigation {
    display: table;
    margin: 0 auto;
}

ul.navigation li {
	float: left;
	list-style-type: none;
	line-height: 60px;
	text-transform:uppercase;
	padding: 0 15px;	
}

ul.navigation  li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding:32px 0 30px 0;
}

ul.navigation li a:hover, {
	color: #fff;
	border-bottom:2px solid #ff0000;
}

ul.navigation .current a {
	color: #fff;
}

.current {
	border-bottom: 3px solid #e3e3e3;
}

.select-menu {
	display: none;
	background: none;
	padding: none;
	border:none;
}

@media (max-width: 960px) {

ul.navigation { display: none;margin:0;}

.select-menu {
	display: block;
	background: #fff;
	width: 250px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #ccc;
	height: 34px;
	margin:25px auto ;
}
}

/* 
   ------------------------------------------------------------------------------
	Logo Styles
   ------------------------------------------------------------------------------		
*/

.logo, .phone {
	margin-top: 25px;
	text-align:center;
}

/* 
   ------------------------------------------------------------------------------
	Inner Content Styles
   ------------------------------------------------------------------------------		
*/

.content {
	margin: 40px auto;
}

.content-last {
	margin: 40px auto 0 auto;
}
.page-content {
	padding: 80px 0;
}

.page-content-first{
	padding: 50px 0;
}

h3.content-title {
	font-weight:800;
	text-transform:uppercase;
	color:#ddd;
	margin-bottom:20px;
	text-align:center;
	font-family: 'Exo', sans-serif;
}

h3.content-title-small {
	font-weight:bold;
	font-size:60px;
	text-transform:uppercase;
	color:#ddd;
	margin:30px 0 30px 0;
	text-align:center;
}

/* 
   ------------------------------------------------------------------------------
	Welcome Content Styles
   ------------------------------------------------------------------------------		
*/

.welcome-content {
	padding:20px 0;
	margin: 15px 0 0 0;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 0px 2px 0px #000;
	filter:DropShadow(Color=#FF000000, OffX=1, OffY=1);
	border-width:1px 0;
	margin:35px 0 0 0;
	background:rgba(0,0,0,0.2)
}

.welcome-content h1 {
	color:#fff;
	line-height:40px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1.2;
	font-family:Helvetica,Arial;
}

.welcome-content p {
	font-size:24px;
	margin-top:10px;
	color:#fff;
	line-height:28px;
	font-family: 'Exo', sans-serif;
}

/* 
   ------------------------------------------------------------------------------
	Welcome Content Social Styles
   ------------------------------------------------------------------------------		
*/

ul.social-home {
	list-style:none;
	overflow:hidden;
	width:120px;
	margin:0 auto;
}

ul.social-home li {
	float:left;
	margin:30px 3px 0px 3px;
	border:none;
}

.ingles-home a,.espanol-home a,.frances-home a {
	float:left;
	background:url(../images/social-sprite.png) no-repeat left bottom;
	text-indent:8000px;
	width:30px;
	height:30px;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
	margin-top:3px;
}

.ingles-home a:hover,.espanol-home a:hover,.frances-home a:hover {
	background:url(../images/social-sprite.png) no-repeat left top;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
}

.ingles-home , .ingles-home a {
	background-position:-0px bottom
}
.ingles-home a:hover {
	background-position:-0px top;
}

.espanol-home, .espanol-home a {
	background-position:-30px bottom
}
.espanol-home a:hover {
	background-position:-30px top;
}

.frances-home, .frances-home a {
	background-position:-60px bottom
}
.frances-home a:hover {
	background-position:-60px top;
}


/* 
   ------------------------------------------------------------------------------
	Features Wrap Styles
   ------------------------------------------------------------------------------		
*/

.features-wrap{
	overflow: hidden;
	padding:10px 0;
}

.features-content{
	padding:0px 0 20px 0;
	text-align:center;
}

.features-content:hover{
	cursor:pointer;
}

.features-icon{
	position: relative;
}

.features-icon img{
	width:200px;
	height:160px;
}

.features-content:hover h5{
	color:#333;
}
.features-description{
	line-height:20px;
}

.features-description p{
	padding:5px 0;
}

.features-content h5{
	font-size:16px;
	color:#002642;
	font-weight:100;
	margin-top:15px;
	text-transform:uppercase;
}

/* 
   ------------------------------------------------------------------------------
	Features Wrap - Contact Styles
   ------------------------------------------------------------------------------		
*/

.contact-content {
	padding:0px 0 0 0;
	text-align:center;
}

.contact-content h6 {
	color:#333;
	line-height:20px;
	font-size: 15px;
	background:#fff;
	display:inline-block;
	padding:5px 0;
	font-weight:100;
}

.contact-content p {
	padding:10px 20px;
	color:#c8c8c8;
	line-height:50px;
	background:#fff;
	display:inline-block;
}

.border {
	background:url(../images/border.png) repeat-x center left;
}

/* 
   ------------------------------------------------------------------------------
	Masonry Portfolio Styles
   ------------------------------------------------------------------------------		
*/

#masonry {
	padding: 30px 0;
}

.masonry-col  {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.masonry-col img{
	display: block;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.add-bottom {
	margin-bottom: 20px !important;
}

p.content-sub {
	color: #939393;
	line-height: 20px;
	font-size: 15px;
	font-weight: 100;
	font-family: Arial,Helvetica;
	background: #fff;
	text-align: center;
	padding: 20px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

span.zoom {
	background:url(../images/zoom.png) center center no-repeat #000;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 
   ------------------------------------------------------------------------------
	Aboutus content Styles
   ------------------------------------------------------------------------------		
*/

.about {}

.about-wrap {
	padding: 20px 0;
}

.about-ico {
	text-align:center;
}

.about h3{
	color:#002642;
	line-height:23px;
	font-size: 17px;
	font-weight: 200;
	background:#fff;
	padding:0 0 10px 0;
}

.about p{
	line-height:24px;
	font-size: 14px;
	font-weight: 60;
	background:#fff;
}

/* 
   ------------------------------------------------------------------------------
	Aboutus Social Styles
   ------------------------------------------------------------------------------		
*/

ul.social-networks {
	overflow:hidden;
}

ul.social-networks li {
	float:left;
	margin:8px 10px 0 0;
	border:none;
}

.icon-twitter , .icon-twitter a ,
.icon-facebook, .icon-facebook a,
.icon-flickr, .icon-flickr a,
.icon-vimeo, .icon-vimeo a,
.icon-youtube, .icon-youtube a,
.icon-rss , .icon-rss a {
	float:left;
	text-indent:8000px;
	width:32px;
	height:32px;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background:url(../images/social-sprite-classic.png) no-repeat left bottom;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out;
}

.icon-twitter:hover , .icon-twitter a:hover,
.icon-facebook:hover, .icon-facebook a:hover,
.icon-flickr:hover, .icon-flickr a:hover,
.icon-vimeo:hover, .icon-vimeo a:hover,
.icon-youtube:hover, .icon-youtube a:hover,
.icon-rss:hover , .icon-rss a:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out;
}

.icon-twitter, .icon-twitter a {
	background-position:-0px bottom;
}

.icon-facebook, .icon-facebook a {
	background-position:-32px bottom;
}

.icon-flickr, .icon-flickr a {
	background-position:-64px bottom;
}

.icon-vimeo, .icon-vimeo a {
	background-position:-96px bottom;
}

.icon-youtube, .icon-youtube a {
	background-position:-128px bottom;
}

.icon-rss, .icon-rss a {
	background-position:-160px bottom;
}

/* 
   ------------------------------------------------------------------------------
	Aboutus Team content Styles
   ------------------------------------------------------------------------------		
*/

.team {
	padding:20px 0;
	text-align:center;
}

.team h6{
	color:#000;
	line-height:22px;
	font-size: 15px;
	font-weight: 100;
	background:#fff;
	padding:15px 0;
	text-transform:uppercase;
}

.team p{
	line-height:20px;
	font-size: 12px;
	font-weight: 100;
	background:#fff;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}

.team-user {}

ul.social-networks-small {
	overflow:hidden;
	width:140px;
	margin: 0 auto;
}

ul.social-networks-small li {
	float:left;
	margin:8px 5px;
	border:none;
}

.icon-twitter-small , .icon-twitter-small a ,
.icon-facebook-small, .icon-facebook-small a,
.icon-flickr-small, .icon-flickr-small a,
.icon-vimeo-small, .icon-vimeo-small a {
	float:left;
	text-indent:8000px;
	width:25px;
	height:25px;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background:url(../images/social-sprite-classic-small.png) no-repeat left bottom;
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
}

.icon-twitter-small:hover , .icon-twitter-small a:hover,
.icon-facebook-small:hover, .icon-facebook-small a:hover,
.icon-flickr-small:hover, .icon-flickr-small a:hover,
.icon-vimeo-small:hover, .icon-vimeo-small a:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all 0.3s ease-in-out;  
	-moz-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;  
	transition:all 0.3s ease-in-out; 
}

.icon-twitter-small, .icon-twitter-small a {
	background-position:-0px bottom;
}

.icon-facebook-small, .icon-facebook-small a {
	background-position:-25px bottom;
}

.icon-vimeo-small, .icon-vimeo-small a {
	background-position:-50px bottom;
}

.icon-flickr-small, .icon-flickr-small a {
	background-position:-75px bottom;
}

/* 
   ------------------------------------------------------------------------------
	Pricing Table Styles
   ------------------------------------------------------------------------------		
*/

#pricing-table {
	margin: 100px auto;
	text-align: center;
}

#pricing-table .plan {
	font-size:13px;
	text-shadow: 0 1px rgba(255,255,255,.8);
	filter:DropShadow(Color=#CCFFFFFF, OffX=1, OffY=1);
	background: #fff;      
	border: 1px solid #d5d5d5;
	color: #959595;
	padding: 20px 0;
	float: left;
	position: relative;
}

#pricing-table #most-popular {
	z-index: 2;
	padding: 30px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

#pricing-table h3 {
	font-size: 20px;
	font-size:15px;
	text-transform:uppercase;
	padding: 25px 0 0 0;
	margin: -20px 0px 0px 0px;
	background:url(../images/pricing-header1.png) repeat-x left;
}

#pricing-table #most-popular h3 {
	background:url(../images/pricing-header.png) repeat-x left;
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 
	color:#fff;
	text-shadow:0px 1px 0px #000;
	filter:DropShadow(Color=#FF000000, OffX=1, OffY=1);
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background:url(../images/price.png) no-repeat center;
	width: 100%;
	margin: 20px auto 0px;
}

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #d5d5d5;
	padding: 10px 0;
font-family: 'Exo', sans-serif;

}

#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #002642;
	background-image: -moz-linear-gradient(#002642, #002642);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#002642), to(#002642));    
	background-image: -webkit-linear-gradient(#002642, #002642);
	background-image: -o-linear-gradient(#002642, #002642);
	background-image: -ms-linear-gradient(#002642, #002642);
	background-image: linear-gradient(#002642, #002642);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	filter:DropShadow(Color=#4C000000, OffX=1, OffY=1);
  	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .2);
	border:1px solid #002642;
}

#pricing-table .signup:hover {
	background-color: #3098d7;
	background-image: -moz-linear-gradient(#002642, #002642);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#002642), to(#002642));      
	background-image: -webkit-linear-gradient(#002642, #002642);
	background-image: -o-linear-gradient(#002642, #002642);
	background-image: -ms-linear-gradient(#002642, #002642);
	background-image: linear-gradient(#002642, #002642); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #002642;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* 
   ------------------------------------------------------------------------------
	Faq content Styles
   ------------------------------------------------------------------------------		
*/

.faq-wrap {
	padding:40px 0;
}

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

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

.video-wrap h4{
	margin: 20px 0 10px 0;
	font-size:17px;
}

.video-wrap p {
}
	
/* 
   ------------------------------------------------------------------------------
	Contact Form Styles
   ------------------------------------------------------------------------------		
*/

.contact-wrap {
	padding: 40px 0;
}

.contact-wrap2 {
	padding: 40px 0;
	width: 450px;
}

#form {
	width:100%;
	overflow:hidden;
}

#form h3 {display:none;}

#form fieldset {
	padding:0;
	border:none;	
	float:left;
	display:inline;
	width:100%;
}	

#form fieldset.last {
	width:100%;
}

#form legend {display:none;}

#form p {margin:.25em 0;}

#form label {
	display:block;
	margin-bottom:5px;
	font-size:15px;
	color:#333;
	font-family: 'Exo', sans-serif;	
}	

#form input, #form textarea {		
	width:98%;
	border:1px solid #d5d5d5;
	background:#fff url(../images/form_input.gif) repeat-x;
	padding:5px 2px;
}

#form textarea {
	width:98%;
	height:105px;
	overflow:auto;
}

#form p.submit {
	clear:both;
	position:relative;
}

#form p.submit2 {
	clear:both;
	width:120px;
	padding: 1em 3em;
    margin: 1em 25%;
}

#form button {
	width:99%;
	height:36px;
	overflow:hidden;
	border:none;
	background:#002642;
	color:#fff;
	cursor:pointer;
	margin-top:15px;
}	

#form button:hover {
	background:#1a1a1a;
}

/* 
   ------------------------------------------------------------------------------
	Footer Copyright Styles
   ------------------------------------------------------------------------------		
*/

#footer-bottom {
	padding:25px 0;
	color:#fff;
}

.copyright p{
	text-align:center;
	font-size:13px;
}

