@charset "UTF-8";
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/


.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    overflow-y:auto
  }
  
  .page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
  }
  
  /* for toggle behavior */
  
  #sidebar.active {
    margin-left: -17rem;
  }
  
  #content.active {
    width: 100%;
    margin: 0;
  }
   #sidebar{
    background: linear-gradient(to top, #bdbabb 0%, #585885 68%);
  }
  @media (max-width: 768px) {
    #sidebar {
      margin-left: -17rem;
    }
    #sidebar.active {
      margin-left: 0;
    }
    #content {
      width: 100%;
      margin: 0;
    }
    #content.active {
      margin-left: 17rem;
      width: calc(100% - 17rem);
    }
  }
  

  
  .separator {
    margin: 3rem 0;
    border-bottom: 1px dashed #fff;
  }
  
  .text-uppercase {
    letter-spacing: 0.1em;
  }
  
  
  .text-gray {
    color: #aaa;
  }
  
  .vertical-nav a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
   
  }
  .vertical-nav a:before,
  .vertical-nav a:after {
    height: 3px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #ad0aee;
    width: 0;
  }
  .vertical-nav a:before {
    top: 0;
    left: 0;
  }
  .vertical-nav a:after {
    bottom: 0;
    right: 0;
  }
  .vertical-nav a:hover{
  
    color: #ffffff;
  }
  .vertical-nav a:hover:before,
  .vertical-nav .current a:before,
  .vertical-nav a:hover:after,
  .vertical-nav .current a:after {
    width: 100%;
  }

    #pdf {
      text-align: center;
}

         .button-78 {
          align-items: center;
          appearance: none;
          background-clip: padding-box;
          background-color: initial;
          background-image: none;
          border-style: none;
          box-sizing: border-box;
          color: #fff;
          cursor: pointer;
          display: inline-block;
          flex-direction: row;
          flex-shrink: 0;
          font-family: Eina01,sans-serif;
          font-size: 16px;
          font-weight: 800;
          justify-content: center;
          line-height: 24px;
          margin: 0;
          min-height: 64px;
          outline: none;
          overflow: visible;
          padding: 19px 26px;
          pointer-events: auto;
          position: relative;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          user-select: none;
          -webkit-user-select: none;
          touch-action: manipulation;
          vertical-align: middle;
          width: auto;
          word-break: keep-all;
          z-index: 0;
        }

        @media (min-width: 768px) {
          .button-78 {
            padding: 19px 32px;
          }
        }

        .button-78:before,
        .button-78:after {
          border-radius: 80px;
        }

        .button-78:before {
          background-image: linear-gradient(92.83deg,  #26d4ff 0, #5c51f7 100%);
          content: "";
          display: block;
          height: 100%;
          left: 0;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: -2;
        }

        .button-78:after {
          background-color: initial;
          background-image: linear-gradient(#0f1654 0, #0c0d0d 100%);
          bottom: 4px;
          content: "";
          display: block;
          left: 4px;
          overflow: hidden;
          position: absolute;
          right: 4px;
          top: 4px;
          transition: all 100ms ease-out;
          z-index: -1;
        }

        .button-78:hover:not(:disabled):before {
          background: linear-gradient(92.83deg, rgb(121, 38, 255) 0%, rgb(19, 111, 249) 100%);
        }

        .button-78:hover:not(:disabled):after {
          bottom: 0;
          left: 0;
          right: 0;
          top: 0;
          transition-timing-function: ease-in;
          opacity: 0;
        }

        .button-78:active:not(:disabled) {
          color: #ccc;
        }

        .button-78:active:not(:disabled):before {
           background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #c226ff 0, #7e13f9 100%);
           
           
        }

        .button-78:active:not(:disabled):after {
          background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
          bottom: 4px;
          left: 4px;
          right: 4px;
          top: 4px;
        }

        .button-78:disabled {
          cursor: default;
          opacity: .24;
        }
.main{
  background-image: linear-gradient(#161413 0, #2f3030 100%);
}

.main .header-blue {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; 
    background-image: url(gerd.jpg);
    background-size: 100%;
}

@media (min-width:768px) {
    .main .header-blue {
        padding-bottom: 20px
    }
}





@media (min-width:768px) {
    .main .header-blue .navbar .navbar-collapse {
        border-color: transparent;
        margin: 0
    }
}
.main .header-blue .navbar .navbar-collapse span .login {
  color: rgb(70, 48, 48);
  margin-right: .9rem;
  text-decoration: none
}

.main .header-blue .navbar .navbar-collapse span .login:hover {
  color: rgb(179, 54, 54)
}



.header-blue .navbar .navbar-toggler:hover,
.header-blue .navbar-toggler:focus {
  background: none
}


.header-blue a{
padding: 0.5em 0.8em;
margin: 0.2em 0;
display: block;
color: rgba(209, 255, 5, 0.5);
position: relative;
text-decoration: none;
}

.header-blue a:before,
.header-blue a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.header-blue a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #c0392b;
  border-top: 3px solid #c0392b;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.header-blue a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #c0392b;
  border-bottom: 3px solid #c0392b;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.header-blue a:hover,
.header-blue .current a {
  color: #ffffff;
}
.header-blue a:hover:before,
.header-blue .current a:before,
.header-blue a:hover:after,
.header-blue .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}




.header-blue .action-button,
.header-blue .action-button:not(.disabled):active {
    border: 1px solid rgb(110, 20, 20);
    border-radius: 40px;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    padding: .3rem .8rem;
    background: transparent;
    transition: background-color 0.25s;
    outline: none
}

.header-blue .action-button:hover {
     background: transparent;
    color: rgb(179, 46, 46)
}

.header-blue .navbar .form-inline label {
    color: #d9d9d9
}

.header-blue .navbar .form-inline .search-field {
    display: inline-block;
    width: 80%;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    color: inherit;
    transition: border-bottom-color 0.3s
}

.header-blue .navbar .form-inline .search-field:focus {
    border-bottom: 1px solid #ccc
}

.main .hero {
    margin-top: 2px;
    text-align: center
}

@media (min-width:768px) {
   .main .hero {
        margin-top: 60px;
        text-align: left
    }
}

 .main h1 {
    font-size: 40px;
    margin-top: 2px;
  color: #fff;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:992px) {
    .header-blue .hero h1 {
        margin-top: 10px;
        margin-bottom: 24px;
        line-height: 1.2
    }
}

.header-blue .hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300
}

.header-blue .phone-holder {
    text-align: right
}

.header-blue div.iphone-mockup {
    position: relative;
    max-width: 300px;
    margin-top: 172px;
    display: inline-block
}

.header-blue .iphone-mockup img.device {
    width: 100%;
    height: auto
}

.header-blue .iphone-mockup .screen {
    position: absolute;
    width: 88%;
    height: 77%;
    top: 12%;
    border-radius: 2px;
    left: 6%;
    border: 1px solid #444;
    background-color: #aaa;
    overflow: hidden;
    background: url(../../assets/img/screen-content-iphone-6.jpg);
    background-size: cover;
    background-position: center
}

.header-blue .iphone-mockup .screen:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 70%;
    height: 140%;
    top: -12%;
    right: -60%;
    transform: rotate(-19deg);
    opacity: 0.2
}
                                            .tip-wrapper-footer>.row{
                                                margin:0px;
                                            }
 
