@font-face {
    font-family: 'afta_sansregular';
    src: url('../fonts/aftasans/aftasansthin-regular-webfont.eot');
    src: url('../fonts/aftasans/aftasansthin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aftasans/aftasansthin-regular-webfont.woff') format('woff'),
         url('../fonts/aftasans/aftasansthin-regular-webfont.ttf') format('truetype'),
         url('../fonts/aftasans/aftasansthin-regular-webfont.svg#afta_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'),
         url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../fonts/glyphicons/glyphicons-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GENERAL RULES */

.full {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.body-transparent {
	background-color: transparent;
}

.full-holding {
	background: url('../images/holding/holding.jpg') 50% 0 fixed;
	background-size: cover;
}

body {
	font-family: 'afta_sansregular', sans-serif;
	font-size: 14px;
	text-align: center;
}

h1, h2, h3, h4 {
	font-family: 'teko', sans-serif;
}

p.bold {
	font-weight: bold;
}

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -50px;
	padding: 0 0 60px;
}

.red {
	color: #DB462B;
}

.redbold {
	color: #DB462B;
	font-weight: 666;
}

.left-over-768 {
	text-align: center;
}

.right-over-768 {
	text-align: center;
}



/* -------- NAVBAR -------- */

.navbar-fixed-top {
	opacity: 1;
	border-width: 0px;
	background-color: rgba(44,62,80,1);
}

.navbar {
  	-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
	 width: 140px;
	 opacity: 1;
}

.navbar-brand img:hover {
	 opacity: 0.7;
}

.navbar-brand img:active {
	 opacity: 0.4;
}

#navigation {
	font-family: 'afta_sansregular', sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 6px 10px 6px 10px;
}	

.navbar-inverse .navbar-toggle {
	color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #FFFFFF;
    background-color: transparent;
    opacity: 1;
}

.navbar-inverse .navbar-toggle:link {
	color: #FFFFFF;
	border-color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}

.navbar-inverse .navbar-toggle:visited {
	color: #FFFFFF;
	border-color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}

.navbar-inverse .navbar-toggle:hover {
	color: #000000;
	font-weight: 600;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
    transition: all .3s;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
}

.navbar-inverse .navbar-toggle:active {
	color: #FFFFFF;
	font-weight: 600;
	border-color: #666666;
	background-color: #666666;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.4);
}

.btn-nav {
    color: #FFFFFF;
    background-color: #517599;
    text-decoration: none;
    text-align: left;
}

.btn-nav img {
	width: 35px;
	vertical-align: middle;
}

a.btn-nav {
	height: 50px;
}

.navbar-nav>li>a {
    padding-top: 15px;
}

.navbar li, .nav li {
	font-size: 14px;
}

.navbar .nav > li > a:link {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
.navbar .nav > li > a:visited {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
.navbar .nav > li > a:hover {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.4);
}
.navbar .nav > li > a:active {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.4);
}

.navbar-fixed-top .navbar-collapse {
	max-height: none;
}

.dropdown-menu {
	background-color: rgba(44,62,80,1);
}

.dropdown-menu>li>a {
	color: #FFFFFF;
	padding: 10px 20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.4);
    transition: all .3s;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
}

.caret {
	color: rgba(219,70,43,1);
}

.dropdown-menu .divider {
	background-color: rgba(219,70,43,1);
}


/* -------- END OF NAVBAR -------- */







/* -------- CAROUSEL -------- */

#review-carousel {
	background-color: #262626;
}

.carousel {
	height: 400px;
}

.carousel-caption {
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
}

.carousel .item {
	height: 400px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

p.review-statement {
}

p.review-reviewer {
	font-size: 10px;
	color: #BFBFBF;
}

/* -------- END OF CAROUSEL -------- */







/* -------- FOOTER -------- */

.row-footer .col-md-4 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer, #footer-cr, #footer-cr-alone {
	color: #FFFFFF;
}

#footer {
	background-color: #262626;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer, #footer-cr-alone {
  	-webkit-box-shadow: 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
}

#footer p {
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 14px;
}

#footer .col-sm-6 {
	text-align: left;
	padding-top: 00px;
	padding-bottom: 50px;
}

#footer-cr, #footer-cr-alone {
	background-color: #191919;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer-cr p, #footer-cr-alone p {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.cr {
	color: #FFFFFF;
	margin-top: 30px;
}

#footer-cr .row-footer .col-md-4, #footer-cr .row-footer .col-md-2 {
	text-align: center;
	padding: 0px 0px 3px 0px;
}

