/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');

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, font, 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 {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	list-style-image: none;
	text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body{
    /* background:url(../images/back-full.png) top left repeat-x #151515; */
    text-align:center;
	vertical-align:baseline;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	background-color: gainsboro;
}
h1{
	font-size:38px;
	font-weight: 700;
}
h2{
    font-size:26px;
    font-weight: 600;
    color:#FFF;
    text-align:left;
    margin:0px;
}
h3{
	font-size: 20px;
	font-weight: 600;
    color:#444;
    text-align:left;
	margin:0px 0 11.5px 0;
}
h4{
	font-size:14px;
	font-weight:500;
	text-align:left;
	color:#FFF;
}

h6{
	color:#FFF;
	font-size: 14px;
	font-weight: 500;
	margin:0px;
}
a{
	-moz-transition: color 0.15s ease-in-out 0.2s;
	-webkit-transition: color 0.15s ease-in-out 0.2s;
	-ms-transition: color 0.15s ease-in-out 0.2s;
	-o-transition: color 0.15s ease-in-out 0.2s;
	transition: color 0.15s ease-in-out 0.2s;
	color:#EEE;
}
a:hover{
	color:#ccffff;
}
a:link, a:visited, a:active, a:focus{
    text-decoration:none;
}
img{
	border:none;	
}
p{
    text-align:left;
	color:#FFF;
}
li{
	color:#555555;
}

.BorderedImg {
    border-radius: 5px;
}

.float-right{
    float: right !important;
}
.float-left{
    float: left;
}
.clear{
    clear:both;
}
.clear20{
	clear:both;
	height:20px;
}
.clear28{
	clear:both;
	height:30px;
}
.clear30{
	clear:both;
	height:30px;
}
.top50{
	margin-top:44px !important;	
}
.top15{
	margin-top:15px !important;
}

/***********************************************************************
MAIN HEADER WITH BLUE BACKGROUND
***********************************************************************/
#blue-container{
    background:url(../images/blue-pattern2.png) no-repeat top center;
    min-height:540px;
    position:relative;	
}
#main-header{
	background-color: #2775a2;
	/* background:url(../images/blue-pattern2.png) no-repeat top center;	 */
    position:relative;	
}
.main-header__head{
	min-height:540px;
	border-bottom: 150px solid #151515;
}
#main-header h1{
    clear: both;
	font-size: 38px;
    color:#FFF;
    margin-top:20px;	
    font-weight:700;
	
	/*text shadow*/
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#main-header h2{
    font-size: 26px;
	margin-bottom:15px;	
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	text-shadow: 0 1px 1px rgba(0,0,0,0.33);
}
#nav-container{
    width:890px;
    margin-right:auto;
    margin-left:auto;
    padding: 10px 20px;
    /*background: url(../images/back-top-menu.png) repeat-x top left #171717;*/
    background:#2f2f30;
    background: -moz-linear-gradient(top, #2f2f30 0%, #171717 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #2f2f30 0%,#171717 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2f2f30 0%,#171717 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2f2f30 0%,#171717 100%); /* IE10+ */
    background: linear-gradient(top, #2f2f30 0%,#171717 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f30', endColorstr='#171717',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius:0px 0 5px 5px;
    -moz-border-radius:0px 0 5px 5px;
    border-radius:0px 0 5px 5px;
    display:inline-block;

    box-shadow: rgba(000,000,000,0.18) 0 2px 3px;
}
#nav-container > a{
    color:#FFF;
    float:left;
    font-size:30px;
    font-weight: 700;
}
#main-header nav ul{
    float:right;
    margin-top: 10px;
}
#main-header nav li{
    display: inline-block;
}
#main-header nav li a{
    padding: 0 14px 0 15px;
    border-right: 1px solid #4d4d4d;
    font-weight: 700;
    font-size:14px;
    color:#FFF;
    margin:0px;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,1);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,1);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,1);
	text-shadow: 0 1px 1px rgba(0,0,0,1);

	-moz-transition: color 0.15s ease-in-out 0.2s;
	-webkit-transition: color 0.15s ease-in-out 0.2s;
}
#main-header nav li:last-child a{
    padding: 0 0 0 15px;
    border-right: none;
}

#main-header nav li a:hover, #main-header nav li a.active{
    color:#b7b7b7;
}
/**download button and text around on header*****/

