/* ----------- mobile ----------- */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){

	html{
		padding: 0;
		margin: 0;
	}
	
	body {
    	font-family: 'Open Sans', sans-serif;
        background-color: #000000;
    }

.div-wrapper{
	background-image: url("../img/bkhead.png");
	background-repeat: repeat-x;
	background-position: center center;
	display:block;
	width: 100%;
	height: 500px;
}

.menu-container{
	display: inline-block;
	width: 100%;
	height: 100px;
}

.logo{

	margin: 0;
}

.menu-container .logo img{
	float: left;
	width: 50%;
	height: 100%;
	margin: 0 0 0 25%;
	

}

.menu-container .menu-bar{
	display: none;
}

ul li {
	font-family: 'Open Sans', sans-serif;
	font-size:9pt;
	font-weight: 300;
	list-style-type: none;
}
.menu-item{
	font-weight: 360;
	text-decoration: none;
	cursor: pointer;
	float:left;
	width: 15%;
	color: #ffffff;
	text-align: center;
	margin: 10px 5px 25px 5px;
	padding: 5px 0 5px 0;
}

.left-col{
	display: none;
}

.input-rate{
 	background-color: rgba(0, 0, 0, 0);
	font-family: 'Open Sans' sans-serif;
	font-size: 10pt;
	font-weight: 700; 
	border: none;
	padding: 0 5px 0 0;
}

.map{
	display: none;
}

.chart-rate{
	background-color: #333333;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 400px;
	z-index: -1;
}
    
}


/* ----------- Non-Retina Screens ----------- */

