/*----------------------------------
Template Name: Unship
Description: HTML5 / CSS3 Multi Page
Version: 1.0
*Author: uiCookies.
------------------------------------*/

@font-face {
    font-family: Chunkfive;
    src: url("Chunkfive.ttf") format("TrueType");
}

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body 
{
  font-family:'Rubik', sans-serif;
  /*font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; */
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  background: #FFF;
  color: #62646c;
  -webkit-font-smoothing: antialiased !important;
}


/* ------------------------------------------------
TYPOGRAPHY
--------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color: #343434;
  font-family: 'Chunkfive', sans-serif;
  /*font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; */
}

h1 {
  font-size: 48px;
  line-height: 72px;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
}

P {
  margin: 0;
}

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
  color: #008AC9;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: #62646c;
  text-decoration: none;
}


/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
  max-width: 100%;
}

hr {
  border-top: 1px solid #d7e2e8;
}

/*global margin/padding classes*/

.separetor {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d7e2e8;
}

address {
  line-height: 24px;
}

.page-header {
  padding-bottom: 0;
  margin: 40px 0 0;
  border-bottom: 0;
}

.mark {
  color: #008AC9;
  background: transparent;
  padding: 0;
}

.dropcap {
  display: inline-block;
  float: left;
  font-size: 48px;
  padding: 0 10px 0 0;
  line-height: 50px;
  color: #008AC9;
}

/* ----------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb a,
.breadcrumb>.active {
  color: #fff;
}

.breadcrumb a:hover {
  color: #008AC9;
  text-decoration: none;
}

.breadcrumb.separator-arrow>li+li:before {
  padding: 0 8px;
  font-family: "FontAwesome";
  content: '\f105';
}

/* ----------------------------------------------------------------
Pagination
-------------------------------------------------------------------*/
.pagination>li>a, 
.pagination>li>span {
  color: #008AC9;
}

.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
  color: #fff;
  background-color: #008AC9;
  border-color: #008AC9;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
  background-color: #008AC9;
  border-color: #008AC9;
}

/*borderless pagination*/

.pagination.borderless>li>a, 
.pagination.borderless>li>span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: transparent;
  margin: 0 1px;
}

/*pager*/

.pager li>a:hover, 
.pager li>a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #008AC9;
  border-color: transparent;
}

.pager .disabled>a, 
.pager .disabled>a:hover, 
.pager .disabled>a:focus, 
.pager .disabled>span {
  border-color: #ddd;
}

/* ----------------------------------------------------------------
Bootstrap Modal
-------------------------------------------------------------------*/
.modal-open {
  padding-right: 0 !important;
}

.modal-content {
  border-radius: 0;
  background: #f8f7f7;
  padding: 30px;
  border: 0;
}

.modal-body {
  padding: 0;
  margin-top: 30px;
}

.modal-header {
  position: relative;
  padding: 0;
  border: 0;
}

.modal-header .modal-title {
  font-size: 20px;
  padding: 0;
}

.modal-header .close {
  position: absolute;
  top: -30px;
  right: -30px;
  margin: 0;
  background: #787B7E;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.modal-header .close:hover {
  background: #008AC9;
}

label {
  font-weight: 500;
  color: #62646c;
  font-size: 14px;
  line-height: 18px;
}

.modal-content .form-group {
  margin-bottom: 20px;
}
.modal-content .btn-primary {
  background: #008AC9;
  color: #fff;
}

.modal-content .btn-primary:hover{
  background: #fff;
  color: #333;
}

/* ------------------------------------------------------------------
GLOBAL BUTTON STYLE
--------------------------------------------------------------------- */
/*common style for all btn*/

button:focus {
  outline: none !important;
}

.btn {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 44px;
  /*border-radius: 30px;*/
  font-weight: 300;
}


/*btn-primary*/
.btn-primary {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  padding: 3px 18px;
  background: #008AC9;
  ;
  border: 0;
  text-transform: uppercase;
  /*border-radius: 30px;*/
  line-height: 25px;
}

