html
{margin: 0px;
    padding: 0px;
    width: 100%;   
	height: 100%; 
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-size: small;
}
h1 {
    font-size: 100%;
    font-weight: lighter;
}

body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.clear {clear:both;}

#warp {width: 978px;
margin: 0 auto;
padding: 0 15px;}
		
.header {position: fixed !important;
  width: 948px;
  height: 178px;
  overflow: hidden;
   top: 0px;
   z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	background: rgba(255,255,255,0.98);
	border-bottom: thick solid #f8f8f8;}

.header img#logo {
    width: 306px;
    height: 96px;
    margin: 20px auto 20px auto;
    display: block;
    float: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: normal;
}

.header.smaller {
    height: 52px;
	border-bottom: thick solid #f8f8f8;}

.header.smaller img#logo {
    width: 150px;
	height:47px;
	margin-top: 0px ;}
	
.header nav {
    display: inline=block;
    width: 152px;
	margin: 20px auto !important;
	padding: 0 5px;}

.header nav a {
   font-family: "anonymous-pro",sans-serif;
	   font-weight: 400; 
	   letter-spacing: 0.05em;
	   font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	text-decoration: none;
	    color: #7b7b7b;
		margin: 10px 0px;}

.header nav a:hover {
    text-decoration: underline;}

.header.smaller nav a {
	visibility: hidden;}
	
#grey_ruler {width: 948px;
height: 5px;
margin: 0 auto;
padding: 0 15px;
background: #f8f8f8;}

/* portfolio */
*, *:before, *:after {
    box-sizing: border-box !important;
    text-align: center;
}

#push_down {padding-top: 185px;}

#content-warp {
	padding-top: 177px;
-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 14px;}

.item {
 display: inline-block;
 margin-bottom: 15px;}


.well {
position:relative;
display: block;
background: #f8f8f8;}

.well a {
	color: #9B9B9B;
	font-family: "anonymous-pro",sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.3em;}

.well h1 {padding: 25px 0;
margin: 0 10px;}


#second_nav {display: block;
float: none;
	   margin: 10px auto !important;
	   width: 90px;}

#second_nav img {height: 20px;
filter:alpha(opacity=75); 
-moz-opacity:0.75; 
-khtml-opacity:0.75;
opacity:0.75;
-webkit-transition: opacity 0.2s linear;
 -moz-transition: opacity 0.2s linear;
 -o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
margin: 20px 5px;}

*, *:before, *:after {
  box-sizing: inherit;
}

.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background::after {
  content: '';
  background: #60a9ff;
  background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
  background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
  background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 960px;
  width: 100%;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: medium;
}

body {
    background: #fffff;
    color: #FFF;
    font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
}

ul {
	list-style-type: none;
}

a {
	color: #e95846;
	text-decoration: none;
}

.pricing-table-title {
    text-transform: uppercase;
    font-family: "anonymous-pro",sans-serif;
    font-weight: 100;
    font-size: 3em;
    color: #797979;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0 0px 0px rgba(0,0,0,0.0);
    letter-spacing: 0.02em;
    text-decoration: none;
    padding-left: 5px;
    margin-left: 10px;
}

.pricing-table-title a {
    font-size: 1.6em;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    width: 960px;
    margin: 40px auto 0;
    font-size: 0.6em;
}

.pricing-table-checkout {
    margin: 0 10px;
    text-align: center;
    width: 930px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,54,120,0.20);
    box-shadow: 0 0 15px rgba(0,54,120,0.20);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #000055;
    font-size: x-small;
}

.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 300px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,54,120,0.20);
    box-shadow: 0 0 15px rgba(0,54,120,0.20);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 1.6em;
}

.pricing-table:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.pricing-title {
    color: #FFFFFF;
    background: #75D6F7;
    padding: 20px 0;
    font-size: 2.1em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.0);
    letter-spacing: 0.04em;
    font-family: "anonymous-pro",sans-serif;
}

.pricing-table.recommended .pricing-title {
    background: #000055;
    font-size: 2.2em;
}

.pricing-table.recommended .pricing-action {
	background: #000055;
}