#footer-left {
	text-align: center;
}

#footer-center {
	align-content: center;
}

#footer-right {
  	float: center;
}

a.footer:link, .contact-email a:link {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
a.footer:visited, .contact-email a:visited {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}
a.footer:hover, .contact-email a:hover {
    color: #FFFFFF;
    opacity: 0.7;
    background-color: transparent;
}
a.footer:active, .contact-email a:active {
    color: #FFFFFF;
    opacity: 0.7;
    background-color: transparent;
}

a.footer-fb, a.footer-linkedin, a.footer-skype {
	margin: 0px 7px;
}

a.footer-fb:link, a.footer-linkedin:link, a.footer-skype:link {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}

a.footer-fb:visited, a.footer-linkedin:visited, a.footer-skype:visited {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}

a.footer-fb:hover, a.footer-linkedin:hover, a.footer-skype:hover {
    color: #FFFFFF;
    opacity: 0.7;
    background-color: transparent;
}

a.footer-fb:active, a.footer-linkedin:active, a.footer-skype:active {
    color: #FFFFFF;
    opacity: 0.7;
    background-color: transparent;
}

#ssl-cert {
	padding: 20px;
}

/* -------- END OF FOOTER -------- */






/* OTHER LINKS */

.btn-nav, a.btn {
    transition: all .3s;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
}

.btn:active {
    color: rgba(219,70,43,0.8);
    background-color: #323B45;
    box-shadow: none;
}

a.link-body:link {
    color: rgba(219,70,43,1);
    background-color: transparent;
    text-decoration: none;
}
a.link-body:visited {
    color: rgba(219,70,43,1);
    background-color: transparent;
    text-decoration: none;
}
a.link-body:hover {
    color: rgba(219,70,43,0.8);
    opacity: 0.8;
    background-color: transparent;
}
a.link-body:active {
    color: rgba(219,70,43,0.9);
    opacity: 0.8;
    background-color: transparent;
}
a.break {
	word-break: break-word;
}





.full-height {
	height: 100vh;
}







/* JUMBOTRONS */

#hero-index, #hero-trans, #hero-dtp, #hero-review, #hero-contact, #hero-dtp, #hero-portfolio {
	text-align: center;
	color: white;
	padding-bottom: 0px;
 	width: 100%; 
	position: relative; 
}

#hero-index {
	height: 100vh;
	background: url('../images/index/hero_image.jpg') 100% 0 repeat fixed;
	padding-top: 20vh;
	background-size: cover;
  	-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.hero-index img, img.holding {
	width: 80%;
	max-width: 800px;
}

.hero-index img {
	margin-top: 10vh;
}

img.holding {
	margin-top: 20vh;
	margin-bottom: 10vh;
}

.hero-index a {
    color: #FFFFFF;
}

.hero-trans img, .hero-dtp img, .hero-review img, .hero-contact img, .hero-portfolio img {
	margin-top: 3px;
	width: 80%;
	max-width: 400px;
}

#about, #add-info {
	color: #FFFFFF;
}

#about {
	background-color: #262626;
}

h2.about-me {
	margin-top: 0px;
}

.blue-back h2.about-me-subhead {
	font-size: 25px;
	text-align: left;
	margin-top: 0px;
}

.about-left {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}

.about-right {
	text-align: justify;
}

p.about-body {
	font-size: 14px;
	text-align: justify;
}

.img-circle {
	border: 5px solid white;
	margin: 0px auto 20px auto;
}

#add-info {
	background-color: #111921;
  	-webkit-box-shadow: inset 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: inset 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	box-shadow: inset 0 16px 38px -12px rgba(0, 0, 0, 0.56), inset 0 4px 25px 0px rgba(0, 0, 0, 0.12), inset 0 8px 10px -5px rgba(0, 0, 0, 0.2); 
}

/* These are the Jumbotrons for the TRANSLATION page */

#hero-trans, #hero-dtp, #hero-review, #hero-contact, #hero-portfolio {
	height: 200px;
	padding-top: 75px;
  	-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

#hero-trans {
	background: url('../images/transproof/tiles_blue.jpg') 50% 0 repeat fixed;
	background-size: cover;
}

#hero-dtp {
	background: url('../images/dtp/tiles_yellow.jpg') 50% 0 repeat fixed;
	background-size: cover;
}

