﻿body{
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
	color: #000;
	background: #2B6CA8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*background: linear-gradient(-45deg, #2B6CA8,#066175);*/
    background:
    -moz-linear-gradient(
      left,
      #2B6CA8 0%,
      #FEB7A4 100%
    );
    background:
    -webkit-linear-gradient(
        left,
        #2B6CA8 0%,
        #FEB7A4 100%
    );
}

a{
	text-decoration: none;
	color: #fff;
	outline: none;
}
a:hover,
a:focus{
	color: #F581B5;
}

.normal a {
	text-decoration: none;
	color: #4062C5;
	outline: none;
}
.normal a:hover,
.normal a:focus {
	color: #B60F3B;
}

ul{
    list-style: none;
    margin:0;
    padding:0;
    display: inline-block;
}

li{
    margin:0;
    padding:0;
    display: inline-block;
}

input{
    outline-style: none ;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
}

input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

input::-webkit-input-placeholder {
/* WebKit browsers */
color: #ccc;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #ccc;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #ccc;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #ccc;
}

.w_country{
    width: 40px;
    height: 27px;
    border-color: #BAEAFE;
    border-style: solid;
    border-width: 1px;
    opacity:0.3;
    filter:alpha(opacity=30);
}
.w_country_current{
    width: 40px;
    height: 27px;
    border-color: #BAEAFE;
    border-style: solid;
    border-width: 1px;
    opacity:1;
    filter:alpha(opacity=1);
}
.w_country:hover{
    opacity:1;
    filter:alpha(opacity=1);
}

.myInput{
    float: left;
    width: 234px;
    height: 34px;
}

#mySearchInput{
    height: 38px;
    width:190px;
    margin: 10px;
    padding: 4px;
    font-size: 16px;
    border: 1px solid #3FBFEE;
    text-align: center;
    background: #fff;
    background-image: url('/img/magnifier.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px;
}

.myBtn{
    margin: auto;
    width: 129px;
    line-height:20px;
    border: 1px solid #ccc;
    border-radius:4px;
    cursor: pointer;
    text-align: center;
    background: #EBE9E4;
    background-image: linear-gradient(-45deg, #D8D6D2, #EBE9E4);
}
.myBtn:hover{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.hr_dashed {
    height:0px;
    border-top:1px dashed #ccc;
    border-right:0px;
    border-bottom:0px;
    border-left:0px;
}