.pricing-table .price {
    background: #403e3d;
    font-size: 2em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
    font-size: 0.2em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

.table-list li {
    font-size: 1.4em;
    font-weight: 700;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 50px;
    padding-bottom: 12px;
    text-indent: 0px;
    list-style-position: inside;
    list-style-image: url(../images/icons8-checkmark-40.png);
    list-style-type: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.table-list li:before {
	
	font-family: 'FontAwesome';
	color: #3fab91;
	display: inline-block;
	position: relative;
	right: 5px;
	font-size: 16px;
} 

.table-list li span {
    font-weight: lighter;
    font-size: small;
    text-align: center;
    line-height: normal;
}

.table-list li span.unlimited {
	color: #FFF;
	background: #e95846;
	font-size: 0.9em;
	padding: 5px 7px;
	display: inline-block;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}


.table-list li:nth-child(2n) {
    background: #F0F0F0;
    text-align: left;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
    font-size: 1em;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 1.5em;
}

.table-buy p sup {
	font-size: 0.5em;
	position: relative;
	left: 5px;
}

.table-buy .pricing-action {
    float: right;
    color: #FFF;
    background: #75D6F7;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    font-weight: 700;
    font-size: 1.5em;
    text-shadow: 0 0.25px 0.5px rgba(36,64,153,0.48);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: "anonymous-pro",sans-serif;
}

.table-buy .pricing-action:hover {
    background-color: #8AD1FD;
    -webkit-border-radius: 2px;
    border-radius: 10px;
}

.recommended .table-buy .pricing-action:hover {
    background: #000077;
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 	.pricing-wrapper {
 		width: 768px;
 	}

 	.pricing-table {
 		width: 236px;
 	}
	
	.table-list li {
		font-size: 1.3em;
	}

 }

 @media only screen and (max-width: 767px) {
 	.pricing-wrapper {
 		width: 420px;
 	}

 	.pricing-table {
 		display: block;
 		float: none;
 		margin: 0 0 20px 0;
 		width: 100%;
 	}
 }

@media only screen and (max-width: 479px) {
	.pricing-wrapper {
		width: 300px;
	}
} 


#home:hover 
{filter:alpha(opacity=100); 
-moz-opacity:1; 
-khtml-opacity:1; 
opacity:1;}

#left:hover 
{filter:alpha(opacity=100); 
-moz-opacity:1; 
-khtml-opacity:1; 
opacity:1;}

#right:hover {filter:alpha(opacity=100); 
-moz-opacity:1; 
-khtml-opacity:1; 
opacity:1;}
   
footer {margin: 20px 0;}
footer p{width: 200px;
margin: 0 auto 0;
text-align: center;
font-size: 11px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
color: #BDBDBD;}

#portfolio {width: 948px;
margin: 0 auto;
overflow:auto;}

#title {background:#f8f8f8;
width: 100%;
float: left;
margin-top: 10px;
margin-bottom: 30px;}

#portfolio h1 {font-weight: 700; 
font-style: italic;
color: #7f7f7f;
	  font-family: "anonymous-pro",sans-serif;
	   letter-spacing: 0.02em;
	   font-size: 14px;
	   text-decoration: none;
	   line-height: 1.3em;
	   padding: 10px 0px 10px 10px;}	   

#portfolio p {color: #7f7f7f;
	  font-family: "anonymous-pro",sans-serif;
	   font-weight: 400; 
	   letter-spacing: 0.01em;
	   font-size: 13px;
	   text-decoration: none;
	   line-height: 1.3em;
	   padding: 0px 0px 10px 10px;}
	      
#title p a{color: #7f7f7f;
	  font-family: "anonymous-pro",sans-serif;
	   font-weight: 400; 
	   letter-spacing: 0.01em;
	   font-size: 13px;}	   
	   
/* wember */
#wember_poster {margin-top: 50px;}

/* social */
#social_photo1 {width: 600px;
margin: 0 auto;
display:block;}

.video {width: 560px; 
margin: 50px auto;
display: block;}

.space {margin: 50px 0;}

.class2{border: solid #ABABAB 1px;}

#up_arrow {position: fixed;
width: 40px;
bottom: 20px;
right: 5%;}

#up_arrow {filter:alpha(opacity=55); 
-moz-opacity:0.55; 
-khtml-opacity:0.55;
opacity:0.55;
-webkit-transition: opacity 0.2s linear;
 -moz-transition: opacity 0.2s linear;
 -o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;}

#up_arrow:hover 
{filter:alpha(opacity=100); 
-moz-opacity:1; 
-khtml-opacity:1; 
opacity:1;}

.uparrow {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 5%;
display: none;}
