/*  
BOXOST - 2017
Design: Logos Comunicaciones
www.logoscomunicaciones.com
*/

/* RESET */

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;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */

@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'baltolight';
  src: url('../fonts/balto_light-webfont.eot');
  src: url('../fonts/balto_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/balto_light-webfont.woff') format('woff'), url('../fonts/balto_light-webfont.ttf') format('truetype'), url('../fonts/balto_light-webfont.svg#baltolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'baltobold';
  src: url('../fonts/balto_bold-webfont.eot');
  src: url('../fonts/balto_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/balto_bold-webfont.woff2') format('woff2'), url('../fonts/balto_bold-webfont.woff') format('woff'), url('../fonts/balto_bold-webfont.svg#baltobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* CONTENEDOR */
/* --------------------- FUENTES TAMAÑOS ---------------------*/
/* --------------------- FUENTES TAMAÑOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*         BASE               */
/*         BASE 2             */
/*         BASE 2             */
/*         TEXTO              */
/*         TEXTO              */

/* --------------------- COLORES ---------------------*/

body {
  color: #3b5565;
  font-size: 16px;
  font-family: 'robotolight', Arial, Tahoma, Verdana;
  line-height: 20px;
  background: #203949;
}

body.modal-open{
    overflow: hidden !important;
    overflow-y: disabled;
    /*position: fixed;*/
}


a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/*
a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
*/

/*
.container{border:1px solid red;}
*/




.close-dsp {
  right: 0;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -9000px;
  text-decoration: none;
  background: #fa6c51;
  border: 1px solid #fa6c51;
  width: 40px;
  height: 40px;
  margin: -45px -40px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all .3s;
}
.close-dsp:before,
.close-dsp:after {
  z-index: 100;
  content: "";
  position: absolute;
  background: white;
  width: 24px;
  height: 1px;
}
.close-dsp:before {
  top: 19px;
  right: 7px;
  transform: rotate(-45deg);
}
.close-dsp:after {
  top: 19px;
  left: 7px;
  transform: rotate(45deg);
}


.modal-content{
    color: #3b5565 !important;
    border-radius: 0;
    -webkit-box-shadow: transparent !important;
    box-shadow: transparent !important;
    margin-top: 160px;
    padding: 10px 20px;
}

.modal form{
    color: #3b5565 !important;
}


.modal form button{
  color: white;
  font-size: 18px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  background: #f7941e;
  border-color: #f7941e;
  padding: 10px 20px;
  text-shadow: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.modal form button:hover {
  background: #f7941e;
  border-color: #f7941e;
}




.contHd {
  font-size: 14px;
  font-family: 'robotoregular', Arial, Tahoma, Verdana;
  background: #264354;
  height: 85px;
}
.contHd nav {
  background: transparent;
  border: 0;
  margin-top: 10px;
}
.contHd nav a {
  color: white !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url(../lib/lin01.png) no-repeat right center;
  border-bottom: 8px solid #264354;
  padding-bottom: 20px;
}
.contHd nav a:hover {
  color: #eccd1c !important;
  background: transparent url(../lib/lin01.png) no-repeat right center;
}
.contHd nav .active a {
  color: #eccd1c !important;
  background: transparent url(../lib/lin01.png) no-repeat right center !important;
  border-bottom: 8px solid #eccd1c !important;
}
/*
.contHd nav li:nth-child(4) a{
    background: none;
}
*/

.contHd nav li:last-child a {
  background: none;
}
.contHd nav li:last-child img {
  margin-left: 10px;
}
.contHd .ico-chat {
  width: 96px;
  height: 29px;
  margin: 24px 0 0 10px;
}
.contSrch {
  color: white;
  text-align: left;
  background: url(../lib/bg_srch2.jpg) no-repeat center top;
  min-height: 389px;
  margin-top: 85px;
}
.contSrch .container {
  position: relative;
  margin-top: 70px;
}
.contSrch .bxSrch {
  background: url(../lib/bord02.png) no-repeat left top, url(../lib/bord02.png) no-repeat left bottom;
  background-color: #142733;
  /*
    width: 785px;
    height: 232px;
    margin: 70px 25px 0 20px;
    */
  padding: 25px 25px;
}
.contSrch h2 {
  font-size: 30px;
  font-weight: 100;
  line-height: 32px;
}
.contSrch form {
  background: #0f1d27;
  margin: 10px auto;
  padding: 20px 30px 8px 30px;
}
.contSrch form input,
.contSrch form select {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.contSrch form select {
  cursor: pointer;
  background: white url(../lib/ar_sel.png) no-repeat right center;
  width: 86%;
  margin-left: -9px;
  padding: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contSrch form button {
  color: white;
  font-size: 18px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  background: #f7941e;
  border-color: #f7941e;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.contSrch form button:hover {
  background: #f7941e;
  border-color: #f7941e;
}
.contSrch .bxImg {
  bottom: -74px;
  right: 0;
  position: absolute;
  pointer-events: none;
  z-index: 300;
  overflow: hidden;
  width: 287px;
  height: 396px;
}
.contHDC {
  color: white;
  font-size: 16px;
  background: #244357 url(../lib/bg_int.jpg) repeat top;
  width: 100%;
  min-height: 153px;
  margin-top: 85px;
}
.contHDC .container {
  position: relative;
  background: url(../lib/bn_in.png) no-repeat center bottom;
  min-height: 153px;
}
.contHDC h1 {
  font-size: 26px;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin: 30px 20px 0 20px;
}
.contHDC h1 b {
  display: block;
  clear: both;
  color: #eccd1c;
  font-size: 36px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
}
.cty {
  right: 10px;
  position: absolute;
  display: block;
  color: #1c3443;
  font-size: 12px;
  font-weight: 100;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  background: white;
  width: 92px;
  height: 33px;
  margin-top: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cty img {
  float: left;
  display: block;
  margin: 8px 5px 0 5px;
}
.contH {
  font-size: 16px;
  color: rgba(38, 67, 84, 0.9);
  background: white;
  min-height: 610px;
  padding: 0 0 50px 0;
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  background-size: 50% auto;
}
.contH .thumbnail {
  float: left;
  border: 1px solid #b7bbbe !important;
  border-radius: 0;
  width: 47%;
  height: 174px;
  margin: 10px 20px 10px 0;
}
.col-md-6:nth-child(2n) .thumbnail {
  border: 1px solid white !important;
}
.contH .thumbnail .btn {
  border-radius: 0;
  margin-right: 5px;
}
.contH .thumbnail .caption a:nth-child(1) {
  color: #ff6901;
  border-color: #ff6901;
  margin: 8px 6px 0 20px;
}
.contH .thumbnail .caption a:nth-child(1):hover {
  color: white;
  background: #ff6901;
  border-color: #ff6901;
}
.contH .thumbnail .caption a:nth-child(2) {
  color: #6fb300;
  border-color: #6fb300;
  margin-top: 8px;
}
.contH .thumbnail .caption a:nth-child(2):hover {
  color: white;
  background: #6fb300;
  border-color: #6fb300;
}
.contH h2 {
  color: #ff6901;
  font-size: 26px;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin: 20px 20px 20px 0;
}
.contH h2.col_b {
  color: #6fb300;
}
.contH h2 b {
  font-size: 36px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
}
.contH p {
  text-align: justify;
  margin: 20px 20px 20px 0;
}
.contH .caption {
  font-size: 14px;
  line-height: 16px;
}
.contH .caption p {
  margin: 10px 0;
}
.contH .thumbnail h3 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
  width: 150px;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
}
.contH .thumbnail h3 b {
  display: block;
  clear: both;
  color: #ff6901;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contH .thumbnail h3 a {
  display: block;
  color: #3b5565 !important;
  line-height: 24px !important;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.contH .thumbnail h3 a:hover {
  background-color: transparent !important;
}
.contH .thumbnail h3 a:hover b {
  color: #3b5565 !important;
}
.contH .caption a:nth-child(1) {
  color: #ff6901;
  border-color: #ff6901;
  margin-top: 8px;
}
.contH .caption a:nth-child(2) {
  color: #6fb300;
  border-color: #6fb300;
  margin-top: 8px;
}
.contH .caption .bxPrc {
  position: relative;
  pointer-events: none;
  color: #264354;
  font-size: 18px;
  background-color: #eccd1c;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.contH .caption .bxPrc b {
  font-size: 24px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
}
.contH .caption .bxPrc .small {
  top: -2px;
  left: 26px;
  position: absolute;
  font-size: 14px;
}
.contH div:nth-child(2n) .thumbnail .caption h3 {
  color: #6fb300 !important;
}
.contH div:nth-child(2n) .thumbnail .caption h3 b {
  color: #264354 !important;
}
.contH div:nth-child(2n) .thumbnail .caption .bxPrc {
  background-color: #b5e933;
}
.contIn {
  font-size: 16px;
  color: #264354;
  background: white;
  min-height: 610px;
  padding: 20px 0;
}
.contIn h1 {
  color: #ff6901;
  font-size: 28px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 28px;
  text-align: left;
  margin: 20px;
}
.contIn h2 {
  color: #ff6901;
  font-size: 24px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 24px;
  text-align: left;
  margin: 20px 0;
}
.contIn h3 {
  color: #ff6901;
  font-size: 20px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-align: left;
  margin: 20px 0;
}
/*
.contIn h1{
    color: #ff6901;
    font-size: 26px;
    font-family: 'baltolight', Arial, Tahoma, Verdana;
    font-weight: 100;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 20px 0 20px;
}
*/

.contIn h1 b {
  font-size: 36px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
}
.contIn p {
  text-align: justify;
  margin: 20px 0;
}
.contIn .thumbnail/*,
.contIn .col-md-6:nth-child(2n) .thumbnail*/ {
  border: 1px solid #b7bbbe !important;
  border-radius: 0;
  width: 48%;
  margin: 15px 25px 15px 0;
}
.contIn .thumbnail:nth-child(2n) {
  margin: 15px 0 !important;
}
.contIn .thumbnail .btn {
  border-radius: 0;
  margin-right: 5px;
}
.contIn .caption {
  font-size: 14px;
  line-height: 16px;
}
.contIn .caption p {
  margin: 10px 30px 10px 0;
}
.contIn .caption h3 {
  display: block;
  color: #3b5565;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
  width: 150px;
  margin: 0 0 4px 0 !important;
}
.contIn .caption h3 b {
  display: block;
  clear: both;
  color: #ff6901;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contIn .caption h3 a {
  display: block;
  color: #3b5565 !important;
  text-decoration: none;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.contIn .caption h3 a:hover b {
  color: #3b5565;
}
.contIn .caption a:nth-child(1) {
  color: #ff6901;
  border-color: #ff6901;
  margin: 8px 6px 0 20px;
}
.contIn .caption a:nth-child(1):hover {
  color: white;
  background: #ff6901;
  border-color: #ff6901;
}
.contIn .caption a:nth-child(2) {
  color: #6fb300;
  border-color: #6fb300;
  margin-top: 8px;
}
.contIn .caption a:nth-child(2):hover {
  color: white;
  background: #6fb300;
  border-color: #6fb300;
}
.contIn .caption .bxPrc {
  position: relative;
  pointer-events: none;
  color: #264354;
  font-size: 18px;
  background-color: #eccd1c;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.contIn .caption .bxPrc b {
  font-size: 24px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
}
.contIn .caption .bxPrc .small {
  top: -2px;
  left: 26px;
  position: absolute;
  font-size: 14px;
}
.contIn .sel-dom {
  font-size: 16px;
  padding: 5px;
}
.contIn .btn-dom {
  margin-top: 10px;
}
.contIn #mob-rs {
  display: none;
}
.contIn .bx-FrmEl {
  position: relative;
  font-size: 14px;
  background: white;
  border: 1px solid #ffc49b;
  width: 375px;
  padding: 25px;
}
.contIn .bx-FrmEl .cnt-prc {
  color: #ff6901;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
}
.contIn .bx-FrmEl .cnt-prc b {
  color: #264354;
  font-size: 22px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
  letter-spacing: -0.02em;
}
.contIn .bx-FrmEl .cnt-prc-b {
  color: #ff6901;
  font-size: 16px;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
}
.contIn .bx-FrmEl .cnt-prc-b b {
  display: block;
  color: #264354;
  font-size: 30px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
  letter-spacing: -0.02em;
  line-height: 34px;
}
.contIn .bx-FrmEl .cnt-ico {
  display: block;
  color: white;
  font-size: 30px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 26px;
  text-align: center;
  background: #ff6901;
  width: 28px;
  height: 28px;
  margin-top: 8px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
}
.contIn .bx-FrmEl .checkbox a {
  color: #264354;
  font-size: 14px;
  text-decoration: underline;
}
.fixed_bx {
  top: 120px !important;
  right: 25.8%;
  z-index: 100;
  position: fixed !important;
  background: #142632;
  width: 375px;
  margin: 0;
  padding: 25px;
  animation-name: fixed_bx_anim;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: stop;
  transform-origin: center;
}
/*
@keyframes fixed_bx_anim{
    from {top: 0;}
      50%{top: 108px;}
      to {top: 108px;}
}
*/

.contIn .cnt-col-bx {
  overflow: hidden;
  position: relative !important;
  display: block;
  height: 860px;
}
.contIn .btn-default {
  color: white;
  font-size: 18px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  background: #ff6901;
  border: 1px solid #ff6901;
  padding: 15px 50px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.contIn .bxSrch {
  color: #0f1d27 !important;
  background-color: transparent !important;
  margin-bottom: 30px;
  padding: 0;
}
.contIn .bxSrch h2 {
  font-size: 30px;
  font-weight: 100;
  line-height: 32px;
}
.contIn .bxSrch form {
  margin: 10px auto;
  padding: 0;
}
.contIn .bxSrch form input,
.contIn .bxSrch form select {
  height: 50px;
  border: 2px solid #d8dde0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.contIn .bxSrch .checkbox-inline {
  float: left;
  display: block;
  overflow: hidden;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  height: 30px !important;
  margin-right: 14px;
}
.contIn .bxSrch .checkbox-inline input {
  float: left;
  display: block;
  height: 3px !important;
}
.contIn .bxSrch form select {
  cursor: pointer;
  background: white url(../lib/ar_sel_b.png) no-repeat right center;
  border-left: 0;
  width: 82%;
  margin-left: -10px;
  padding: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contIn .bxSrch form button {
  color: white;
  font-size: 18px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  background: #f7941e;
  border-color: #f7941e;
  padding: 10px 40px;
  text-shadow: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.contIn .bxSrch form button:hover {
  background: #f7941e;
  border-color: #f7941e;
}
.contPS {
  color: white;
  text-align: center;
  background: #1c3443 url(../lib/bg-servicio-hosting.jpg) no-repeat center;
  min-height: 600px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.contPS .container {
  background: url(../lib/bord_04.png) no-repeat center top;
}
.contPS h2 {
  color: #b5e933;
  font-size: 32px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  margin: 170px auto 40px auto;
}
.contPS p {
  text-align: center;
  margin: 30px auto;
}
.contContact {
  font-size: 12px;
  background: #b5e933 url(../lib/bord_04.png) no-repeat center top;
  min-height: 230px;
}
.contContact .container {
  background: url(../lib/bg_cnt.jpg) no-repeat right bottom;
  min-height: 230px;
}
/*
.contContact ico{
    display: block;
    background-image: url(../lib/sp_contact.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 60px auto 0 auto;

    -webkit-border-radius: 160px;
       -moz-border-radius: 160px;
        -ms-border-radius: 160px;
         -o-border-radius: 160px;
            border-radius: 160px;
}
*/

.contContact ico {
  display: block;
  border: 5px solid white;
  width: 64px;
  height: 64px;
  margin: 60px auto 0 auto;
  border-radius: 50%;
}
.contContact .mail {
  background: #da4251 url(../lib/ico_mail.svg) no-repeat center;
  background-size: 30px 30px;
}
.contContact .phone {
  background: #f5ba43 url(../lib/ico_telf.svg) no-repeat center;
  background-size: 30px 30px;
}
.contContact .wtp {
  background: #39d94b url(../lib/ico_whatsapp.svg) no-repeat center;
  background-size: 30px 30px;
}
.contContact .skype {
  background: #00adf2 url(../lib/ico_skype.svg) no-repeat center;
  background-size: 30px 30px;
}
/*
.contContact .mail{
    background-color: #da4251; 
    background-position: -2px -2px;
}
.contContact .phone{
    background-color: #f5ba43;
    background-position: -70px -2px;
}
.contContact .wtp{
    background-color: #39d94b;
    background-position: -206px -2px;
}
.contContact .skype{
    background-color: #00adf2;
    background-position: -138px -2px;
}
*/

.contContact .thumbnail {
  background: transparent !important;
  text-align: center;
  border: 0;
}
.contFt {
  color: white;
  background: #264354;
  min-height: 100px;
}
.contFt p {
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  margin: 15px auto;
}
.cntSp ico {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin: 15px 10px 10px 0;
  border-radius: 50%;
}
.cntSp .mail {
  background: #da4251 url(../lib/ico_mail.svg) no-repeat center;
  background-size: 24px 24px;
}
.cntSp .phone {
  background: #f5ba43 url(../lib/ico_telf.svg) no-repeat center;
  background-size: 24px 24px;
}
.cntSp .wtp {
  background: #39d94b url(../lib/ico_whatsapp.svg) no-repeat center;
  background-size: 24px 24px;
}
.cntSp .skype {
  background: #00adf2 url(../lib/ico_skype.svg) no-repeat center;
  background-size: 24px 24px;
}
.cntSp .thumbnail {
  float: left;
  background: transparent !important;
  text-align: left;
  border: 0 !important;
}
.plan-host {
  margin: 50px 0;
}
.plan-host div {
  border: 1px solid #f1f1f2;
  font-size: 14px;
  text-align: center;
  width: 18.4%;
  height: auto;
  margin: 0 1% 0 1%;
  padding: 0 5px 6px 5px;
  transition: all 0.3s;
}
.plan-host div:first-child {
  font-size: 13px;
  text-align: right;
  border: 1px solid transparent;
  margin: 0 1% 0 0;
}
.plan-host div:last-child {
  margin: 0 0 0 1%;
}
.plan-host div.destacado {
  border: 1px solid #f7941e;
}
.plan-host div.destacado:hover {
  background: #f9f9f9;
  border: 1px solid #f7941e;
}
.plan-host div:hover {
  background: #f9f9f9;
  border: 1px solid #e4e4e6;
}
.plan-host div:first-child:hover {
  background: transparent;
  border: 1px solid transparent;
}
.plan-host .itm-tit {
  display: block;
  width: 100%;
  height: 6,4vh;
  margin: 10px 0 20px 0;
}
.plan-host .itm-tit h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
  width: 150px;
  margin: 0 auto 4px auto !important;
  padding: 0 !important;
}
.plan-host .itm-tit h3 b {
  display: block;
  clear: both;
  color: #ff6901;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.plan-host .itm-tit h3 a {
  display: block;
  color: #3b5565 !important;
  line-height: 24px !important;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.plan-host .itm-tit h3 a:hover {
  background-color: transparent !important;
}
.plan-host .itm-tit h3 a:hover b {
  color: #3b5565 !important;
}
.plan-host .bxEsp {
  background-color: transparent;
  width: 100%;
  height: 46px;
  margin: 63px auto 60px auto;
}
.plan-host .bxPrc {
  display: block;
  position: relative;
  pointer-events: none;
  color: #264354;
  font-size: 15px;
  background-color: #eccd1c;
  margin: 10px auto;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.plan-host .bxPrc b {
  font-size: 23px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
}
.plan-host .itm-ds {
  display: block;
  overflow: hidden;
  line-height: 3.4vh;
  width: 100%;
  height: 4vh;
  margin: 4px 0;
  padding: 0 5%;
}
.plan-host .itm-ds:nth-child(odd) {
  background: #f1f1f2;
}
.plan-host .itm-ds .dsp-inf {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.plan-host .itm-ds img {
  display: block;
  margin: 7px auto 4px auto;
}
.plan-host a.btn {
  color: #ff6901;
  border-color: #ff6901;
  border-radius: 0;
  margin: 10px auto;
}
.plan-host a.btn:hover {
  color: white;
  background-color: #ff6901;
}
.contBd {
  background: #1c3443 url(../lib/bord_04.png) no-repeat center top;
  height: 60px;
}
.cnt-DPq {
  font-size: 14px;
}
.cnt-DPq b {
  font-size: 16px;
}
.titPq {
  color: #264354;
  font-size: 32px;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
  line-height: 30px;
  text-transform: uppercase;
}
.titPq b {
  display: block;
  clear: both;
  color: #ff6901;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
}
.t-Ar {
  margin-top: 14px;
}
.t-Dom {
  display: block;
  color: #ff6901;
  font-size: 24px;
  margin-top: 17px;
}
.subTit {
  color: #61bd00;
  font-size: 18px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  margin: 20px 0 !important;
}
.txt-My {
  text-transform: uppercase;
}
.ico-test {
  display: inline-block;
  -webkit-mask: url(../lib/drop-down-arrow.svg) no-repeat 50% 50%;
  mask: url(../lib/drop-down-arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: red;
  width: 48px;
  height: 48px;
}
.spL {
  border-bottom: 1px solid #cfd6d9;
  margin: 20px 0;
}
b {
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
i {
  font-style: italic;
}
.small {
  font-size: 12px;
}
.small2 {
  color: #ff6901;
  font-size: 12px;
}
.color2 {
  color: #ff6901;
}
.color3 {
  color: white;
}
.color4 {
  color: #61bd00;
}
/* ---------------------------- LINKS ---------------------------- */

a.lnk1:link,
a.lnk1:visited {
  color: white;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.lnk1U:link,
a.lnk1U:visited {
  color: white;
  text-decoration: underline;
}
a.lnk1U:hover {
  text-decoration: none;
}
a.lnk2:link,
a.lnk2:visited {
  color: #ff6901;
  text-decoration: none;
}
a.lnk2:hover {
  text-decoration: underline;
}
a.lnk2U:link,
a.lnk2U:visited {
  color: #ff6901;
  text-decoration: underline;
}
a.lnk2U:hover {
  text-decoration: none;
}
a.btn03:link,
a.btn03:visited {
  display: inline-block;
  color: white;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #b5e933;
  margin: 20px auto !important;
  padding: 18px 60px;
}
a.btn03:hover {
  background: #b5e933;
}
a.btn04:link,
a.btn04:visited {
  display: inline-block;
  color: #ff6901;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ff6901;
  margin: 10px auto !important;
  padding: 14px 60px;
}
a.btn04:hover {
  color: white;
  background: #ff6901;
}
a.logo:link,
a.logo:visited {
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/logo.png) no-repeat center;
  background-size: 175px 44px;
  width: 180px;
  height: 85px;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  color: white;
  font-size: 10px;
  line-height: 24px;
  text-decoration: none;
  background: url(../lib/powered_logos.png) no-repeat right center;
  width: 160px;
  height: 20px;
  margin: 40px 0 0 40px;
}
/* ---------------------------- LINKS ---------------------------- */

/* ---------------------------- LISTADO ---------------------------- */

ul.li-srch {
  float: left;
  width: 80%;
}
ul.li-srch li {
  overflow: hidden;
  background: none;
  border-bottom: 1px solid #d8dde0;
  height: 44px;
  padding: 10px 0;
}
ul.li-srch li:nth-child(odd) {
  background: #f8f8f8;
}
ul.li-srch li span {
  float: left;
  display: block;
  margin-right: 20px;
}
ul.li-srch li span:nth-child(1) {
  width: 62%;
  margin-left: 10px;
}
ul.li-srch li span:nth-child(2) {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
}
ul.li-srch li span:nth-child(3) {
  float: right;
  font-size: 14px;
  text-align: center;
  width: 10%;
  margin-right: 0;
}
ul.li-srch li span:nth-child(3) a {
  color: rgba(255, 100, 0, 0.5);
}
ul.li-srch li span:nth-child(3) a:hover {
  color: rgba(255, 100, 0, 0.6);
  text-decoration: none;
}
ul.li-srch li.dspDm span:nth-child(3) a {
  color: #ff6400;
  font-family: 'baltolight', Arial, Tahoma, Verdana;
  border: 1px solid #ff6400;
  padding: 5px 10px;
}
ul.li-srch li.dspDm span:nth-child(3) a:hover {
  color: white;
  background: #ff6400;
}
ul.li-srch li.dspDm {
  font-size: 18px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
}
/* ---------------------------- LISTADO ---------------------------- */

/* ---------------------------- TABLA ---------------------------- */

.table tbody td {
  padding: 15px 20px !important;
}
.nBT td {
  border: 0 !important;
}
tbody .nBTit td {
  border: 0 !important;
  padding: 6px 20px !important;
}
tbody .c-tot {
  font-size: 20px;
}
.table .nBTit b.color2 {
  font-size: 14px;
  text-transform: uppercase;
}
/* ---------------------------- TABLA ---------------------------- */

/* ---------------------------- FORMULARIOS ---------------------------- */

.sbTt {
  color: #ff6400;
  font-size: 20px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
  font-size: 100;
}
.btn-Rg {
  color: #39b81a;
  border: 1px solid #39b81a;
  background: white;
  margin-top: 14px;
  padding: 12px 25px;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  border-radius: 16px !important;
}
.btn-Rg:hover {
  color: white;
  background: #39b81a;
}
.label-Spc {
  font-size: 14px;
  font-family: 'robotobold', Arial, Tahoma, Verdana;
  font-weight: 100;
  padding: 5px 0;
}
.help-block {
  color: #264354;
  font-size: 11px;
  font-style: italic;
  line-height: 11px;
}
.form-group .pfx-dom {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-right: -10px;
  padding: 10px 0 5px 0;
}
form .form-group .liRB {
  float: left;
  width: 96%;
  margin: 4px 0;
  padding: 5px 2%;
}
form .form-group .liRB label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 100;
  line-height: 18px;
  width: auto;
  border: 1px solid white;
  border-radius: 12px;
  padding: 6px 15px 8px 32px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form .form-group .liRB label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #ff6901;
  width: 16px;
  height: 16px;
}
form .form-group .liRB input[type="radio"] {
  display: none;
}
form .form-group .liRB input[type="radio"]:checked + label:before {
  background: white;
  border: 1px solid white;
}
form .form-group .liRB input[type="radio"]:checked + label {
  color: white;
  background: #ff6901;
  border: 1px solid #ff6901;
}
form .form-group .liRB label b {
  font-size: 16px;
  font-family: 'baltobold', Arial, Tahoma, Verdana;
}
form .form-group .liRB label a {
  color: #ff6901;
  font-family: 'robotolight', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-decoration: underline;
}
form .form-group .liRB label a:hover {
  text-decoration: none;
}
form .form-group .liRB input[type="radio"]:checked + label a {
  color: white;
}
/* ---------------------------- MEDIA QUERIES ---------------------------- */

@media screen and (min-width: 1441px) and (max-width: 1700px) {
  .contIn .bx-FrmEl {
    right: 21.9%;
  }
}
@media screen and (min-width: 1371px) and (max-width: 1440px) {
  .contIn .bx-FrmEl {
    right: 16.6%;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1370px) {
  .contIn .bx-FrmEl {
    right: 15.1%;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1340px) {
  .contIn .bx-FrmEl {
    right: 15.1%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1120px) {
  .contIn .bx-FrmEl {
    right: 7.2%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .contIn .cnt-col-bx {
    height: 960px;
  }
  .contIn .bx-FrmEl {
    top: 420px;
    right: 3.2%;
    padding: 10px 25px 20px 25px;
  }
  .fixed_bx {
    margin-top: 180px;
  }
}
/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width: 921px) and (max-width: 991px) {
  .contIn .bx-FrmEl {
    right: 7.2%;
  }
  .contHd {
    height: 67px;
    padding: 0;
  }
  .contHd .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 110px;
    height: 50px;
    margin: 8px 0 0 4px;
  }
  .contHd nav {
    font-size: 12px;
    height: 60px !important;
    margin-top: 4px;
  }
  .contHd nav li:last-child img {
    margin-left: 0;
  }
  .contHd nav li:last-child a {
    border: 0 !important;
  }
  .contIn .bx-FrmEl {
    top: 410px;
    right: 1.6%;
    width: 320px !important;
    height: auto !important;
    padding: 25px;
  }
  .fixed_bx {
    top: 80px !important;
    right: 2% !important;
    width: 320px !important;
  }
  .contIn .cnt-col-bx {
    height: 900px;
  }
  .contIn .bx-FrmEl .cnt-prc {
    font-size: 12px;
    line-height: 14px;
  }
  .contIn .bx-FrmEl .cnt-prc b {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
  }
  .contHd {
    height: 67px;
    padding: 0;
  }
  .contHd .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 110px;
    height: 50px;
    margin: 8px 0 0 4px;
  }
  .contHd nav {
    font-size: 12px;
    height: 60px !important;
    margin-top: 4px;
  }
  .contHd nav li:last-child img {
    margin-left: 0;
  }
  .contHd nav li:last-child a {
    border: 0 !important;
  }
  .contHd nav .active a {
    background: none !important;
  }
  .contHDC {
    position: relative;
    width: 100%;
    margin-top: 67px;
  }
  .contHDC .container {
    position: relative;
    background: url(../lib/bn_in.png) no-repeat left bottom;
    width: 100%;
    min-height: 153px;
  }
  .contHDC h1 {
    font-size: 26px;
    font-family: 'baltolight', Arial, Tahoma, Verdana;
    font-weight: 100;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0 0 0;
  }
  .cty {
    top: 46px;
    right: 10px;
    margin-top: 0;
  }
  .contSrch {
    min-height: 320px;
    margin-top: 65px;
  }
  .contSrch .container {
    margin-top: 40px;
  }
  .contH .thumbnail {
    width: 47%;
    height: 196px;
    margin: 10px 15px 10px auto;
  }
  .contH .thumbnail h3 {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
  }
  .contH .thumbnail h3 a {
    float: left !important;
    display: block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
  }
  .contH .thumbnail .btn {
    margin-right: 0;
  }
  .contH .thumbnail .caption a:nth-child(1) {
    float: right;
    margin: 8px 0 0 0;
  }
  .contH .thumbnail .caption a:nth-child(2) {
    display: none;
    float: right;
    margin-top: 8px;
  }
  /*
      .contH .caption .bxPrc{
          font-size: 12px;
          width: 65%;
      }
      .contH .caption .bxPrc b{
          font-size: 20px;
      }
  */
  
  .contIn .thumbnail {
    width: 48%;
    height: 196px;
    margin: 10px 15px 10px auto;
  }
  .contIn .thumbnail:nth-child(2n) {
    margin: 10px 0 !important;
  }
  .contIn .thumbnail .btn {
    margin-right: 0;
  }
  .contIn .caption a:nth-child(1) {
    color: #ff6901;
    border-color: #ff6901;
    margin: 8px 6px 0 20px;
  }
  .contIn .caption a:nth-child(2) {
    display: none;
    color: #6fb300;
    border-color: #6fb300;
    margin-top: 8px;
  }
  .fixed_bx {
    top: 40px !important;
    right: 2% !important;
    width: 320px !important;
  }
  .contIn .bx-FrmEl {
    width: 48%;
    height: 382px;
    margin: 50px 14px 50px 0;
    padding: 20px;
  }
  .cntSp {
    overflow: hidden;
  }
  .cntSp .col-xs-12 {
    text-align: center !important;
    height: auto;
    margin: 0;
  }
  .cntSp ico {
    margin-top: 6px;
  }
  .cntSp .thumbnail {
    line-height: 12px;
    width: 75%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .plan-host div {
    float: none !important;
    display: inline-block;
    width: 43%;
    height: auto;
    margin: 0 3% 40px 3%;
    padding: 0 5px 6px 5px;
    transition: all 0.3s;
  }
  .plan-host div:first-child {
    display: none;
  }
  .plan-host div:last-child {
    margin: 0 3% 40px 3%;
  }
  .plan-host .itm-ds .dsp-inf {
    font-size: 12px;
    font-family: 'robotobold', Arial, Tahoma, Verdana;
    font-weight: 100;
    text-align: left !important;
    margin: 0 0 -20px 0;
  }
  a.byLogos:link,
  a.byLogos:visited {
    margin: 40px 0 0 0;
  }
  ul.li-srch {
    width: 100%;
  }
  ul.li-srch li span:nth-child(3) {
    margin-right: 4px;
  }
}
/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width: 737px) and (max-width: 920px) {
  .contHd {
    height: 67px;
    padding: 0;
  }
  .contHd .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 110px;
    height: 50px;
    margin: 8px 0 0 4px;
  }
  .contHd nav {
    font-size: 12px;
    height: 60px !important;
    margin-top: 4px;
  }
  .contHd nav li:last-child img {
    margin-left: 0;
  }
  .contHd nav li:last-child a {
    border: 0 !important;
  }
  .contIn .bx-FrmEl {
    top: 410px;
    right: 1.6%;
    width: 320px !important;
    height: auto !important;
    padding: 25px;
  }
  .fixed_bx {
    top: 80px !important;
    right: 2% !important;
    width: 320px !important;
  }
  .contIn .cnt-col-bx {
    height: 900px;
  }
  .contIn .bx-FrmEl .cnt-prc {
    font-size: 12px;
    line-height: 14px;
  }
  .contIn .bx-FrmEl .cnt-prc b {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
  }
  .contHd {
    height: 67px;
    padding: 0;
  }
  .contHd .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 110px;
    height: 50px;
    margin: 8px 0 0 4px;
  }
  .contHd nav {
    font-size: 12px;
    height: 60px !important;
    margin-top: 4px;
  }
  .contHd nav li:last-child img {
    margin-left: 0;
  }
  .contHd nav li:last-child a {
    border: 0 !important;
  }
  .contHd nav .active a {
    background: none !important;
  }
  .contHDC {
    position: relative;
    width: 100%;
    margin-top: 67px;
  }
  .contHDC .container {
    position: relative;
    background: url(../lib/bn_in.png) no-repeat left bottom;
    width: 100%;
    min-height: 153px;
  }
  .contHDC h1 {
    font-size: 26px;
    font-family: 'baltolight', Arial, Tahoma, Verdana;
    font-weight: 100;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0 0 0;
  }
  .cty {
    top: 46px;
    right: 10px;
    margin-top: 0;
  }
  .contSrch {
    min-height: 320px;
    margin-top: 65px;
  }
  .contSrch .container {
    margin-top: 40px;
  }
  .contH .thumbnail {
    width: 47%;
    height: 196px;
    margin: 10px 15px 10px auto;
  }
  .contH .thumbnail h3 {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
  }
  .contH .thumbnail h3 a {
    float: left !important;
    display: block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
  }
  .contH .thumbnail .btn {
    margin-right: 0;
  }
  .contH .thumbnail .caption a:nth-child(1) {
    float: right;
    margin: 8px 0 0 0;
  }
  .contH .thumbnail .caption a:nth-child(2) {
    display: none;
    float: right;
    margin-top: 8px;
  }
  /*
      .contH .caption .bxPrc{
          font-size: 12px;
          width: 65%;
      }
      .contH .caption .bxPrc b{
          font-size: 20px;
      }
  */
  
  .contIn .thumbnail {
    width: 48%;
    height: 196px;
    margin: 10px 15px 10px auto;
  }
  .contIn .thumbnail:nth-child(2n) {
    margin: 10px 0 !important;
  }
  .contIn .thumbnail .btn {
    margin-right: 0;
  }
  .contIn .caption a:nth-child(1) {
    color: #ff6901;
    border-color: #ff6901;
    margin: 8px 6px 0 20px;
  }
  .contIn .caption a:nth-child(2) {
    display: none;
    color: #6fb300;
    border-color: #6fb300;
    margin-top: 8px;
  }
  .fixed_bx {
    top: 40px !important;
    right: 2% !important;
    width: 320px !important;
  }
  .contIn .bx-FrmEl {
    width: 48%;
    height: 382px;
    margin: 50px 14px 50px 0;
    padding: 20px;
  }
  .cntSp {
    overflow: hidden;
  }
  .cntSp .col-xs-12 {
    text-align: center !important;
    height: auto;
    margin: 0;
  }
  .cntSp ico {
    margin-top: 6px;
  }
  .cntSp .thumbnail {
    line-height: 12px;
    width: 75%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .plan-host div {
    float: none !important;
    display: inline-block;
    width: 43%;
    height: auto;
    margin: 0 3% 40px 3%;
    padding: 0 5px 6px 5px;
    transition: all 0.3s;
  }
  .plan-host div:first-child {
    display: none;
  }
  .plan-host div:last-child {
    margin: 0 3% 40px 3%;
  }
  .plan-host .itm-ds .dsp-inf {
    font-size: 12px;
    font-family: 'robotobold', Arial, Tahoma, Verdana;
    font-weight: 100;
    text-align: left !important;
    margin: 0 0 -20px 0;
  }
  .plan-host div a.btn-2b {
    display: none;
  }
  a.byLogos:link,
  a.byLogos:visited {
    margin: 40px 0 0 0;
  }
  ul.li-srch {
    width: 100%;
  }
  ul.li-srch li span:nth-child(3) {
    margin-right: 4px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1120px) and (orientation: landscape) {
  .plan-host .itm-ds {
    line-height: 8vh !important;
    height: 8vh !important;
  }
  .plan-host .itm-ds .dsp-inf {
    font-size: 12px;
    font-family: 'robotobold', Arial, Tahoma, Verdana;
    font-weight: 100;
    margin: -8px 0 0 0 !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 920px) {
  .contHd {
    height: 67px;
    padding: 0;
  }
  .contHd .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 110px;
    height: 50px;
    margin: 8px 0 0 4px;
  }
  .contHd nav {
    font-size: 12px;
    height: 60px !important;
    margin-top: 4px;
  }
  .contHd nav li:last-child img {
    margin-left: 0;
  }
  .contHd nav li:last-child a {
    border: 0 !important;
  }
  .contHd nav .active a {
    background: none !important;
  }
  .contHDC {
    position: relative;
    width: 100%;
    margin-top: 67px;
  }
  .contHDC .container {
    position: relative;
    background: url(../lib/bn_in.png) no-repeat left bottom;
    width: 100%;
    min-height: 153px;
  }
  .contHDC h1 {
    font-size: 26px;
    font-family: 'baltolight', Arial, Tahoma, Verdana;
    font-weight: 100;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0 0 0;
  }
  .cty {
    top: 46px;
    right: 10px;
    margin-top: 0;
  }
  .contSrch {
    min-height: 320px;
    margin-top: 65px;
  }
  .contSrch .container {
    margin-top: 40px;
  }
  .contH .thumbnail {
    width: 47%;
    height: 196px;
    margin: 10px 15px 10px auto;
  }
  .contH .thumbnail h3 {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
  }
  .contH .thumbnail h3 a {
    float: left !important;
    display: block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
  }
  .contH .thumbnail .btn {
    margin-right: 0;
  }
  .contH .thumbnail .caption a:nth-child(1) {
    float: right;
    margin: 8px 0 0 0;
  }
  .contH .thumbnail .caption a:nth-child(2) {
    display: none;
    float: right;
    margin-top: 8px;
  }
  /*
      .contH .caption .bxPrc{
          font-size: 12px;
          width: 65%;
      }
      .contH .caption .bxPrc b{
          font-size: 20px;
      }
  */
  
  .contIn .thumbnail {
    width: 48%;
    height: 196px;
    margin: 10px 15px 10px auto;
  }
  .contIn .thumbnail:nth-child(2n) {
    margin: 10px 0 !important;
  }
  .contIn .thumbnail .btn {
    margin-right: 0;
  }
  .contIn .caption a:nth-child(1) {
    color: #ff6901;
    border-color: #ff6901;
    margin: 8px 6px 0 20px;
  }
  .contIn .caption a:nth-child(2) {
    display: none;
    color: #6fb300;
    border-color: #6fb300;
    margin-top: 8px;
  }
  .fixed_bx {
    top: 40px !important;
    right: 2% !important;
    width: 320px !important;
  }
  .contIn .bx-FrmEl {
    width: 48%;
    height: 382px;
    margin: 50px 14px 50px 0;
    padding: 20px;
  }
  .cntSp {
    overflow: hidden;
  }
  .cntSp .col-xs-12 {
    text-align: center !important;
    height: auto;
    margin: 0;
  }
  .cntSp ico {
    margin-top: 6px;
  }
  .cntSp .thumbnail {
    line-height: 12px;
    width: 75%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .plan-host div {
    float: none !important;
    display: inline-block;
    width: 43%;
    height: auto;
    margin: 0 3% 40px 3%;
    padding: 0 5px 6px 5px;
    transition: all 0.3s;
  }
  .plan-host div:first-child {
    display: none;
  }
  .plan-host div:last-child {
    margin: 0 3% 40px 3%;
  }
  .plan-host .itm-ds .dsp-inf {
    font-size: 12px;
    font-family: 'robotobold', Arial, Tahoma, Verdana;
    font-weight: 100;
    text-align: left !important;
    margin: 0 0 -20px 0;
  }
  a.byLogos:link,
  a.byLogos:visited {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 750px) {
  .contHd {
    height: 50px;
  }
  a.logo:link,
  a.logo:visited {
    background-size: 100% auto;
    width: 120px;
    height: 50px;
    margin-top: 2px;
  }
  .contHd nav a {
    text-align: left;
    background: none;
    border-bottom: 0;
  }
  .contHd nav .active a {
    color: #eccd1c;
    background: none;
    border-bottom: 0 !important;
  }
  .contHd nav li:nth-child(4) a {
    background: none;
  }
  .contHd nav li:last-child a {
    background: none;
  }
  .contHd nav li:last-child img {
    margin-left: 10px;
  }
  .contHd .ico-chat {
    overflow: hidden;
    width: 48px;
    height: 29px;
    margin: 24px 70px 0 0;
  }
  .cty {
    right: 0;
    position: relative;
    margin: 20px 0 30px 0;
  }
  .contHDC {
    width: 100%;
    min-height: 153px;
    margin: 50px 0 0 0;
    padding: 0;
  }
  .contHDC .container {
    overflow: hidden;
    position: relative;
    background: url(../lib/bn_in.png) no-repeat -40px bottom;
    width: 100%;
    min-height: 153px;
    margin: 0;
    padding: 0;
  }
  .contHDC h1 {
    float: left;
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 0 0;
  }
  .contHDC h1 b {
    font-size: 28px;
  }
  .contSrch {
    background: url(../lib/bg_srch2.jpg) repeat center top;
    min-height: auto;
    margin-top: 50px;
  }
  .contSrch .container {
    margin-top: 14px;
    margin-bottom: 15px;
  }
  .contSrch h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .contSrch .bxSrch {
    padding: 24px 15px 28px 15px;
  }
  .contSrch .bxSrch p.color3 {
    font-size: 12px;
    line-height: 16px;
  }
  .contSrch form {
    padding: 16px 10px 1px 10px;
  }
  .contSrch form select {
    float: none;
    display: inline-block;
    font-size: 16px;
    width: 98%;
    margin-left: 0;
    padding: 0 6px 0 0;
  }
  .contSrch form input {
    width: 100%;
    margin-bottom: 8px;
    padding: 2px 8px;
  }
  .contSrch form button {
    float: none;
    display: inline-block;
    width: 50%;
    margin-top: 6px;
  }
  .contSrch .checkbox-inline input {
    float: left !important;
    width: 10%;
    margin-left: -18px;
  }
  .contH {
    background: white;
    padding: 10px;
  }
  .contH h2 {
    margin: 20px 0;
  }
  .contH p {
    margin: 20px 0;
  }
  .contH .thumbnail {
    width: 99%;
    /*margin: 10px 20px 10px 0;*/
    height: 210px;
    margin: 15px auto;
  }
  .col-md-6:nth-child(2n) .thumbnail {
    border: 1px solid #b7bbbe !important;
  }
  .contH .caption .bxPrc {
    font-size: 12px;
    margin: 10px 0 0 0 !important;
  }
  .contH .caption .bxPrc b {
    font-size: 20px;
  }
  .contH .caption a.btn {
    border-radius: 0;
    margin: 14px 0 0 0 !important;
  }
  .contContact .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .contContact ico {
    margin: 0 auto;
  }
  .contIn {
    min-height: 610px;
    padding: 0 0 40px 0;
  }
  .contIn .container {
    width: 92%;
  }
  .contIn .thumbnail {
    width: 100%;
    height: auto;
    margin: 15px auto;
  }
  .contIn .thumbnail .caption .bxPrc {
    font-size: 12px;
    margin: 10px 0 0 0 !important;
    padding: 4px 8px;
  }
  .contIn .thumbnail .caption .bxPrc b {
    font-size: 20px;
  }
  .contIn .thumbnail .caption a.btn {
    border-radius: 0;
    margin: 14px 0 0 0 !important;
  }
  .contIn .bxSrch form input {
    width: 100%;
    padding: 5px;
  }
  .contIn .bxSrch form select {
    font-size: 14px;
    width: 100%;
  }
  .contIn .bxSrch form button {
    margin-top: 10px;
  }
  .contPS {
    min-height: 421px;
  }
  .contPS h2 {
    font-size: 26px;
    margin: 40px auto 30px auto;
  }
  .contPS p {
    margin: 15px auto;
  }
  .contBd {
    height: 30px;
  }
  .contIn .cnt-col-bx {
    height: 360px;
  }
  .contIn #mob-rs {
    display: block;
  }
  .contIn #bx-desc {
    display: none;
  }
  .contIn .bx-FrmEl {
    top: 0;
    right: 0;
    position: relative !important;
    width: 99.4%;
    padding: 15px 15px;
  }
  .contIn .bx-FrmEl .sbTt {
    font-size: 16px;
    line-height: 16px;
  }
  .contIn .bx-FrmEl .btn {
    font-size: 16px;
    line-height: 16px;
  }
  .fixed_bx {
    position: fixed !important;
    width: 99%;
    margin: 0;
  }
  .contIn .bx-FrmEl .cnt-prc {
    font-size: 12px;
    line-height: 14px;
  }
  .contIn .bx-FrmEl .cnt-prc b {
    display: block;
    font-size: 18px;
    letter-spacing: -1.2px;
    line-height: 20px;
    margin-top: 5px;
  }
  .contIn .bx-FrmEl .cnt-prc-b {
    color: #ff6901;
    font-size: 16px;
    font-family: 'baltolight', Arial, Tahoma, Verdana;
  }
  .contIn .bx-FrmEl .cnt-prc-b b {
    display: block;
    color: #264354;
    font-size: 30px;
    font-family: 'baltobold', Arial, Tahoma, Verdana;
    font-size: 100;
    letter-spacing: -0.02em;
    line-height: 34px;
  }
  .contIn .bx-FrmEl .cnt-ico {
    display: block;
    color: white;
    font-size: 30px;
    font-family: 'baltobold', Arial, Tahoma, Verdana;
    font-weight: 100;
    line-height: 26px;
    text-align: center;
    background: #ff6901;
    width: 28px;
    height: 28px;
    margin-top: 8px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    border-radius: 160px;
  }
  .contIn .titPq {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .contIn .bx-FrmEl .spL {
    margin: 10px 0;
  }
  .cntSp {
    overflow: hidden;
  }
  .cntSp .col-xs-12 {
    margin: -4px 0;
  }
  .cntSp .thumbnail {
    width: 80%;
  }
  .plan-host div {
    float: none;
    width: 76%;
    margin: 0 auto 30px auto;
    padding: 0 5px 6px 5px;
  }
  .plan-host div:first-child {
    display: none;
  }
  .plan-host div:last-child {
    margin: 0 auto 20px auto;
  }
  .plan-host .itm-tit {
    display: block;
    text-align: center;
    width: 80%;
    height: 6,4vh;
    margin: 10px auto 20px auto;
  }
  .plan-host .itm-ds {
    line-height: 3.7vh;
    height: 4.6vh;
    margin: 4px 0 0 0;
    padding: 0 5%;
  }
  .plan-host .itm-ds .dsp-inf {
    font-size: 12px;
    font-family: 'robotobold', Arial, Tahoma, Verdana;
    font-weight: 100;
    margin: 0 0 -10px 0;
  }
  .plan-host .itm-ds img {
    margin: 1px auto 4px auto;
  }
  a.btn03:link,
  a.btn03:visited {
    font-size: 18px;
    line-height: 18px;
    margin: 20px auto !important;
    padding: 10px 50px 14px 50px;
  }
  a.byLogos:link,
  a.byLogos:visited {
    float: left;
    margin: 40px 0 30px 0;
  }
  ul.li-srch {
    width: 100%;
  }
  ul.li-srch li {
    height: auto;
    padding: 5px 0 10px 0;
  }
  ul.li-srch li span {
    float: left;
    display: block;
    height: 40px;
    margin-right: 20px;
  }
  ul.li-srch li span:nth-child(1) {
    line-height: 20px;
    width: 92%;
    height: auto;
    margin-left: 0;
    padding: 0 4% 5px 4%;
  }
  ul.li-srch li span:nth-child(2) {
    line-height: 30px;
    text-align: left;
    width: 40%;
    padding: 10px 4% 5px 4%;
  }
  ul.li-srch li span:nth-child(3) {
    width: 36%;
    margin-right: 0;
    padding-top: 16px;
  }
}
/*
**main menu mobile styles
*/

@media (max-width: 767px) {
  #header.mobile-active {
    bottom: 0;
    background-color: #264354;
  }
  #mainmenu_wrapper {
    /*position: relative;*/
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #264354;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .mobile-active #mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
    background-color: #264354;
  }
  #toggle_mobile_menu,
  #toggle_mobile_menu:before,
  #toggle_mobile_menu:after {
    display: block;
    position: absolute;
    content: '';
    width: 26px;
    height: 3px;
    background-color: white;
    z-index: 11;
  }
  #toggle_mobile_menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    right: 10px;
    top: 3px;
    cursor: pointer;
    border: 20px solid #264354;
    border-left-width: 10px;
    border-right-width: 10px;
  }
  #toggle_mobile_menu:before {
    top: -6px;
  }
  #toggle_mobile_menu:after {
    top: 6px;
  }
  .mobile-active #toggle_mobile_menu {
    position: fixed;
    right: 10px;
    top: 10px;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    border-radius: 160px;
  }
  .mobile-active #toggle_mobile_menu:before {
    background-color: white;
  }
  .mobile-active #toggle_mobile_menu:after {
    top: -20px;
    left: 50%;
    content: "";
    background: url(../lib/ico_cls.png) no-repeat center;
    background-color: white;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border-radius: 50%;
  }
  .sf-menu {
    position: absolute;
    overflow: auto;
    background-color: #264354;
    top: 45px !important;
    left: 30px;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    font-size: 14px;
    font-family: 'robotoregular', Arial, Tahoma, Verdana;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .sf-menu a {
    color: white;
    text-align: left;
    background: none !important;
  }
  .sf-menu a:hover {
    background: transparent !important;
  }
  .sf-menu ul {
    padding: 60px 0 0 10px;
  }
  .sf-menu ul li {
    background: none !important;
  }
  .sf-menu ul li a {
    display: block;
    padding: 10px;
    background: none !important;
  }
  .sf-menu ul .active {
    background: none !important;
    border-bottom: 0 !important;
  }
  .sf-menu ul li a:before {
    content: '-';
    padding-right: 5px;
  }
  .sf-menu ul ul li a:before {
    content: '--';
    padding-right: 5px;
  }
}
@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px;
  }
}
/* ---------------------------- MEDIA QUERIES ---------------------------- */