#hero-review {
	background: url('../images/reviews/tiles_celeste.jpg') 50% 0 repeat fixed;
	background-size: cover;
}

#hero-portfolio {
	background: url('../images/portfolio/tiles_curved.jpg') 50% 0 repeat fixed;
	background-size: cover;
}

.software {
	margin-bottom: 0px;
}

#trans-software p {
	margin-right: auto;
	margin-left: auto;
	max-width: 70%;
}

#proof {
	margin-top: 50px;
}

img.software-icon {
	height: 30px;
	margin: 3px 2px 3px 2px;
}

img.sdl_badge {
	width: 80px;
	margin-top: 5px;
	margin-bottom: 15px;
}

img.cert_dtp_icon {
	height: 70px;
	margin-bottom: 20px;
}

#coming-soon {
	color: #FFFFFF;
	padding: 30px;
	background: rgba(0,0,0,0.7);
}

#coming-soon h1 {
 	font-family: 'Teko', sans-serif;
	font-size: 40px;
}

#coming-soon p {
 	font-family: 'afta_sansregular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-top: 6px;
}





/* -------- SIMPLE CONTACT PAGE -------- */

.full-contact {
	background: url('../images/contact/contact.jpg') 50% 0 fixed;
	background-size: cover;
}

#contact {
	color: #FFFFFF;
	margin-top: 50px;
	min-height: 85vh;
	padding: 50px 20px;
	text-align: center;
}

#contact-card {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 15px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#contact-card .row {
	margin: 0px 0px 0px 0px;
}

#contact h1 {
 	font-family: 'Teko', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}

a.link-contact-email, a.pp-contact {
    color: rgba(219,70,43,1);
}

a.link-contact-email:hover, a.pp-contact:hover, a.link-contact-email:active, a.pp-contact:active {
    color: rgba(219,70,43,0.8);
}

p.contact-intro {
 	font-family: 'afta_sansregular', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 20px;
	padding-left: 10%;
	padding-right: 10%;
}

p.contact-outtro {
 	font-family: 'afta_sansregular', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


/* -------- END OF SIMPLE CONTACT PAGE -------- */







/* -------- COMPLEX CONTACT PAGE -------- */


section#contact .form-group {
  margin-top: 15px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 8px 10px;
}

@media (min-width: 768px) {
  section#contact .form-group input,
  section#contact .form-group textarea {
    padding: 15px;
  }
}

section#contact .form-group input.form-control {
  height: auto;
 	font-family: 'afta_sansregular', sans-serif;
  color: #FFFFFF;
  background-color: rgba(0,0,0,.8)
}

section#contact .form-group textarea.form-control {
  height: 186px;
 	font-family: 'afta_sansregular', sans-serif;
  color: #FFFFFF;
  background-color: rgba(0,0,0,.7)
}

section#contact .form-control:focus {
  border-color: rgba(219,70,43,1);
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
	font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}

section#contact :-moz-placeholder {
  /* Firefox 18- */
	font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}

section#contact ::-moz-placeholder {
  /* Firefox 19+ */
	font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}

section#contact :-ms-input-placeholder {
	font-family: 'teko', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}

section#contact .text-danger {
  color: #e74c3c;
  font-size: 10pt;
  text-align: left;
}

#no-side-padding {
	padding-left: 0px;
	padding-right: 0px;
}

/* -------- END OF NEW CONTACT PAGE -------- */







/* -------- NEW CONTACT PAGE -------- */

#contact p.description {
	color: #FFFFFF;
	font-size: 14px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}

section#contact .form-control {
  	background-color: rgba(0,0,0,.8);
  	color: #FFFFFF;
}











/* -------- DTP PAGE -------- */

#dtp-problems h2, #dtp-problems p {
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#dtp-problems p {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

#dtp-solutions h2, #dtp-solutions p {
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#dtp-problems p, #dtp-solutions p, li.dtp-problems-detail, li.dtp-solutions-detail {
	font-size: 14px;
}

li.dtp-problems-detail {
	color: #000000;
	text-align: left;
	margin-left: 20px;
	padding-right: 20px;
}

li.dtp-solutions-detail {
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
	padding-right: 20px;
}

#dtp-problems h3 {
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 25px;
	font-family: 'Teko';
}

#dtp-solutions h3 {
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 25px;
	font-family: 'Teko';
}

/* -------- END OF DTP PAGE -------- */














/* -------- PORTFOLIO PAGE -------- */

#portfolio h2, #portfolio p {
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#portfolio h2.space-above {
	padding-top: 20px;
}

