/*
@font-face {
    font-family: 'MTCORSVA';
    src: url('../fonts/corsiva/MTCORSVA.eot');
    src: local('MTCORSVA'), url('../fonts/corsiva/MTCORSVA.woff') format('woff'), url('../fonts/corsiva/MTCORSVA.ttf') format('truetype');
}
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
html,
code,
kbd,
pre,
samp
 {
    /*
    font-family: "MTCORSVA", "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    */
    font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

body{
	background-color: #1b1f23;
}

a{
	cursor: pointer;
	text-decoration: none !important;
}

.container {
    min-width: 540px;
    margin-bottom: 50px;
}

.just{
	text-align: justify !important;
}

.home-header .intro-container h1, 
.home-header .intro-container .intro-text {
    text-shadow: 0 1px 4px #222222, 0 1px 1px #222222;
}

.intro-title, 
.intro-text {
	text-shadow: 0 2px 3px #000000;
}

.footer-parallax{
	background:  url(../images/bg_gradienthoizontal-yellow-up.jpg?v2) center bottom repeat-x !important;
}

	.footer-parallax .info-copyright{
		background: none !important;	
		color: #262626;	
	}
		.footer-parallax .info-copyright .copyright{
			color: #262626;
		}

.footer-parallax .footer-nav a{
    text-shadow: 0 1px 30px #000000, 0 1px 15px #000000, 0 1px 5px #000000;
}
	.footer-parallax .footer-nav a:hover{
		text-decoration: none;
		color: #9c9ea0;
	}

.home-header .intro-container .intro-highlighted {
}

.intro-highlighted {
    text-shadow: 0 0 1px #FFFFFF;
    cursor: default;
}

.menuAnimatedButtonPathStyle{
	background-color: #fbc147!important;
	fill: #fbc147 !important;
}

.home-header .logo {
    text-align: right;
    margin-top: 4%;
    margin-bottom: 2%;
}

.home-header .logo img {
    margin: inherit;
    /*
    width: 45%;
    */
    width: 47%;
}

.intro-container {
    position: relative;
}
	.intro-container .banner{
		float: left;
		margin: 0px 20px 0px 0px;
	}

	.intro-container ul{
		margin-left: 60px;
		margin-right: 60px;
	}

.intro-container {
    visibility: visible;
    padding-top: 30px;
    padding-bottom: 30px;
}

.intro-text {
    text-align: justify;
}

.decorImageDiv {
    width: 178px;
    max-height: 474px;
}

.section-pince{
	min-height: 474px;
    background: transparent url(../images/bg_ninetex-right.jpg) no-repeat right 15px;
}

.yellowlead{
	list-style-type: none;
	padding: 10px;
	text-align: center; 
	margin: 30px 0px;
	background-color: #eea814;
}

.bluelead{
	list-style-type: none;
	padding: 10px;
	text-align: center; 
	margin: 30px 0px;
	background-color: #769AC6;
	color: #333;
}


.section-uta{
	min-height: 300px;
    background: transparent url("../images/bg_ninetex-left-big.jpg?v2") no-repeat 0px 15px;
}

.bottlesIntro {
    background: transparent url("../images/bottles2.png") no-repeat left 130px !important;
}

.intro-highlighted {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 8px -2px #000000;
}

.screenshots-features {
    height: 100%;
}

.featureCircle, 
.screenshots-features img,
.screenshots-container .panel-heading img {
    -webkit-transition: all 250ms ease !important;
    -moz-transition: all 250ms ease !important;
    -o-transition: all 250ms ease !important;
    transition: all 250ms ease !important;
    border-radius: 150px;
    border: 3px solid #DDDDDD;
    
    box-shadow: 0 10px 17px -10px #000000;
    float: none;
    cursor: pointer;
    
    margin: auto;
    margin-top: 0;
}

.screenshot {
    text-align: center !important;
    margin-top: -3px;
    margin-bottom: -3px;
}