.btn-primary i {
  margin-left: 5px;
}

.btn-primary:hover, 
.active.btn-primary, 
.btn-primary:focus {
  background-color: #343434;
  border-color: transparent;
  color: #fff;
}

.btn:focus, 
.btn:active:focus {
  outline: none;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-lg {
  padding: 18px 50px !important;
  font-size: 14px!important;
  background: #fff;
  color: #343434;
}

.btn-lg:hover {
  background: #008AC9;
  color: #fff;
}

.form-group button[type="submit"] {
  padding: 15px 40px;
  font-size: 14px;
  /*font-family: 'Didact+Gothic', sans-serif;*/
  /*font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; */
}

.btn,
button,
.btn-primary span i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*List check-square*/
ul.check-square li {
  display: list-item;
  position: relative;
  /*line-height: 36px;
  padding-left: 25px;*/
}

ul.check-square li::before {
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #008AC9;
}

/*List check-square-o*/
ul.check-square-o li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check-square-o li::before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #008AC9;
}

/*List check*/
ul.check li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #008AC9;
}

/*List check-circle*/
ul.check-circle li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check-circle li::before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #008AC9;
}

.sticky-container {
  width: 100%;
}

/* ----------------------------------------------------------------
Form Style
-------------------------------------------------------------------*/
.form-group {
  margin-bottom: 50px;
}

.form-group.submit-btn {
  margin-bottom: 0;
}

