/* Navbar */
/*body {background-color:#e7e9ec;
    font-size:12px;
    !*font-family: "Open sans",sans-serif !important;*!
}*/
td {text-align: left;}
.center {text-align: center}
/*p {font-size: 12px;color: #222;font-family: "Open sans",sans-serif !important;font-weight:500}*/
a {
    text-decoration:none;
    color: #222;
}
a:hover {
    text-decoration:none;
    color: #f7cbb0 radial-gradient(circle, transparent 1%, #f7cbb0 1%) center/15000%;
}





.cover.profile {
    position: relative;
    background: #fff;
    border: 0;}


#calendar .fc-toolbar .fc-center h2 {font-size:14px;font-weight:bold;margin-top:5px;}
.panel .share-buttons {border-top-color: #efefef;padding: 0px 4px 4px 0px;border-radius: 0px;}
.panel {    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);border-radius: 0px;border-color:#fff;padding:15px;}
/* After LOGIN */
.timeline-block .panel .panel-heading a.text-groups2 {padding-right:10px;}
.timeline-block .panel .panel-heading a.text-groups {padding-left:10px;}
.panel.panel-default ul.comments li.comment-form, .panel.panel-default ul.comments li.comment-form .input-group-addon {
    background: #fff;
    border: 0px;
}
#member-post-responce-tbl-form .comment-form {border:0px;}
.timeline-block .panel-heading .media-body span {
    color: #fff;
    font-size: 13px;
}
.cover.profile .cover-info .avatar img {
    border-radius: 0%;}

.chat-search input:before{font-family: FontAwesome;content: "\f0c4";}

.btn.btn-primary.btn-block.btn-flat {margin-top:20px;margin-bottom:10px;background-color:#25ad9f;border:1px solid #25ad9f;padding: 5px;
    font-size: 17px !important;color:#fff;font-weight:bold;}
.notifications .dropdown-menu {min-width:340px;}
.nav.navbar-nav {margin-top: 2px;}
#inlineRadio1 {margin-top: 0px;}
#inlineRadio2 {margin-top: 0px;}

.view-all-comments a:hover, .view-all-comments a:focus, .view-all-comments a:active {
    text-decoration: none;
    color: #f7cbb0 radial-gradient(circle, transparent 1%, #f7cbb0 1%) center/15000%;}
.pull-right.text-muted .fa-plus {color:#222;}
.pull-right.text-muted .fa-search {color:#222;}
.chat-search .form-inline .col-md-3 .form-control {padding-left:30px;}
.chat-search .form-inline .col-md-3 .fa-search {position: relative;
    left: 20px;}


.navbar-primary .navbar-nav .open > a {
    background: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.navbar-primary .navbar-nav > li > a:hover {
    background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
ul.dropdown-menu.mega-dropdown-menu ul li:nth-child(3) {margin-top:55px;}
.dropdown-menu.mega-dropdown-menu h4 a {font-size: 15px;font-weight: bold;}
.join-xplore-sport {z-index: 9999;position: relative;width: 235px;height: 50px;top: 270px;float: right;}
.form-control {
    display: block;
    width: 100%;
    /*height: 30px;*/
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-control:focus {
    border-color: #25ad9f;
    outline: 0;
}
.nav-li a i {padding-top:5px;}
.panel-default .panel-heading span{font-size: 13px;
    font-weight: 500;padding-left:0px;color: #222;
    text-align: center;}
/* After LOGIN End */

/* fliper */
body > .container.all-sports-container {padding-bottom:0;}
.section__title {
    /*font-family: "Roboto Slab", serif;*/
    font-size: 40px;
    background-color: #fff !important;
}

.section__content {
    padding-left: 3px;
}

/**
 * The cards
 *
 * Each card plays home to a front and back. I've set them up as squares here
 * by using the padding technique, but you may set them up in any dimensions
 * you like based on your site design.
 */
.card {
    position: relative;
    float: left;
    padding-bottom: 21%;
    width: 24%;
    text-align: center;
}

.card:nth-child(1) {
    margin-left: -3px;
    margin-right: 1px;
}

.card:nth-child(2),
.card:nth-child(3) {
    margin-right: 1px;
}

/* card fronts and backs */
.card__front,
.card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__front,
.card__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.card__front {
    background-color: transparent;
}

.card__back {
    background-color: #25ad9f;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);border: 3px solid #fff;
}

/* card text */
.card__text {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-left:0px;
    color: #fff;
   /* font-family: "Roboto Slab", serif;*/
    line-height: 20px;list-style: none;
    text-align: left;
}
.card__text li {font-size:16px;padding-top:15px;text-align: center;font-weight:bold;background-color: #25ad9f;}
/* hover effect */
.card.effect__hover:hover .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* click effect */
.card.effect__click.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* random effect */
.card.effect__random.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__random.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}



/* /fliper */

/* Radio buttons */
.radio-beans li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
}

.radio-beans li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.radio-beans li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    padding: 0px 0px 0px 60px;
    margin: 3px auto;
    height: 15px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.radio-beans li:hover label{
    color: #FFFFFF;
}
.radio-beans{margin:0px;}
.radio-beans li .check{
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.radio-beans li:hover .check {
    border: 2px solid #222;
}
.tab-content {
    padding: 0px 15px 15px 15px;
}
.timeline-block .panel-heading.title {padding: 13px 10px 18px 10px;}
.radio-beans li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 1px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 2px solid #25ad9f;
}

input[type=radio]:checked ~ .check::before{
    background:#25ad9f;
}

input[type=radio]:checked ~ label{
    color: #fff;
}
#pac-input {margin-bottom: 5px;}
.panel.panel-default.event .panel-heading.panel-heading-gray .text-center h5 {font-size: 12px; font-weight:300;}
.cover.profile .cover-info .cover-nav li {font-size:13px;
}
.lchild{    padding: 0% 0% 0% 36.5% !important;border-right: 0px !important;}
.event .list-group .list-group-item {font-weight: 500;}
#front-close {margin-right:10px;}
.panel-heading.bluedark .media .media-body a {font-size: 13px;color: #25ad9f;font-weight: 500;}/*#888*/
.panel-heading.bluedark .media .media-body span {color:#25ad9f ;}/*#888*/
.gridalicious .chat-contacts li {    font-weight: bold; text-align:center;}
#member-post-responce-tbl-form li.comment-form {list-style:none;}
.cover.profile .cover-info .cover-nav > li > a {font-size:13px;}
/* /Radio buttons */

/* Expanding search Bar */

input::-moz-placeholder { font-size:11px !important;}
input::-webkit-input-placeholder { font-size:11px !important;}
.input-placeholder { font-size:11px !important;}
#member_search::-moz-placeholder { font-size:11px;}
#member_search::-webkit-input-placeholder { font-size:11px;}
#member_search::-ms-input-placeholder { font-size:11px;}
#MemberPostsTbl_message::-moz-placeholder { font-size:11px;}
#MemberPostsTbl_message::-webkit-input-placeholder { font-size:11px;}
#MemberPostsTbl_message::-ms-input-placeholder { font-size:11px;}
.sports-types-container a {color:#222;}
.search-form {margin-top: 10px;margin-right: -2px;}
.nav.navbar-nav.navbar-right .nav-li > a {padding: 19px 6px 5px 7px;}
.search-form .form-group {
    margin-bottom: 0px;
    /*margin-top: 7px;*/
    margin-top: 3px;
    float: right !important;
    transition: all 0.35s ease 0s, border-radius 0s ease 0s;
    width: 300px;
    height: 30px;
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 9px;
    border: 1px solid #CCC;
}
.search-form .form-group input.form-control {
    border: 0 none;
    background: transparent;
    box-shadow: none;
    margin-top: -3px;
    display: block;
    padding-top: 0;
    padding-bottom: 5px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group span.form-control-feedback {
    width: 100%;
    border-radius: 25px 25px;
    position: relative;
    top: -15px;
    right: -50px;
    z-index: 2;
    display: block;
    height: 34px;
    line-height: 0px;
    text-align: left;
    color: #3596e0;
    font-size: 14px;
}
.glyphicon-search::before {
    content: "\e003";
    color: #222;position: relative;
    bottom: 3px;
    float:right;
    right:27%
}

/* End Expanding search Bar */


/* footer */
/* Added by Aditya*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #FFF;
    background-color: #f7cbb0 radial-gradient(circle, transparent 1%, #f7cbb0 1%) center/15000%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-right: 0px none;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #D3D3D3 -moz-use-text-color -moz-use-text-color;
    border-top: 1px dotted #626262 !important;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.asterisk {color:#669900;}
.card.effect__hover:nth-child(3) {margin-right:0}
/* registration */
.form-group .select.col-md-4 {height:40px;border-radius:5px;}

.media-object.img-circle.pull-left.leftprofile {border-radius:0%;}
#divPublicBuddyList .user-box div.username {
    display: block;
    padding: 5px;
    font-weight: 500;    margin-left: 0px;
    font-size: 13px;text-align: center;
    color: #333;height: 66px;
}
.gridalicious .user-box .add_friend{text-align:center;}

.user-box div.username {
    display: block;
    padding: 5px;
    font-weight: 500;margin-left:0px;
    font-size: 13px;
    color: #333;height: 66px;
}
.media .media-object.pull-left{    width: 50px !important; height: 50px !important; margin-left: 50px; padding-right: 0px !important;}
.has-feedback .form-control {
    padding-right: 30px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #f7cbb0 radial-gradient(circle, transparent 1%, #f7cbb0 1%) center/15000%;
    outline: 0;
}
.select2-container-multi.select2-container-active .select2-choices{border-color:#25ad9f;}
.radio-beans li .check {
    display: block;
    position: absolute;
    border: 1px solid #222;
    border-radius: 100%;
    height: 14px;
    width: 15px;
    top: 4px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check a:hover
{
    color:#222;
}
.chat-count span
{
    position: absolute;
    top: 15px;
    font-size: 10px;
    background-color: #FA3E3E;
    width: auto;
    right: 5px;
    padding: 1px 3px;
    line-height: 1.3;
    min-height: 13px;
    border-radius: 2px;
}
.header{
    padding-bottom:15px;
    text-align:center;
}

.color-red
{
    color:#CC0000 !important;
}
.color-green
{
    color: #669900 !important;
}
.color-orange
{
    color: #ff9900;
}
.color-black
{
    color:#000000;
}
.color-gray {
    color:#666666 !important;
}
.color-gray-bold
{
    color:#666666;
    font-weight:bold;
}
.color-bold
{
    color:#333333;
}
.color-blue
{
    color:#0077aa;
}
.color-white
{
    color:#ffffff !important;
}

.bg-gray
{
    background-color:#666666;
}
.bg-white
{
    background-color:#ffffff;
}
.bg-blue
{
    background-color:#0079AC;
}
.bg-event
{
    background-color:#ff8080;
}
.size8
{
    font-size: 8px !important;
}
.size10{
    font-size: 10px !important;
}
.size11
{
    font-size: 13px;

}
.size12
{
    font-size: 12px !important;

}
.size13
{
    font-size: 13px !important;
    font-weight: bold;
}
.size14
{
    font-size: 14px !important;

}
.size18
{
    font-size: 18px !important;

}
.size20
{
    font-size: 20px !important;

}

.size16
{
    font-size: 16px !important;

}
.size24
{
    font-size: 24px !important;

}
.size36
{
    font-size: 36px !important;

}
.size42
{
    font-size: 42px !important;
}
.size52
{
    font-size: 52px !important;
}
p{
    word-break: keep-all ;

}
.radio-inline input[type=radio]{
    color:green !important;
    -moz-color: #00aa00 !important;
    -webkit-color: #00aa00 !important;

}
.radio-inline input[type=radio]:hover{
    color:green !important;
}
/*.dropdown-toggle.selectpicker{
    border:1px solid #D3D3D3;
    height: 30px;
}*/
/*.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
    background: none !important;
}
ul.selectpicker{
    max-height:250px;
    overflow-y:scroll;
}
.align-center{
    text-align:center !important;
}
.submenu
{
    color:#222;
}*/
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 12px !important;
}
.btn {
    font-size: 12px !important;
}
/* suresh date 16 sep 2016 */
.marbtm10 {margin-bottom: 10px;}
.margin15 {margin:15px 0;}
.sel {height:25px;}
#aa_id {margin-top:5px;}
.adddays {margin-left:30px; float:right;}
.viewday{font-size:15px;font-weight:bold;}
.btn-datecost {margin-left:30px; float:right;}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#uploadFile {border:0;background:transparent;}
#uploadProfileFile {border:0;background:transparent;}
.form-group.fileUpload.btn-primary {background-color:#222;}
.required {position: relative;}
.tab-content .hasDatepicker {display: block;
    width: 35%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.margin10 {margin:10px;}
#iternary {font-size: 20px; margin: 0px 0px 10px 10px;}
.tab-pane h3:before {position:relative;  background-image: url('/images/right-arrow.png');z-index:1000;}
.iternary {display:inline-flex;padding-left: 15px;}
.iternary h3 {margin-left:10px;}
.row-fluid #intro {padding-top: 40px;}
#view-itinerary1 .border {margin-top:10px;font-size:16px;color:#5cb85c;font-weight:600;}
#view-itinerary1 {margin-top:15px;}
#border-lay {border-top: 1px solid #ccc;padding:0px;}
.media-object.img-responsive.thumbnail {margin-bottom:20px !important;}
.media-object.img-responsive.thumbnail1 {margin-top:25px !important;}
.higher span {font-size:14px !important;color:#222;font-weight:600 !important;padding:0px !important; }
.normal span {font-size:14px !important;color:#222;padding:0px !important; }
#tab-content1.tab-content {    padding: 15px;    margin-top: 15px;    border: 1px solid #ccc;}
.port90{padding: 0px !important;}
#panel-tabs {border: 1px solid rgb(204, 204, 204);padding: 5px;}
.port91 {font-size:14px !important;color:#222 !important;font-weight:600 !important; }
.tour-facts {border-bottom: 1px solid #ccc;padding:10px;}
#panel-body2 {padding:0px;}
.hasdatepicker1 {width:100% !important;}
.detailBox {
    width:320px;
    border:1px solid #bbb;
    margin:50px;
}
.titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.titleBox label{
    color:#444;
    margin:0;
    display:inline-block;
}

.commentBox {
    padding:10px;
    border-top:1px dotted #bbb;
}
.commentBox .form-group:first-child, .actionBox .form-group:first-child {
    width:80%;
}
.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
    width:18%;
}
.actionBox .form-group * {
    width:100%;
}
.taskDescription {
    margin-top:10px 0;
}
.commentList {
    padding:0;
    list-style:none;
}
.commentList li {
    margin:0;
    margin-top:10px;
}
.commentList li > div {
    display:table-cell;
}
.commenterImage {
    width:30px;
    margin-right:5px;
    height:100%;
    float:left;
}
.commenterImage img {
    width:100%;
    border-radius:50%;
}
.commentText p {
    margin:0;
}
.sub-text {
    color:#aaa;
   /* font-family:verdana;*/
    font-size:11px;
}
.actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