.tip-card:hover {
background: #F0F0F0;
border-radius: 15px;
font-size: 14px;
box-shadow: 1px 1px 13px 4px #c1392a;
margin-bottom: 22px;
transition: box-shadow 0.3s ease-in-out;
}
    @media (max-width: 978px) {
.league-holder {
background: #c1392a;
border-radius: 17px;
padding: 5px 20px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}


        .hideSM {
            display: none;
        }

        .hideLG {
            display: block !important;
        }
    }

    .hideLG {
        display: none
    }
       .nav-tabs .nav-link {
        border: 1px solid white;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        /* padding: 11px; */
        font-size: 13px;
        color: white;
        background: #0a3a31;
    }
      @media(max-width:978px){
                .team-form{
                    width:18px!important;height:21px!important;text-align:center;color:#fff;margin-right:3px!important;padding-top:3px!important;font-size:10px}
                  
                    .team-form-label{font-size:10px}
                    
                    .tip-wrapper{
                        border:none!important}
                        .tip-wrapper-inner{padding:4px!important}
                      
                        .tip-card{font-size:12px!important}
                        iframe{min-height:500px!important;overflow-x:hidden!important}
                        .green-btn{font-size:12px!important}
                        .red-btn{font-size:12px!important}}
                        iframe{height:400px}
                       
                        .team-form-label{display:flex;justify-content:center;align-items:center;text-align:center}
                       
                        @media(max-width:850px){
                            .tip-wrapper-footer{border-top:1px solid #e5e5e5;padding:0!important}
                        }
                         
                            .make-flex{display:flex;justify-content:space-between;align-items:center}
                            .make-flex-left{display:flex;justify-content:flex-start;align-items:center}
                            .make-flex-center{display:flex;justify-content:center;align-items:center}
                            
                              .tip-wrapper{background:rgb(204, 220, 229);border:1px solid #1e37a5;box-sizing:border-box;border-radius:10px}
                            .tip-wrapper1{background:transparent;border:2px solid #1e37a5;box-sizing:border-box;border-radius:10px}
                           
                            .tip-wrapper-inner{padding:20px;display:none}                            
                            .tip-wrapper-inner.active{display:block}
                            .tip-wrapper-footer{border-top:1px solid #e5e5e5;padding:20px}
                            .tip-card{background:#f0f0f0;border-radius:15px;font-size:14px;margin-bottom:20px}
                            .league-holder{background:#c1392a;border-radius:17px;padding:5px 20px;color:#fff}
                            .green-btn{background:#5cb85c;border-radius:50px;color:#fff;height:50px;cursor:pointer}
                            .red-btn{background:#d35244;border-radius:50px;color:#fff;height:50px;cursor:pointer}
                            .tip-wrapper-inner a{text-decoration:none!important;color:#232523!important}
                            
    @font-face{
	font-family: "MARKPRO";
	src: url('../font/MARKPRO.ttf'),url('../font/MARKPRO.eot');
	font-weight: normal; 
	font-style: normal;
}



.clear_both::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}


.list .left_div{
	float: left;
	width: 230px;
	background: #f9f9f9;
}
.list .left_div h6{
	font-size: 20px;
	color: #fff;
	background: #ac0a43;
	padding: 0 16px;
	height: 70px;
	line-height: 70px;
}
.list .left_div h6 span{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 1.2;
}
.list .left_div p{
	padding: 0 10px;
}
.list .left_div p a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	border-top: 1px dashed #ccc;
	position: relative;
	padding: 0 20px 0 6px;
}
.list .left_div p a span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
.list .left_div p a::after{
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	opacity: 0;
	margin-top: -5px;
	width: 8px;
	height: 11px;

	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.list .left_div p a:hover{
	color: #ff5500;
}
.list .left_div p a:hover::after{
	opacity: 1;
	right: 0;
}
.list .left_div p .active_a{
	color: #ff0000;
}
.list .left_div p .active_a::after{
	opacity: 1;
	right: 0;
}
.list .div{
	float:right;
	width:  calc(100% - 230px);
  	box-sizing: border-box;
	padding-left: 20px;
}
.list .div dl{
	font-size: 2;
	position:-ms-page;
}

.list .div dt h6{
	font-size: 30px;
    color: #4a85c7;
    margin-bottom: 24px;
}
.list .div dt p:last-of-type{
	margin-bottom: 0;
}

.list .div dd p{
	display: inline-block;
	vertical-align: top;
	width: 90%;
	box-sizing: border-box;
	padding-right: 40px;
	font-size: 16px;
    color: #666;
	line-height: 1.6;
}
.list .div dd img{
	display: inline-block;
	vertical-align: top;
	width: 35%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.list .div ul{
	border-top: 1px dashed #ccc;
	margin-top: 50px;

}

.list .div ul li a{
	display: block;
	font-size: 0;
	padding: 40px 0;
	border-bottom: 1px dashed #ccc;
}
.list .div ul li em{

	vertical-align: middle;
	width: 210px;
	overflow: hidden; 
  float: right;
}
.list .div ul li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
   
}
.list .div ul li div{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 210px);
	box-sizing: border-box;
	padding-left: 20px;
}
.list .div ul li div h6{
	font-size: 20px;
	color: #b4c74a;
	margin-bottom: 8px;
}
.list .div ul li div p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 12px;
}
.list .div ul li div span{
	font-size: 14px;
	color: #4a85c7;
	padding-right: 20px;
	
}
.list .div ul li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    
}



.list .div ol{
    border-top: 1px dashed #ccc;
	margin-top: 50px;
	padding-top: 26px;
}
.list .div ol li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 24px;
}
.list .div ol li:nth-of-type(2n){
	margin-right: 0;
}
.list .div ol li a{
	display: block;
}
.list .div ol li em{
	display: block;
	overflow: hidden;
}
.list .div ol li em img{
	width: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.list .div ol li div{
	position: relative;
	padding-right: 100px;
	height: 62px;
	border-bottom: 1px solid #e6e6e6;
}
.list .div ol li div h6{
	font-size: 20px;
	line-height: 62px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.list .div ol li div span{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	font-size: 14px;
    color: #4a85c7;
    padding-right: 20px;
    background: url(../img/bf2.png) no-repeat right top;
}
.list .div ol li:hover em img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list .div ol li:hover div h6{
	color: #4a85c7;
}

ul, ol { list-style: none; }

@media (max-width: 768px) {

	.list .left_div{
		float: none;
		width: 80%;
		margin-bottom: 30px;
	}
	.list .left_div h6{
		font-size: 8px;
		height: 50px;
		line-height: 50px;
	}
	.list .left_div p{
		display: none;
	}
	.list .left_div p a{
	    width:80%;
		height: 40px;
		line-height: 40px;
	}
	.list .div{
		display: block;
		width: 70%;
		padding-left: 0;
		float: none;
	}
	
  .list .div ul{
	
 
  padding-left: 0;
 
}
}                        
                            