.form-control {
  position: relative;
  border: 0;
  border-radius: 3px;
  height: 45px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.form-control.select { 
    background-color:#f2dede;
}

.form-control.select:disabled { 
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.form-control:focus {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

textarea.form-control {
  height: 100px;
}


/* --------------------------------------------------
List-group-item
----------------------------------------------------- */
a.list-group-item {
  color: #7b8a97;
}

.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
  background-color: #008AC9;
  border-color: #008AC9;
}

/* --------------------------------------------------
GLOBAL SECTION STYLES
----------------------------------------------------- */
section {
  position: relative;
}

.section-padding {
  padding: 50px 0;
}

.section-padding-low {
  padding: 12px 0;
}

.section-padding2 {
  padding: 120px 0;
}

.page-title-section {
  text-align: center;
  padding: 10px 0 0px;
    background: #d7d7d7;
	/*background-image: url("/img/red.png");
background-size: auto;
background-blend-mode: multiply;*/
border-top: 5px solid #f5c300;
}

/* .page-title-section:after { */
  /* content: ""; */
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 50%; */
  /* width: 29px; */
  /* height: 15px; */
  /* background: #FFF; */
  /* -moz-border-radius: 0 100px 100px 0; */
  /* -webkit-border-radius: 100px 100px 0 0; */
  /* border-radius: 100px 100px 0 0; */
  /* margin-left: -10px; */
 /* } */
 
  .page-title-section:after { 
     /*content: "";*/
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 15px;
    background: #01ffd8;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 100px 100px 0 0;
    border-radius: 112px 70px 0 0;
    margin-left: -10px;
  }
  
  
.page-title-section.white-arrow:after {
  border-bottom: 18px solid #fff;
}

.page-title-section .page-header {
  margin: 0 0 10px;
}

.page-title-section .page-header h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

/*--------------------------- 
          TOP BAR
-----------------------------*/
.header {
    background: #008AC9;
	/*height:70px;*/
}

/*top-bar*/
.top-bar {
  /*padding: 30px 0;*/
  padding: 0px 0;
  background:#191c21;
  line-height:30px;
  z-index:999;
  /*padding-top: 5px;*/
  height:30px;
  /*font-family: "Poppins";*/
  /*font-family:'Didact+Gothic', sans-serif;*/
 }

@media (max-width:990px){
.header {
	/*height:60px;*/
	/*margin-bottom:5px;*/
}	
}

@media (max-width:991px){
	.top-bar {
	/*display:none!important;*/
	margin:0;
	padding:0;
	
}
	
}

.top-bar .social-links i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}

.top-bar i {
	padding-top:6px;
	font-size:12px;
	color:#999;
}
@media (max-width:990px){
	.top-bar span {
		display:none!important;
		
		
	}
}

.top-bar i span {
	/*font-family: 'Didact+Gothic', sans-serif;*/
	/*font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; */
	font-weight:bold;
}

.top-bar i:hover {
	color:#FFF;
}


/*call-to-action*/

.call-to-action {
  /*padding: 15px 0;*/
  /*padding-top: 8px;*/
  z-index:1001;
  /*display:flex;*/
}

.call-to-action ul li {
  margin-right: 10px;
}

.patro ul li {
  margin-right: 10px;
}

.call-to-action ul li i {
  font-size: 12px;
}

.call-to-action ul li span{
  font-size: 12px;
  line-height: 30px;
  font-weight:400;
  color: #999;
  /*font-family: 'Didact+Gothic', sans-serif;*/
}

.call-to-action ul li a:hover {
  color: #008AC9;
  text-decoration: none;
}

.call-to-action i {
  margin-right: 5px;
}

.patro i {
  margin-right: 5px;
}

/*login-register*/

.login-register li {
  position: relative;
}

.login-register li:first-child:after {
  position: absolute;
  right: -5px;
  content: "/";
}

.login-register li:last-child:after {
  content: "\f090";
  font-family: FontAwesome;
  margin-left: 5px;
}

.login-register li,
.login-register li a {
  color: #fff;
  font-weight: 500;
}

.login-register li a {
  font-size: 12px;
}

.login-register li a:hover {
  color: #008AC9;
}

.topbar-right {
  /*padding: 15px 0;*/
  padding: 0px 0;
}

/*social-links*/
.social-links {
}

.social-links li {
  padding-right: 2px;
  padding-left: 2px;
}

.social-links li a {
  display: inline-block;
}

.social-links li a i {
  color: #000;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #f7f7f7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.patro{
	float:right;
	/*margin-right:5px;
	padding-top:5px;
	margin-left:10px;*/
}
.patro a {
	line-height:20px;
	color:#999;
	font-size: 12px;
    font-weight: 400;
}

.patro a span{
	/*font-family: 'Didact+Gothic', sans-serif;*/
}

.patro a i:hover, .patro a:hover{
	color:#FFF;
}


.social-links li a:hover i {
  color: #fff;
}

.social-links li a:hover i.fa-facebook {
  background: #008AC9;
}

.social-links li a:hover i.fa-twitter {
  background: #008AC9;
}

.social-links li a:hover i.fa-instagram {
  background: #008AC9;
}

.social-links li a:hover i.fa-tumblr {
  background: #008AC9;
}

.social-links li a:hover i.fa-dribbble {
  background: #008AC9;
}

.social-links li a:hover i.fa-google-plus {
  background: #008AC9;
}

.social-links li a:hover i.fa-linkedin {
  background: #008AC9;
}

/*language-support*/
.lang-support {
  margin-left: 20px;
}


/*Logo*/
.logo h1 span {
  display: none;
}

/*login-register modal*/

.login-register .modal-dialog {
  margin: 10% auto;
}

#cssModal .modal-sm,
#cssRegi .modal-sm {
  width: 350px;
}

#cssModal .css-modal-content,
#cssRegi .css-modal-content {
  padding: 40px;
}

#cssModal .css-modal-content .close,
#cssRegi .css-modal-content .close {
  position: absolute;
  right: 15px;
  top: 10px;
}

#cssModal .css-modal-content h2,
#cssRegi .css-modal-content h2 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}

#cssModal .css-modal-content .css-note p,
#cssRegi .css-modal-content .css-note p {
  font-size: 12px;
}

