/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*site styles*/
p {
    margin: 0 0 10px 0;
}


header {
    border-bottom: 1px solid #d4d4d4;
    margin: 25px 0 0 0;
}

/*section {*/
    /*-webkit-box-shadow: inset -1px 200px 180px -122px rgba(212,212,212,1);*/
    /*-moz-box-shadow: inset -1px 200px 180px -122px rgba(212,212,212,1);*/
    /*box-shadow: inset -1px 200px 180px -122px rgba(212,212,212,1);*/
/*}*/

section {
    background: url("/Images/bgHome.png");
    background-repeat: repeat-x;
    background-position: top;
}

section.pages {
    background: none;
}
.header {
	overflow:hidden;
}
.header, .contentBox, .footer, .menuTop {
    max-width: 951px;
    margin: 0 auto;
}

.font10{
	font-size:10px;
}
.textJustify {
	text-align:justify;
}
.footer p:last-child {
	margin: 0 0 20px 0;
}

.backbutton {
	width: 110px;
}

.header, .contentBox, .footer, .button, .companyBrand, .links a {
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
}

.header {
    margin: 10px auto;
}

.backgroundBlue {
    background: #0090d0;
}
.greyColor {
    color: #717171;
}
.colorRed {
    color: #ff0000;
}

.color4 {
    color: #0090d0;
}
.margin20px {
	margin:20px 0!important;
}

.bordercolor1 {
    border-bottom: 4px solid #0090d0;
}
.backgroundColorD {
    background: #0090d0;
}
.menuTop li a:hover {
    background: #0090d0;
    color:white;
}

.arialBold {
    font-family: "Arial Bold", sans-serif;
}
.fontBold {
    font-weight: bold;
}
.color666 {
    color: #666;
}

.footer .menu li,
.menuTop li,
.social li,
.contentMenu li
{
    display: inline-block;
}

.content {
    padding: 60px 0 40px 0;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #353535;
}
.content.home {
	padding: 0 0 40px 0;
}
.content p {
    margin: 0;
}
.content p strong {
    font-weight: bold;
    line-height: 25px;
}

.social {
    float: right;
}
.social li a img {
    width: 29px;
    height: auto;
}
.social li a img:hover {
    opacity: 0.8;
}

.logo {
    text-align: left;
}
.logo a img {
    max-width: 180px;
    height: auto;
}
.menuTop {
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
    position: relative;
    overflow: hidden;
}

.menuTop li a{
    text-decoration: none;
    color: #666;
    padding: 12px 17px;
    font-size: 14px;
}

.sliderImage {
    max-width: 100%;
    height: auto;
    margin: 27px 0;
	width: 100%;
}

.contentMenuBox {
    height: 53px;
}

.contentMenu {
    border-top: 1px solid #d4d4d4;
    text-align: center;
    /*background: red;*/

    box-shadow: 0 4px 10px -4px rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    z-index: 1;
}

.contentMenu {
    font-size:0;
}
.contentMenu li a{
    color: #333;
    text-decoration: none;
    padding: 18px 27px;
    display: block;
    text-transform: uppercase;
    /*-webkit-transition: all .2s ease-in-out;*/
    /*-moz-transition: all .2s ease-in-out;*/
    /*transition: all .2s ease-in-out;*/
    font-size: 15px;
}
.contentMenu li a.active{
    background: rgba(0,0,0,.15);
}

.contentMenu.fly {
    position: fixed;
    top: 0;
    background: white;
    max-width: 951px;
    width: 100%;
}

