/* HTML5 Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/*+++++++++++++++++++++++++++++++++++++++++++++
	Project: Digi-passes
	Author: Marcela Ramírez
	Ver: 0.1
	Date: 24-03-14
+++++++++++++++++++++++++++++++++++++++++++++++*/

html {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 13px;
	height: 100%;
}

nav#top_nav {
	background: url(../images/top-header.jpg) repeat-x top center;
    color: #4d4d4d;
    height: 37px;
}

nav#top_nav .top-container {
	height: 23px;
	margin: 0px auto;
	padding-top: 4px;
	width: 960px;
}

nav#top_nav .top-container ul#social {
	width: 185px;
}

nav#top_nav .top-container ul#social li {
	color: #979797;
	display: inline;
}

nav#top_nav .top-container ul#social li.follow {
	border-right: 2px solid #979797;
	margin-right: 13px;
	padding-right: 10px;
}

nav#top_nav .top-container ul#social li.twitter .icon-twitter {
	background: url(../images/twitter.png) no-repeat top center;
	height: 21px;
	margin-right: 8px;
	width: 23px;
}

nav#top_nav .top-container ul#social li.facebook .icon-facebook {
	background: url(../images/facebook.png) no-repeat top center;
	height: 21px;
	margin-right: 8px;
	width: 23px;
}

nav#top_nav .top-container ul#social li.google .icon-google {
	background: url(../images/g+.png) no-repeat top center;
	height: 21px;
	width: 23px;
}

nav#top_nav .top-container .skype {
	height: 23px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100px;
}

#header-passes {
	background: none #ffffff;
	border-bottom: 3px solid #e4e4e4;
	height: 106px;
}

#header-passes .header-container {
	margin: 0px auto;
	width: 960px;
}

#header-passes .header-container .logo-home {
	margin: 26px 0;
}

#header-passes nav#header-menu ul#main-menu {
	height: 55px;
    list-style: none outside none;
    margin: 52px 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 575px;
}

#header-passes nav#header-menu ul#main-menu li {
	display: inline;
	font-size: 14px;
	height: 55px;
	margin-right: 21px;
}

#header-passes nav#header-menu ul#main-menu li:last-child {
	margin-right: 0;
}

#header-passes nav#header-menu ul#main-menu li a {
	color: #808080;
	text-decoration: none;
}

#header-passes nav#header-menu ul#main-menu li.active a {
	border-bottom: 3px solid #0088CC;
	color: #333333;
	padding-bottom: 32px;
}

#header-passes nav#header-menu ul#main-menu li a:hover {
	border-bottom: 3px solid #0088CC;
	color: #333333;
	padding-bottom: 32px;
}

#home-banner {
	background-color: #cecece;
	border-bottom: 3px solid #e4e4e4;
	height: 374px;
	position: relative;
}

#home-banner .banner-container {
	background: url(../images/banner.jpg) no-repeat top center;
	height: 430px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#home-banner ul.home-intro {
	color: #4D4D4D;
	font-size: 13px;
	margin: 20px 8px 0 0;
	text-align: right;
	width: 320px;
}

#home-banner ul.home-intro li {
	line-height: 16px;
}

#home-banner .get-started{
	height: 59px;
	position: relative;
	top: 320px;
	right: 0;
	left: 575px;
}

#wrapper {
	margin: 80px auto;
	position: relative;
	width: 960px;
}

#wrapper .chat-home {
	position: absolute;
	bottom: -90px;
	left: 0;
}

#wrapper .delivery {
	position: absolute;
	bottom: -80px;
	right: 0;
}

#wrapper-int {
	margin: 0 auto;
	width: 960px;
}

#wrapper-int .delivery-int {
	padding-top: 30px;
}

#wrapper ul#home-items {
	height: 160px;
	margin: 30px 0 20px;
	list-style: none;
	padding: 0;
}

#wrapper ul#home-items li {
	display: inline;
	height: 150px;
	line-height: 18px;
	margin-right: 60px;
	padding: 0;
	width: 195px;
}

#wrapper ul#home-items li:last-child {
	margin-right: 0;
}

#wrapper ul#home-items li .home-icons {
	margin-bottom: 20px;
	width: 194px;
}

#wrapper ul#home-items li p.home-p {
	margin-top: 18px;
	width: 190px;
}

#wrapper ul#home-items li a {
	margin-top: 5px;
}

#header-page {
	background-color: #e8e8e8;
	border-bottom: 2px solid #e4e4e4;
	height: 95px;
	margin-top: 0;
}

#header-page .top-container {
	margin: 40px auto;
	width: 960px;
}

#header-page .top-container .chat {
	margin: -33px 0;
}

footer {
	background-color: #f7f9f9;
	height: 280px;
	margin-top: 10px;
}

footer#footer-int {
	background-color: #f7f9f9;
	height: 280px;
	margin-top: 110px;
}

footer .footer-up {
    background-color: #f7f9f9;
    border-bottom: 5px solid #c1c0c0;
    height: 142px;
}

footer .footer-container {
	margin: 0 auto;
	width: 960px;
}

footer .footer-container ul.terms {
	color: #b1b1b1;
	margin: 0;
	padding: 20px 0 15px;
}

footer .footer-container ul.terms li {
	display: inline;
}

footer .logos {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	color: #b1b1b1;
	padding: 10px 0 10px;
}

footer .footer-down {
    background-color: #e7e7e7;
	height: 110px;
	padding: 0 10px;
}

footer .products-list {
	width: 445px;
}

footer .products-list ul.lista-productos {
	margin: 0;
	padding: 0 0 0 0;
	width: 200px;
}

footer .products-list ul.lista-productos li {
	font-size: 11.5px;
	line-height: 18px;
}