@media only screen 
  and (min-device-width: 768px) 
 { 


html {
	position: relative;
	left: 15%;
	margin: 10px;
	padding: 0;
	width: 1280px;
	}

 

body{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	background-color: #1f1e20;
}


.div-wrapper{
	display:block;
	width: 100%;
	height: 231px;
}

/*-------------- MENU BAR ---------------------*/

.menu-container{
	display: inline-block;
	background-image: url("../img/orange_header.png");
	background-position: top center;
	width: 100%;
	height: 210px;
	padding: 0;
	margin: 0;
}

.logo{

	padding: 0;
	margin: 0;
}

.menu-container .logo img{
	float: left;
	width: 25%;
	height: 100%;
	margin: 20px 0 0 50px ;

}
.menu-bar{
	float: right;
	width: 60%;
	height: 100%;
	padding: 0;
	margin: 0;

	
}

.menu-list{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 0 0 50px;

}

ul li {
	
	list-style-type: none;

}

.menu-item {
	float:left;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	font-weight: 300;
	color: #ffffff;
	background-color: none;
	width: 20%;
	height: 25px;
	text-align: center;
	margin: 10px 5px 0 5px;
	padding: 5px 0 0 0;
}

/*--------------- Drop down languages ---------*/
.dropdown {
    position: relative;
    display: inline-block;
    float: left;
    cursor: pointer;
    width: 20%;
    margin: 12px 5px 0 5px;
	padding: 5px 0 0 0;
}
.dropdown img {
    height: 15px;  
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 52px;
    background-color: rgba(51, 51, 51, 0.5);
    width: 30%;
    padding: 0 0;
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*--------------- Drop down Services ---------*/


.services_text {
	padding: 0 0 0 0;
	position: relative;
	bottom: 5px;
	margin: 0;
	padding: 0;
}

.service-list{
	width: 100%;
	margin:0;
	padding: 0;
}

.service-li {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.dropdown-services-content{
	display: none;
    position: relative;
    text-align: left;
    background-color: rgba(51, 51, 51, 0.5);
    width: 100%;
    padding: 0;
    margin: 0;
}

.service-item{
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	font-weight: 300;
	color: #ffffff;
	width: 100%;
	padding: 0;
	margin: 0;

}


#menu-item-services:hover .dropdown-services-content{
	display: block;
}


/*--------------- LINKS STYLES ---------*/

.menu-item a:link {

	color: #ffffff;
	text-decoration: none;
}

.menu-item a:visited {
	
	color: #ffffff;
	text-decoration: none;
}

.menu-item a:hover {

	color: #808080;
	text-decoration: none;
}

.menu-item a:active {
	
	color: #ffffff;
	text-decoration: none;
}


/* -------------- CALCULATOR ------------*/

.calc-wrap{
	display:inline-block;
	width: 100%;
	height: 330px;

}

/* calculator reference column----------------------------*/

.left-col{
	float: left;
	width: 33%;
	height: 100%;
	margin: 10px 0 0 0;
	padding: 0 20px;
}

.calculator_wrap{
	display: block;
	position: relative;
	top: -20px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}


/*---------- SEND ROW ---------------*/

.send-text{

	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	width: 100%;
	font-size: 10pt;
	color: #ffffff;
	margin: 0 0 5px 0;

}

.send-row{
	display: inline-block;
	width: 90%;
	height: 70px;
	margin: 25px 0 0 0;

}

.send-input-wrap{
	display: inline-block;
	float: left;
	width: 93%;
	height: 70px;
	background-color:#f27a20; 
}

.send-input-div{
	float: left;
	width: 66%;
	height: 100%;

}
.send-input-field{
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #ffffff;
	width: 100%;
	height: 70%;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	margin: 4% 5%;
}

.currency-selector-wrap{
	float: left;
	display: inline-block;
	width: 30%;
	height: 70%;
	margin: 3% 2%;
}

.currency-initial-wrap{
	display: inline-block;
	float: left;
	width: 70%;
	height: 60%;
	cursor: pointer;
	margin: 10% 15%;

}

.currency-initial{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16pt;
	font-weight: 700;
	color: #ffffff;
}

.calc_dropdown_arrow {

	float: left;
	position: relative;
	top: 5px;
	margin: 0 0 0 5px;

}

.send_arrow{
	float: left;
	width: 5%
	height 70px;
}

/*------------- RECEIVE ROW --------------*/

.receive-row{
	display: inline-block;
	position: relative;
	right: 25px;
	width: 90%;
	height: 70px;
	margin: 40px 0 0 0;

}

.receive-input-wrap{
	display: inline-block;
	float: left;
	width: 93%;
	height: 70px;
	background-color:#40113e; 
}

.receive-text{
	text-align: left;
	position: relative;
	left: 25px;
	font-family: 'Open Snas', sans-serif;
	font-weight: 300;
	width: 100%;
	font-size: 10pt;
	color: #ffffff;


}

/*------------------- TRANSFER NOW BUTTON ------------*/

.transfer-button-row{
	display: inline-block;
	width: 100%;
	height: 20%;
	margin: 10px 0 0 0;

}

.transfer-button{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16pt;
	color: #ffffff;
	background: #f27a20; /* For browsers that do not support gradients */
 	background: -webkit-linear-gradient(left, #f27a20 , #40113e); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #f27a20 , #40113e); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #f27a20 , #40113e); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #f27a20 , #40113e); /* Standard syntax */
	cursor: pointer;
	width: 300px;
	height: 70px;
	border: none;
	margin: 0 12%;

}

.input-rate{
 	font-family: 'Open Sans', sans-serif;
 	font-size: 10pt;
	font-weight: 700;
	color: #ffffff; 
 	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0 5px 0 0;
}

.fee-text {
	float: left;
	text-align: left;
	width: 100%;
	padding: 0 0 0 10px;


}

.input-fee {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	font-family: 'Open Sans', sans-serif;
 	font-size: 10pt;
	font-weight: 700;
	color: #FFFFFF;

}


/*----------- Garantee column -----------*/

.center-col{
	display: inline-block;
	float: left;
	width: 25%;
	height: 20%;
	margin: 255px 0 0 0;
	padding: 0;
}

.guarantee-container{
	display: block;
	color: #ffffff;
	font-family: 'Open Snas', sans-serif;
	font-weight: 300;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
}

.guarantee-text{
  position:relative;
  right:25px;
  width: 100%;
  margin:0;
  padding:0;
}

.guarantee-text .input-rate{
  width: 30%;
}

.fee-text{
  padding:0;
}

.fee-text .input-fee{
  width: 30%;
}

/*-------- RATES COLUMN -----------*/

.right_col{
	display: block;
	float: left;
	width: 33%;
	height: 100%;
	padding: 0;
	margin: 20px 0 0 0;

}

/* rate reference table---------------------------- */

.rates-table-wrap{
	display: block;
	border: 2pt solid #f27a20;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 170px;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0; 
}

.rate-table-title-wrap{

	border-bottom: 2pt solid #f27a20;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 100%;
	height: 50px;
	padding: 5px 0;

}

.rate-table-title{
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 5px 0 0 15%;
}

.table-rate-send-initials{
	float: left;
	color: #ffffff;
	font-weight: 300;
	font-size: 16pt;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	width: 40px;
	margin: 0;
}

.table-arrow-logo{
	float: left;
	margin: 0 10px;
}

.table-rate-receive-initials{
	float: left;
	color: #ffffff;
	font-weight: 300;
	font-size: 16pt;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	width: 50px;
}

.table-title-text{
	float: left;
	color: #ffffff;
	font-weight: 300;
	font-size: 16pt;
}

.rates-row{
	display: inline-block;
}

.rates-col{
	display: block;
	float: left;
	width: 32%;
	height: 100%;
	border-right: 2pt solid #f27a20;
	padding:0;
	margin:0;
}

.rate-cell{
	text-align: center;
	color: #ffffff;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	font-size: 14pt;
	width: 90%;
	height: 55px;
	margin: 0;
}


.div-logo-reference{
	width: 31%;
	height: 50px;
	margin: 0 20px;


}

.div-logo-reference img{
  height: 30px;
  
}

.rates-table-info-text {
	display: block;
	width: 100%;
	height: 70px;
	margin: 30px 0;
}

.info-text-rowA{
	width: 100%;
	height: 30px;
	padding:0;
	margin:0 0 0 30px;
	padding: 0;

}

.info-text-rowB{
	color: white;
	width: 100%;
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	padding: 0;
	margin:0;
	
}

#yesterday-date{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	width: 40%;
	height: 100%;
	color: white;
	padding: 5px 0 0 0;

}

.elguion{
	float: left;
	color: white;
	width: 10%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16pt;
}

#today-date{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	width: 40%;
	height: 100%;
	color: white;
	padding: 5px 0 0 0;

}


.after{
	clear: both;
}


/* ---------------------------- MAP ------------ */


.chart-rate-wrap{
	background-color: #333333;
	width: 100%;
	height: 470px;
}

.map{

	float: right;
	background-image: url(../img/mapa.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 48%;
	height: 420px;
}

#chart-left-col{
	display: block;
	float: left;
	width: 48%;
	height: 100%;
	padding: 40px 0 0 20px;
	margin: 0;
}

#chart-time-table{
	display: inline-block;
	border: 2pt solid #f27a20;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 580px;
	height: 32px;
	padding: 0;
}