a.download > img{
	float:left;
}
a.download > img + span{
	font-size: 20px; 
	font-weight:700;
	color:#FFF;
	-webkit-text-shadow:0px -1px 0 #7f7f7f;
	text-shadow:0px -1px 0 #7f7f7f;
	position:absolute;
	left:20px;
	top:13px;
	/*transition*/
	-moz-transition: color 0.15s ease-in-out 0.2s;
	-webkit-transition: color 0.15s ease-in-out 0.2s;
}
a.download + span, a.download ~a{
	margin:0px 15px;
	color:#fefefe;
	text-shadow:0px 1px 0 #7f7f7f;
	font-size: 20px;
	line-height: 48px;
	/*transition*/	
	-moz-transition: color 0.15s ease-in-out 0.2s;
	-webkit-transition: color 0.15s ease-in-out 0.2s;
}
a.download ~a{
	font-size: 20px;
	margin:0px;
	text-decoration:underline;
}
a.download > img + span:hover, a.download ~a:hover{
	color:#ccffff;
}


/*********************************************************************
DARK ROW
*********************************************************************/
#dark{
	/* min-height: 140px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 970px;
}
#black-container{
   /* background:url(../images/black-dark.png) no-repeat top left;*/
    min-height:141px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
}
#black-container .two-columns a, #dark .two-columns a{/*sobra black-container*/
	position:absolute;
	bottom: 111px;
	left:40px;
}
/********************************************************************
FIRST GRAY CONTAINER WHERE SMALL SCREEN APPEAR
********************************************************************/
#first-gray{
	text-align:center;
	width:970px;
	position:relative;
	min-height:388px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -40px;
	/*-moz-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-webkit-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-ms-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-o-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	box-shadow: rgba(000,000,000,0.2) 0 0 10px;*/
}
#article-gray{
	text-align:center;
	width:970px;
	position:relative;
	min-height:388px;
	margin-left:auto;
	margin-right:auto;
	top: -50px
}
#gray-container{
   	width:890px;
	padding:30px 40px 0 40px;
    min-height:400.5px;
    position:absolute;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/back-first-gray2.png) repeat top left;
	z-index:10;
	border-radius: 7px 7px 0 0;
	top:-43px;
	text-align:left;
	overflow:hidden;

	-moz-text-shadow: 0 1px 1px rgba(255,255,255,1);
	-webkit-text-shadow: 0 1px 1px rgba(255,255,255,1);
	-ms-text-shadow: 0 1px 1px rgba(255,255,255,1);
	-o-text-shadow: 0 1px 1px rgba(255,255,255,1);
/*	text-shadow: 0 1px 1px rgba(255,255,255,1); */

}
#gray-container h2, #faq h2{
	font-size: 26px;
	color:#444;
	padding:0px;
	margin: 0;
}
#gray-container a{
	color:#57a5d2;
}
#gray-container a:hover{
	color:#2775a2;
}

#gray-container ul, p{
	color:#CCC;
	font-size:13px;
	margin-bottom:15px;
}
.with-shadow {
	-moz-shadow: 0 1px 1px rgba(0,0,0,1.0);
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,1.0);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,1.0);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,1.0);
	text-shadow: 0 1px 1px rgba(0,0,0,1.0);
}
.step{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.icon{
	float:left;
	padding:0 8px 0 0;
}
.step-content{
	overflow: hidden;
	text-align:left;
}
.step-content p{
	text-align:justify;
	color:#555;
}
.step-content ul li{
	list-style: disc;
	text-align:left;
    margin-left: 20px;
    padding-bottom: 4px;
}

.step-content h4{
	margin:0;
	font-size:16px;
	color:#57a5d2;
}
.step-content h5{
	margin:0;
	font-size:13px;
	color:#57a5d2;
}
.step-content h5 > span{
	color:#555;
}

.imageWrap,.imageWrapMedium, .imageWrapBig a{
	line-height: 0;
	display: block;
	position: relative;

}
.imageWrapBig a{
	background: url(../images/loading.gif) center 110px no-repeat transparent;
}
.imageWrapMedium a span, .imageWrapBig a span{
	background: rgba(255,255,255, 0.3);
/*    display: none; */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;

	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	-ms-border-radius:4px;
    border-radius:4px;

}

.imageWrapBig a span{
	background: rgba(255,255,255, 0.1);
	top: 30px;
    height: 250px;
}
span.play2 {
	background: transparent url(../images/video-play2.png) center 60px no-repeat !important;
}
span.play{
	background: transparent url(../images/video-play.png) center center no-repeat !important;
}
h2 + small{
	font-size: 14px;
	color:#444;
	line-height:1.5;
	float:left;
	margin-top:10px;

}
section{
	-moz-box-shadow: rgba(000,000,000,0.2) 1px 0 10px;
	-webkit-box-shadow: rgba(000,000,000,0.2) 1px 0 10px;
	-o-box-shadow: rgba(000,000,000,0.2) 0 1px 10px;
	-ms-box-shadow: rgba(000,000,000,0.2) 1px 0 10px;
	box-shadow: rgba(000,000,000,0.2) 1px 0 10px;
}
#photos-gallery{
	text-align:center;
	width:970px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
    background:url(../images/gallery-back.png) repeat top left;
    min-height:415px;
    position:relative;
	padding-top:120px;

	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);

	/*-moz-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-webkit-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-o-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-ms-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	box-shadow: rgba(000,000,000,0.2) 0 0 10px;*/
}
#photos-gallery h2 + small{
	margin-left:40px;
	width: 800px;
    text-align: left;
}
#dark-container{
    background:url(../images/gallery-back.png) repeat top left;
    min-height:327px;
    position:relative;
	padding-top:33px;

	-moz-text-shadow:0px 1px 1px rgba(0,0,0,0.75);
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
#dark-container h2, #photos-gallery h2{
    padding-top: 20px;
	font-size: 26px;
	margin-left:40px;
	margin-bottom:0px;

	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-ms-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,1);

}
#dark-container h2 + small, #photos-gallery h2 + small{
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	-ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	
}
#faq-questions{
	width:970px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height:440px;
	/*-moz-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-webkit-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-o-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	-ms-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	box-shadow: rgba(000,000,000,0.2) 0 0 10px;*/
}
#faq{
	background:url(../images/back-first-gray2.png) repeat top left;
    min-height:387px;
    position:relative;
	padding:33px 40px;
	-webkit-text-shadow: 0 1px 1px #FFF;
	-ms-text-shadow: 0 1px 1px #FFF;
	-o-text-shadow: 0 1px 1px #FFF;
	text-shadow: 0 1px 1px #FFF;		
}

