@CHARSET "UTF-8";
html,body,p,img,h1,h2,h3,h4,h5,h6,table
{
	margin:0px;
	padding:0px;
       
}

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

body
{
	overflow-x:hidden;
	font-family: helvetica, sans-serif;
}

#section1
{
	height:100%;
	width:100%;
	
}

.error_list {margin: 0; padding: 0;}
.error, .notice, .success, .warning,.error_list li {padding:.8em;margin: 0 0 0 0;border:2px solid #ddd; list-style: none;}
.error, .error_list li {background:#FBE3E4 ;color:#8a1f11;border-color:#FBC2C4; font-size: 10pt;}
.notice {background:#c1ddfc url('../img/notice_icon.png') center left no-repeat;color:#043061;border-color:#5d9ce3;padding-left:35px;}
.success {background:#E6EFC2 url('../img/success_icon.png') center left no-repeat;;color:#264409;border-color:#C6D880;padding-left:35px;}
.warning {background:#FFF6BF url('../img/warning_icon.png') center left no-repeat;;color:#514721;border-color:#FFD324; font-size: 10pt;padding-left:35px;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.warning a {color:#514721;}
.yes
{
	background:#E6EFC2;color:#264409;border:1px solid #C6D880;
}
.yes  a {color:#264409;}
.no
{
background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;border:1px solid #FBC2C4;
}
.no a{color:#8a1f11;}

.breadcrumb
{
	font-size:0.8em;
	margin-bottom:10px;
}

a
{
	color:#fff;
	text-decoration:underline;
}

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

h2
{
	font-weight:bold;
	font-size:1.2em;
	color: #4d4c4c;
}

h3
{
	font-weight:bold;
	font-size:1.1em;
	color: #4d4c4c;
	margin-bottom:0.7em;
}

.reveal-modal h3
{
	
}

strong
{
	color:#24a4c9;
}


.partner
{
    float:left;
    width:31%;
    text-align:center;
    height: auto;
    margin-left:2%;
    color:#fff;
}

.partner img
{
   
     filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}


.partner img:hover
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.button
{
	color:white !important;
	font-size:1em;
	border:none;
	padding:5px;
	background: #24a4c9 ;
	text-decoration:none;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	border-bottom:3px solid #155f75;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.button:hover
{
	background:#29f4ff;
	color:white;
	cursor:pointer;

}


#footer p
{
	font-size:0.8em;
	line-height:1.4em;
}

#footer a
{
	text-decoration:underline;
	color:white;
}

#footer a:hover
{
	text-decoration: none;
}

#footer div
{
	float:left;
	width:24%;
	margin-left:10px;
}



optgroup
{
    font-style:normal;
}

.field_container input[type='text'], .field_container input[type='password'], select, textarea
{
    width:90%;
}

.field_container input[type='text']:hover, .field_container input[type='password']:hover, select:hover, textarea:hover,
.field_container input[type='text']:focus, .field_container input[type='password']:focus, select:hover, textarea:focus
{
    background: #fff;
    border-bottom: 1px solid #219b86;
    border-top: 1px solid #219b86;
}

input, textarea,select
{
    background: #f8f8f8;
    padding:10px;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #D4D3D5;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  
    font-size:1.2em;
}

select
{
   cursor:pointer;
   
}

.field_comment
{
    float:right;
    font-size:0.8em;
    margin-left:2px;
}



table .label
{
    text-align:right;
    width:150px;
	font-weight:bold;
	vertical-align:middle;
}


 label
{
   
    color:#212121;
    cursor:pointer;
}

.hform { display: none; }




#container-header .social
{
	float: left;	
}

#container-header #container-social
{
	float: right;	
}


#container-header .social a
{
	transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        -webkit-transition: background 0.3s ease-in-out;
	height:68px;
	float: left;
        background-color: rgba(0,0,0,0.5) ;
	display:block;
	padding-top:32px;
	margin-left:2px;
	margin-right:2px;
        border: 1px dashed #ce1b22;
	
}


#container-header  #twitter :hover
{
	background: #4ab1e1;
}

#container-header  #youtube :hover
{
	background: #e41138;
}

#container-header  #pinterest :hover
{
	background: #c9232d;
}

#container-header  #instagram :hover
{
	background: #a77b5f;
}

#container-header  #google :hover
{
	background: #e41138;
}


#main-header
{
	
    height:380px;
    filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);    
}

.fl{float:left}
.fr{float:right}
.w10{width:10%}
.w30{width:30%}
.w33{width:33%}
.w40{width:40%}
.w45{width:45%}
.w50{width:50%}
.w70 {width:70% !important}
.w80 {width:80%}
.w85 {width:85%}
.w90 {width:90%}
.w60 {width:60%}
.w14{width:14%}
.w15{width:15%}
.w100 {width:100%}
.h40{height: 40%}
.w1050px{width: 1050px}
.h590px{height:590px}
.ml0{margin-left:0px !important;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml5{margin-left:5px;}
.ml50{margin-left:50%}
.ml10p{margin-left:10%}
.ml13p{margin-left:13%}
.ml20p{margin-left:20%}
.ml30p{margin-left:30%}
.ml35p{margin-left:35%}
.ml40p{margin-left:40%}
.ml220{margin-left:220px}
.mr1em{margin-right:1em;}
.pl5{padding-left:5px;}
.p5{padding:5px;}
.mt2{margin-top: 2em}
.mt150px{margin-top: 150px}
.mt300px{margin-top: 300px}
.mt0{margin-top:0 !important;}
.mt1{margin-top: 1em}
.mt05{margin-top: 0.5em}
.mt15p{margin-top:15%;}
.mt20p{margin-top:20%;}
.mr5{margin-right:5px;}
.pl20{padding-left:2em}
.bgh{background: none !important;}
.lh20{line-height:2em}
.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}
.bgwt08{ background: rgba(255, 255, 255, 0.8) !important; }
.mb0{margin-bottom:0}
.dn{display:none}
.fs08{font-size:0.8em}
.fs06{font-size:0.6em}
.fs04{font-size:0.4em}
.fs02{font-size:0.2em}
.fs10{font-size:1em}
.fs12{font-size:1.2em}
.fs16{font-size:1.6em}
.fs18{font-size:1.8em}
.fs20{font-size:2em}
.fs22{font-size:2.2em}
.fs24{font-size:2.4em}
.fs26{font-size:2.6em}
.fs28{font-size:2.8em}
.fs30{font-size:3em}
.fs40{font-size:4em}
.tar{text-align:right}
.fwb{font-weight:bold}
.dn{display:none}
.db{display:inline-block}
.cw{color:white !important}
.cp{cursor:pointer}
.taj{text-align: justify}
.ffQ{font-family: 'Quicksand', sans-serif !important;}
.pa{position:absolute}
.p0{padding:0 !important}

.container-header h2, .container-header h1
{
    font-family: Arial, sans-serif ;
   
}

.shadow{
    -moz-text-shadow: 0px 1px 3px #000000; 
    -webkit-text-shadow: 0px 1px 3px #000000;  
    text-shadow: 0px 1px 3px #000000;
}



#big-bg
{
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    z-index:900;
}


.fillfield
{
    width:90%;
}

.fulldiv
{
   float:left; width: 100%;
}

.show_mobile
{
    display:none; 
}


.table1 a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table1 a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table1 a:active,
.table1 a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
        width:90%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table1 th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table1 th:first-child{
	text-align: left;
	padding-left:20px;
}
.table1 tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table1 tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table1 tr{
	text-align: center;
	padding-left:20px;
}
.table1 tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table1 tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table1 tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table1 tr:last-child td{
	border-bottom:0;
}
.table1 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table1 tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table1 tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.square1, .square2
{
	float:left;
	width:225px;
	height:225px;
	margin-left:10px;
	color:#fff;
	font-size:1.8em;
	transition: border-radius 0.4s ease-in-out;
	-moz-transition:  border-radius 0.4s ease-in-out;
	-webkit-transition:  border-radius 0.4s ease-in-out;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.square1 a, .square2 a
{
	color:white;
	text-decoration: none;
	width:225px;
	height:225px;
	
	float:left;
	font-size:0.8em;
}

.square1
{
	background: #219b86 ;
	
	border-bottom:5px solid #248d7b;
}



.square2
{

	background:#30bca4;
        border-bottom:5px solid #248d7b;
	
}

.square1:hover, .square2:hover
{
    background: #072c34;
    cursor:pointer;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	
}


.fixed
{
	position: fixed;
	margin-right:0;
	margin-bottom:0;
	right: 1em;
	bottom: 1em;
}
.steps
{
	margin-top:2em;
	
}

.steps p 
{
	font-size:1em;
}


.rounded
{
    width:96px;
    -moz-border-radius: 75px; 
    -webkit-border-radius: 75px; 
    border-radius: 75px;
    background: -webkit-linear-gradient(left top ,  #24a4c9,#29f4ff);
    transition:  border-radius 0.5s ease-in-out;
    -moz-transition:  border-radius 0.5s ease-in-out;
    -webkit-transition:  border-radius 0.5s ease-in-out;
}

.rounded:hover
{
        width:96px;
        -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
        border-radius: 5px;
        background: #072c34;
}


.section{float:left; width:100%; text-align: center; padding:5em 0 5em 0}

#section1
{
        background: url('../img/bg.jpg') bottom left fixed !important;
        -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

}

#section2
{

        -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
        background:#eee url('css/modal-gloss.png')  top left no-repeat !important;
}

#section3
{
        background: url('../img/bg-02.jpg') bottom left fixed !important;
        -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}


#section3 h2
{
        color:#fff;
        -moz-text-shadow: 0px 0px 7px #000000; 
        -webkit-text-shadow: 0px 0px 7px #000000;  
        text-shadow: 0px 0px 7px #000000;
        background: none;
        -webkit-text-fill-color: currentcolor;
        font-size:1.6em;
}

h2
{
        color:#24a4c9;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;  
        text-shadow: none;
        background: -webkit-linear-gradient(left top,  #214086,#29f4ff);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size:1.6em;
}

h1
{
        font-size:1.6em;
        color:#fff;
        -moz-text-shadow: 0px 0px 7px #000000; 
        -webkit-text-shadow: 0px 0px 7px #000000;  
        text-shadow: 0px 0px 7px #000000;
}

/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
        color: #fff;
}

#myWords
{
        font-size:1.2em;
}

/* animated elements */
.animateblock {
 
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
 
.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left {
  margin-left: -2%;
}
.animateblock.left.animated {
  margin-left: 12%;
}
 
.animateblock.right {
  display: block;
  margin-left: 100%;
}
.animateblock.right.animated {
  margin-left: 70%;
}
 
.animateblock.top {
  display: block;
  width: auto;
  text-align: center;
  margin-top: -25px;
}
.animateblock.top.animated {
  margin-top: 0px;
}
 
.animateblock.btm {
  display: block;
  width: auto;
  text-align: center;
  margin-top: 25px;
}
.animateblock.btm.animated {
  margin-top: 0;
}
 
.animateblock.centerleft {
  display: block;
  width: auto;
  text-align: center;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}
 
.animateblock.centerright {
  display: block;
  width: auto;
  text-align: center;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}
 
.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}
 
.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}