.titleh1 {
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
p.classp1 {
	text-align: right;
  font-size: 13px;
  font-style: italic;
  margin: 10px 0 0 0;
 }

.titleh3 {
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
.titleh3.about{
	margin: 13px 0 10px 0;
}
.titleh4 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 11px 0;
}
.contactForm form {
    max-width: 600px;
    margin: 10px auto 50px;
    text-align: justify;
	background: rgb(244, 244, 244);
	padding: 20px;
}

.button {
    display: block;
    position: relative;
    padding: 8px 29px;
    color: white;
    border: none;
    font-size: 16px;
    margin: 0 auto;

}

.button:hover {
    cursor: pointer;
    opacity: 0.9;
}

.form {
    margin: 25px 0;
}
.row {
    min-height: 34px;
}

.row label {
    line-height: 25px;
}
.row label.error, .row span.error {
    color:red;
    display: block!important;
    text-align: right;
    padding: 5px 0 10px 0;
    clear: both;
}

.inputcontact {
    border: 1px solid #cccccc;
    width: 292px;
    max-width: 100%;
    padding: 4px;
    margin: 2px 2px 0 2px;
    font-size: 16px;
    float: right;
}
.submit {
    text-align: right;
}
.submit span {
    font-size: 13px;
    display: block;
}
.submit .button {
    display: inline-block;
    margin: 0;
    position: inherit;
}
.signature {
    margin: 25px 0 30px 0;
}
.signature p {
    margin: 0;
}
p.applicationp {
	  margin: 15px 0px 0 0;
}
.step.first{
    margin: 16px 0 20px 0;
}
.step.mini {
    margin: 10px 0 0 0;
}
.step {
    margin: 10px 0 20px 0;
    overflow: hidden;
}
.step .decimalli {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    max-width: 550px;
}
.step .decimalli li{
    list-style-type: decimal;
    margin: 0 0 0 30px;

}
.step ul {
    overflow: hidden;
}
.step ul li {
    list-style-type: disc;
    margin: 0 0 0 18px;
}
.step.mini .stepText {
    width: 55%;
}
.stepText {
    width: 77%;
    /*width: 100%;*/
    font-size: 22px;
    line-height: 30px;
    /*border-bottom: 1px solid #d4d4d4;*/
}
.stepImage img{
    width: 190px;
    height: auto;
    float: right;
    margin: 0 0 0 10px;
}
.step .descp {
    margin: 16px 0;
    overflow: hidden;
}

/*youtube responsive */
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    /*max-width: 800px;*/
    /*margin: 0 auto;*/
    margin: 20px auto;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*youtube responsive end */

.links {
    margin: 30px 0;
}
.links a{
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.links a:hover {
    text-decoration: underline;
}

.companyBrand {
    text-align: center;
    font-weight: bold;
}
.companyBrand p {
    padding: 21px 0;
    color: #fff;
}

.footer .menu {
    /*text-align: center;*/
    margin: 35px auto 21px;
    max-width: 600px;
    list-style-type: none;
    text-align: justify;
}
.footer .menu {
    display: inherit;
}

.footer .stretch {
    display: inline-block;
    width: 100%;

    /* if you need IE6/7 support */
    *display: inline;
    zoom: 1
}

.footer .menu li a {
    font-size: 15px;
    text-decoration: none;
}
.footer .menu li a:hover{
    text-decoration: underline;
}
.content .prodident {
  margin-top: 20px;	
}
.prodbord {
  border-top:1px dashed black;
  border-bottom:1px dashed black;
  padding: 10px 0;
}
/*table*/
.bold {
    font-weight: bold;
}
.privacyli li {
    list-style-type: disc;
    margin: 0 0 0 37px;
    padding: 0 0 0 6px;
}
.tableterms, .tableterms td, .tableterms th {
    border: 1px solid #d4d4d4;
    margin: 15px 0;
    font-size: 16px;
    vertical-align: middle;
}
.tableterms th{
    text-align: left;
    font-weight: bold;
    background: #FAFAFA;
}

.tableterms th:nth-child(1){
    width: 30%;
}
.tableterms th:nth-child(2){
    width: 20%;
}
.tableterms th:nth-child(3){
    width: 50%;
}

.tableterms th, .tableterms td {
    padding: 10px 5px;
}

.tableterms.aid th, 
.tableterms.aid td{
	font-size:14px;
	text-align:center;
}
.tableterms.aid th:nth-child(1){
    width: 30%;
}
.tableterms.aid th:nth-child(2){
    width: 20%;
}
.tableterms.aid th:nth-child(3){
    width: 20%;
}
.tableterms.aid th:nth-child(4){
    width: 30%;
}
.tableterms.aid p{
  margin: 5px 0;
}
.content .tableaid {
	margin:20px 0 0 0;
}
.tableterms.aid {
margin: 0 0 15px 0;
}
/*table end*/
.aid b {
	font-weight: bold;
}

.sending {
  background: white;
  padding: 10px;
  text-align: center;
  margin: 10px 0!important;
  display: none;
}

input[type=submit]:disabled,
button:disabled {
   background:grey;
}


/*responsive*/

@media (max-width: 970px) {
    body {
        /*border: 1px solid red;*/
    }
    .header {
        margin: 10px;
    }
    .content, .footer, .companyBrand p, .slider{
        margin: 0 10px;
    }
    .contentMenu.fly {
        left: 0;
    }
}

@media (max-width: 767px) {
    .stepText, .step.mini .stepText{
        width: 100%;
        font-size: 18px;
    }
    .contentMenu li a {
        padding: 15px 20px;
    }

    .tableterms, .tableterms td, .tableterms th {
        font-size: 14px;
        word-break: break-all;
    }
	
	.prodbord .points {
	  width: 5%;
	  display: inline-block;
	  overflow: hidden;
	}
}

@media (max-width: 570px) {
    body {
        /*border: 1px solid blue;*/
    }
    .step .decimalli {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 480px) {
    body{
        text-align: justify;
    }

    section {
        background: none;
    }

    .titleh3 {
        text-align: center;
    }
    .footer .menu {
        text-align: center;
        margin: 21px auto 21px;
    }
    .footer .menu li {
        display: block;
        margin: 3px 0;
    }
    .social ul li:nth-child(3){
        display: block;
        /*float: right;*/
    }
    .social ul li:nth-child(4){
        display: block;
        float: right;
        margin: -47px 0 0 0;
    }
	
    .sliderImage {
        margin: 12px 0;
    }
    .menuTop li:last-child, .contentMenu li:last-child{
        border-bottom: none;
    }

    .menuTop li a {
        padding: 0;
        font-size: 15px;
    }
    .menuTop li a:hover {
        background: none;
    }
    .menuTop li:hover {
        background: #339966;
    }
    .menuTop li:hover > a {
        color: white;
    }
    .menuTop li {
        display: block;
        padding: 6px;
        border-bottom: 1px solid #F5F5F5;
    }
    .menuTop {
        padding: 0;
    }

    .contentMenu li {
        display: block;
        border-bottom: 1px solid #F5F5F5;
    }
    .contentMenu li a {
        padding: 4px;
        font-size: 11px;
    }

    .stepImage{
        text-align: center;
    }
    .stepImage img {
        float: none;
    }

    /*form*/
    .row {
        height: 100%;
        text-align: center;
    }
    .inputcontact {
        width: 100%;
        padding: 4px 6px;
        margin: 2px 0;
        float: none;
        box-sizing: border-box;
    }
}

@media (max-width: 370px) {
	.prodbord li {
	  text-align: center;
	  border-bottom: 1px solid #d4d4d4;
	  padding: 10px 0 10px 0;
	}
	.prodbord li:first-child{
	padding: 0 0 10px 0;
	}
	.prodbord li:last-child {
		 border-bottom: none;
	  padding: 10px 0 0 0;
	}
	.prodbord li .points{
	  display: none;
	}
	.prodbord li b {
		font-weight:bold;
		display:block;
	}
}

@media (max-width: 330px) {

    .social {
        display: none;
    }
    .logo {
        text-align: center;
    }
}

@media print {

}