footer{
	text-align:center;
	position:relative;
	 margin-left:auto;
	 margin-right:auto;
	 /*background:url(../images/footer-content.png) no-repeat top left;fondo grande sin degradado*/
	 
	 background: -moz-radial-gradient(ellipse, #474747 20%, #151515 50%);
	 background: -webkit-radial-gradient(ellipse, #474747 20%, #151515 50%);
	 
}
#footer-content{
	 width:890px;
     -moz-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	 -webkit-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	 -o-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	 -ms-box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	 box-shadow: rgba(000,000,000,0.2) 0 0 10px;
	 
	 /*background:url(../images/back-empty.png) repeat top left;*/
	 background:url(../images/gallery-back.png) repeat top left;
	 -o-border-radius:0px 0 7px 7px;
	 -webkit-border-radius:0px 0 7px 7px;
	 -moz-border-radius:0px 0 7px 7px;
	 border-radius:0px 0 7px 7px;
	 
	 margin-left:auto;
	 margin-right:auto;
	 text-align:center;
	 padding:0px 40px;
	 
	 -webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	 -ms-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	 -o-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	 text-shadow: 0 1px 1px rgba(0,0,0,0.75);	
	 margin-bottom:0px;
}

#footer-content .three-columns p{
	font-size: 14px;
	margin:0px 0 28px;
	text-align:justify;
	
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

#footer-content p.lasty{
	margin:0px;
}