.asterisk {
  color: red;
}

#css_ul {
  margin-top: 10px;
}


/* ------------------------------------------------------------------
POPUP FEATURE
--------------------------------------------------------------------- */
.popup-feature {
  position: relative;
  overflow: hidden;
}

.popup-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(101, 211, 227, 0.8);
  display: inline-block;
  opacity: 0;
}

.popup-feature:hover::before {
  opacity: 1;
}

.more-link a.img-link,
.more-link a.page-link {
  position: absolute;
  top: 0;
  opacity: 0;
}

.more-link a.img-link {
  left: 0;
}

.more-link a.page-link {
  right: 0;
}

.popup-feature:hover .more-link a.img-link,
.popup-feature:hover .more-link a.page-link {
  top: 50%;
  margin-top: -20px;
  opacity: 1;
}

.popup-feature:hover .more-link a.img-link {
  left: 50%;
  margin-left: -50px;
}

.popup-feature:hover .more-link a.page-link {
  right: 50%;
  margin-right: -50px;
}

.more-link a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border: 2px solid rgba(255,255,255,.3);
  color: #fff;
  border-radius: 10px;
}

.more-link a:hover {
  background-color: #fff;
  color: #65d3e3;
}

.popup-feature::before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ------------------------------------------------------------------
FOOTER WIDGET SECTION
--------------------------------------------------------------------- */
.footer-widget-section {
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
  padding: 146px 0 130px;
  color: #727e89;
}

.footer-widget {
  line-height: 28px;
}

.footer-widget h3 {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}