#portfolio p {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	font-size: 14px;
}

#portfolio-disclaimer p.portfolio-disclaimer {
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;

}

/* -------- END OF PORTFOLIO PAGE -------- */














/* -------- REVIEW PAGE -------- */

.review-card {
	margin: 30px 2vw 40px 2vw;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}

.review-body {
	color: #000000;
	font-size: 12pt;
	text-align: center;
	padding: 20px;
	background-color: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.review-body p {
	margin: 0px;
}

.review-footer {
	color: #000000;
	font-size: 10pt;
	text-align: center;
	padding: 10px 20px;
	background-color: #BFBFBF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.review-footer p {
	margin: 0px;
}

/* -------- END OF REVIEW PAGE -------- */










#introduction, #trans-intro, #add-info, #samples-intro {
	color: #FFFFFF;
	background-color: #111921;
}

#end-of-world {
	color: #FFFFFF;
	background-color: #111921;
  	-webkit-box-shadow: inset 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: inset 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	box-shadow: inset 0 16px 38px -12px rgba(0, 0, 0, 0.56), inset 0 4px 25px 0px rgba(0, 0, 0, 0.12), inset 0 8px 10px -5px rgba(0, 0, 0, 0.2); 
}

#trans {
	margin-top: 30px;
}

#add-info {
	text-align: left;
}

.add-info {
	padding: 70px 30px;
}

.add-info p {
	font-size: 14px;
}

.add-info a {
	color: #FFFFFF;
}

.pagetheme {
	text-align: center;
	padding: 70px 30px;
}

.pagetheme p {
	font-size: 14px;
	font-weight: 300;
}

.services, .strings {
	padding-top: 70px;
	padding-bottom: 30px;
}

.services h2, .strings h2, .add-info h2 {
	font-weight: 400;
	font-size: 40px;
}

.services h2, .strings h2 {
	margin-top: 0px;
}

.services h3, .strings h3, .add-info h3 {
	font-weight: 400;
	font-size: 30px;
	padding-top: 0px
}

h4 {
	font-weight: 500;
	font-size: 30px;
	padding-top: 10px
}

#lang-combo {
	font-family: 'Teko';
	font-size: 6vw;
	font-weight: 800;
	color: #ABBFD3;
	padding-top: 10px;
	padding-bottom: 50px;
}

#trans-software {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #D8D8D8;
}

#trans-certification, #dtp-problems, #dtp-solutions, #dtp-link, #portfolio, #portfolio-link {
	padding-top: 30px;
	padding-bottom: 30px;
}

#trans-certification, #dtp-solutions {
	background-color: #3F3F3F;
}

#dtp-link {
	background-color: #354C63;
}

#portfolio-link, #portfolio-disclaimer {
	background-color: #cb604d;
}

#portfolio-disclaimer {
	padding-top: 20px;
	padding-bottom: 20px;
}

#trans-software p, #trans-certification p, #dtp-problems p, #dtp-solutions p, #dtp-link p, #portfolio-link p {
	padding-left: 20px;
	padding-right: 20px;
}

#trans-certification p, #dtp-link p, #portfolio-link p {
	text-align: center;
}

p.cert, p.vfm-head {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
}

p.vfm-para-1 {
	margin-top: 30px;
}

.btn-56S, #btn-cert, #btn-cv-download, #btn-about-portfolio {
	font-family: 'Teko';
	font-size: 20px;
	color: #FFFFFF;
    text-decoration: none;
	border: solid;
	border-width: 1px;
	border-color: #FFFFFF;
    background-color: transparent;
	margin-top: 15px;
}

#btn-portfolio-link {
	font-family: 'Teko';
	font-size: 20px;
	color: #FFFFFF;
    text-decoration: none;
	border: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.5);
    background-color: transparent;
	margin-top: 15px;
}

#btn-contact-send {
	font-family: 'Teko';
	font-size: 20px;
	color: #FFFFFF;
    text-decoration: none;
	border: solid;
	border-width: 1px;
	border-color: rgba(219,70,43,1);
    background-color: transparent;
	margin-top: 15px;
}

#btn-cert:link, #btn-cert:visited {
    color: #FFFFFF;
    border-color: rgba(219,70,43,1);
}

.btn-56S:link, #btn-cert:link, #btn-cv-download:link, #btn-about-portfolio:link, .btn-56S:visited, #btn-cert:visited, #btn-cv-download:visited, #btn-about-portfolio:visited {
    color: #FFFFFF;
    border-color: rgba(219,70,43,1);
}