footer .copy {
	color: #b1b1b1;
	font-size: 11.5px;
	padding: 15px 0 10px;
	text-align: right;
	width: 310px;
}

a.arrow {
	background: url(../images/arrow.gif) no-repeat scroll 0 0.5em rgba(0, 0, 0, 0);
	color: #808080!important;
    display: inline-block;
    padding-left: 0.7em;
}

a.arrow:hover {
	color: #0088CC!important;
}

/* choose */
.chat-landing {
	position: absolute;
	top: 46px;
	right: 460px;
}

#choose-wrapper {
	border-top: 20px #ec1c24 solid;
	border-bottom: 20px #ec1c24 solid;
}

.choose-container {
	background: url(../images/choose.png) no-repeat;
	height: 1075px;
	margin: 0 auto;
	width: 980px;
}

.choose-container p.choose-text {
	font-size: 23px;
	line-height: 30px;
	margin-top: 0;
	padding-top: 30px;
	text-align: center;
}

.choose-container span.red-choose {
	color: #ec1c24;
}

.footer-choose {
	margin: 40px 0 0 35px;
}

/* contact */
#contact-container {
	margin: 40px auto;
	width: 960px;
}

#contact-form {
	width: 290px;
}

#contact-form .send-btn {
	margin-top: 10px;
	margin-bottom: 60px;
}

#contact-container .headquarters {
	margin: 37px 0 0 50px;
	width: 60%;
}

#contact-container .headquarters .list {
	color: #4d4d4d;
}

#contact-container .headquarters .list ol {
	margin: 30px 0 0 0;
	list-style: none;
	padding: 0;
}

#contact-container .headquarters .list ol li.title{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

#contact-container .headquarters .right-list {
	margin-top: 50px;
}

#contact-container .news-text {
	margin: 30px 0;
}

#contact-container .news-text span.news-span {
	margin-left: 0;
}

#contact-container .news-text .news-images {
	margin: 10px 10px 0 0;
}

/* product page */
#contact-container ul.explanation {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	margin-top: 0;
	list-style: none;
	text-align: center;
}

#contact-container ul.explanation li {
	display: inline;
}

#contact-container ul.explanation li.bold {
	font-weight: bold;
}

#contact-container ul.explanation li.light {
	font-weight: lighter;
}

#contact-container ul.explanation li.red-text {
	color: #ED1C24;
	font-weight: bold;
}

#contact-container .steps-up h1 {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 15px 0 0 300px;
	line-height: 20px ;
}

#contact-container .steps-up p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11.5px;
	margin: 9px 0 0 275px;
	line-height: 12px;
	width: 183px;
}

#contact-container .steps-down h1 {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 2px 0 0 300px;
	line-height: 20px ;
}

#contact-container .steps-down p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11.5px;
	margin: 9px 0 0 275px;
	line-height: 12px;
	width: 183px;
}

#contact-container .step1 {
	background: url(../images/step1.jpg) no-repeat top center;
	height: 222px;
	width: 473px;
}

#contact-container .step2 {
	background: url(../images/step2.jpg) no-repeat top center;
	height: 222px;
	width: 482px;
}

#contact-container .step3 {
	background: url(../images/step3.jpg) no-repeat top center;
	height: 214px;
	margin-bottom: 30px;
	width: 473px;
}

#contact-container .step4 {
	background: url(../images/step4.jpg) no-repeat top center;
	height: 214px;
	margin-bottom: 30px;
	width: 482px;
}

/* ordering */
#ordering-form {
	width: 570px;
}

#ordering-form .p-form {
	font-size: 13px;
	margin-top: 20px;
}

#ordering-form label {
	font-size: 13px;
}

#ordering-form .send-btn {
	margin-top: 10px;
	margin-bottom: 60px;
}

#ordering-form form#ordering {
	margin: 30px 0 0;
}

#ordering-form label.checkbox {
	margin-top: 30px;
}

#contact-container p.small-text {
	font-size: 85%;
}

#contact-container .templates_bt {
	height: 40px;
	margin: 100px 0 0 0;
}

#contact-container .upload_bt {
	height: 40px;
	margin: 10px 18px 0 0;
}

#contact-container .download-icon {
	margin: 20px 50px 0 0;
	width: 85px;
}

#contact-container .template-img {
	margin: 20px 0 40px 0;
}

/* pricing form */
#pricing-container {
	background: url(../images/pricing_bg.jpg) no-repeat top center;
	height: 850px;
	margin: 40px auto;
	width: 960px;
}

#pricing-form {
	width: 630px;
}

#pricing-form .p-form {
	font-size: 13px;
	margin-top: 20px;
}

#pricing-form label {
	font-size: 13px;
}

#pricing-form .send-btn {
	margin-top: 10px;
	margin-bottom: 60px;
}

#pricing-form form#pricing {
	margin: 30px 0 0;
}

#pricing-form form#pricing select {
	margin-bottom: 10px;
	width: 540px;
}

/* common */

a {
	color: #0088CC;
}

a:visited {
	color: #0088CC;
}

a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

h1 {
	color: #4d4d4d;
	font-size: 24px;
}

h1.red {
	font-family: 'Source Sans Pro', sans-serif;
	color: #ED1C24;
	margin-bottom: 0;
}

h1.bigger {
	color: #ED1C24;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: bolder;
	margin-bottom: 0;
	margin-top: 60px;
}

h2 {
	color: #4d4d4d;
	font-size: 19px;
}

h2.red{
	color: #ED1C24;
}

h3 {
	color: #4d4d4d;
	font-size: 17px;
}

h4 {
	color: #4d4d4d;
	font-size: 15px;
}

h5 {
	border-bottom: 1px solid #808080;
	color: #808080;
	font-size: 14px;
	margin-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
