/* Default Blue */ 

#Head {
    background: #43b8ff;
    color: #fff;
}
#Head a {
    color: #fff;
}

body {
    color: #333;
}

a {
    text-decoration: none;
    color: #1e79a7;
}
.MenuItems a,.MenuItems a:link,.MenuItems a:visited,.MenuItems a:active {
    color: #333!important;
}
a:hover,a:hover .TextColor {
    color: #363636;
}

.MeButton:hover {
    color: #e8f7ff!important;
}

.DataList .Title a {color: #4a4a4a;}

.ItemDiscussion .Meta a,.DataList .Meta a,.DataList .Meta, .DateUpdated{color: #969696; font-size: 12px;}

.Button:hover, .NavButton:hover, .PageControls a:hover, .Previous:hover, .Next:hover, .MorePager a:hover,button:hover, .ProfileButtons:hover, .SignInOrRegister a:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.Button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus {
  color: #333;
  border-color: #a9a9a9;
  outline: 0; 
}

.Button.Primary,button.Primary, .SignInOrRegister a.Popup,input[type="submit"].button-primary,input[type="reset"].button-primary,input[type="button"].button-primary {
  color: #FFF;
  background-color: #69db7c;
  border-color: #69db7c; 
}

.Button.Primary:hover,button.button-primary:hover, .SignInOrRegister a.Popup:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.Button.Primary:focus,button.Primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #51cf66;
  border-color: #51cf66; 
}

.Count {
    background: #1e79a7;
}

.MenuItems a:hover {
    color: #43b8ff!important;
    text-decoration: none;
}

.FlyoutMenu a {
    color: #00419b;
}

.HasNew {
    background: #ffa94d;
    color: #fff;
}

.Item .Inset {
    border-top: 1px solid #bec8cc;
}

.Item .Author a {
    color: #363636;
}

.PopList .Meta {
    color: #777;
    font-size: 80%;
}

.PopList .Item a:hover {
    color:#4dadf7!important;
    text-decoration:underline;
}

.Activities .DataList .Photo img {
    height: 32px;
    width: 32px;
}

body.Post .Popup a.Close {
    color: #1e79a7;
}

code,pre {
    background: #ff9;
    border: 1px solid #eec;
}

.Preview {
    background: #fff;
    color: #333;
}

footer {
background-color: #333;
color:#eee;
}

footer a {color:#eee;}
footer a:hover {color:#999;}

.Tag {
    background: #777;
    color: #fff;
}
.Tag a {
    color: #fff;
}

.Tag.Closed {
    background: #555;
}

.Tag.Category {
    background: #f0f0f0;
    font-weight: normal;
}

.Tag.Category a {
    color: #000;
}

.Tag.Tag-Banned {
    background-color: #f44336;
}

#mobile-menu ul a {
    color: #fff;
}

.Loading,.Progress,.TinyProgress,.UploadProgress,ody#dashboard_entry_leave p.Leaving {
    border-top-color:#43b8ff;
    border-left-color:#43b8ff;
}

#nprogress .bar {
    background:#208dd0;
}