#btn-contact-send:link, #btn-contact-send:visited {
    color: rgba(219,70,43,1);
    border-color: rgba(255,255,255,1);
}

.btn-56S:hover {
    color: rgba(219,70,43,1) !important;
    border-color: rgba(255,255,255,1);
}

.btn-56S:active {
    color: rgba(219,70,43,1) !important;
    background-color: rgba(0,0,0,0.3);
}

#btn-cert:hover {
    color: #DB462B;
    background-color: rgba(0,0,0,0.5);
    border-color: #FFFFFF;
}

#btn-cert:active {
    color: #DB462B;
    background-color: rgba(0,0,0,0.8);
}

#btn-portfolio-link:hover {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5);
    border-color: #FFFFFF;
}

#btn-portfolio-link:active {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.8);
}

.btn-cv-download-container {
	text-align: center;
}

#btn-cv-download:hover, #btn-about-portfolio:hover {
    color: rgba(219,70,43,1) !important;
    border-color: rgba(255,255,255,1);
}

#btn-cv-download:active, #btn-about-portfolio:active {
    color: rgba(219,70,43,1) !important;
    background-color: rgba(0,0,0,0.3);
}

#btn-contact-send:hover {
    color: rgba(219,70,43,1) !important;
    background-color: rgba(0,0,0,0.6);
	border-color: rgba(255,255,255,1);
}

#btn-contact-send:active {
    color: #FFFFFF !important;
    background-color: rgba(219,70,43,0.5);
}

.services .strings {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bottom-trim {
	padding-bottom: 0px;
}

.top-trim {
	padding-top: 0px;
}

.services p.intro {
	font-size: 18px;
}

.services p, p.detail, li.detail {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#proof p.detail {
	text-align: justify;
	font-size: 14px;
	padding: 0px 40px 0px 40px;
}

.services li {
	font-size: 18px;
}

#services-pro, #services-wiki, #offering-trans, #offering-proof, #offering-trans {
	color: #000000;
}

#services-pro, #offering-trans, #offering-trans {
	background-color: rgba(242,242,242,1);
}

#services-wiki, #offering-proof {
	background-color: #D8D8D8;
}

.section-shadow-top {
  	-webkit-box-shadow: 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 -16px 38px -12px rgba(0, 0, 0, 0.56), 0 -4px 25px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
}

.offering-card, .pricing-card {
	text-align: left;
	margin: 30px 10vw 40px 10vw;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}

.proof-pricing-card {
	margin: 15px 40px 0px 40px;
}

.proof-right {
	padding: 0px;
}

