/**
 * mosaico.css
 * Version 1.0.1
 * 21/05/2015
 */
img{
	border:0;
	max-width: 100% !important;
	display: block;
}
p{
	margin:0;
}
a{
	text-decoration: none;
}
.center{
	text-align: center;
}
.text_right{
  text-align: right;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.link{
	cursor: pointer;
}
/*/GRID/*/
.col{
  float:left;
}
.col.right{
  float:right;
}
/*/FRACTIONS/*/
.fivetwelve{
  width:39.67%;
  padding:0 1%;
}
.seventwelve{
  width:56.33%;
  padding:0 1%;
}
.eleventwelve{
  width:89.67%;
  padding:0 1%;
}
.twoeleven{
  width:16.182%;
  padding:0 1%;
}
.threeeleven{
  width:25.27%;
  padding:0 1%;
}
.foureleven{
  width:34.36%;
  padding:0 1%;
}
.fiveeleven{
  width:43.45%;
  padding:0 1%;
}
.sixeleven{
  width:52.55%;
  padding:0 1%;
}
.seveneleven{
  width:61.64%;
  padding:0 1%;
}
.eighteleven{
  width:70.73%;
  padding:0 1%;
}
.nineeleven{
  width:79.82%;
  padding:0 1%;
}
.teneleven{
  width:88.91%;
  padding:0 1%;
}
.threeten{
  width:28%;
  padding:0 1%;
}
.seventen{
  width:68%;
  padding:0 1%;
}
.nineten{
  width:88%;
  padding:0 1%;
}
.twonine{
  width:20.22%;
  padding:0 1%;
}
.fournine{
  width:42.44%;
  padding:0 1%;
}
.fivenine{
  width:53.56%;
  padding:0 1%;
}
.sevennine{
  width:75.78%;
  padding:0 1%;
}
.threeeight{
  width:35.5%;
  padding: 0 1%;
}
.fiveeight{
  width:60.5%;
  padding: 0 1%;
}
.seveneight{
  width:85.5%;
  padding: 0 1%;
}
.twoseven{
  width:26.5714%;
  padding:0 1%;
}
.threeseven{
  width:40.8571%;
  padding:0 1%;
}
.fourseven{
  width: 55.1428%;
  padding:0 1%;
}
.fiveseven{
  width:69.4285%;
  padding: 0 1%;
}
.sixseven{
  width:83.7142%;
  padding:0 1%;
}
.fivesix{
  width:81.33%;
  padding:0 1%;
}
.fourfive{
  width:78%;
  padding:0 1%;
}
.threefour{
  width:73%;
  padding:0 1%;
}
.twothree{
  width:64.66%;
  padding-left:1%;
  padding-right: 1%;
}
.threefive{
  width:58%;
  padding:0 1%;
}
.twofive{
  width:38%;
  padding:0 1%;
}
.onefive{
  width:18%;
  padding:0 1%;
}
/*/COMPLETE/*/
.twelve{
  width:6.33%;
  padding:0 1%;
}
.eleven{
  width:7.091%;
  padding:0 1%;
}
.ten{
  width:8%;
  padding:0 1%;
}
.nine{
  width:9.11%;
  padding:0 1%;
}
.eight{
  width:10.5%;
  padding: 0 1%;
}
.seven{
  width:12.2857%;
  padding: 0 1%;
}
.six{
  width:14.666%;
  padding:0 1%;
}
.five{
  width:18%;
  padding:0 1%;
}
.four{
  width:23%;
  padding:0 1%;
}
.three{
  width:31.3%;
  padding:0 1%;
}
.two{
  width:48%;
  padding:0 1%;
}
.one{
  width:98%;
  padding:0 1%;
}
/*/BOOTSTRAPP/*/
.col-12 {
    width: 100%;
  }
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

/*/NAVBAR TOGLE FROM BOOTSTRAP/*/
.navbar-toggle,.navbar-toggle-bottom {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar .navbar-toggle {
  border-color: #282828;
  cursor:pointer;
	display:none;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #282828;
}
.navbar-toggle .icon-bar {
  display: block;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse.in {
  overflow-y: auto;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/*/EOF/*/
/*/FORMS/*/
.input_box{
	padding:5px 0;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 96%;
  height: 34px;
  padding: 6px 2%;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}

button,
input {
  line-height: normal;
}


.captcha_img{
	width:100%;
	padding:3px 0 0;
	text-align:center;
	background:#364676;
	border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.captcha_text{
	text-align:left;
}

/*/FORM ONE/*/
.form_one:-moz-placeholder {
  color: #999999;
}
.form_one::-moz-placeholder {
  color: #999999;
}
.form_one:-ms-input-placeholder {
  color: #999999;
}
.form_one::-webkit-input-placeholder {
  color: #999999;
}
.form_one {
  display: block;
  width: 96%;
  height: 20px;
  padding: 3px 2%;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form_one:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form_one {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form_one {
  min-height: 87px;
  height: auto;
}
/*/BUTTONS/*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #428BCA;
  border-color: #357EBD;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*/MEDIA QUERIES/*/
@media (max-width: 767px) {
  .col,.col.right{
  	float:none;
    padding-top:10px;
  }
  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    width:100%;
  }
  .threeeight,.fiveeight,.seveneight,.twoseven,.threeseven,.fourseven.fiveseven,.sixseven,
  .fivesix,.fourfive,.threefour,.twothree,.threefive,.twofive{
  	width:98%;
  }
  .twoeleven,.threeeleven,.foureleven,.fiveeleven,.sixeleven,.seveneleven,.eighteleven,.nineeleven,
  .teneleven{
    width:98%;
  }
  .eleven,.ten,.nine,.eight,.seven,.six,.five,.four,.three,.two{
  	width:98%;
  }	
  .border_r,border_n{
  	border:0;
  	padding:0;
  }	
  .navbar .navbar-toggle {
     display:block; 
  }
  .navbar_header{
  	height:50px;
  	background:#353535;
  }
  .navbar_header button{
  	float:right;
  }
  .navbar_header .logo{
  	color:#FFFFFF;
  }
  .navbar .nav.right{
  	float:none;
  }
  .navbar_nav {
    float: none;
    margin: 0;
  }
  .navbar .nav{
  	position:absolute;
  	top:50px;
  	width:100%;
  	background-color:#323232;
  	border-top:1px solid #101010;
  	border-bottom:1px solid #101010;
  	display:none;
  }
  .navbar .nav  li {
  	float:none;
  	padding:10px 5px;
  }  
  .navbar_nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color:#FFFFFF;
  }
  .navbar .nav ul ul{
    position:relative;
    display:none;	
  } 
}