.CommentCount:before {color: #69db7c;}
.ViewCount:before,.Bookmarked:before,.DiscussionCount:before,.Hijack.Bookmark:before{ color: #43b8ff;}

.BigButton:after {
    background: #1da1f2;
    color: #fff;
}

.BigButton:hover.BigButton:after {background: #158dd6;}

.Highlight {
    background-color: #1DA1F2!important;
    color: #fff!important;
    border-color: #1DA1F2!important;
}

.Alert {
    background: #ff9800;
    color: #fff;
}

.DataList.Discussions, .DataList.CategoryList, .DataList.Notifications, .GuestBox, .BoxFilter, .BoxCategories, .MessageList, dl.About, .Section-Profile .PhotoWrapLarge, .DataList.Conversations, .DataList.SearchResults, .Profile.EditMode #Content form, .SideMenu, .UserBox, .DataList-Connections, .DataList.Activities, #Status, #LatestPostList, .Box {
    background-color: white;
}
.Breadcrumbs a, .Breadcrumbs {color:#777;}
.Item.Activity a {color:#1e79a7;}
.NavButton.Handle {background: #fff;}

.token-input-token {background: #43b8ff;color: #fff;}

#styles ul {display:block;  text-align:center;}
#styles ul li {
    display:inline-block; 
    box-shadow: 0 1px 3px rgba(10,10,10,.3); 
    padding:4px;
    border-radius:100px;
    margin:0 2px;
}


.circle {    
    height: 20px;
    width: 20px;
    border-radius:100px;
    padding:0;
    box-shadow: inset 0 2px 3px rgba(10,10,10,.1);
    display: block;
}
.carrot {background:#f9845b;}
.light {background:#fff;}
.dark {background:#2F3A4C;}
.ddark {background:#242D36;}
.blue {background:#43b8ff;}
.ui{background:#54abbd;}
#styles ul li:hover {background:#1e79a7;}

/**Adrian Hacks**/
.ViewMoreNews{
    position:absolute;
    bottom:0;right:0;
    padding:2px 10px;
    font-size:10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
}

.thumbnailme {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.thumbnailme img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    padding-top: 10px;
}
.thumbnailme img.portrait {
    width: 100%;
    height: auto;
}
.lslide > div, .clone > div{
    /* Firefox */
    width: -moz-calc(100% - 4px) !important;
    /* WebKit */
    width: -webkit-calc(100% - 4px)!important;;
    /* Opera */
    width: -o-calc(100% - 4px)!important;;
    /* Standard */
    width: calc(100% - 4px)!important;;
    margin-left: 2px;
}
.mdcard {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    margin-top:5px;
}
.mdcard-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.mdcard-1:hover {
    box-shadow: 0 5px 5px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

/**discussion**/
.Message.userContent{
    font-size: 13px;
    padding-left: 15px;
    border-left: 1px solid #d8d8d8;
    min-height: 90px;
    border-top: 1px solid #d8d8d8;
    margin-top: 0px;
    padding-top: 10px;
}
.CommentsWrap .DataList .Meta{
    padding-left: 15px;
    padding-bottom: 10px;
    border-left: 1px solid #d8d8d8;
}

/**Migration Agent homepage section **/
@media only screen and (min-width: 769px){
    .flexmiddle .col-3 {
        width: 24.5%;
    }
}
.flexmiddle{
    display: flex;
    text-align: center;
    background-color: #e8e8e8;
}

.agent-category{
    padding: 5px;
    margin: 0px 0px 10px 10px;
    border: 1px solid #8e8e8e;
    display: inline-block;
}
.square{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
div.squareBoxCat{
    text-align: center;
}
div.squareBoxCat  > a.PhotoWrap-Category{
    float:initial;
}
div.squareBoxCat > a.PhotoWrap-Category > img.CategoryPhoto{
    min-height: initial;
    width: auto;
}
.md-base-background > img.CategoryPhoto{
    width: auto;
    height:auto;
    border-radius:0px;
    min-height:initial;
    max-height: 115px;
    max-width: 200px;
    box-shadow: 0 2px 3px rgba(10,10,10,.3), 0 0 0 1px rgba(10,10,10,.1);
    vertical-align: middle;
}
.md-base-background{
    background-size: cover !important;
    background-repeat: no-repeat !important;;
    background-position: center center !important;;
    width: 100%;
    min-height: 150px;
    text-align: center;
    display: inline-block;
    line-height:150px;
}
.md-background1{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-01.png);
}
.md-background2{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-02.png);
}
.md-background3{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-03.png);
}
.md-background4{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-04.png);
}
.md-background5{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-05.png);
}
.md-background6{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-06.png);
}
.md-background7{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-07.png);
}
.md-background8{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-08.png);
}
.md-background9{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-09.png);
}
.md-background10{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-10.png);
}
.md-background11{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-11.png);
}
.md-background12{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-12.png);
}
.md-background13{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-13.png);
}
.md-background14{
     background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-14.png);
 }