.offering-card-body {
	background-color: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.offering-card-head {
	background-color: #354C63;
	padding-top: 10px;
	padding-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.offering-card h3, .pricing-card h3 {
	font-size: 30px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

.offering-card-index h2 {
	font-size: 36px;
	text-align: center;
	padding-top: 40px;
}

.offering-card-index p {
	padding: 20px 40px 40px 40px;
}

.offering-head, .pricing-head {
	margin: 0px;
	padding: 8px 10px 10px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.offering-head {
	background-color: #1A2632;
}

.pricing-head {
	background-color: #354C63;
}

.offering-body, .pricing-body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.fifty6south {
	position: relative;
}

.blue-back, .fifty6south {
	padding: 50px 50px;
}

.blue-back h1, .fifty6south h1, .services h1, #offering-trans h1, #offering-proof h1, #proof h1, #contact h1 {
	font-size: 50px;
}

.blue-back h2 {
	font-size: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.separator {
	font-size: 16px;
	margin: 0 auto 20px;
	max-width: 240px;
	text-align: center;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.blue-back .separator, .fifty6south .separator, .contact .separator {
	color: rgba(219,70,43,1);
}

.strings .separator, .separator {
	color: rgba(219,70,43,1);
}

.services .separator {
	color: rgba(219,70,43,1);
	padding-bottom: 55px;
}

.separator:before, .separator:after {
	display: block;
	width: 40%;
	content: " ";
	margin-top: 11px;
}

.blue-back .separator:before, .blue-back .separator:after, .fifty6south .separator:before, .fifty6south .separator:after, .contact .separator:before, .contact .separator:after {
	border: 1px solid #FFFFFF;
}

.services .separator:before, .services .separator:after, .strings .separator:before, .strings .separator:after {
	border: 1px solid #000000;
}

.separator:before {
	float: left;
}

.separator:after {
	float: right;
}

.btn-nav, a.btn, button.btn, span.btn {
    transition: all .3s;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
}

.rwd-break {
	display: none;
}

.rwd-break-inverse {
	display: none;
}

.rwd-break-contact {
	display: none;
}

p.gap-above, h2.gap-above {
	padding-top: 20px;
}

p.gap-above-big, h2.gap-above-big {
	padding-top: 60px;
}



/* REVEAL ON SCROLL */
.revealOnScroll { 
	opacity: 0; 
}





/* HIPSTER CARDS */

.card {
    margin-bottom: 70px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 6px;
	background-color: #FFFFFF;
	position: relative;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.card .content {
	padding: 15px 15px 5px 15px;
	position: relative;
    z-index: 3;
}

.card .content .title {
	margin: 10px 0 20px 0;
}

.card .title {
	position: relative;
	z-index: 3;
	color: #333333;
}

.card a:hover, .card a:focus {
    color: #444444;
}

.card .btn-modern {
	font-family: 'teko', sans-serif;
	color: #000000;
}

.card:hover .header .actions {
    opacity: 1;
}

.card h4.title, .card a {
	font-family: 'teko', sans-serif;
	font-size: 30px;
    font-weight: 400;
}

.card h4 {
    -webkit-font-smoothing: antialiased;
	color: #000000;
	line-height: 30px;
}

.card p {
    line-height: 1.3;
}

.card p.description {
	font-family: 'afta_sansregular', sans-serif;
	font-size: 16px;
	margin: 0px 10px 20px 10px;
}

.card .header {
	position: relative;
	border-radius: 6px 6px 0 0;
	height: 200px;
	z-index: 3;
}

.card .header img {
    opacity: 1;
    filter: alpha(opacity=0);
    display: block;
    height: 100%;
}

.card .header .actions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: transparent;
	z-index: 3;
}

.card .header .actions .btn {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card .btn {
	text-shadow: none;
	font-weight: bold;
}

.card:hover .filter {
    opacity: 0.7;
}

.card .filter {
	position: absolute;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.76);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
}

.filter {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

.btn-neutral {
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-neutral.btn-fill {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus, a.card-button:hover, a.card-button:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active {
	border-color: #FFFFFF;
}

.btn:active, .btn.active {
    outline: 0 !important;
}

a.card-button {
	font-size: 18px;
	margin-top: 3px;
}

.card-quote {
	display: none;
}

.card .description {
    font-size: 16px;
    color: #000000;
    position: relative;
    z-index: 3;
}

.card .actions {
    padding: 10px 15px;
}

.card[data-background="image"] .title {
	font-weight: 400;
}

.card li {
	font-size: 14px;
}

.strings .card {
	text-align: left;
}

.strings .card h4 {
	text-align: center;
}

.card.card-just-text.card-trans .content {
	padding: 30px;
	color: #FFFFFF;
	text-align: left;
}

.card.card-just-text.card-trans .content p {
	color: #FFFFFF;
}

.card .btn, .card a {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.card a {
	z-index: 3;
	color: #000000;
	position: relative;
}

.btn-round {
	border-width: 1px;
	border-radius: 30px !important;
	padding: 9px 18px;
}

a:hover, a:focus {
    text-decoration: none;
}









/* SAMPLES */

.sample-doc {
	width: 100%
}

#offering-samples h2 {
	margin-top: 70px;
}

p.sample-doc-type {
	font-size: 20px;
	font-family: 'teko', sans-serif;
}

.sample-dl {
	font-size: 14px;
	margin-bottom: 50px;
}





/* MODALS */

.modal-content {
	text-align: left;
	font-size: 15px;
	background-color: #F2F2F2;
}

h5 {
	font-family: 'teko', sans-serif;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.modal-content p {
	margin-bottom: 5px;
}

p.modal-contact {
	font-weight: 800;
	margin-top: 20px;
}

.privacy-policy-li {
	padding-left: 10px;
}




















/* "BACK TO TOP" BUTTON */

#toTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 9px 16px;
	cursor: pointer;
	display: none;
}

.btn-btt {
	color:#fff;
	background-color: rgba(219,70,43,0.7);
	border: none;
    transition: all .3s;
    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; 
}

.btn-btt:link, .btn-btt:visited {
    color: #FFFFFF;
	background-color: rgba(219,70,43,0.7);
}
.btn-btt:hover, .btn-btt:active {
    color: #FFFFFF;
	background-color: rgba(219,70,43,0.9);
}

/* BOUNCING DOWN ARROW */

.arrow {
	white-space: nowrap;
	font-size: 40px;
    text-shadow: 2px 2px 40px #000000, 2px 2px 30px #000000;
	position: absolute;
	right: 0;
	bottom: 50px;
	left: 0;
	margin: auto;
	width: 40px;
	height: 60px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 750ms ease-in-out;
	-ms-transition: all 750ms ease-in-out;
	-o-transition: all 750ms ease-in-out;
	transition: all 750ms ease-in-out;
}

.lift {
	bottom: 20px;
}

/* PULSING LANGUAGE COMBINATION */

@keyframes pulse {
  0% {transform: scale(1);}
  10% {transform: scale(0.9);}
  20% {transform: scale(1.1);}
  40% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 4s;
}



/* MEDIA QUERIES */

@media only screen and (min-width: 480px) {


	.row-footer .col-md-4 {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#navigation {
		font-size: 16px;
		padding: 5px 10px 5px 10px;
	}	

	.rwd-break-contact {
		display: block;
	}

	#contact-card {
		padding: 35px;
	}

}

@media only screen and (min-width: 768px) {

	body {
		font-size: 18px;
	}

	#dtp-problems p, #dtp-solutions p, li.dtp-problems-detail, li.dtp-solutions-detail {
		font-size: 16px;
	}

	.left-over-768 {
		text-align: left;
	}

	.right-over-768 {
		text-align: right;
	}

	.blue-back, .fifty6south {
		padding: 110px 80px;
	}

	.services, .contact, .strings {
		padding-top: 110px;
		padding-bottom: 50px;
	}

	.bottom-trim {
		padding-bottom: 0px;
	}

	.top-trim {
		padding-top: 0px;
	}

	.hero-trans img, .hero-dtp img, .hero-review img, .hero-contact img, .hero-portfolio img {
		margin-top: 75px;
		max-width: 600px;
	}

	#hero-trans, #hero-dtp, #hero-review, #hero-contact, #hero-portfolio {
		height: 400px;
	}

	.offering-card, .pricing-card, .review-card {
		margin-left: 20px;
		margin-right: 20px;
	}

	.offering-card h3, .pricing-card h3 {
		font-size: 34px;
		padding-top: 0px;
		margin-top: 14px;
		margin-bottom: 7px;
	}

	#footer-cr p, #footer-cr-alone p {
		font-size: 14px;
	}

	#footer-cr .row-footer .foot-cr-special-left {
		text-align: left;
	}

	#footer-cr .row-footer .foot-cr-special-right {
		text-align: right;
	}

	.rwd-break {
		display: block;
	}

	.arrow {
		font-size: 60px;
		bottom: 50px;
	}

	.lift {
		bottom: 90px;
	}

	#trans-certification, #dtp-problems, #dtp-solutions, #dtp-link, #portfolio, #portfolio-link {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#trans-certification p, #dtp-link p, #portfolio-link p {
		padding-left: 70px;
		padding-right: 70px;
	}

	#portfolio-disclaimer p.portfolio-disclaimer {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	p.cert, p.vfm-head {
		font-size: 16px;
	}

	.btn-56S, #btn-cv-download, #btn-about-portfolio {
		font-size: 24px;
	}

	#btn-cert, #btn-portfolio-link {
		font-size: 20px;
	}

	.software-icons {
		padding-top: 20px;
	}

	.software-icons-2 {
		padding-top: 5px;
	}

	img.software-icon {
		height: 30px;
		margin: 1px 2px 1px 2px;
	}

	img.sdl_badge {
		width: 100px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	img.cert_dtp_icon {
		height: 100px;
		margin-bottom: 0px;
	}

	#trans-certification p {
		text-align: right;
	}

	#dtp-problems p, #dtp-solutions p, #portfolio {
		text-align: left;	
	}

	#dtp-link p, #portfolio-link p {
		text-align: left;
	}

	.services p, p.detail, li.detail {
		font-size: 16px;
	}

	#proof {
		margin-top: 80px;
	}

	.proof-pricing-card {
		margin: 5px 40px 0px 40px;
	}

	#coming-soon h1 {
		font-size: 46px;
	}

	#coming-soon p {
		font-size: 16px;
		line-height: 22px;
		padding-top: 6px;
	}

	#xxxxxxxx {
		margin-top: 20vh;
	}

	#xxxxxxxx h1 {
		font-size: 46px;
	}

	#xxxxxxxx p {
		font-size: 16px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 0px;
		padding-right: 0px;
	}

	a.btn-copy {
		font-size: 22px;
	}

	.alert {
		font-size: 14px;
		padding: 4px;
	}

	.card h4.title {
		font-size: 35px;
	}

	.card p.description {
		font-size: 18px;
		margin: 0px 20px 30px 20px;
	}

	.review-body {
		font-size: 14pt;
		padding: 40px;
	}

	.review-footer {
		font-size: 12pt;
		padding: 20px 40px;
	}

	p.review-reviewer {
		font-size: 15px;
	}

	.modal-dialog {
		width: 70vw;
	}

	#no-side-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	p.about-body {
		font-size: 18px;
		text-align: justify;
	}

}

