/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/


@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf');
}

@media screen and (max-width:420px)
{
    .account, .account-bottom, .club-bottom
    {
        font-size : 12px !important;
    }
}

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Roboto', sans-serif;
   font-size: 100%;
   //background:#fff; 
   min-height : 100vh;
   position : relative;
      
}

body{
   /*  padding-bottom: 200px;*/
     font-family: Roboto;
}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--start-head--*/
.head{
	background:#062f3c;
	
	border-top:5px solid #ee6123;
	position: relative;
        padding-right : 0px;
}

.top-header-right-side, .top-header-left-side
{
    padding:1em 0px;
}

.logo{
	text-align:left;
}
.logo img {
	//width: 5%;
        max-height : 66px;
}
.account,.account a
{
    color:white;
}

.account, .account-bottom, .club-bottom
{
    text-align: right;
}
.dropdown-menu
{
    background-color: #000;
    text-align: left;
}
.dropdown-menu li{
    width:100% !important;
    margin: 0px 0px !important;
}
.dropdown-menu li a
{
    
    text-align: left !important;
}
.vote
{
    width:45%;
}
/*--start-head--*/
/*--start-banner--*/
.menu ul li a span{
	background: url(../images/icons.png) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	display: block;
}
.menu ul li a span.twitter {
	background-position: 0px 0px;
}
.menu ul li a span.facebook {
	background-position: -16px 0px;
}
.menu ul li a span:hover, .footer-main-right ul li span:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.menu {
	text-align: center;
}
.menu li{
	display:inline-block;
	margin: 0px 10px;
}
 .menu li:first-child{
   	margin-left:0;
}
.menu li a {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}
#nav .current a {
    	color:#fb326f;
   	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a:hover,.menu li a.active{
	color:#062f3c;
} 
.toggleMenu {
	display:  none;
    	border-radius:2em; 
    	-webkit-border-radius:2em;
    	-moz-border-radius:2em;
    	-o-border-radius:2em; 
    	float:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav > li > a{
	margin: 0px 10px;
	padding:5px;
}
@media screen and (max-width:800px) {
    .active {
        display: block;
    }
    
/*    .nav {
	     list-style: none;
	     *zoom: 1;
	     width:100%;
		 position: absolute;
		 right:23px;
		 top:45px;
		 z-index: 9999;
    }*/
   .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
/*    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
       // display: block;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
     .nav li:first-child a{
     	border-top:none;
	display: block;
     }*/
 }
 
 
 .menu ul.nav .menu-li:hover
{
    background-color: white;
}

.menu ul.nav .menu-li:hover .menu-sub-a
{
    color : black !important;
}

.menu ul.nav .menu-sub-li:hover
{
    background-color: white;
}

.menu ul.nav .menu-sub-li:hover .menu-sub-li-a
{
    color : black !important;
}
 @media (max-width:768px){
.menu{
      width:100%;
	float: none;
	margin: 7px 0px;
}
.toggleMenu img {
	width: 95%;
}
.nav {
	//right: 0px;
}
.menu ul.nav{
	margin-top:0px;
}
ul.nav{
      //  display:none;
	//background:#000;
	//border:1px solid #fff;
	padding: 7px 0px;
}
.menu ul.nav li{
       	display:block;
       	text-align:center;
      	margin:0px;
      	padding: 0px 0px;
      	border: none;
        float : left;
        width : 100%;
}


.menu ul li a span {
	margin: 0 auto;
}
}
.header {
	background:#ee6123;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 3;
}
.banner{
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 600px;
  padding-top: 14em;
}
.banner-text h1 {
	font-size: 1.7em;
	font-weight: 700;
	margin: 0;
	color: #fff;
	letter-spacing: 4px;
}
.banner-text p{
	font-size:1.7em;
	font-weight:700;
	margin-top:14px;
	color:#fff;
	letter-spacing: 4px;
}
.search {
  	display: inline-block;
  	width: 40%;
  	background: #062f3c;
  	padding: 5px 0px 7px 0px;
  	margin-top: 3em;
}
.search input[type="text"] {
  	display: inline-block;
  	outline: none;
  	padding: 14px 20px 7px 20px;
  	width: 73%;
  	border: 0;
  	-webkit-appearance: none;
  	background: #062f3c;
  	font-family: Roboto;
  	margin-left: 10px;
  	font-size: 18px;
  	color: #fff;
  	font-weight: 100;
}
.search input[type="submit"] {
	border: 0;
	padding: 5px 20px;
	background: #ee6123;
	color: #fff;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	font-family: Roboto;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 3px;
	font-style: italic;
	margin-top: 4px;
}
.search input[type="submit"]:hover{
	color:#61b3de;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--Slider-part-Ends-Here--*/
/*--end-banner--*/
/*--start-website--*/
.website{
	padding-top:4em;
}
.website-top{
	//text-align:center;
	margin-bottom: 3em;
}
.website-top h3,.special-top h3{
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px auto;
	width: 44%;
	font-family: Roboto;
	background: #062f3c;
	letter-spacing: 5px;
	padding: 12px 0px;
}
/*--- Responsive Tabs ---*/
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 1em 0 4em;
	font-family: Roboto;
	width: 80%;
	margin: 0 auto;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item:last-child{
	margin-right:0px;;
}
.resp-tab-item {
	border-top: 5px solid #fff;
  	border-bottom: 5px solid #fff;
	color: #062f3c;
	font-size: 1.45em;
	letter-spacing: 4px;
	font-weight: 600;
	cursor: pointer;
	padding: 12px 8px;
	display: inline-block;
	margin-right: 4.1em;
	text-align: center;
	list-style: none;
	float: left;
	font-family: Roboto;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #f68236;
}
.resp-tab-active{
	text-shadow: none;
	color:#062f3c;
	border-top: 5px solid #ee4a02;
	border-bottom: 5px solid #ee4a02;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#f77462;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#6CC5D9;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width:480px) {
.sap_tabs{
	padding-top:0;
}
.resp-tabs-container{
	padding:10px;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
  	text-align: center;
        float : left;
        width : 100%;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_list{
	list-style: none;
	padding:1em;
}
ul.tab_list li {
	margin-bottom: 10px;
}
ul.tab_list li a {
	color: #888;
	font-size: 0.8125em;
	line-height: 1.8em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list li a:hover {
	color:#333;
}
/*--- Responsive Tabs ---*/
.facts {
	padding-top: 3.5em;
	text-align: center;
}
.facts p {
	text-align: left;
	margin-top: 2em;
	line-height: 1.9em;
	color: #333131;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 3px;
}
/*--end-website--*/
/*--start-special--*/
.special{
	padding-top:1em;
	text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img {
	margin-top: 20%;
	display: -webkit-inline-box;
}
.b-animate span {
	font-family: Roboto;
	display: block;
	font-size: 18px;
	padding-top: 2.6em;
	display: block;
	line-height: 1.6em;
	font-weight: 300;
	width: 76%;
	letter-spacing: 3px;
	margin: 0 auto;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#000;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background:rgba(97, 179, 222, 0.64);
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height: 557px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.col-md-3.food-left-grid {
padding: 0;
}
img.port-pic {
	width: 100%;
}
.f-grid {
	margin-bottom: 24px;
}
/*----bottom-grids--------------*/
.col-md-6.special-bottom-left {
	padding: 0;
}
.special-bottom {
	margin-top: 3em;
}
/*--end-special--*/

/*--start-footer--*/
.footer{
	background:#062F3C;
	background-size:100% 100%;
        color : white;
       bottom : 0px;
       
       width : 100%;
      /* position : absolute;*/
       padding-bottom : 15px;
       
	}



.ftr{
	text-align:center;
	//margin-top: 8%;
}
.ftr p {
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto;
    letter-spacing: 3px;
    margin-top: 15px !important;
}
.ftr p a{
	color:#e71d37;
}
.ftr p a:hover{
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
/*--end-footer--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 42px;
	height: 42px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-arrow.png) no-repeat 0px 0px #61b3de;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
/*--start-contact--*/
.contact-top h3{
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px auto;
	width: 44%;
	font-family:Roboto;
	/*background: #062f3c;*/
	letter-spacing: 5px;
	padding: 12px 0px;
	text-align: center;
}
.contact {
	//padding: 9em 0px 5em 0px;
	//background: #f2f2f2;
        min-height : 100vh;
}
.contact .container
{
    background-color: rgba(255,255,255,0.8);
    padding: 15px;
}
.contact-bottom-left iframe{
	width:100%;
	height:500px;
}
.contact-bottom {
	margin-top: 3em;
}
.contact-txt input[type="text"] {
	width: 100%;
	color: rgba(137, 136, 136, 0.66);
	outline: none;
	font-family: Roboto;
	font-size: 15px;
	padding: 18px 16px;
	letter-spacing: 2px;
	border: none;
	margin-bottom: 1em;
	-webkit-appearance: none;
	border-radius:25px;
	    font-weight: 800;
   
}
.contact-textarea textarea {
	resize: none;
	width: 100%;
	color: rgba(137, 136, 136, 0.66);
	font-size: 15px;
	font-family: Roboto;
	outline: none;
	padding: 18px 16px;
	letter-spacing: 2px;
	border: none;
	min-height: 13em;
	-webkit-appearance: none;
	border-radius:25px;
	    font-weight: 800;
    
}
.contact-but input[type="submit"] {
border: none !important;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 74px !important;
    background: #004783 !important;
    font-family: Roboto;
    padding: 10px;
}
.contact-but input[type="submit"]:hover {
	background: #ee6123;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
/*--end-contact--*/
/*--start-about--*/
.about-left iframe{
	width:90%;
	height:300px;
}
.about {
	padding: 9em 0px 4em 0px;
}
.about-top h3{
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px auto;
	width: 44%;
	font-family: Roboto;
	background: #062f3c;
	letter-spacing: 5px;
	padding: 12px 0px;
	text-align: center;
}
.about-main {
	margin-top: 3em;
}
.about-left h4{
	color:#61b3de;
	font-size:1.2em;
	font-weight:600;
	font-family: Roboto
	margin:0;
	line-height: 1.4em;
}
.about-left p {
	color: #cecdcd;
	font-size: 15px;
	line-height: 1.8em;
	margin: 10px 0px;
}
/*--start-strength--*/
.strength-right h4{
	color: #61b3de;
	font-size: 1.55em;
	font-weight: 700;
	font-family: Roboto
	margin: 0 0px 19px 0px;
}
.strength-right ul{
	padding:0px;
}
.strength-right ul li{
	list-style-image: url(../images/marker.png);
	margin: 0px 0px 12px 18px;
	vertical-align: top;
}
.strength-right ul li a{
	font-size:15px;
	color:#333131;
}
.strength-right ul li a:hover{
	text-decoration:none;
	color:#61b3de;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.strength {
	background: rgba(206, 205, 205, 0.22);
	padding: 4em 0px;
}
.approach {
	padding: 4em 0px;
}
/*--end-strength--*/
/*--start-subscribe--*/
.sub{
	background:#61b3de;
	padding:3em 0px;
}
.sub-left p{
	color:#fff;
	font-size:25px;
	font-weight:400;
}
.sub-text input[type="text"] {
	width: 65%;
	color: rgba(55, 53, 53, 0.4);
	margin-right: 1.5em;
	outline: none;
	font-family: Roboto
	background: #FFF;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 13px 15px;
	border: none;
	-webkit-appearance: none;
}
.sub-text input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #e51e35;
	padding: 10px 20px;
	font-family: Roboto
	font-size: 16px;
	font-weight: 500;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.sub-text input[type="submit"]:hover{
	background: #373535;
}
/*--end-subscribe--*/
/*--start-team--*/
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../images/t1.jpg);
}

.ch-img-2 { 
	background-image: url(../images/t6.jpg);
}

.ch-img-3 { 
	background-image: url(../images/t3.jpg);
}
.ch-img-4 { 
	background-image: url(../images/t4.jpg);
}
.ch-img-5 { 
	background-image: url(../images/t5.jpg);
}
.ch-img-6 { 
	background-image: url(../images/t2.jpg);
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 85px 0 0 0;
	height: 137px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 
	 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.team-top h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px auto;
	width: 30%;
	font-family: Roboto
	background: #61b3de;
	letter-spacing: 5px;
	padding: 12px 0px;
	text-align: center;
}
.team-top p {
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	width: 78%;
	margin: 21px auto;
	line-height: 1.8em;
	text-align: center;
}
.team {
	padding: 5em 0px 4em 0px;
}
/*--end-team--*/
/*--end-about--*/
/*--start-blog--*/
.blog-main h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px auto;
	width: 25%;
	font-family: Roboto
	background: #062f3c;
	letter-spacing: 5px;
	padding: 12px 0px;
	text-align: center;
}
.blog {
	padding: 7em 0px 4em 0px;
}
.blog-top {
	margin-top: 3em;
}
.blog-left a h4{
	text-decoration:none;
	margin:0!important;
}

.post-detail{
	margin:0.5em 0 1.5em 0;
}
.post-detail p a{
	text-decoration:none;
	color:#ee6123;
}
.blog-left h4,.blog-right-top h4,.archives h4,.recent h4{
	color: #61b3de;
	font-size: 1.8em;
	margin-bottom: 1.2em;
	font-weight: 400;
	font-family: Roboto
}
.blog-left img{
	border-radius:0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.post-detail p{
	color:rgba(113, 107, 107, 0.66);
	margin:0px;
	font-size:15px;
	font-weight:400;
	line-height: 1.6em;
	margin:0!important;
}
.blog-left h5 {
	color: #333131;
	margin: 20px 0px 0px 0px;
	font-size: 1.23em;
	font-weight: 300;
	line-height: 1.5em;
}
.blog-left p{
	color:rgba(113, 107, 107, 0.66);
	margin:0px;
	font-size:15px;
	font-weight:400;
	margin-top: 13px;
	line-height: 1.6em;
}
.blog-btn a{
	color: #fff;
	padding: 13px 30px;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	outline: none;
	background:#61b3de;
}
.blog-btn a:hover{
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background:#e51e35;
}
.blog-btn {
	margin-top: 2em;
}
.blog-top-left a:hover {
	text-decoration: none;
}
.blog-top-left {
	margin-bottom: 3.5em;
}
.blog-bottom ul {
	padding: 0px;
	margin-top: 1em;
}
.blog-bottom ul li {
	display: inline-block;
	list-style: none;
}
.blog-bottom ul li a {
	color: #4e4e4b;
	font-size: 15px;
	padding: 10px 10px;
	margin: 0px 7px;
}
.blog-bottom ul li a:hover, .blog-bottom ul li a.active {
	background: #61b3de;
	text-decoration: none;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-right-top ul li,.archives ul li{
	list-style-image: url(../images/marker.png);
	margin: 0px 0px 12px 18px;
	vertical-align: top;
}
.blog-right-top ul,.archives ul{
	padding:0px;
}
.blog-right-top ul li a,.archives ul li a{
	font-size: 15px;
	color: #333131;
}
.blog-right-top ul li a:hover,.archives ul li a:hover{
	color: #e51e35;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration:none;
}
.blog-right-top h4, .archives h4 {
	margin-bottom: 26px;
}
.archives h4,.recent h4{
	margin-top: 1.5em;
}
.col-md-4.recent-left {
	padding: 0;
}
.recent-left span{
	font-size: 12px;
	color: #848e97;
	font-weight: 600;
}
.recent-left h5{
	font-size:20px;
	color:#61b3de;
	margin-bottom: 5px;
}
.recent-left p{
	font-size: 14px;
	color: #848e97;
	font-weight: 400;
}
.recent-top {
	margin-bottom: 1.5em;
}
/*--end-blog--*/
/*--start-single--*/
.reply {
	margin-top: 3em;
}
.reply h4 {
	color: #61b3de;
	font-size: 1.8em;
	margin-bottom: 1.2em;
	font-weight: 400;
	font-family: Roboto
}
.reply input[type="text"] {
	width: 48%;
	color: #898888;
	outline: none;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	padding: 10px 10px;
	margin: 0px 10px 1em 0px;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}
.reply textarea {
	resize: none;
	width: 98%;
	color: #898888;
	font-size: 16px;
	font-family: 'Arimo', sans-serif;
	outline: none;
	padding: 10px 10px;
	border: solid 1px #D5D4D4;
	min-height: 12em;
	-webkit-appearance: none;
}
.reply input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #61b3de;
	padding: 11px 20px;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-top: 1.2em;
	-webkit-appearance: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.reply input[type="submit"]:hover {
	background: #e51e35;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-top-left p span{
	font-weight:600;
	color: rgba(51, 49, 49, 0.7);
}
.cmts-main-left img {
	width: 100%;
	border-radius: 0;
}
.col-md-10.cmts-main-right {
	width: 88%;
	float: right;
}
.col-md-2.cmts-main-left {
	width: 12%;
	float: left;
}
.cmts-main-right h5 {
	font-size: 1em;
	color: #4e4e4b;
	margin: 0px;
	font-weight: 600;
}
.cmnts-left a {
	font-size: 13px;
	color: rgba(78, 78, 75, 0.37);
	font-weight: 600;
}
.cmnts-left a:hover {
	color: #61b3de;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.cmts {
	margin-top: 1em;
}
.col-md-6.cmnts-right {
	text-align: right;
}
.col-md-6.cmnts-left {
	padding: 0px;
}
.cmnts-right a {
	padding: 6px 12px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	background: #61b3de;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.comments-main {
	margin-bottom: 20px;
	background: rgba(153, 153, 153, 0.15);
	padding: 22px 0px;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.comments {
	margin-top: 3em;
}
.cmnts-right a:hover {
	background: #e51e35;
	text-decoration: none;
}
/*--end-single--*/
/*--start-gallery--*/
/***** Gallery *****/
.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #FFF;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.8%;
	position:relative; 
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
	outline:none;
}
.images_1_of_4 a{
	outline:none;
}
.images_1_of_4 a span{
	position: absolute;
	top:80px;
	left:135px;
	width:36px;
	height:36px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.images_1_of_4 a img:hover{
	opacity:0.6;
}
.images_1_of_4 a:hover span{
	opacity:1;
	background:url(../images/zoom.png) no-repeat;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.gallery-content-head h3{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	margin: 0px auto;
	width: 44%;
	font-family: Roboto;
	padding: 12px 0px;
	text-align: center;
}
.gallery-content-head h4{text-align: center;margin: 5px auto;}
.gallery-content-head p {
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	width: 78%;
	margin: 21px auto;
	text-align: center;
}
.gallery-content {
	padding: 13em 0px 4em 0px;
}
.gallery-content-head.text-left {
	//margin-bottom: 2em;
}
/*--end-gallery--*/
/*--end-gallery--*/
/*--media-quaries-starts-here--*/
@media (max-width:1366px){
}
@media (max-width:1280px){
.team {
	padding: 4em 0px 3em 0px;
}	
.about {
	padding: 8em 0px 4em 0px;
}	
.banner-text h1,.banner-text p{
	font-size: 1.55em;
}
.banner-text span input[type="submit"] {
	font-size: 23px;
}
.banner-text span {
	padding: 3px 0px;
}
.footer {
	//min-height: 480px;
}
.footer-main h3 {
	margin-top: 2.8em;
}
.website-top {
	margin-bottom: 2.5em;
}
.facts {
	padding-top: 3em;
}
.sap_tabs {
	padding: 1em 0 2.8em;
}		
}
@media screen and (max-width:814px)
{
    .gallery-content {
            padding: 18em 0px 3em 0px;
    }
}

@media screen and (min-width:814px) and (max-width:1024px)
{
    .gallery-content {
            padding: 14em 0px 3em 0px;
    }
}
@media (max-width:1024px){
    .nav > li > a {
            padding: 10px 20px 12px 21px;
            font-size: 14px;
            margin: 0px 3px;
    }
    .search input[type="submit"] {
      margin-top: 3px;
    }
    .search {
      padding: 4px 0px 6px 0px;
      width: 47%;
    }
    .search input[type="text"] {
      margin-left: 7px;
    }


    .reply input[type="text"] {
            width: 47.82%;
    }
    .blog {
            padding: 6em 0px 2.5em 0px;
    }
    .blog-left img {
            width: 98%;
    }
    .blog-main h3 {
            font-size: 1.35em;
            width: 25%;
            padding: 10px 0px;
    }
    .blog-top {
            margin-top: 2.3em;
    }
    .blog-left h5 {
            font-size: 1.2em;
    }
    .contact-but input[type="submit"] {
            margin: 10px 0px 0px 5px;
    }
    .contact {
            padding: 7em 0px 4em 0px;
    }
    .about {
            padding: 6.5em 0px 3em 0px;
    }
    .about-left p {
            font-size: 15px;
            line-height: 1.6em;
            margin: 6px 0px;
    }
    .about-left iframe {
            width: 100%;
    }
    .about-top h3,.team-top h3{
            font-size: 1.3em;
            width: 35%;
            padding: 10px 0px;
    }
    .menu li {
            margin: 0px 0px;
    }

    .sub-left p {
            font-size: 23px;
    }
    .sub-text input[type="text"] {
            width: 63%;
            margin-right: 1em;
            padding: 11px 15px;
    }
    .banner-text h1, .banner-text p {
            font-size: 1.45em;
    }
    .banner-text span {
            width: 43.5%;
            padding: 1px 0px;
            margin-top: 2.5em;
    }
    .banner-text span input[type="text"] {
            width: 74.5%;
    }
    .banner-text span input[type="submit"] {
            font-size: 21px;
    }
    .callbacks_tabs {
            top: 36%;
    }
    .callbacks_tabs a:after {
            height: 42px;
            width: 10px;
    }
    .website-top h3, .special-top h3 {
            font-size: 1.3em;
            padding: 10px 0px;
    }
    .resp-tab-item {
            font-size: 1.3em;
            padding: 9px 8px;
            margin-right: 2.44em;
    }
    .facts p {
            font-size: 15px;
    }
    .b-animate img {
            margin-top: 19%;
    }
    .b-animate span {
            font-size: 16px;
            padding-top: 2em;
            width: 87%;
    }
    .news-bottom-left img {
            width: 100%;
    }
    .news-bottom-left p {
            font-size: 15px;
    }
    .news-top h3, .footer-main h3 {
            font-size: 1.35em;
    }
    .footer {
            //min-height: 400px;
    }
    .footer-main h3 {
            margin-top: 2.3em;
    }
    .contact-text input[type="text"] {
            width: 49%;
            padding: 11px 20px;
    }
    .contact-text input[type="submit"] {
            padding: 7px 20px;
    }
}
@media (max-width:768px){

.search {
  padding: 1px 0px 5px 0px;
  width: 60%;
}
.search input[type="text"] {
  padding: 10px 20px 7px 20px;
  margin-left: 8px;
}
.search input[type="submit"] {
  font-size: 22px;
  margin-top: 5px;
}
.banner {
  min-height: 400px;
  padding-top: 8em;
}
.gallery-content-head p {
	width: 96%;
	margin: 16px auto;
}
.images_1_of_4 {
	width: 48%;
	margin: 1% 14px 1% 0px;
}
.comments {
	margin-top: 2em;
}
.col-md-2.cmts-main-left {
	width: 15%;
	float: none;
	margin: 0 auto;
}
.col-md-10.cmts-main-right {
	width: 97%;
	float: none;
	margin: 0 auto;
}
.cmts-main-left img {
	margin-bottom: 14px;
}
.cmts-main-right p {
	margin-top: 4px;
}
.cmts {
	margin-top: 10px;
}
.col-md-6.cmnts-right {
	text-align: center;
	margin-top: 17px;
}
.reply {
	margin-top: 0em;
}
.blog-top {
	text-align: center;
	margin-top: 1.7em;
}
.blog-left h4, .blog-right-top h4, .archives h4, .recent h4 {
	font-size: 1.65em;
	margin-bottom: 16px;
	text-align: center;
}
.blog-left img {
	width: 80%;
}
.recent {
	text-align: center;
}
.blog-top-left {
	margin-bottom: 2.5em;
}
.blog {
	padding: 5.6em 0px 3em 0px;
}
.blog-right-top ul li, .archives ul li {
	text-align: left;
	width: 60%;
	margin-left: 18.7em;
}
.recent-left {
	margin-top: 10px;
}
.recent-left p {
	font-size: 16px;
}
.blog-bottom {
	text-align: center;
}
.contact-txt input[type="text"] {
	width: 90%;
}
.contact-textarea textarea {
	width: 90%;
}
.contact-but input[type="submit"] {
	width: 44%;
	padding: 18px 28px;
	margin: 10px 0px 0px 2px;
}
.contact-bottom-left {
	text-align: center;
}
.contact-top h3,.gallery-content-head h3{
	font-size: 1.3em;
	width: 40%;
	padding: 10px 0px;
}
.contact-bottom {
	margin-top: 2em;
}
.contact-bottom-left iframe {
	height: 260px;
	width: 90%;
}
.col-md-6.contact-bottom-right {
	margin-top: 2em;
	text-align: center;
}
.contact {
	padding: 5.5em 0px 3em 0px;
}
.about-top h3, .team-top h3 {
	font-size: 1.2em;
	width: 40%;
}
.strength-main {
	text-align: center;
}
.about {
	padding: 5.5em 0px 1.5em 0px;
}
.approach-main {
	text-align: center;
}
.strength-right h4 {
	font-size: 1.35em;
}
.strength {
	padding: 3em 0px;
}
.strength-right ul li {
	width: 46%;
	margin-left: 13.8em;
	text-align:left;
}
.col-md-6.strength-right {
	margin-top: 0;
}
.approach {
	padding: 3em 0px;
}
.col-md-6.approach-right {
	margin-top: 2em;
}
.about-left iframe {
	width: 95%;
	height:250px;
}
.col-md-6.strength-left {
	margin-bottom: 2em;
}
.sub-text {
	margin-top: 1.5em;
}
.sub-text input[type="submit"] {
	padding: 10px 14px;
	font-size: 16px;
}
.team-top p {
	font-size: 15px;
	width: 95%;
	margin: 15px auto;
}
.ch-grid li {
	width: 215px !important;
	height: 215px !important;
	margin: 10px 40px 10px 41px !important;
}
.sub-main {
	text-align: center;
}
.about-main {
	margin-top: 1.6em;
	text-align: center;
}
.about-left h4 {
	font-size: 1.2em;
	width: 79%;
	margin: 0 auto;
}
.col-md-6.about-left {
	margin-bottom: 1.6em;
}
.about-left p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 8px 0px;
}
.logo img {
	//width: 10%;
}
.toggleMenu {
	float: none;
}

.banner-text h1, .banner-text p {
	font-size: 1.3em;
}
.banner-text span input[type="submit"] {
	padding: 4px 17px;
	font-size: 18px;
}
.banner-text span input[type="text"] {
	width: 75.5%;
}
.banner-text span {
	width: 50%;
	padding: 0px 0px;
	margin-top: 2em;
}
.website-top h3, .special-top h3 {
	font-size: 1.2em;
	padding: 8px 0px;
	width: 50%;
}
.sap_tabs {
	padding: 5px 0 1.8em;
	width: 90%;
}
.resp-tab-item {
	font-size: 1.2em;
	padding: 5px 8px;
	margin: 0px 25px;
	letter-spacing: 3px;
}
.facts img {
	width: 12%;
}
.facts {
	padding-top: 2.3em;
}
.facts p {
	font-size: 14px;
	text-align: center;
	margin-top: 1.5em;
}
.website {
	padding-top: 2.8em;
}
.col-md-6.special-bottom-left {
	width: 50%;
	float: left;
}
.b-animate img {
	margin-top: 18%;
	width: 12%;
}
.b-animate span {
	font-size: 15px;
	padding-top: 1.5em;
	width: 100%;
	overflow: hidden;
	height: 74px;
}
.news-top {
	text-align: center;
}
.news-bottom-left img {
	width: 35%;
}
.col-md-4.news-bottom-left {
	margin: 30px 0px;
}
.news-btn {
	margin-top: 3px;
}
.news-bottom-left p {
	margin-top: 15px;
}
.news {
	padding: 3em 0px 1.5em 0px;
}
.footer-main {
	text-align: center;
}
.col-md-4.footer-bottom-left {
	text-align: center;
}
.footer-bottom {
	margin-top: 6%;
}
.col-md-8.footer-bottom-right {
	border-left: none;
}
.col-md-8.footer-bottom-right {
	border-left: none;
	margin-top: 2em;
}
.footer-main h3 {
	margin-top: 2em;
}
.footer {
	//min-height: 430px;
}
.ftr {
	margin-top: 5%;
}
.ch-info h3 {
	font-size: 21px;
	padding: 70px 0 0 0;
	height: 116px;
}

.container
{
    padding-left : 0px !important;
    padding-right : 0px !important;
}
}
@media (max-width:640px){
.banner-text h1, .banner-text p {
	font-size: 1.2em;
}
.search input[type="text"] {
  width: 69.5%;
  margin-left: 7px;
  font-size: 16px;
}
.search input[type="submit"] {
  font-size: 20px;
  margin-top: 6px;
}
.search {
  	width: 60%;
  	margin-top: 2em;
    padding: 0px 0px 5px 0px;
}
.images_1_of_4 {
	width: 47.6%;
}
.blog-main h3 {
	font-size: 1.25em;
	width: 30%;
	padding: 8px 0px;
}
.blog-top {
	margin-top: 1.5em;
}
.blog-left h4, .blog-right-top h4, .archives h4, .recent h4 {
	font-size: 1.5em;
	margin-bottom: 13px;
}
.blog-left h5 {
	font-size: 1.1em;
}
.blog-btn a {
	padding: 10px 16px;
}
.blog-right-top ul li, .archives ul li {
	margin-left: 15em;
}
.blog-bottom ul {
	margin-top: 5px;
}
.blog-top-left {
	margin-bottom: 2em;
}
.blog-left p {
	margin-top: 9px;
}
.blog-btn {
	margin-top: 1.5em;
}
.blog {
	padding: 5em 0px 2.3em 0px;
}
.recent-left h5 {
	font-size: 19px;
}
.banner-text span input[type="text"] {
	width: 74%;
	padding: 9px 16px;
}
.about-left p {
	font-size: 15px;
}
.strength-left img,.approach-right img{
	width: 50%;
}
.approach {
	padding: 2.5em 0px 2.8em 0px;
}
.team {
	padding: 3em 0px 2em 0px;
}
.strength {
	padding: 2.7em 0px 2em 0px;
}
.strength-right ul li {
	width: 60%;
	margin-left: 10.1em;
}
.about-main {
	margin-top: 1.2em;
}
.about-left iframe {
	width: 90%;
	height: 200px;
}
.about-top h3, .team-top h3 {
	font-size: 1.1em;
	width: 50%;
	padding: 8px 0px;
}
.about {
	padding: 5em 0px 10px 0px;
}
.banner-text span {
	width: 58%;
}
.banner-text p {
	margin-top: 10px;
}
.website-top h3, .special-top h3 {
	font-size: 1.1em;
	width: 58%;
}
.resp-tab-item {
	margin: 0px 12px;
}
.banner {
  min-height: 360px;
  padding-top: 8em;
}
.sap_tabs {
	padding: 5px 0 1.2em;
	width: 95%;
}
.resp-tab-item {
	margin: 0px 20px;
	font-size: 1.05em;
}
.facts img {
	width: 10%;
}
.facts p {
	font-size: 13px;
	margin-top: 1.5em;
}
.facts {
	padding-top: 1.5em;
}
.website {
	padding-top: 2em;
}
.website-top {
	margin-bottom: 1.8em;
}
.news {
	padding: 2.3em 0px 10px 0px;
}
.news-bottom {
	margin-top: 2em;
}
.news-top h3, .footer-main h3 {
	font-size: 1.2em;
}
.footer-bottom-left img {
	width: 10%;
}
.contact-text input[type="text"] {
	width: 49%;
	padding: 9px 18px;
	font-size: 14px;
}
.footer {
	//min-height: 370px;
}
.about-left h4 {
	font-size:1.15em;
	width: 94%;
}
}
@media (max-width:480px){
.logo img {
	//1435width: 20%;
}
.gallery-content-head p {
	width: 92%;
	margin: 12px auto;
	overflow: hidden;
	//height: 40px;
}
.images_1_of_4 {
	width: 46%;
	margin: 1% 17px 1% 0px;
}
.gallery-content {
	//padding: 5em 0px 3em 0px;
}
.blog-left h4, .blog-right-top h4, .archives h4, .recent h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
.blog-top {
	margin-top: 1em;
}
.blog-left img {
	width: 83%;
	margin-bottom: 13px;
}
.blog-left p {
	margin-top: 9px;
	overflow: hidden;
	height: 99px;
}
.blog-left h5 {
	font-size: 1.05em;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	height: 51px;
}
.blog-right-top ul li, .archives ul li {
	margin-left: 10.5em;
}
.blog-bottom ul li a {
	color: #4e4e4b;
	font-size: 14px;
	padding: 8px 10px;
	margin: 0px 3px;
}
.about-left p {
	overflow: hidden;
	height: 83px;
}
.ch-info h3 {
	font-size: 20px;
	padding: 67px 0 0 0;
	height: 106px;
}
.about-left iframe {
	width: 80%;
	height: 160px;
}
.about {
	padding: 4.5em 0px 0px 0px;
}
.sub-text input[type="text"] {
	width: 63%;
	margin-right: 5px;
	padding: 8px 12px;
}
.sub-text input[type="submit"] {
	padding: 8px 9px;
	font-size: 15px;
}
.sub {
	padding: 2.5em 0px;
}
.sub-text {
	margin-top: 13px;
}
.strength-left img, .approach-right img {
	width: 53%;
}
.strength-right h4 {
	font-size: 1.25em;
}
.col-md-6.strength-left {
	margin-bottom: 1.5em;
}
.strength-right ul li {
	width: 77%;
	margin-left: 5.7em;
}
.sub-left p {
	font-size: 20px;
}
.strength {
	padding: 2.2em 0px 1.6em 0px;
}
.about-top h3, .team-top h3 {
	font-size: 1em;
	width: 57%;
}
.banner-text h1, .banner-text p {
	font-size: 1em;
	letter-spacing: 3px;
}
.banner-text span input[type="submit"] {
	padding: 3px 13px;
	font-size: 16px;
}
.banner-text span {
	width: 62%;
	margin-top: 1.5em;
}
.banner-text span input[type="text"] {
	width: 71%;
	padding: 7px 14px;
	font-size: 16px;
}
.banner-text span input[type="submit"] {
	padding: 3px 13px;
	font-size: 16px;
}
.website-top h3, .special-top h3 {
	font-size: 1em;
	width: 75%;
	padding: 6px 0px;
}
.website-top {
	margin-bottom: 5px;
}
.sap_tabs {
	width: 95%;
}
.special {
	padding-top: 0em;
}
.special-bottom {
	margin-top: 2em;
}
.b-animate img {
	margin-top: 15%;
	width: 16%;
}
.b-animate span {
	font-size: 14px;
	padding-top: 1em;
	width: 91%;
	line-height: 1.5em;
	height: 56px;
}
.news-bottom-left p {
	font-size: 14px;
	margin-top: 10px;
}
.col-md-4.news-bottom-left {
	margin: 20px 0px;
}
.footer {
//	min-height: 340px;
}
.contact-text input[type="submit"] {
	padding: 5px 10px;
	margin-top: 0.5em;
}
.team-top p {
	width: 95%;
	margin: 11px auto;
	line-height: 1.6em;
	overflow: hidden;
	height: 46px;
}
.ch-grid {
	margin: 13px 0 0 0;
}
.ch-grid li {
	width: 200px !important;
	height: 200px !important;
	margin: 6px 40px 9px 41px !important;
}
.contact-top h3,.gallery-content-head h3{
	font-size: 1.1em;
	width: 100%;
	padding: 9px 0px;
}
.contact {
	padding: 4.8em 0px 2.5em 0px;
}
.contact-bottom {
	margin-top: 1.5em;
}
.col-md-6.contact-bottom-right {
	margin-top: 1.5em;
}
.contact-bottom-left iframe {
	height: 200px;
	width: 100%;
}
.contact-txt input[type="text"] {
	width: 100%;
	font-size: 14px;
	padding: 12px 16px;
}
.contact-textarea textarea {
	width: 100%;
	min-height: 11em;
	font-size: 14px;
	padding: 11px 16px;
}
.contact-but input[type="submit"] {
	width: 100%;
	padding: 10px 25px;
	margin: 8px 2px 0px 2px;
}
.blog-left h5.bg {
	height: 22px;
	margin-top: 10px;
}
.reply input[type="text"] {
	width: 48.6%;
	margin: 13px 2px 12px 0px;
}
.reply textarea {
	width: 98.8%;
}
.reply input[type="submit"] {
	padding: 8px 16px;
}
.col-md-2.cmts-main-left {
	width: 22%;
}
.cmts-main-right h5 {
	height: 20px;
}
.cmts {
	margin-top: 3px;
}
.search input[type="text"] {
  	width: 66%;
  	font-size: 15px;
  	margin-left: 4px;
    padding: 8px 20px 7px 14px;
}
.search {
  width: 65%;
  margin-top: 1em;
  padding: 0px 0px 4px 0px;
}
.search input[type="submit"] {
  font-size: 16px;
  padding: 7px 20px;
  margin-top: 4px;
}
.banner {
  padding-top: 7em;
  background-position: 50% 0%;
}

}

@media (max-width:768px){
    .banner {
        min-height: 380px;
        
      }
    .banner-text
    {
        padding-top :150px;
    }
}

@media (max-width:320px){
.banner-text h1, .banner-text p {
	font-size: 14px;
	letter-spacing: 0px;
}
.contact-top h3,.gallery-content-head h3{
	font-size: 1.1em;
	width: 100%;
	padding: 9px 0px;
	letter-spacing: 3px;
}
.contact-bottom {
	margin-top: 1.2em;
}
.contact-bottom-left iframe {
	height: 150px;
}
.banner-text span {
	width: 75%;
	margin-top: 1.2em;
}
.banner-text span input[type="text"] {
	width: 69%;
	padding: 5px 5px;
	font-size: 15px;
}
.banner-text span input[type="submit"] {
	padding: 2px 6px;
	font-size: 14px;
}
.banner-text p {
	margin-top: 7px;
}
.website-top h3, .special-top h3 {
	font-size: 14px;
	width: 96%;
	letter-spacing: 3px;
}
.website {
	padding-top: 1.5em;
}
.facts img {
	width: 15%;
}
h2.resp-accordion {
	padding: 7px 15px;
}
.resp-tab-active {
	border-top: 4px solid #ee4a02;
	border-bottom: 4px solid #ee4a02;
}
.facts p {
	font-size: 13px;
	margin-top: 1em;
	line-height: 1.6em;
	overflow: hidden;
	height: 102px;
	letter-spacing: 2px;
}
.col-md-6.special-bottom-left {
	width: 83%;
	float: none;
	margin: 11px auto;
}
.b-animate img {
	margin-top: 16%;
	width: 15%;
}
.sap_tabs {
	padding: 0px 0 0.5em;
}
.special-bottom {
	margin-top: 1.4em;
}
.news-bottom-left img {
	width: 50%;
}
.news-bottom-left p {
	font-size: 13px;
	margin-top: 11px;
}
.news-btn a {
	font-size: 14px;
}
.news-top h3{
	font-size: 1.2em;
	letter-spacing: 3px;
}
.news {
	padding: 1.8em 0px 10px 0px;
}
.news-btn {
	margin-top: 1px;
}
.news-bottom-left p {
	font-size: 12px;
	margin-top: 9px;
}
 .footer-main h3 {
	font-size: 16px;
	letter-spacing: 2px;
}
.footer-bottom-left img {
	width: 13%;
}
.col-md-8.footer-bottom-right {
	margin-top: 1em;
}
.footer-bottom-right small {
	font-size: 15px;
}
.contact-text input[type="text"] {
	width: 61%;
	padding: 7px 18px;
	font-size: 14px;
	margin-right: 8px;
}
.contact-text input[type="submit"] {
	padding: 5px 7px;
	margin-top: 7px;
	font-size: 13px;
}
.ftr p {
	font-size: 13px;
}
.footer-main h3 {
	margin-top: 1.5em;
}
.footer {
	//min-height: 240px;
}
.news-bottom {
	margin-top: 1.1em;
}
.head {
	padding: 6px 0px;
}
.logo img {
	width: 60%;
}
.toggleMenu img {
	width: 83%;
}
.menu {
	margin: 4px 0px;
}
.website-top {
	margin-bottom: 0px;
}
.nav > li > a {
	padding: 5px 20px 7px 21px;
	font-size: 17px;
	margin: 0px 0px;
}
.about-top h3, .team-top h3 {
	width: 77%;
	letter-spacing: 3px;
}
.about {
	padding: 3.6em 0px 0px 0px;
}
.about-main {
	margin-top: 12px;
}
.about-left h4 {
	font-size: 1.05em;
	width: 100%;
	overflow: hidden;
	height: 47px;
}
.about-left p {
	height: 46px;
	line-height: 1.6em;
}
.col-md-6.about-left {
	margin-bottom: 1em;
}
.about-left iframe {
	width: 90%;
	height: 120px;
}
.strength-left img, .approach-right img {
	width: 65%;
}
.strength-right h4 {
	font-size: 1.15em;
	margin: 0 0px 12px 0px;
}
.strength-right ul li {
	width: 94%;
	margin-left: 1.5em;
}
.strength {
	padding: 1.8em 0px 1.2em 0px;
}
.approach {
	padding: 2em 0px 2.2em 0px;
}
.sub-left p {
	font-size: 19px;
	line-height: 1.3em;
}
.sub-text input[type="text"] {
	width: 62%;
	margin-right: 2px;
	padding: 8px 9px;
	font-size: 13px;
}
.sub-text input[type="submit"] {
	padding: 8px 6px;
	font-size: 13px;
}
.col-md-6.approach-right {
	margin-top: 1.5em;
}
.sub {
	padding: 2em 0px;
}
.team {
	padding: 2.2em 0px 1.6em 0px;
}
.ch-grid li {
	width: 165px !important;
	height: 165px !important;
	margin: 6px 35px 9px 41px !important;
}
.ch-info h3 {
	font-size: 17px;
	padding: 52px 0 0 0;
	height: 78px;
}
.col-md-6.contact-bottom-right {
	margin-top: 1em;
}
.contact-txt input[type="text"] {
	padding: 10px 12px;
	margin-bottom: 10px;
}
.contact-textarea textarea {
	min-height: 10em;
	padding: 10px 13px;
}
.contact-but input[type="submit"] {
	width: 48%;
	padding: 6px 0px;
	font-size: 16px;
	margin: 6px 0px 0px 0px;
}
.contact {
	padding: 3.8em 0px 2em 0px;
}
.blog-main h3 {
	font-size: 1.2em;
	width: 50%;
	padding: 7px 0px;
}
.blog-left h4, .blog-right-top h4, .archives h4, .recent h4 {
	font-size: 1.25em;
	margin-bottom: 9px;
}
.blog-left h5 {
	font-size: 1.05em;
	line-height: 1.45em;
}
.blog-left p {
	margin-top: 6px;
	overflow: hidden;
	height: 69px;
}
.blog-btn a {
	padding: 7px 10px;
	font-size: 15px;
}
.blog-top-left {
	margin-bottom: 1.5em;
}
.blog-right-top ul li, .archives ul li {
	margin-left: 1em;
	width:100%;
}
.recent-left p {
	font-size: 15px;
	overflow: hidden;
	height: 40px;
}
.recent-left h5 {
	font-size: 18px;
	margin-top: 5px;
}
.blog-bottom ul li a {
	font-size: 13px;
	padding: 4px 5px;
	margin: 0px 0px;
}
.blog {
	padding: 4em 0px 1.8em 0px;
}
.reply input[type="text"] {
	width: 100%;
	margin: 10px 2px 0px 0px;
	padding: 9px 10px;
}
.reply textarea {
	width: 98.8%;
	margin-top: 10px;
	min-height: 8em;
}
.col-md-2.cmts-main-left {
	width: 35%;
}
.cmts-main-right p {
	margin-top: 8px !important;
	height: 51px !important;
}
.comments-main {
	padding: 19px 0px;
	margin-bottom: 13px;
}
.comments {
	margin-top: 1.3em;
}
.gallery-content {
	//padding: 4em 0px 1.5em 0px;
}
.images_1_of_4 {
	width: 70%;
	margin: 1% 17px 3% 15%;
}
.grid_1_of_4:first-child {
	margin-left: 15%;
}
.gallery-content-head.text-left {
	margin-bottom: 1.4em;
}
.search input[type="text"] {
  width: 61%;
  font-size: 13px;
  padding: 3px 0px 3px 10px;
  margin-left: 4px;
}
.search input[type="submit"] {
  font-size: 13px;
  padding: 3px 10px;
}
.search {
  width: 65%;
  margin-top: 0.5em;
  padding: 0px 0px 4px 0px;
}
.banner {
  min-height: 200px;
  padding-top: 4em;
}
}



.no-padding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.margin-t-5
{
    margin-top: 5px !important;
}
.margin-t-10
{
    margin-top: 10px !important;
}

.editable-text-border
{
    border :  1px solid gray;
    min-width: 20px;
    padding : 5px;
    min-height: 24px;
    width : 70px;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 1px;
}

a
{
    cursor:pointer;
}

.error
{
    color : white;
    background-color: lightcoral;
    padding : 15px;
    margin-top: 5px;
}

.error-box
{
    color : white;
    background-color: lightcoral;
    padding : 15px;
    text-align: center;
}

.success-box
{
    color : white;
    background-color: green;
    padding : 15px;
    text-align: center;
}

.hcenter
{
    text-align: center;
}

.banner-img
{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    //height : 200px;
}

.top-margin
{
    margin-top:5px;
}

.top-margin-big-1
{
    margin-top:10px;
}

.top-margin-big-2
{
    margin-top:15px;
}

.each-player-holder{
    float : left;
    width : 14%;
}

.each-extra-column
{
    background-color:lightgreen;
}

.player-area-schedule, .player-area-schedule-extra
{
    padding: 5px;
    font-weight: bold;
    background-color: #fecc01;
    color: #000000;
    border-bottom: 2px solid #808080d4;
    border-radius: 10px;
    margin-bottom: 4px;
}

.each-player-holder{
    float : left;
    width : 14.27%;
    cursor : pointer;
    height:120px;
    //border:1px solid;
    text-align: center;
    color:white;
    padding-top: 30px;
    position:relative;
}
/*
.each-player-holder span
{
    display : none;
}*/

.player-name
{
    font-size: 14px;
    font-weight : bold;
}

.player-position
{
    font-size: 14px;
}
.each-player-holder .player-name, .each-player-holder .player-name-out{
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: 1px;
}

.each-player-holder .player-position{
    display : none !important;
}

.each-player-holder .player-img-container
{
   padding-top: 2px !important;
    display: block !important;
    height: 115px !important;
    width: 100% !important;
    font-size: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 28%;
    border-radius: 5px;
}

.each-player-holder .player-img-container span
{
    background-color: black;
    color : white;
    //padding: 3px;
    //border-radius: 10px;
}

.player-img-container
{
    text-align: center;
    padding-top:10px;
    display:none;
}

.each-player-holder .player-det{
    width :100% !important;
}

.each-player-holder .player-area-schedule
{
    padding : 2px !important;
}

.each-player-holder .player-det, .each-player-holder .player-name, .each-player-holder .player-position, .player-name-out
{
  position: absolute;
    bottom: 0px !important;
    left: 0px;
    background-color: rgb(0 0 0 / 72%);
    color: white;
    padding: 3px;
    border-radius: 0px 0px 5px 5px;
}

.each-player-holder .player-area-schedule
{
    //min-height: 120px !important;
}

.player-goals-count
{
    display: none;
}


.each-player-holder .player-goals-count
{
    display: block !important;
    position : absolute;
    bottom : 5px;
}


.each-player-holder:hover
{
    //background-color: blue;
}

.selected-field-column
{
    background-color : lightblue !important;
}
.gray-field-background
{
   // background-color: gray;
    background-color: rgba(211,211,211, 0.01);
}
.green-field-background
{
    //background-color: green;
    //background-color: rgba(0, 255, 0, 0.01);
  /*  background-image: url('/images/tshirt.png');*/
    background-position: 50% 50%;
    background-size: cover;
}

.goal-keeper
{
    background-image: url('/images/gk.png');
    background-position: 50% 50%;
    background-size: cover;
}

.lightblue-field-background
{
    background-color: lightblue;
}

.empty-field-columns
{
    height : 40px !important;
    padding-top : 10px !important;
}

#drop-players
{
/*    position : absolute;
    bottom : 0px;
    width : 100%;*/
}

.orange-bg
{
    background-color : orange;
}

.red-bg
{
    background-color : red;
}

.editable-text-border
{
    border : 1px solid gray;
    min-width: 45px !important;
}

.empty-banner
{
    background-color: green;
    text-align: center;
    border : 1px solid white;
}

.empty-banner-title1
{
    font-size : 20px;
    color : white;
    padding-top : 40px;
}

.empty-banner-title2
{
    font-size : 24px;
    color : white;
    padding-top : 20px;
}

.btn-flat
{
    border-radius: 0px !important;
}

.player-container
{
        background-color: #0066a01f;
    padding: 10px;

    border-radius: 25px;
    margin-bottom: 15px;
 
}


/*.img-container
{
    border : 1px solid gray;
    float : left;
    padding : 10px;
}
*/
.player-dob, .player-tshirt-number, .player-value
{
    margin-top :5px;
}
@media screen and (max-width:768px)
{
    .player-availability-container
    {
        margin-top :15px;
        border-top : 1px solid lightsalmon;
        padding-top :5px;
        text-align : center;
    }
    
    .each-player-holder .player-img-container
    {
        background-position: 50% 28%;
    }
}



#player-container-actual-container
{
    overflow:auto;
}

table tr td
{
    white-space : inherit !important;
}

@media screen and (max-width:768px)
{
    table tr td, table tr th
    {
       font-size: 13px !important;
        line-height: 16px !important;
    }
}

.each-vote-container
{
    background-color: lightcoral;
    border-radius: 4px;
    margin-bottom: 10px;
    padding : 15px;
    color : white;
    text-align : center;
}

.vote-container-header
{
    font-weight: bold;
    font-size: 26px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.matches-main-container
{
    border : 1px solid gray;
    border-radius: 3px;
    margin-bottom: 10px;
    
}

.matches-header
{
    background-color: lightcoral;
    color : white;
    text-align: center;
    padding : 10px;
}

.matches-time
{
    padding : 10px;
}

.matches-result
{
    padding : 0px 10px 10px 10px;
}

.matches-action-buttons
{
    padding : 5px;
}

.Zebra_DatePicker_Icon_Wrapper
{
    width : 100% !important;
}

.underline
{
    text-decoration: underline;
}

.blue-color
{
    color : #062f3c;
}

.yellow-container
{
    background-color: lightyellow;
    border : 1px solid gray;
    border-radius: 5px;
    padding : 15px;
}

.bold
{
    font-weight: bold;
}

.highcharts-root, .highcharts-container, #performance
{
    overflow-x : auto !important;
    max-width:100% !important;
}

@media screen and (max-width: 768px)
{
    #football-field
    {
        padding-left : 0px;
        padding-right : 0px;
    }
}

.btn-disabled{
    color : gray;
}

.each-banner
{
   /* padding-top:25%;*/
    position : relative;
    height: 350px;
}

.each-banner-inside
{
    position : absolute;
    top:0;
    left:0;
    bottom:0;
    right :0;
}

@media screen and (max-width: 700px) and (min-width:400px)
{
    .each-banner-inside div
    {
        font-size:12px;
        padding-top:20px;
    }
}


@media screen and (max-width:400px)
{
    .each-banner-inside div
    {
        font-size:16px;
        padding-top:5px;
    }
}



.menu-sub-li-a
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid white;
}


.image-carousel
{
    margin-top:25px;
    margin-right : 25px;
}

.slick-slide img
{
    max-height : 110px !important;
}

@media screen and (max-width:768px)
{
    .slick-slide img
    {
        max-height : 74px !important;
    }
}

.navbar
{
    min-height:25px !important;
    margin-bottom : 0px !important;
}

.navbar li a
{
    color : white !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.navbar-right
{
    display : block !important;
}

.navbar ul li:hover
{
    //background-color: white;
}

.navbar ul li:hover a
{
    color : black !important;
}
.dropdown-menu
{
    background-color :white;
}

.dropdown-menu li a
{
    color : black !important;
}


@media (min-width: 768px) and (max-width: 1100px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    
    .navbar-default .navbar-nav > li
    {
        width : 100%;
    }
}

@media screen and (min-width:1100px)
{
    .navbar-default .navbar-nav > li{
        width : 14%;
        text-align:center;
    }
    
    .navbar-nav
    {
        width : 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1700px) {
    #bs-example-navbar-collapse-1 ul li:nth-child(1)
    {
        width : 9%
    }
    
    #bs-example-navbar-collapse-1 ul li:nth-child(2)
    {
        width : 10%
    }
    
    #bs-example-navbar-collapse-1 ul li:nth-child(3)
    {
        width : 22%
    }
    
    #bs-example-navbar-collapse-1 ul li:nth-child(4)
    {
        width : 11%
    }
    
    #bs-example-navbar-collapse-1 ul li:nth-child(5)
    {
        width : 17%
    }

    #bs-example-navbar-collapse-1 ul li:nth-child(6)
    {
        width : 12%
    }
    #bs-example-navbar-collapse-1 ul li:nth-child(7)
    {
        width : 14%
    }
   
}

@media screen and (min-width:1700px)
{
	#bs-example-navbar-collapse-1 ul li:nth-child(3)
	{
	    width : 14%
	}
}

.resp-tabs-container
{
    padding-top:25px;
    
}

#polls-table
{
    width:100%;
    max-width:100%;
}

#polls-table img
{
    width:100%;
    max-width:100%;
}

@media screen and (max-width: 600px)
{
#tactics-page .each-player-holder .player-area-schedule .player-det {
    margin-bottom: 0px !important;
}
}

#login-page-text-container
{
	padding : 15px;
	background-color: white;
	opacity: 0.9
}

#login-form-login-page
{
	border : 1px solid lightgray;
	padding : 15px;
	margin: 0 auto;
	float : left;

	max-width :100%;
}

#login-form-login-page-container
{
	
	
}

#login-form-login-page input, #login-form-login-page button, #login-form-login-page a
{
	margin-top:5px;
	border-radius : 0px;
}


#login-text-login-page-container
{
	border : 1px solid lightgray;
	padding : 15px;
}

#login-form-login-page, #login-text-login-page-container
{
	margin-top:5px;
}

@media screen and (min-width:768px)
{
	#login-form-login-page, #login-text-login-page-container
	{
		min-height: 220px;
	}
}

#sub_1, #sub_2, #sub_3, #sub_4, #sub_5
{
	text-align: right;
}

@media screen and (max-width:768px)
{
	#sub_1, #sub_2, #sub_3, #sub_4, #sub_5, #sub_content_1, #sub_content_2, #sub_content_3, #sub_content_4, #sub_content_5
	{
		text-align: left;
		float:left;
	}


}

.white-bg
{
	padding : 15px;
	background-color:white; opacity:0.9;
}

.mailbox-icon-container
{
	background-color: green;
    color: gray;
    width: 42px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 1000;
}

.mailbox-icon-container i
{
	color : white;
	    padding: 12px;
}

.live_video_container
{
	margin-top:15px;
	margin-bottom : 15px;
	background-color : lightgray;
	padding : 15px;
}



.account a:hover
{
    text-decoration: none;
}


a, a span {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


@media screen and (min-width: 1100px)
{
    .dropdown:hover .dropdown-menu {
      display: block;
      top: 100%;
        opacity: 1;
         z-index: 100;
    }
    
    
    

}

@media screen and (max-width: 1100px)
{
    .dropdown-toggle i
    {
        float: right;
    }
}

.dropdown .dropdown-menu {
    top: 130%;
    display: block;
    overflow: hidden;
    opacity:0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: -1;

}

.dropdown.open .dropdown-menu {
        top: 100%;
        opacity: 1;
        z-index: 100;
    }

.navbar-toggle
{
    border: none;
    float: left;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color : transparent;
}

.navbar
{
    border: none;
}


.top-header-right-side:before {
   
    border-style: solid;
    
    content: "";
    left: -65px;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 768px)
{
    .top-header-right-side:before {
     display: none;   
    }
    
    .account a
    {
       // width : 100%;
        
    }
    
    .account a span
    {
       // border-right: none !important;
        //padding-right : 0px !important;
    }
    
    
}

.main-slider .each_slider
{
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.arrows-slider
{
    position : absolute;
    background-color: white;
    
    top: 162px;
    z-index: 10000;
    width : 35px;
    height : 20px;
    padding-top: 25px;
    cursor: pointer;
    
    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    
    opacity : 0;
}

.home_main_slider_section:hover .arrows-slider
{
    display: block !important;
    opacity : 1;
}



.arrows-slider-left
{
    left : 0px;
    padding-left: 10px;
}

.arrows-slider-right
{
    right : 0px;
    padding-left: 10px;
}

.each-player-holder .player-area-schedule
{
    border-radius: 5px;
}

.home_main_section
{
   /* padding-top:82px*/
}

.each_slider .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    color : white;
}

.each_slider
{
    padding-top: 80px;
}

.each_slider h2, .each_slider p, .each_slider div
{
    opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    margin-top: 0px;
    
}


.each_slider.slick-active h2, .each_slider.slick-active p, .each_slider.slick-active h2, .each_slider.slick-active div
{
    opacity : 1;
    
}

.each_slider h2
{
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 800;
}

.each_slider p
{
    font-size: 20px;
}

.each_slider.slick-active h2
{
    margin-top: -45px;
}


.each_slider.slick-active p
{
    margin-top: 0px;
}


.each_slider.slick-active div
{
    margin-top: 30px;
}

.kick-btn {
   
       display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: 'Roboto';
    border-radius: 74px;
    background: #fe2828 !important;
}



.kick-btn > i {
    
    margin-left: 10px;
    padding-left: 10px;
    width: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a.kick-btn {
    margin: 0 5px;
}


@keyframes moving {
    from {left: 0px !important;}
    to {left: 5px !important;}
}

@-webkit-keyframes moving {
      from {left: 0px !important;}
    to {left: 5px !important;}
}


.green-field-background,  .player-area-schedule
{
   transition: transform .5s;

}



.green-field-background span
{
    padding-left: 0px !important;

}

.green-field-background:hover, .player-area-schedule:hover
{
transform: scale(0.95);
    z-index: 10000;
    background-color: green;
    color: white;
}




#football-field div, #football-field span, #player-drag-area div, #player-drag-area span, #football-field, #player-drag-area, body, div, span, img
{
    user-select: none;
}



@media screen and (max-width: 768px)
{
    .green-field-background:hover span, .green-field-background:hover div, .player-area-schedule:hover div, .player-area-schedule:hover span
    {
       // font-size: 13px !important;
    }
}


@media screen and (max-width: 1100px)
{
    .home_main_section
    {
        padding-top:71px
    }
}

/* background site*/
body {
   /* background-image: url(/uploads/background-image/826836925022025175606.jpg) !important;*/
    background-size: cover !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/* butoane*/
.btn {
    border: none !important;
    width: 250px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 74px !important;
    background: #004783 !important;
    font-family: Roboto;
}
.btn:hover {
    background: #0066a0 !important;
}

@media (max-width: 768px) {
    .btn {
        border: none !important;
        width: 250px !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        border-radius: 74px !important;
        background: #004783 !important;
        font-family: Roboto;
    }
    .btn:hover {
    background: #0066a0 !important;
}
}

/* meniu*/
.navbar li a {
    color: #fe2828 !important;
    font-family: 'Roboto';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

/*radius chenare*/
.col-xs-12.no-padding.margin-t-5 {
    border-radius: 25px;
}
.container {
    border-radius: 25px;
        padding-top: 25px;
   }
   
   @media (max-width: 768px) { /* Se aplică doar pe ecrane mai mici de 768px */
    .container { 
        margin: 10px !important;
    }
}
   textarea#decision {
    min-height: 150px;
}

textarea#suggestions {
    min-height: 150px;
}
/*cookies*/
button#accept_cookie_policy {
    font-size: 12px !important;
}
div#cookie-container {
    font-size: 14px;
}

/*player*/
.col-xs-12.col-sm-4.col-md-4.player-availability-container {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    a.col-xs-12.player-container {
        text-align: center !important;
    }
}

.player-name.col-xs-12 {
    padding: 0px;
}

@media (min-width: 768px) {
    a.col-md-6.col-xs-12.player-container {
        max-width: 49% !important;
    }
    .player-container {
        margin-left:10px;
    }
}

.col-xs-12.nume_juc {
   font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 26px;
    margin-top: 10px;
}
.player-container .img-container img {
    border-radius: 10px; /* colțuri rotunjite */
    display: block; /* pentru centrare dacă vrei */
    margin: 0 auto; /* centrare */
}

.col-xs-12.player-tshirt-number {
    font-weight: 800;
    font-family: 'roboto';
    font-size: 16px;
    color: #022448;
}

.col-xs-12.position-container {
    font-weight: 800;
    font-family: 'roboto';
    font-size: 16px;
    color: #022448;
}

.col-xs-12.col-sm-4.col-md-4.player-availability-container {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    color: #022448;
}

/* butoane apgina arhiva*/
td#archive-row-0 {
    text-align: center;
}
td#archive-row-1 {
    text-align: center;
}
.col-xs-12.margin-t-5.arch_porp {
    text-align: center;
}

/*contact*/
.col-xs-12.col-md-6.info_contact {
    text-align: center;
}

/*substitutions vote apge*/
.col-xs-12.top-margin.no-padding.subs {
    text-align: center;
    padding: 15px 0px;
}

@media (max-width: 768px) {
    .each-player-holder .player-name, 
    .each-player-holder .player-name-out {
        font-size: 9px !important;
        font-weight: 800;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    .each-player-holder .player-img-container {
        padding-top: 2px !important;
        display: block !important;
        height: 60px !important; /* Adjusted height for smaller screens */
        width: 100% !important;
        font-size: 10px; /* Adjusted font size for mobile */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 28%;
        border-radius: 5px;
    }
}

@media (max-width: 768px) {
    .each-player-holder, 
    .each-player-holder .player-area-schedule {
        height: 65px !important; /* Adjusted height for smaller screens */
    }
}
.teren_vps{
position:absolute;
width:100%;
height:100%;
opacity:0.6;
border-radius:25px;
}
.col-xs-12.well.evaluare {
    text-align: center;
    margin-top:10px;
}

h3.col-xs-12.ev_rezerve {
    margin-top: 15px;
}
.col-xs-12.btn_eval {
    text-align: center;
}

.col-12.col-md-6.top-margin.well.pev {
    min-height: 100%;
    padding: 10px;
}
@media (max-width: 768px) {
.col-12.col-md-6.top-margin.well.pev {
    min-height: 80px;
    padding: 10px;
}
}

.section.group.prop_juc {
    text-align: center;
    padding: 10px;
}
@media (min-width: 768px) {
.slider.main-slider.slick-initialized.slick-slider {
    max-height: 300px;
}}

.col-lg-4.col-xs-6.text_logo {
    padding-top: 15px;
}
.head{
    z-index:2;
}

/*cod nou*/
.acasa_li li {
    background-color: #1e23b514;
    padding: 2vh;
    border-radius: 10%;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.acasa_li ul {
   margin-left:10px;
   margin-right:10px;
}

.home-text {
    font-size: 18px;
    color: #120f0f;
    line-height: 1.4;
    font-weight: 600;
}

/* Pentru ecrane mici (mobil) */
@media (max-width: 767px) {
    .home-text {
        font-size: 16px;
        line-height:1.2;
    }
}

@media (max-width: 768px) {
  select.nota1.form-control {
    margin-bottom: 4px !important;
    height: 19px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 768px) {
  #player-drag-area-hidden {
    top: 295px !important;
  }
}

@media (min-width: 1200px) {
    .container {
        width: 1440px !important;
    }
}