.md-background15{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-15.png);
}
.md-background16{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-16.png);
}
.md-background17{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-17.png);
}
.md-background18{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-18.png);
}
.md-background19{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-19.png);
}
.md-background20{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-20.png);
}
.md-background21{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-21.png);
}
.md-background22{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-22.png);
}
.md-background23{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-23.png);
}
.md-background24{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-24.png);
}
.md-background25{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-25.png);
}
.md-background26{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-26.png);
}
.md-background27{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-27.png);
}
.md-background28{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-28.png);
}
.md-background29{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-29.png);
}
.md-background30{
    background: url(/themes/Gopi/design/images/background/pngs/mb-bg-fb-30.png);
}

/*counts */
.Count{
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)
}
.green{
    background-color: #69db7c;
}
.green.Middcount{
    border: 1px solid #69db7c;
}
.green.Middcount + span { border: 1px solid #69db7c;
    border-radius: 0px 5px 5px 0px;
    font-size: 0.7rem;
    padding: 0px 5px;}
.blue.Middcount{
    border: 1px solid #43b8ff;
}
.Middcount{
    padding: 0px 5px;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    font-size: 0.7rem;
}
.blue.Middcount + span { border: 1px solid #43b8ff;
    border-radius: 0px 5px 5px 0px;
    font-size: 0.7rem;
    padding: 0px 5px;}
/**Classified ads category padding**/
.paddoff{
    padding-right: 0px !important;
}
#Head{
    margin-bottom: 0px;
}
#Subhead{
    border-bottom: 1px solid #ddd
}


#Subhead .Row ul.mobile-close li{
    padding-bottom:5px;
}

.subhead.nav-icon{
    padding: 0px 10px
}

@media only screen and (min-width: 769px){
    .col-3-nav.navpart2 {
        width: 10.33%;
    }
    .col-3-nav.navpart1 {
        width: 52.33%;
    }
    .navpart2 > a > img{
        display:none;
    }
}

body{    padding-bottom: 200px;
background-color:#F6F6F6;

}
.resp-container {
    position: relative;
    overflow: hidden;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.RemitAd{
    top:10% !important;
}
.RemitAd span.u, .RemitAd span.r, .RemitAd span.t{
    font-weight: bold;
}
.RemitAd span.r{
    color: #3176d3;
}
.SliderRight{
    object-fit: contain;
    width: 100%;
}
.SliderRightDesc{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 20%;
    color: #fff;text-align: center
}
.adwithusparent{
    position: relative;
    height: 32px;
    background-color: #2196F3;
    display: table;
    text-align: center;
    width: 100%;
}
.adwithuschild{
    display: table-cell;
    vertical-align: middle;
    color:white;
}
.migration-agent .BoxFilter a{
    padding:0px !important;
}
.topbarLoginSignup{
    float: right;
}
.topbarLoginSignup .Button {
    border-color: #ffffff;
}

.topbarLoginSignup .ApplyButton:hover {
    border-color: #00A6FF;
    background-color: #00A6FF;
}

.topbarLoginSignup .icon.icon-signin{
    padding-top:0px;
}
.topbarLoginSignup .icon-signin:before{
    padding-right:5px;
}
/**TOTAL width - starts **/
@media only screen and (min-width: 960px){
    .Container{width:99%;max-width: 1280px;}
}
@media only screen and (min-width: 769px) {
    .col-5 {
        width: 38.66%;
    }
}
/**TOTAL width - ends **/

/**Discussions POST count**/
.CommentHeader span.MItem.PostCount {
    display: block;
}


/**USE for QUOTE**/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Sanchez:400italic,400);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
.commprev { clear:both;height:50px;line-height:1.4;overflow:hidden; color:#333;margin: 13px 20px 5px 25px;
    font-style: italic;}


/* Some vars */
.brooksquote {
  position: absolute;
  font-size: 1em;
  line-height: 1.5em;
font-family: 'Sanchez', serif;
            top: 10px;
    left: 0px;
}
.brooksquote:before {
  content: '\201C';
  position: absolute;
  top: 40px;
  left:-8px;
  color: #e7e6e4;
  font-size: 7em;
  z-index: 1;

}

/**image in activity page*/
.ItemContent.Activity .Excerpt.userContent p img { max-width: 200px; padding: 10px; display: block; }