.time-select-wrap{
	float: left;
	cursor: pointer;
	border-right: 2pt solid #f27a20;
	width: 12%;
	height: 32px;
	padding: 0;
}


.time-select{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	color: #ffffff;

}

.chart-rate-wrap{
	display: inline-block;
	width: 100%;
	height: 100%;

}


.chart-canvas{
	width: 100%;
	height: 90%;
margin: 25px 0 0 0;

}

.chart-canvas img{
	width: 90%;


}

#chart-right-col{
	float: left;
	width: 30%;
	height: 50%;
	margin: 10% 3% 10% 3%;
	padding: 20px 0 0 20px;
}


/* ---------- SERVICES SECTION -----------*/

.services-wrap{
	display: inline-block;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
}
.service-letf-col{
	float: left;
	width: 31%;
	height: 100%;
	margin: 0 0 0 20px;
}
.service-center-col{
	float: left;
	width: 31%;
	height: 100%;
	margin: 0 0 0 20px;
}
.service-right-col{
	float: left;
	width: 31%;
	height: 100%;
	margin: 0 0 0 20px;
}

.service-button{
	cursor: pointer;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #f27a20; /* For browsers that do not support gradients */
 	background: -webkit-linear-gradient(left, #f27a20 , #40113e); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f27a20 , #40113e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f27a20 , #40113e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f27a20 , #40113e); /* Standard syntax */
	width: 70%;
	height: 30px;
	margin: 10% 15% 10% 15%;
	padding: 2% 0 2% 0;

}

.service-button-text{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16pt;
	color: #FFFFFF;
}

.service-text-wrap{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	text-align: justify;
	color: #ffffff;
	width: 70%;
	height: 100;
	margin:  5% 15% 5% 15%;
	
}
.service-text{

	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12pt;

}

/*---------------- SUPPORT SECTION ----------------*/

.support-wrap {

	display: block;
	background-color: #333333;
	color: #ffffff;
	width: 100%;
	height: 225px;
	padding: 20px 0;
}

.support-title{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	margin: 0 0 0 20px;

}

.support-logos-wrap {
	display: inline-block;
	width: 90%;
	height: 100%;
	margin: 0 100px;
}

.support-logo {
	float: left;
	width: 15%;
	height: 70px;
	border: 1pt solid #999999;
	padding: 0 0 0 0;
}

.support-logo img {
	height: 60px; 
}

/*------------------- FOOTER ---------------*/

.foot-wrap{
	display: block;
	background-color: #f27a20;
	width: 100%;
	height: 250px;

}

.footer-list-wrap {
	display: inline-block;
	width: 100%;
	margin: 0 0 0 0;

}

.footer-map-links{
	display: inline-block;
	width: 100%;
	height: 70%;
}

.footer-links-list{
	width: 50%;
	height: 20px;
	margin: 0 20%;
}


.footer-list-item{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	color: white;
	width: 20%;
	padding: 0;
	margin: 0 2%;
}

.footer-list-item a:link {

	color: #ffffff;
	text-decoration: none;
}

.footer-list-item a:visited {
	
	color: #ffffff;
	text-decoration: none;
}

.footer-list-item a:hover {

	color: #40113e;
	text-decoration: none;
}

.footer-list-item a:active {
	color: #ffffff;
	text-decoration: none;
}

.register-wrap{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	color: white;
	width: 100%;
	height: 10%;

}


	
}