@media only screen and (min-width: 992px) {

	body {
		font-size: 20px;
	}

	#dtp-problems p, #dtp-solutions p, li.dtp-problems-detail, li.dtp-solutions-detail, #portfolio p, #portfolio-disclaimer p.portfolio-disclaimer {
		font-size: 18px;
	}

	.blue-back, .fifty6south {
		padding: 150px 100px;
	}

	.services, .contact, .strings {
		padding-top: 150px;
		padding-bottom: 110px;
	}

	.bottom-trim {
		padding-bottom: 0px;
	}

	.top-trim {
		padding-top: 0px;
	}

	.offering-card h3, .pricing-card h3 {
		font-size: 38px;
		padding-top: 0px;
		margin-top: 16px;
		margin-bottom: 8px;
	}

	.separator:before, .separator:after {
		margin-top: 14px;
	}

	.services .separator {
		padding-bottom: 100px;
	}

	#footer {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	#footer-left {
		text-align: left;
		padding-left: 30%;
	}

	#footer-right {
	  	float: right;
		padding-right: 30%;
	}

	#footer-cr .row-footer .foot-cr-special-left {
		text-align: center;
	}

	#footer-cr .row-footer .foot-cr-special-right {
		text-align: center;
	}

	.arrow {
	    text-shadow: 2px 2px 40px #000000, 2px 2px 40px #000000, 2px 2px 30px #000000, 2px 2px 30px #000000;
	}

	#portfolio-disclaimer p.portfolio-disclaimer {
		padding-top: 25px;
		padding-bottom: 25px;		
	}

	#trans-certification, #dtp-problems, #dtp-solutions, #dtp-link, #portfolio, #portfolio-link {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#trans-certification p, #dtp-link p, #portfolio-link p {
		padding-left: 30px;
		padding-right: 30px;
	}

	p.cert, p.vfm-head {
		font-size: 18px;
	}

	.btn-56S, #btn-cert, #btn-cv-download, #btn-about-portfolio {
		font-size: 28px;
	}

	#btn-cert, #btn-portfolio-link {
		font-size: 24px;
	}

	.btn-see-all-reviews {
		font-size: 22px;
	}

	.rwd-break-inverse {
		display: none;
	}

	img.software-icon {
		height: 40px;
		margin: 2px;
	}

	img.sdl_badge {
		width: 120px;
	}

	.services p, p.detail, li.detail {
		font-size: 18px;
	}

	#proof {
		margin-top: 100px;
	}

	#coming-soon h1 {
		font-size: 60px;
	}

	#coming-soon p {
		font-size: 18px;
		line-height: 24px;
		padding-top: 6px;
	}

	#xxxxxxxx {
		margin-top: 25vh;
	}

	#xxxxxxxx h1 {
		font-size: 60px;
	}

	#xxxxxxxx p {
		font-size: 18px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	a.btn-copy {
		font-size: 24px;
	}

	.alert {
		font-size: 16px;
		padding: 5px;
	}

	#border-right {
		border-right: solid;
		border-right-color: #DB462B;
		border-right-width: 1px;
	}



}




@media only screen and (min-width: 1200px) {

	.rwd-break-inverse {
		display: block;
	}

}




@media only screen and (max-width: 767px) {

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #FFFFFF;
		padding-top: 6px;
		padding-bottom: 7px;
		padding-left: 30px;
		padding-right: 20px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #FFFFFF;
		background-color: rgba(0,0,0,0.4);
	}

	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		color: #FFFFFF;
		background-color: rgba(0,0,0,0.4);
	}

	.dropdown-menu .divider {
		display: none;
	}

}




