.footer-widget-section address span {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.footer-widget-section address strong {
  color: #fff;
  font-size: 18px;
}

.footer-widget ul.quick-links li {
  position: relative;
  line-height: 32px;
  padding-left: 10px;
}

.footer-widget ul.quick-links li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-widget ul li a {
  color: #7b8a97;
}

.footer-widget ul li a:hover {
  color: #008AC9;
  text-decoration: none;
}

form.newsletter-form .form-group {
  margin: 26px 0 0;
  position: relative;
  font-style: italic;
}

form.newsletter-form .form-group .form-control {
  border: 0;
  border-bottom: 0;
  border-radius: 5px;
  background: #000;
}

form.newsletter-form .form-group .form-control:focus {
  border-color: #008AC9;
}

form.newsletter-form .form-group button {
  position: absolute;
  top: 6px;
  right: 5px;
  border: 0;
  border-radius: 3px;
  line-height: 18px;
  color: #fff;
  padding: 8px 16px !important;
  background: #008AC9;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px!important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

form.newsletter-form .form-group button:hover {
  background: #fff;
  color: #008AC9;
}

/*footer social links*/

.footer-widget .social-links {
  margin: 20px 0 0;
}

.footer-widget .social-links li {
  margin-right: 30px;
  padding: 0;
}

.footer-widget .social-links li:last-child {
  margin-right: 0;
}

.footer-widget .social-links li a i {
  color: #7b8a97;
  font-size: 14px;
  width: auto;
  height: auto;
}

.footer-widget .social-links li a i,
.footer-widget .social-links li a:hover i {
  background: transparent;
}

.footer-widget .social-links li a:hover i {
  color: #008AC9;
}



/* ------------------------------------------------------------------
COPYRIGHT SECTION
--------------------------------------------------------------------- */
.copyright-section 
{
  background-color: #063a53;
  padding: 35px 0;
  color: #fff;
}

.footer-menu {
	text-align:center;
}

.footer-menu li {
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.footer-menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 45%;
  border-radius: 50%;
  background: #01ffd8;
  opacity: 0.6;
}

.footer-menu li:last-child::after {
  display: none;
}

.footer-menu li a {
  color: #999;
}

.footer-menu li a:hover {
  color: #008AC9;
  text-decoration: none;
}

.copyright-info {
  /*margin-top: 10px;*/
  line-height: 40px;
  text-align:center;
  /*background:#01141B;*/
}

.copyright-info span {
  color: #999;
}

.copyright-section h3
{
    color:#FFF;
}


/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  color: #008ac9;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 49px;
  height: 49px;
  text-align: center;
  font-size: 40px;
  line-height: 49px;
  background: #f5c300;
  border-radius: 50%;
  box-sizing: border-box;
}

#toTop:hover {
  color: #f5c300;
  background-color: #008AC9;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.status-mes {
  background-image: url(../img/preloder.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}


/* ----------------------------------------------------------------
BOOTSTRAP CAROUSEL CONTROL
-------------------------------------------------------------------*/

.carousel-control {
  right: 50px;
  left: auto;
  z-index: 2;
  /*background: none!important;*/
  box-shadow: none;
  text-shadow: none;
}

.slider-control {
  position: absolute;
  top: 0;
  right: 0;
}

.slider-control .left,
.slider-control .right {
  width: 50px;
  height: 50px;
  background: #008AC9!important;
  background-image: none!important;
  color: #F1F1F1;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.slider-control .left:hover,
.slider-control .right:hover {
  background: #00ffd4!important;
  color: #fff;
}

.slider-control i:before,
.slider-control span:before {
  font-size: 30px;
}



/* ----------------------------------------------------------------
WIDGETS
-------------------------------------------------------------------*/


.widget {
  margin-bottom: 45px;
}

h2.widget-title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.widget ul.widget-arrow-list li {
  position: relative;
  padding-left: 15px;
}

.widget ul.widget-arrow-list li a {
  display: inline-block;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 10px;
  padding: 0 0 5px;
  color: #252323;
}

.widget ul.widget-arrow-list li a:hover {
  color: #008AC9;
}

.widget ul.widget-arrow-list li:last-child a {
  margin-bottom: 0;
}

.widget ul.widget-arrow-list li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #b2b2b2;
}


/* ----------------------------------------------------------------
EQUAL HEIGHTS
-------------------------------------------------------------------*/

.row-flex, 
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.row-flex > div[class*='col-'] {
  -ms-flex: 1 1 auto;
  -ms-flex-direction: column;
 /* IE10 */;
}

.logocapf
{
    float:left;
}

.linktorneo
{
    color:#FFF;
}
.linktorneo :hover
{
    color:#FFF;
text-shadow: 4px 6px 3px #941419;
}

/*.linktorneo :link,:visited,:active { color:#FFF;}*/

.fichaRNK {
    /*background-color: gray;*/
    width: 95%;
    max-height: 205px;
    float:left;
    border-top: solid 0.1em #008AC9;
    margin-bottom:15px;
    z-index:10;
}

.fichaRNK:hover {
    /* background-color:rgba(227,227,227,0.5); */
	    background-color:rgb(0 255 215);
}

.fichaRNK .fotoRNK img {
    width: 45%;
    border-radius:50%;
    margin-top:5px;
    margin-left:5px;
    float:left;
}

.fichaRNK .posRNK {
    font-size: 2.9em;
    vertical-align: middle;
    color: #000;
    /*margin-left: 10px;*/
    font-weight: bold;
}

.posybanRNK{
    /*margin-top:15px;*/
    text-align:center;
    padding-top: 20px;
}
.puntosRNK{
    width: 46%;
    margin-top: 17px;
    margin-left: 5px;
    color:#008AC9;
    float: left;
    font-size: 1em;
    line-height: initial;
    font-weight: bold;
    text-align:center;
}

.nombreRNK{
    width: 100%;
    margin-top: 5px;
    padding-top: 8px;
    height: 49px;
    text-align: center;
    margin-left: 0px;
    /* vertical-align: middle; */
    /*padding-left: 5px;*/
    background-color: #008AC9;
    color: #FFF;
    float: left;
    font-size: 1.05em;
    /* line-height: initial; */
    font-weight: bold;
}

@media (max-width:990px)
{
    
    .fichaRNK .fotoRNK img {
    width: 84px;
    }
    
    .puntosRNK{
    width: 85%;
    }
}



@media (max-width:660px){
    
    .fichaRNK {
    /*background-color: gray;*/   
    height: 150px;
    }

    
    .fichaRNK .fotoRNK img {
    width: 55px;
    }
    
    .puntosRNK{
    width: 34%;   
    }
    
    .posybanRNK{
    margin-top:4px;
    text-align:center;
    padding-top: 6px;
    }
    
    .puntosRNK{
    width: 80%;
    margin-top: 4px;
    margin-left: 20px;
    color:#008AC9;
    float: left;
    font-size: 1em;
    line-height: initial;
    font-weight: bold;
    text-align:center;
    }
    
    
    .fichaRNK .posRNK {
    font-size: 45px;
    }
    
    .nombreRNK{
    font-size: 1em;
    }
    
}

#DivTexto img
{
   width:inherit;
}

.titulofondorojo {
    width: 100%;
    background: #008AC9;
    height: 42px;
    line-height: 42px;
    color: white;
    padding-left: 10px;
    font-size: 2em;
    font-weight: bold;
 }


.botonplaynoticia {
    color: #FFF;
    position: absolute;
    top: 240px;
    left: 22px;
}
.botonplaynoticia:hover {
    color:#D5D5D5; 
}


.botonplaynoticiaN {
    color: #FFF;
    position: absolute;
    top: 170px;
    left: 22px;
}
.botonplaynoticiaN:hover {
    color:#D5D5D5; 
}


.botonplaynoticiaNPrincipal{
    color: #FFF;
    position: absolute;
    top: 400px;
    left: 22px;
}


@media (max-width:1199px){
    .botonplaynoticia {
        top: 200px;
        left: 22px;
    }
    .botonplaynoticiaN {
        top: 130px;
        left: 22px;
    }
    .botonplaynoticiaNPrincipal
    {
        top: 320px;
        left: 22px;
    }

}

@media (max-width:991px){
    .botonplaynoticia {
        top: 155px;
        left: 22px;
    }
    .botonplaynoticiaN {
        top: 234px;
        left: 22px;
    }
    .botonplaynoticiaNPrincipal
    {
        top: 230px;
        left: 22px;
    }
}

@media (max-width:767px){
    .botonplaynoticia {
        top: 313px;
        left: 22px;
    }
    .botonplaynoticiaN {
        top: 158px;
        left: 22px;
    }
    .botonplaynoticiaNPrincipal
    {
        top: 320px;
        left: 15px;
        position: fixed;
    }
}

@media (max-width:500px){
    .botonplaynoticia {
        top: 313px;
        left: 22px;
    }
    
    .botonplaynoticiaN {
        top: 64px;
        left: 22px;
    }
    .botonplaynoticiaNPrincipal
    {
        top: 253px;
        left: 15px;
        position: fixed;
    }
	
	.puntosRNK{
    width: 34%;   
    }
	
	 .fichaRNK {
    /*background-color: gray;*/   
    height: 130px;
    }
}


@media (max-width:3000px){
.VentaTickets{
		width:600px;
		height:160px;
		margin-bottom:15px;

}
}

@media (max-width:1200px){
.VentaTickets{
		width:51%;
		height:40%;
		margin-bottom:15px !important;

}
}

@media (max-width:650px){
.VentaTickets{
		width:80%;
		margin-bottom:15px !important;
}
}

.VentaTickets a img:hover{
   background-color: rgba(215,25,32, 0.5)!important;
}

.pre-header-left{
    float:left;
}
.pre-header-right{
    float:right;
}

.preheaderRedes{
    display: ruby-base-container;
}
.preheaderRedes li{
    padding-right:10px;
}
.preheaderRedes li a :hover{
    color:Blue;
}