#footer-content h3{
	color:#FFF;
	margin-bottom:28px;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,1);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,1);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,1);
	text-shadow: 0 1px 1px rgba(0,0,0,1);	
}
#footer-content .promo{
	min-height:108px;
	text-align:center;
	vertical-align:middle;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	/*background: -moz-radial-gradient(center top, ellipse, transparent 20%, #373737 50%);
	background: -webkit-radial-gradient(center top, ellipse, transparent 20%, #373737 50%);*/
	
}
.promo p{
	font-size: 20px;
	margin:0px;
	text-align:center;
	position:relative;
	
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.promo a{
	position:relative;

	
}
.promo > span{
	color: #FEFEFE;
    font-size: 20px;
    margin: 0 25px;
    text-shadow: 0 1px 0 #7F7F7F;
	position:relative;
	top:-22px;
}
.promo a img{
	float:none;
	padding-top:28px;

}
.promo a img + span{
	color:#EEEEEE;
	font-size:20px;
	font-weight: 700;
	-webkit-text-shadow:0px -1px 0 #7f7f7f;
	text-shadow:0px -1px 0 #7f7f7f;
	position:absolute;
	left:22px;
	top:-27px;
}
.border-footer{
	height:3px;
	background:url(../images/footer-border.png) repeat-x;
	width:100%;
	margin:0px;
}
.post-footer-content{
	min-height:70px;
	line-height: 70px;
	vertical-align:baseline;
	text-align:center;	
}

/***************************************************************
COLUMNS GRID
***************************************************************/
.row{
	width:100%;
	float:left;
	position:relative;
	text-align:left;
}
.myrow{
	min-height:108px;
	text-align:center;
	width:100%;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	top: -25px;
	font-size: 20px;
}
.myrow p{
	margin:0px;
	text-align:center;
	position:relative;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.myrow a{
	position:relative;

	
}
.myrow > span{
	margin:0px 15px;
	color: #FEFEFE;
    margin: 0 15px;
    text-shadow: 0 1px 0 #7F7F7F;
	position:relative;
	top:-22px;
}
.myrow a img{
	float:none;
	padding-top:28px;

}
.myrow a img + span{
	color:#EEEEEE;
	font-weight: 700;
	-webkit-text-shadow:0px -1px 0 #7f7f7f;
	text-shadow:0px -1px 0 #7f7f7f;
	position:absolute;
	left:21px;
	top:-23px;
}
.row-container{
	width:890px;	
	margin-left:auto;
	margin-right:auto;
	padding:0px 40px;
	text-align:center;
}

.padding20 {
	padding-top:20px;
	padding-bottom:20px;
}

.row-container .two-columns,.two-columns{
    width:400px;
	margin-right:40px;
    float:left;
    height:auto;
	position:relative;
}

.row-container .three-columns,.three-columns{
    width:270px;
	margin-right:40px;
    float:left;
    height:auto;
	position:relative;
}

.row-container .four-columns,.four-columns{
    width:192.5px;
	margin-right:40px;
    float:left;
    height:auto;
	position:relative;
}

.two-columns.last, .three-columns.last, .four-columns.last{
	margin-right:0px !important;
}
/*end of columns system*/

/*************************************************************************
SOCIAL LINKS PROFILES
*************************************************************************/
#social-nav ul{
	padding-top:10px;
}
#social-nav ul li{
	list-style: none;
	text-align:left;
	margin-top:15px;
}
#social-nav ul li p{
	line-height:18px;
	margin:0px;	
	min-height:18px;
}
#social-nav ul li a{
	position:relative;
	vertical-align:baseline;
	color:#eee;
	width:100%;
	font-size:14px;
}
#social-nav ul li a .step-content{
	padding-top:1px;	
}
/*****************************************************************************
INPUT ELEMENTS
*****************************************************************************/
input[type="text"],input[type="email"],textarea{
	background:url(../images/back-footer-input.png) repeat;
	font-size:14px;
	color:#EEE;
	padding:10px;
	width:320px;
	margin-top:10px;
	
	/*round corners*/
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	
	/*borders*/
	border-top:#1b1b1b 1px inset;
	border-right:#4c4c4c 0 none;
	border-bottom:#444 1px inset;
	border-left:#4c4c4c 0 none;
}
form input[type="text"]:first-child{
	margin-top:0px;	
}
#contact input[type="text"],#contact input[type="email"]{
	min-height:11px;
}
#contact textarea{
	min-height:110px;	
}
input[type="submit"]{
	float:left;
	margin-top:10px;
	
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
	
	box-shadow:0px 1px 0 #000;
	
	border-top:1px solid #aee191;
	border-right:none;
	border-bottom:none;
	border-left:none;
	
	font-size: 13px;
	line-height:30px;
	color:#FFF;
	height:30px;
	width:95px;
	cursor:pointer;
	
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-ms-text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-o-text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	
	/*Button*/
	background: #62be37; /* Old browsers */
	background: -moz-linear-gradient(top, #6ac739 0%, #52ae33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dc93a), color-stop(100%,#52ae33)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6ac739 0%,#52ae33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6ac739 0%,#52ae33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6ac739 0%,#52ae33 100%); /* IE10+ */
	background: linear-gradient(top, #6ac739 0%,#52ae33 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac739', endColorstr='#52ae33',GradientType=0 ); /* IE6-9 */
	
	-moz-transition: all 0.15s ease-in-out 0.2s;
	-webkit-transition: all 0.15s ease-in-out 0.2s;
	
}
input[type="submit"]:hover{
	color:#ccffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.none {
    display: none;
}
.myarticle {
 color: #333;
 font-size:16px;
 text-align:justify;
}
.myarticle li {
 color: #333;
 font-size:16px;
	list-style: square;
}
.mychecklist li {
 background:url(../images/checkmark.gif) no-repeat 0 50%; padding-left: 20px;
 font-weight: 700;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropbtn {
	background: url(../images/globe.svg) no-repeat 5px;
	background-size: contain;
	width: 28px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: black;
	min-width: 50px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	z-index: 1;
	text-align: left;
}
.dropdown-content a {
	padding: 5px 20px 5px 20px !important;
	display: block;
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.fun-hover {
	font-weight: bold;
	background-image: linear-gradient(to right, transparent 50%, hsl(200 100% 80%) 50%);
	background-position: 0;
	background-size: 200%;
	transition: all 0.4s;
}
.fun-hover:hover {
	background-position: -100%;
}

::placeholder { 
   color: #777777;
}