.screenshots-container {
	margin-bottom: -250px;
}

.screenshots-features {
	min-height: 155px;
}

.featureCircle:hover,
.screenshots-features img:hover,
.screenshots-container .panel-heading img:hover {
    margin-top: 5px;
    box-shadow: 0 1px 2px -1px #000000;
}

#screenshotModal .modal-dialog {
    display: table;
}

#addressBlockStyle {
	margin: auto;
	width: 85%;
}

.customMenu {
    margin-top: 85px;
}

.features-articles article:nth-child(odd) h2,
.features-articles article:nth-child(odd) p,
.features-articles article:nth-child(odd) .meta {
    padding-left: 200px;
    text-align: left;
}

.features-articles article:nth-child(even) h2,
.features-articles article:nth-child(even) p,
.features-articles article:nth-child(even) .meta {
    padding-right: 200px;
    text-align: right;
}

.intro-title, 
.article-title{
	letter-spacing: 0px;
	line-height: 22px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.home-header .intro-container h1, 
.home-header .intro-container .intro-text {
    font-size: 22px;
    line-height: 40px;
}

p.article-excerpt {
	font-size: 18px;
    line-height: 1.4em !important;
    margin-bottom: 1em;
}
	p.article-excerpt a{
		color: #fbc147;
	}
	
	p.article-excerpt a:hover{
		color: white;
	}

.intro-title {
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 35px;
    margin-top: 15px;
    /*
    text-align: left;
    */
    text-align: center;
}

.home-wrapper .features-articles h2 {
	margin: 1em 0 1em !important;
}

a {
	outline: none !important;
}

.screenshots-container .panel-body {
	border: none !important;
}

.panel {
	border: none !important;
}

.panel-group {
	margin-bottom: 0 !important;
}

.addressTableStyle td {
    font-size: 15px;
    padding: 2px;
    color: #7f8c8d;
}

	.addressTableStyle.black td {
		font-size: 18px;
	    color: #333;
	}

.addressTableStyle a {
    text-decoration: underline;
}

.features-articles h2 span {
	font-size: 24px !important;
    cursor: default;
	color: #fbc147;
}
	.features-articles h2 span:hover {color: #fbc147;}
	

.features-articles {
    background: #1b1f23;
}

.footer-parallax .footer-nav {
    margin-top: 55px;
}

.featureCircle{
	position: relative;
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
	border-radius: 150px;
	background: #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	font: 14px Tahoma, Helvetica, Arial, Sans-Serif !important;
	line-height: 1.25em;
}
	.featureCircle span, 
	.featureCircle div, 
	.featureCircle a {
		margin: auto;
		position: relative;
		font-weight: bold;
	}
	
	.featureCircle span{
		top: 10px;
		font: 14px Tahoma, Helvetica, Arial, Sans-Serif !important;
		line-height: 1.25em;
		
	}
	
	.featureCircle .glyphicon{
		position: absolute;
		width: 100%;
		top: 25px;
		left: 0px;
		font-size: 30px;		
	}
	
.featureCircle.selected{
	color: white;
	border: 6px solid #eea236;
}
	.featureCircle.selected span{
		color: #262626;
		text-shadow: 0px 1px 2px #262626;
	}

	.featureCircle.selected .glyphicon{
		color: #262626;
	}
	
.gradientBack {
	background-color: #769AC6;
/*
  background: -webkit-linear-gradient(#ffcc33, #ffff99);
  background: -o-linear-gradient(#ffcc33, #ffff99); 
  background: -moz-linear-gradient(#ffcc33, #ffff99); 
  background: linear-gradient(#ffcc33, #ffff99);
*/
}

.intro-container * {
	cursor: default; 
}

.introTitlesTable td {
	font-size: 20px;
	font-weight: bold;
}

.biggerFont {
	font-size: 120%;
}


/* #769AC6 #638FC4 */

/* rrr */
.clearfix{
	clear: both;
}

.home-header .intro-container{
	position: relative;
}
	.home-header .intro-container h1.maintitle{
		margin: 36px 60px 20px 60px;
		text-align: justify;
		color:  #333;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 24px;
		line-height: 1.25em;
		text-shadow: none;
		font-weight: normal;
	}
	
	.home-header .intro-container p.subtitle{
		margin: 20px 60px 0px 60px;
		color:  #333;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 18px;
		line-height: 1.4em;
		text-shadow: none;
		text-align: justify;
	}
	
	.home-header .intro-container p.subtitle.bluelink{
		margin-top: 40px;
		text-align: left;
		color: #467cdc;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.home-header .intro-container .circlebanner{
		display: block;
		position: absolute;
		bottom: 30px;
		right: 10px;
	}
	
	.home-header .intro-container .btn{
		font-size: 18px;
	}

a.scrolldown{
	display: block;
	width: 50%;
	color: #7f8c8d;
	margin: 23px auto 0px auto;
	font-size: 36px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

h2.heading{
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	padding: 30px 0px;
	font-size: 49px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
    font-weight: bold;
    text-align: center;	
	text-shadow: 0px 2px 3px #555;
	background-color: transparent;
}
	h2.heading.greybg{
		color: #fbc147;
		background: url(../images/bg_title.png);		
	}

ul.article-excerpt{
    color: #7f8c8d;
	text-align: justify !important;
    line-height: 22px;
    margin-bottom: 0;
}
	ul.article-excerpt li{
	    line-height: 22px;
	    margin-bottom: 10px;
    }

.home-wrapper .features-articles h2.article-title{
	margin-top: 13px !important;
	font-size: 24px;
}

.features-articles article p.disclamier{
	font-size: 20px;
    line-height: 24px;	
	text-align: center;
	padding: 0px;
	color: #333;
}

.screenshots-features .feature{
	padding-top: 30px;
}

.featureCircle{
	cursor: pointer !important;
	background: url(../images/bg_gradienthoizontal-yellow.jpg) center top repeat-x;
}

	.featureCircle span{
		color: #222;
		text-shadow: 0px 2px 3px #555;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;			
	}
	
.dropshadowclass{
	margin: 20px 0px;
	border: solid 1px #CCC; 
	-moz-box-shadow: 1px 1px 5px #999; 
	-webkit-box-shadow: 1px 1px 5px #999; 
	box-shadow: 1px 1px 5px #999;
}

/* email modal */
.btn-primary.send{
	color: white;
	background-color: #467cdc;
	border: none;
}
	.btn-primary.send:hover{
		color: #333;
		background-color: #eea814;
	}

.modal{
	font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.buttons{
	margin: 50px 60px 50px 60px;
}
	.buttons .btn-primary{
		width: 200px;
		display: inline-block;
		background-color: #769AC6;
		border-color: #769AC6;
		cursor: pointer;
	}
		.buttons .btn-primary span{margin-right: 5px;}
		
.intro-container{
	background: #FFFFFF url("../images/bg_gradienthoizontal-yellow.jpg") repeat-x top left;
}

.home-header {
    height: 800px !important;
    background-size: auto !important;
}

.row.blue2.intro-container{
	background: #FFFFFF url("../images/bg_gradienthoizontal-yellow.jpg.jpg") repeat-x top left;
}
	.row.blue2 .buttons .btn-primary{
		background-color: #638FC4;
		border-color: #638FC4;
	}
	
.accordions .panel-title{
	margin-top: 1em;
	font-size: 24px;
}

.accordions .panel-body ul{padding-left: 15px;}

.accordions .panel-body p{
	font-size: 18px;
	margin: 1em 0 2em 0;
	text-align: justify;
}

	.accordions .panel-body p a{
		margin-top: 10px;
		font-size: 18px;
	}
	
	.accordions .panel-body p a span{margin-right: 10px;}

.width200{
	width: 200px;
}

.mainpic{
	display: block;
	margin: -70px auto 10px auto;
}
