@font-face {
    font-family: 'fsalbertbold_italic';
    src: url('fonts/albert_bold_italic-webfont.eot');
    src: url('fonts/albert_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_bold_italic-webfont.woff') format('woff'),
    url('fonts/albert_bold_italic-webfont.ttf') format('truetype'),
    url('fonts/albert_bold_italic-webfont.svg#fsalbertbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertbold';
    src: url('fonts/albert_bold-webfont.eot');
    src: url('fonts/albert_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_bold-webfont.woff') format('woff'),
    url('fonts/albert_bold-webfont.ttf') format('truetype'),
    url('fonts/albert_bold-webfont.svg#fsalbertbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertextrabold';
    src: url('fonts/albert_extra_bold-webfont.eot');
    src: url('fonts/albert_extra_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_extra_bold-webfont.woff') format('woff'),
    url('fonts/albert_extra_bold-webfont.ttf') format('truetype'),
    url('fonts/albert_extra_bold-webfont.svg#fsalbertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertlight_italic';
    src: url('fonts/albert_light_italic-webfont.eot');
    src: url('fonts/albert_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_light_italic-webfont.woff') format('woff'),
    url('fonts/albert_light_italic-webfont.ttf') format('truetype'),
    url('fonts/albert_light_italic-webfont.svg#fsalbertitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertlight';
    src: url('fonts/albert_light-webfont.eot');
    src: url('fonts/albert_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_light-webfont.woff') format('woff'),
    url('fonts/albert_light-webfont.ttf') format('truetype'),
    url('fonts/albert_light-webfont.svg#fsalbertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertitalic';
    src: url('fonts/albert_regular_italic-webfont.eot');
    src: url('fonts/albert_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_regular_italic-webfont.woff') format('woff'),
    url('fonts/albert_regular_italic-webfont.ttf') format('truetype'),
    url('fonts/albert_regular_italic-webfont.svg#fsalbertitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertregular';
    src: url('fonts/albert_regular-webfont.eot');
    src: url('fonts/albert_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_regular-webfont.woff') format('woff'),
    url('fonts/albert_regular-webfont.ttf') format('truetype'),
    url('fonts/albert_regular-webfont.svg#fsalbertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertthin_italic';
    src: url('fonts/albert_thin_italic-webfont.eot');
    src: url('fonts/albert_thin_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_thin_italic-webfont.woff') format('woff'),
    url('fonts/albert_thin_italic-webfont.ttf') format('truetype'),
    url('fonts/albert_thin_italic-webfont.svg#fsalbertitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertthin';
    src: url('fonts/albert_thin-webfont.eot');
    src: url('fonts/albert_thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/albert_thin-webfont.woff') format('woff'),
    url('fonts/albert_thin-webfont.ttf') format('truetype'),
    url('fonts/albert_thin-webfont.svg#fsalbertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    background:#f6f6f6;
    font-family:'fsalbertlight';
    color: #3c3c3c;
    font-size:106%;
}

#header{
    position:relative;
    height:135px;
}

#header-wrapper{
    max-width:1200px;
    margin:0 auto;
    position:relative;
    height:135px;
}

#logo{
    margin-top:30px;
    padding-left: 15px;
}

a{
    text-decoration:none;
}

.ui-widget{
    font-family:'fsalbertlight';
}

#page, .region-bottom, .region-footer{
    max-width:1220px;
    margin:0 auto;
}

#content #first-time,
.front #page-title{
    display:none;
}

.region-bottom{
    max-width:1200px;
}

#footer-wrapper,
#page-bottom-wrapper{
    width:100%;
    background:#3c3c3c;
    padding:10px 0;
    color:#969696;
}

#footer-wrapper{
    border-bottom:1px solid #1a171b;
}


#page-bottom-wrapper{
    border-top:1px solid #4b4a4d;
    padding:20px 0 50px;
}

#footer-wrapper p,
#page-bottom-wrapper p{
    margin:0;
    color:#1a171b;
    font-size:20px;
}

#footer-wrapper .block,
#page-bottom-wrapper .block{
    margin:0;
}

#footer-wrapper a,
#page-bottom-wrapper a{
    color:#969696;
    padding:1px 5px;
    font-size:16px;
}

#footer-wrapper a:hover,
#page-bottom-wrapper a:hover{
    color:#ffffff;
}

#page-bottom-wrapper .block.block-menu h2{
    font-size:16px;
}

#page-bottom-wrapper .block.block-menu{
    width:277px;
    display:inline-block;
    vertical-align:top;
    margin-right:30px;
}


#page-bottom-wrapper .block.block-menu ul{
    padding:0;
    margin:0;
}

#page-bottom-wrapper .block.block-menu ul li{
    list-style:none;
    border-bottom:1px solid #626262;
    width:220px;
}

#page-bottom-wrapper .block.block-menu ul li a{
    display:block;
    padding:5px 0;
}

#navigation{
    border-top:5px solid #ff6600;
    background:#3c3c3c;
    position:relative;
}

#main{

}

#navigation .region-navigation{
    max-width:1200px;
    margin:0 auto;
    position:relative;
}

#site-name a{
    color:#ff6600;
    font-family:'fsalbertextrabold';

}

#block-social-media-links-social-media-links{
    position:absolute;
    right:70px;
    top:30px;
}

div.ddblock-cycle-upright50p div.slide-text{
    background:url(../images/slide-text.png) repeat;
}

.front .region-highlighted{
    padding:0;
    clear:both;
    overflow:hidden;
}

.front .region-highlighted .block.block-views{
    width:277px;
    float:left;
    margin-right:30px;
    margin-bottom:10px;
}

.front .region-highlighted .block.block-views .view-header a{
    color:#3c3c3c;
    font-size:34px;
    font-family:'fsalbertbold';
    border-bottom:5px solid #3c3c3c;
    display:block;
    font-weight:normal;
}

.front .region-highlighted .block.block-views .views-row{
    background:#ffffff;
    margin-bottom:15px;
    padding-bottom:15px;
    height:280px;
    line-height:20px;
    margin-top:10px;
    position:relative;
}

.region-highlighted .block.block-views .views-row .traveldudes-photo-icon{
    display:block;
    background:url(../images/photo_icon.png) no-repeat left top;
    width:34px;
    height:34px;
    position:absolute;
    z-index:2;
    top:10px;
    right:10px;
}
.region-highlighted .block.block-views .views-row .traveldudes-photo-icon.travel_diary{
    background:url(../images/diary_icon.png) no-repeat left top;
}
.region-highlighted .block.block-views .views-row .traveldudes-photo-icon.wonders_of_the_world{
    background:url(../images/wonder.png) no-repeat left top;
}


.region-highlighted .block.block-views .views-row .traveldudes-photo-icon.book {
    background:url(../images/diary_icon.png) no-repeat left top;
}
.region-highlighted .block.block-views .views-row .traveldudes-photo-icon.tip{
    background:url(../images/tip_icon.png) no-repeat left top;
}
.region-highlighted .block.block-views .views-row .traveldudes-photo-icon.video{
    background:url(../images/video_icon.png) no-repeat left top;
}
.region-highlighted .block.block-views .views-row a{
    color:#3c3c3c;
    font-family:'fsalbertregular';
}
.front .region-highlighted .block.block-views .views-row p{
    margin:0;
}

.front #page-title{
    clear:both;
}

.front .region-highlighted .block.block-views .views-field{
    padding:5px 15px 0;
}

.front .region-highlighted .block.block-views .views-field-field-images,
.front .region-highlighted .block.block-views .views-field-field-image{
    padding:0;
}

.block-social-media-links .horizontal li a{
    display:block;
    width:34px;
    height:34px;
    opacity:0.7;
}

.block-social-media-links .horizontal li a:hover{
    opacity:1;
}

.block-social-media-links .horizontal li a img{
    display:none;
}

.block-social-media-links .horizontal li.twitter a{background:url(../images/twitter.png) no-repeat left top;}
.block-social-media-links .horizontal li.googleplus a{background:url(../images/googleplus.png) no-repeat left top;}
.block-social-media-links .horizontal li.facebook a{background:url(../images/facebook.png) no-repeat left top;}
.block-social-media-links .horizontal li.youtube a{background:url(../images/youtube.png) no-repeat left top;}
.block-social-media-links .horizontal li.instagram a{background:url(../images/instagram.png) no-repeat left top;}
.block-social-media-links .horizontal li.pinterest a{background:url(../images/pinterest.png) no-repeat left top;}

.tdudes-block-search-button{
    position:absolute;
    right:0;
    top:30px;
    z-index:13;
}

.tdudes-block-search-button p{
    margin:0;
}

.tdudes-block-search-button span.search-button{
    width:50px;
    height:50px;
    display:block;
    background:url(../images/search.png) no-repeat left top;
}

.tdudes-block-register-loginbook{
    position:absolute;
    right:0;
    top:0;
    color:#969696;
    line-height:43px;
}

.tdudes-block-register-loginbook p{
    margin:0;
}

.tdudes-block-register-loginbook span,
.tdudes-block-register-loginbook a{
    color:#969696;
}
.tdudes-block-register-loginbook span{
    cursor:pointer;
}
.block-ddblock{
    max-width: 1600px;
    margin: 0 auto;
}
.breadcrumb{
    color: #969696;
}
.breadcrumb a,
.breadcrumb span.last{
    padding-bottom: 2px;
    border-bottom: 1px solid #d5d5d2;
    font-family: 'fsalbertbold';
    font-size: 14px;
    color: #969696!important;
    font-weight: bolder;
}
#block-menu-menu-continents{
    max-width: 1000px;
}
#block-menu-menu-continents:hover{
    overflow:visible;
}
#block-menu-menu-continents > ul.menu,
#block-menu-block-1 ul.menu,
#block-menu-block-2 ul.menu{
    width:1200px;
    line-height:43px;
}
#block-menu-menu-continents > ul.menu:before,
#block-menu-menu-continents > ul.menu:after {
    content: "";
    display: table;
}
#block-menu-menu-continents > ul.menu:after {
    clear: both;
}

#block-menu-menu-continents > ul.menu ul{
    line-height:20px;
    padding:0;
}

#block-menu-menu-continents > ul.menu > li{
    margin:0;
    float:left;
    padding:0;
}

#block-menu-menu-continents > ul.menu > li > div > ul{
    width:135px;
    margin-right:10px;
}

#block-menu-menu-continents > ul.menu > li > a,
#block-menu-block-1 ul.menu > li > a,
#block-menu-block-2 ul.menu > li > a{
    color:#ffffff;
    font-size:22px;
    display:block;
    padding:0 10px;
    border-right:1px solid #484a4c;
    border-left:1px solid #231f20;
}

#block-menu-block-1 ul.menu > li > a,
#block-menu-block-2 ul.menu > li > a{
    position: absolute;
    top: 0px;
    left: 584px;
}

#block-menu-menu-continents > ul.menu > li.first > a{
    border-left:0 none;
    margin-left:-10px;
}

#block-menu-menu-continents > ul.menu > li > a:hover,
#block-menu-block-1 ul.menu > li > a:hover{
    background:#ff6600;
    padding-bottom:8px;
    margin-bottom:-8px;
    border-color:#ff6600;
    position:relative;
    z-index:99;
}

#block-menu-block-1 ul.menu > li > a:hover{
    position: absolute;
}

#block-menu-menu-continents > ul.menu > li.blog > a:hover {color:#fff}
#block-menu-menu-continents > ul.menu > li > a.active-trail{
    background:#ff6600;
    padding-bottom:8px;
    margin-bottom:-8px;
    border-color:#ff6600;
    position:relative;
    z-index:99;
}

#block-menu-menu-continents > ul.menu > li.last > a{
    border-right:0 none;
    color:#969696;
}
#block-menu-menu-continents ul.menu li,
.block-submenu-continents ul.menu li{
    list-style:none;
}
.block-submenu-continents ul.menu li li{
    float:none;
}
.block-submenu-continents ul.menu div.submenu-wrapper{
    position:absolute;
    background:url(../images/menu-back.png) repeat;
    z-index:999;
    left:0;
    display:none;
    width:1200px;
    padding:20px;
    margin-left:-20px;
}
.block-submenu-continents ul.menu li ul a{
    color:#737373;
}
.block-submenu-continents ul.menu li:hover div.submenu-wrapper{
    display:block;
}
.block-submenu-continents ul.menu li ul li ul{
    display:none;
    padding-left:10px;
}
.block-submenu-continents ul.menu li ul li.is-expanded > a{
    padding-right:12px;
    background:url(../images/subarrow.png) no-repeat right top;
}
.block-submenu-continents ul.menu li ul li.is-expanded:hover > a{
    background:url(../images/subarrow.png) no-repeat right bottom;
}
.block-submenu-continents ul.menu li ul a:hover{
    color:#ff6600;
    font-family:'fsalbertbold';
}
/*User profile
------------------------------------------------------------*/
#block-views-user-profile-block-11 .user-picture > a,
#block-views-user-profile-block-0 .user-picture > a {
    border-radius: 100%;
    display: inline-block;
    height: 90px;
    overflow: hidden;
    width: 90px;
}
#block-views-user-profile-block-11  .user-picture > a > img ,
#block-views-user-profile-block-0  .user-picture > a > img {
    height: auto;
    width: auto;
}
#block-views-user-profile-block-11 .views-field-picture,
#block-views-user-profile-block-0 .views-field-picture{
    float: left;
    padding-right: 15px;
}
#block-views-user-profile-block-12  .views-field-field-images img,
#block-views-user-profile-block-12  .views-field-field-image img ,
#block-views-user-profile-block-4 .views-field-field-images img,
#block-views-user-profile-block-4 .views-field-field-image img {
    padding-bottom: 0 !important;
}
#block-views-user-profile-block-11 .views-field-name,
#block-views-user-profile-block-0 .views-field-name{
    padding-top: 15px;
}
#block-views-user-profile-block-11 .views-field-is-online,
#block-views-user-profile-block-0 .views-field-is-online{
    color: #ff6600;
    font-size: 17px;
    text-transform: lowercase;
}
.section-social-travel #content  .right-user .right{
    padding: 10px
}
.page-social-travel-user #page #content .right{
    margin-top: -180px;
}
.sidebar-profile{
    display: inline-block;
    width: 100%;
    clear: both;
}
.no-featured #block-views-user-profile-block-11 ,
.no-featured #block-views-user-profile-block-0 {
    width: 100%;
    position: relative;
    padding: 0 !important;
    margin-top: 0;
    background: #fff;
    display: inline-block;
}
.clear{
    clear: both;
}
.view-user-profile .views-field strong {
    display: inline-block;
}
#block-views-user-profile-block-11 .views-field-field-name-2,
#block-views-user-profile-block-0 .views-field-field-name-2{
    padding-top: 20px;
}
.view-user-profile .views-field.clear .field-content {
    display: inline-block;
}
#block-views-user-profile-block-11,
#block-views-user-profile-block-0 {
    background: rgba(246, 246, 246, 0.8);
    border-bottom: 30px solid #F6F6F6;
    float: left;
    min-height: 20px;
    padding: 0;
    position: relative;
    right: 0;
    width: 100%;
}
.page-social-travel-user .sidebars.no-featured .sidebar{
    margin-top: 0;
}
.page-social-travel-user .sidebars.featured-issed .sidebar{
    margin-top: -178px;
}
.user-top-info{
    padding: 15px;
}
.add-info {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: inline-block;
    padding: 6%;
    width: 88%;
}
#main #content .left {
    width: 100%;
}
.page-social-travel-user #page #main  #content .right {
    display: none;
}
.page-social-travel-user .region-sidebar-second h2{
    color: #3c3c3c;
    font-size: 17px;
    font-weight: 400;
    font-family: 'fsalbertlight';
    border-bottom: 1px solid #3b3b3b;
    margin-bottom: 0;
    padding-bottom: 5px;
}
#block-views-dudes-to-follow-block .views-row,
#block-views-user-profile-block-10 .views-row,
#block-views-user-profile-block-15 .views-row,
#block-views-user-profile-block-13 .views-row,
#block-views-user-profile-block-5 .views-row{
    clear: both;
    border: 1px solid #efefed;
    background: #fff;
    margin-bottom: 1px;
    display: inline-block;
    position: relative;
    width: 100%;
}
.page-social-travel-user-dudes #content .view-user-profile .views-row {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFED;
    float: left;
    margin-bottom: 1px;
    margin-right: 2%;
    position: relative;
    width: 31%;
    height: 110px;
}
#block-views-user-profile-block-6{
    clear: both;
}
.view-dudes-to-follow-1 .views-field-picture,
#block-views-dudes-to-follow-block div .views-field-picture,
#block-views-user-profile-block-10 div.views-field-picture,
#block-views-user-profile-block-15 div.views-field-picture,
#block-views-user-profile-block-13 div.views-field-picture,
#content .view-user-profile  div.views-field-picture,
#block-views-user-profile-block-5 div.views-field-picture{
    float: left;
    z-index: 5;
    padding: 10px 15px 10px 10px;
}
.view-dudes-to-follow-1 .views-field-picture img,
#block-views-dudes-to-follow-block div.views-field-picture img,
#block-views-user-profile-block-10 div.views-field-picture img,
#block-views-user-profile-block-15 div.views-field-picture img,
#block-views-user-profile-block-13 div.views-field-picture img,
#content .view-user-profile div.views-field-picture img,
#block-views-user-profile-block-5 div.views-field-picture img{
    float: left;
    height: auto;
    width: auto;
}
#content .view-user-profile  .views-field-field-name-2 .field-content{
    word-break: break-word;
    word-wrap: normal;
    overflow: hidden;
}

#block-views-user-profile-block-10 .views-field-field-name-2,
#block-views-user-profile-block-15 .views-field-field-name-2,
#block-views-user-profile-block-13 .views-field-field-name-2,
#content .view-user-profile  .views-field-field-name-2,
#content .view-user-profile  .views-field-name,
#block-views-user-profile-block-5 .views-field-field-name-2{
    padding-top: 35px;
}


#block-views-user-profile-block-10 .views-field-field-name-2 a,
#block-views-user-profile-block-15 .views-field-field-name-2 a,
#block-views-user-profile-block-13 .views-field-field-name-2 a,
#content .view-user-profile   .views-field-field-name-2 a,
#content .view-user-profile  .views-field-name a,
#block-views-user-profile-block-5 .views-field-field-name-2 a{
    color: #828282;
    word-break: break-word;
    word-wrap: normal;
}
.view-dudes-to-follow-1 .views-field-field-name-1 a:hover,
#block-views-dudes-to-follow-block .views-field-field-name-1 a:hover,
#block-views-user-profile-block-10 .views-field-field-name-2 a:hover,
#block-views-user-profile-block-15 .views-field-field-name-2 a:hover,
#block-views-user-profile-block-13 .views-field-field-name-2 a:hover,
#content .view-user-profile .views-field-field-name-2 a:hover,
#content .view-user-profile .views-field-name a:hover,
#block-views-user-profile-block-5 .views-field-field-name-2 a:hover{
    color: #ff6600;
}
.view-dudes-to-follow-1 div.views-field-picture a,
#block-views-dudes-to-follow-block div.views-field-picture a,
#block-views-user-profile-block-10 div.views-field-picture a,
#block-views-user-profile-block-15 div.views-field-picture a,
#block-views-user-profile-block-13 div.views-field-picture a,
#content .view-user-profile  div.views-field-picture a,
#block-views-user-profile-block-5 div.views-field-picture a{
    height:90px;
    width: 90px;
    border-radius:100%;
    display:inline-block;
    overflow: hidden;

}

#block-views-dudes-to-follow-block .views-field-ops,
#block-views-user-profile-block-10 .views-field-ops,
#block-views-user-profile-block-15 .views-field-ops,
#block-views-user-profile-block-13 .views-field-ops,
#content .view-user-profile .views-field-ops,
#block-views-user-profile-block-5 .views-field-ops{
    left: 76px;
    position: absolute;
    top: 79px;
    z-index: 10;
}

#block-views-user-profile-block-10 .unflag-action,
#block-views-user-profile-block-15 .unflag-action,
#block-views-user-profile-block-13 .unflag-action,
.page-social-travel-user-dudes #content .view-user-profile  .unflag-action,
#block-views-user-profile-block-5 .unflag-action{
    background: url('../images/check2.png') no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
}

#block-views-user-profile-block-10 .flag-action,
#block-views-user-profile-block-15 .flag-action,
#block-views-user-profile-block-13 .flag-action,
.page-social-travel-user-dudes #content .view-user-profile  .flag-action,
#block-views-user-profile-block-5 .flag-action{
    background: url('../images/check.png') no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
}
#block-views-user-profile-block-3 .views-row .unflag-action {
    background: url("../images/check2.png") no-repeat scroll 0 0 / 100% 100% ;
    float: left;
    height: 14px;
    line-height: 100px;
    margin-left: 2px;
    margin-top: 1px;
    overflow: hidden;
    text-indent: 100px;
    width: 14px;
}
#block-views-user-profile-block-3 .views-row    .flag-action{
    background: url('../images/check.png') no-repeat 0 0 / 100% 100%;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
    margin-left: 2px;
    margin-top: 1px;


}
#block-views-profile-landscape-block-2 .views-field-field-profile-landscape img {
    width: 100%;
}
#block-block-77{
    text-align: center;
    background: #fff;
}

#block-block-77 .content-wrapp{
    margin: 15px 0;
    background: #f1cf69;
    width: 180px;
    height: 150px;
    display: inline-block;


}




.page-social-travel-user .region-sidebar-second .block{
    clear: both;
}
#block-views-user-profile-block-12 h2,
#block-views-user-profile-block-4 h2{
    border-bottom: none;

}
#block-views-user-profile-block-12  .views-row,
#block-views-user-profile-block-4 .views-row{
    clear: both;
    display: inline-block;
    width: 100%;
    background: #cdcdcb;
    margin-bottom: 5px;

}
#block-views-user-profile-block-12 .views-field-field-images img  ,
#block-views-user-profile-block-4 .views-field-field-images img{
    float: left;
}
#block-views-user-profile-block-12  .views-field-field-images ,
#block-views-user-profile-block-4 .views-field-field-images{
    float: left;
    padding-right: 10px;
}
#block-views-user-profile-block-12  .views-field-taxonomy-vocabulary-37,
#block-views-user-profile-block-4 .views-field-taxonomy-vocabulary-37{
    padding-top: 10px;
}

#block-views-user-profile-block-12   .views-field-taxonomy-vocabulary-37 a,
#block-views-user-profile-block-4 .views-field-taxonomy-vocabulary-37 a{
    color: #383838;
    font-weight: 700;
}
#block-views-user-profile-block-12  ,
#block-views-user-profile-block-4{
    line-height: 18px;
}
#block-views-user-profile-block-12   .views-field-title a,
#block-views-user-profile-block-4 .views-field-title a{
    color: #50504e;
    font-weight: 400;
}
#block-views-user-profile-block-2  .view-content,
#block-views-user-profile-block-1  .view-content{
    clear: both;
}
#block-views-user-profile-block-2 .views-row,
#block-views-user-profile-block-1 .views-row{
    float: left;
    padding: 5px 10px 5px 0;
}



.pager-load-more a {
    background: #3c3c3c;
    color: white !important;
    padding: 10px 20px;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
    line-height: 26px;
    border-radius: 100px;
}
.pager-load-more a:hover {
    background: #ff6600}


#block-views-user-profile-block-6 h2{
    font-size: 2em;
    line-height: 1.5em;
}

.view-user-profile .views-row .socialTbox {
    height: 360px;
    margin-bottom: 23px;
    position: relative;
}
.view-user-profile .bxbdred  .STBimg{
    border-top: 5px solid #ff6600;
}
.view-user-profile .bxbdred {
    border-bottom:  none !important;
    border-top: none !important;
}

.view-user-profile .STBcont{
    position: relative;
    z-index: 5;
    height: 110px !important;
}

.view-user-profile .STBftr {
    overflow: visible !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.view-user-profile .bxbdred .STBftr{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
}
.view-user-profile .bxbdred .STBftr a{
    color: #3c3c3c !important;
}

#content .socialTbcontainer .view-user-profile .view-content {
    padding-bottom: 0;
    width: 100%;
    margin-top: 5px;
    float: left;
}
#content .view-user-profile .view-content{
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}


.page-social-travel h1{
    margin-top: 15px !important;
}
.pager-load-more{
    margin: 0 !important;
    float: left;
}
.hidden{
    display: none;

}
#friends-of-friends{
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}


.STBcont {
    background: none repeat scroll 0 0 #FFFFFF;


}
#block-views-user-profile-block-3{
    width: 100%;
    clear: both;
    float: left;
}
#block-views-user-profile-block-3 .views-row{
    float: left;
    padding: 0 5px 5px;
}
#block-views-user-profile-block-3 .views-field {
    float: left;

}
.block-views-user-profile-block-3 {
    clear: both !important;
    float: left !important;
    width: 273px !important;
}

.block-views-user-profile-block-3 h2 {
    color: #3c3c3c!important;
    font-family: 'fsalbertregular';
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 4px;
}
#block-views-user-profile-block-3 .views-field-ops {
    background: url('../images/bord.png') no-repeat 100% 50%;
    height: 16px;
    margin-top: 5px;
    padding-right: 6px;
}
#block-views-user-profile-block-3 .views-row-last .views-field-ops{
    background:  none;
}
#block-views-user-profile-block-3 .views-row a{
    color: #828282;
}

#block-views-user-profile-block-3 .views-row a:hover{
    color: #ff6600;
}


.page-user-edit .form-item-contact .description{
    display: none;
}

#friends-of-friends .view-filters{
    display: none;
}

.view-user-profile .view-filters {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 323px;
}
#views-exposed-form-user-profile-page-1 .views-exposed-widgets {
    margin-bottom: 0.5em;
    position: relative;
    width:288px;
}

#views-exposed-form-user-profile-page-1 #edit-name {
    border: 0 none;
    margin: 1px 25px 2px 0;
    outline: medium none;
    padding: 15px 20px 15px 10px;
    position: relative;
    width: 265px;
    z-index: 12;
    color: #d6d6d6;
    background: #fff;
}
#views-exposed-form-user-profile-page-1 label{
    display: none;
}
#views-exposed-form-user-profile-page-1 #edit-submit-user-profile{
    position: absolute;
    z-index: 13;
    top: 0;
    right: 0;
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    text-indent: -9999px;
    border: 0 none;
    background: url('../images/search.png') no-repeat scroll left top rgba(0, 0, 0, 0);
}
#views-exposed-form-user-profile-page-1 #edit-submit-user-profile:hover{
    background: url(../images/search-hover.png) no-repeat left top;
}
#views-exposed-form-user-profile-page-1 input.form-autocomplete.throbbing {
    background-image: url("../images/throbber.gif") !important;
    background-position: 89% 13px !important;
    background-repeat: no-repeat !important;

}
.page-social-travel-user-dudes #page #content {
    display: block !important;
}

.right-column{
    float: right;
    width: 620px;
}
.socialTbcontainer >.right-column .column3 {
    float: left;
    min-height: 1px;
    width: 310px;
}
.media-browser-tab a.button,
.media-widget a.button{
    padding: 10px !important;
}
#field-profile-landscape-add-more-wrapper .preview {
    max-width: 138px;
    border: 1px solid #D5D5D2;
    margin-right: 10px;
}
#autocomplete{
    border: 1px solid #aaaaaa;
    background: #ccc;
    color: #333333;
    padding: 1px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
#autocomplete .selected {
    background: #eeeeee;
    font-weight: 700;
    color: #ff6600;
    cursor: pointer;

}
.reference-autocomplete {
    padding: 4px;
    color: #333333;
}
.at-add-btn {
    margin-left: 0 !important;
}
.description a{
    color: blue !important;
}
.sidebars{
    position: relative;
    z-index: 10;
}
#block-menu-menu-continents{
    overflow: visible;
}
.page-user-edit  input#edit-submit:hover{
    background: #ff6600 !important;
}
#main p.submitted {
    position: relative;
    vertical-align: top;
    top: 8px;
    margin-bottom: 5px;
}
/* End of user profile
------------------------------------------------------------*/
/******************************************/
body #navigation{
    min-height:3em;
    height:auto;
    background:url(../images/navmenu-back.png) repeat-x left top;
    z-index: 99;
}
/******************************************/

.tdudes-block-switcher{
    position:absolute;
    left:450px;
    bottom:20px;
    margin:0;
}

.tdudes-block-switcher p{
    margin:0;
    line-height:24px;
    display:inline-block;
    vertical-align:middle;
}

.tdudes-block-switcher a{
    font-size:20px;
    color:#969696;
    line-height:24px;
}

.tdudes-block-switcher a.active{
    color:#ff6600;
    font-family:'fsalbertbold';
}


.tdudes-block-switcher a.guidebook{
    padding:5px 5px 16px 0;
    /*background:url(../images/switch-left.png) no-repeat right top;*/
}

.tdudes-block-switcher a.social-travel{
    padding:5px 0 16px 5px;
    /*background:url(../images/switch-right.png) no-repeat left top;*/
}

.tdudes-block-switcher a.guidebook.active{
    color:#ff6600;
    /*background-image:url(../images/switch-left-active.png);*/
}

.tdudes-block-switcher a.social-travel.active{
    /*background-image:url(../images/switch-right-active.png)*/
}

.tdudes-block-search-form{
    position: absolute;
    right: 0;
    top: 30px;
    display:none;
}

.tdudes-block-search-form form{
    width:455px;
}

.tdudes-block-search-form .form-text{
    width:430px;
    padding:15px 20px 15px 10px;
    border:0 none;
    border-radius:0 none;
    margin:1px 25px 2px 0;
    position:relative;
    z-index:12;
    outline:none;
}

.tdudes-block-search-form .form-submit{
    z-index:13;
    border:0 none;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    display: none;
    background: url(../images/search.png) no-repeat left top;
    position:absolute;
    top:0;
    right:0;
}

.tdudes-block-footer-message a{
    border-right:1px solid #1a171b;
    border-left:1px solid #4b4a4d;
    padding:0 8px;
}


.tdudes-block-footer-message a.first{
    padding-left:0;
    border-left:0 none;
}


.tdudes-block-footer-message a.last{
    border-right:0 none;
}

#block-views-related-content-block{
    margin-top:40px;
}

#block-views-related-content-block .block-title{
    color:#969696;
    font-size:17px;
    font-weight:normal;
}

#block-views-related-content-block .views-row {
    line-height:20px;
    background-color: #cdcdcd;
    overflow: hidden;
    margin-bottom: 5px;
    height:112px;
    padding-right:10px;
}

#block-views-related-content-block .view-content .views-field-title{
    margin-top:10px;
}

#block-views-related-content-block .view-content .views-field-title a{
    padding-left:20px;
    background:url(../images/photo-title.png) no-repeat left 4px;
    color:#3c3c3c;
    font-family:'fsalbertbold';
}

#block-views-related-content-block .view-content .views-field-field-image {
    float:left;
    padding-right:10px;
}

#block-views-related-content-block .view-content .views-field-field-image {
    display:block;
}

.custom-pager-item-inner .pager-text-wrapper {
    padding:20px 50px 20px 20px;
    height:96px;
}

.custom-pager-item-inner .pager-text-wrapper.Photo{
    background:url(../images/photo_icon.png) no-repeat 230px 10px;
}

.custom-pager-item-inner .pager-text-wrapper.Tip{
    background:url(../images/tip_icon.png) no-repeat 230px 10px;
}

.custom-pager-item-inner .pager-text-wrapper.Video{
    background:url(../images/video_icon.png) no-repeat 230px 10px;
}

.custom-pager-item-inner .pager-text-wrapper.Diary{
    background:url(../images/diary_icon.png) no-repeat 230px 10px;
}

.tdudes-block-user-login{
    display:none;
    position:relative;
    height:400px !important;
    max-width:1200px;
    margin:0 auto;
}

.tdudes-block-user-login form{
    position:absolute;
    left:0;
    width:930px;
}

.tdudes-block-user-login .item-list ul{
    padding:0;
    margin:0;
}

.tdudes-block-user-login .item-list ul li{
    list-style:none;
    display:inline;
}

.tdudes-block-user-login .item-list ul li.first{
    padding-right:8px;
    background:url(../images/user-links-sep.png) no-repeat right center;
}

.tdudes-block-user-login .item-list ul li a{
    color:#ff6600;
    text-decoration:underline;
    font-size:15px;
}

.tdudes-block-user-login label{
    font-weight:normal;
}

.tdudes-block-user-login label span{
    color:#ff6600;
}

.tdudes-block-user-login .form-item{
    display:inline-block;
    margin:13px 0 0;
    padding-bottom:22px;
    position:relative;
}

.tdudes-block-user-login .form-item.form-item-remember-me{
    float:left;
    display:block;
    font-size:15px;
    margin:0 15px 0 0;
    color:#969696;
}
.tdudes-block-user-login .form-item.form-item-remember-me input{
    width:25px;
}

.tdudes-block-user-login .form-item.form-type-password{
    margin-right:20px;
}

.tdudes-block-user-login div.form-item-pass:after{
    content:"The password field is case sensitive";
    color:#bebebe;
    position:absolute;
    bottom:0;
    left:0;
    font-size:15px;
}

.tdudes-block-user-login div.form-item-name:after{
    content:"You may login with either your assigned username or your e-mail";
    color:#bebebe;
    position:absolute;
    bottom:0;
    left:0;
    font-size:15px;
}

.tdudes-block-user-login input.form-text{
    width:450px;
    padding:13px 30px 13px 13px;
    border-left:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    border-top:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.tdudes-block-user-login .form-actions{
    position:absolute;
    right:0;
    top:32px;
}

.tdudes-block-user-login .form-actions input.form-submit{
    background:url(../images/login-button.png) no-repeat left top!important;
    color: #fff!important;
    width: 50px!important;
    height: 50px!important;
    border: 0 none!important;
    font-size: 15px!important;
    padding: 0!important;
    margin: 0 !important;
    line-height: 1!important;
}
.tdudes-block-user-login .form-actions input.form-submit:hover{
    background-position:left bottom;
}

.region-featured{
    background:url(../images/featured-back.png) repeat;
}

form label,
#user-profile-form label,
#user-pass label,
#user-login label,
#user-register-form .form-item label {
    font-weight:normal;line-height:35px;
}

.container-inline-date .date-padding {padding:0 !important;}
form,
#user-profile-form,
#user-pass,
#user-login,
#user-register-form{
    width:585px;
    position:relative;
    margin-bottom:40px;
}

form input,
#user-profile-form input,
#user-pass input,
#user-login input,
#user-register-form input,
form select,
#user-register-form select{
    width:100%;
    border-left:1px solid #ededed;
    border-bottom:1px solid #ededed;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    padding:12px;
}



form input[type=radio],
#user-profile-form input[type=radio],
#user-pass input[type=radio],
#user-login input[type=radio],
#user-register-form input[type=radio]
form input[type=checkbox],
#user-profile-form input[type=checkbox],
#user-pass input[type=checkbox],
#user-login input[type=checkbox],
#user-register-form input[type=checkbox]{
    width:auto;
}

form .description,
#user-profile-form .description,
#user-pass .description,
#user-login .description,
#user-register-form .description{
    color:#bebebe;
    font-size:15px;
}

form fieldset,
#user-profile-form fieldset,
#user-register-form fieldset{
    border:0 none;
    padding:0;
    margin-bottom:20px;
    padding-bottom:20px;
}

form > div > fieldset > legend,
#user-profile-form > div > fieldset > legend,
#user-register-form > div > fieldset > legend{
    width:100%;
    border-bottom:5px solid #3b3b3b;

    line-height:40px;
}


form fieldset.collapsible legend .fieldset-legend .summary,
#user-profile-form fieldset.collapsible legend .fieldset-legend .summary,
#user-register-form fieldset.collapsible legend .fieldset-legend .summary{
    display:none;
}

form fieldset.collapsible legend .fieldset-legend,
#user-profile-form fieldset.collapsible legend .fieldset-legend,
#user-register-form fieldset.collapsible legend .fieldset-legend{
    padding:0;
    background:none;line-height:35px;
}

form fieldset.collapsible legend .fieldset-legend a,
#user-profile-form fieldset.collapsible legend .fieldset-legend a,
#user-register-form fieldset.collapsible legend .fieldset-legend a{
    display:block;
    background:url(../images/legend-arrow.png) no-repeat right bottom;
    padding:0 20px 0 0;
}

form fieldset.collapsible.collapsed legend .fieldset-legend a,
#user-profile-form fieldset.collapsible.collapsed legend .fieldset-legend a,
#user-register-form fieldset.collapsible.collapsed legend .fieldset-legend a{
    background:url(../images/legend-arrow.png   ) no-repeat right top;
}

form fieldset legend a,
#user-profile-form fieldset legend a,
#user-register-form fieldset legend a{
    color:#3c3c3c;font-family: 'fsalbertbold';
}

form fieldset.captcha legend,
#user-profile-form fieldset.captcha legend,
#user-register-form fieldset.captcha legend,
#user-register-form fieldset#edit-legal legend{
    font-family:'fsalbertregular';
    border:0 none;
}


.sticky-enabled.tabledrag-processed.tableheader-processed.sticky-table .form-submit,
.image-widget-data .form-submit,
form .form-actions input.form-submit,
#user-profile-form .form-actions input.form-submit,
#user-pass .form-actions input.form-submit,
#user-login .form-actions input.form-submit,
#user-register-form .form-actions input.form-submit{
    background: #3b3b3b;
    border-radius: 25px;
    width: auto;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 30px;
    height: 34px;
    line-height: 33px;
    padding: 0 15px;
}
#video-node-form #field-video-add-more-wrapper a.launcher,
.page-node-add input.at-add-btn,
.page-search-node input.form-submit,
.page-node-add .form-managed-file input.form-submit{
    display:block;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    padding: 12px;
    background:#ff6600;
    border-radius:25px;
    width:155px;
    color:#ffffff;
    font-size:15px;
    margin-bottom:30px;
}

.sticky-enabled.tabledrag-processed.tableheader-processed.sticky-table .form-submit,
.image-widget-data .form-submit{
    background:#ff6600;
}

#page-title{
    margin-top:50px;
    padding-bottom: 5px;
}

.tdudes-block-usermenu{
    position:absolute;
    top:0;
    right:0;
    padding:5px 0;
    min-width:140px;
    color:#969696;
    font-size:15px;
    line-height:17px;
}

.tdudes-block-usermenu .userpic{
    float:left;
    margin-right:10px;
    border-radius:17px;
    overflow:hidden;
    width:34px;
    height:34px;
    border:1px solid #3c3c3c;
}

.tdudes-block-usermenu .userpic img{
    width:34px;
    display:block;
    height:34px;
}

.tdudes-block-usermenu #usermenu-block{
    cursor:pointer;
}

.tdudes-block-user-profile{
    display:none;
    position:absolute;
    right:0;
    z-index:99;
    top:40px;
    width:130px;
    height:167px;
    padding:20px;
    background:url(../images/user-profile.png) no-repeat left top;
}
.tdudes-block-user-profile ul.menu{
    padding:0;
    margin:0;
}
#navigation .tdudes-block-user-profile ul.menu li{
    list-style:none;
    display:block;
    float:none;
    margin:3px 0;
}
.tdudes-block-user-profile ul.menu a{
    color: #3c3c3c;
}
.tdudes-block-user-profile ul.menu a:hover{
    font-family: 'fsalbertbold';
    color: #f60;
}
.region-navigation .register-link,
.region-navigation .login-link{
    margin-left: 5px;
    padding: 15px 3px !important;
    font-family: 'fsalbertbold';
}
.region-navigation .register-link:hover,
.region-navigation .login-link:hover,
.region-navigation span.td-active,
.page-td-register .region-navigation .register-link{
    background-color: #f60;
    color: white;
}
body.page-social-travel .region-navigation .register-link:hover,
body.page-social-travel .region-navigation .login-link:hover,
body.page-social-travel .region-navigation span.td-active,
body.page-social-travel .page-td-register .region-navigation .register-link{
    background-color: #46b48c;
    color: white;
}
.region-navigation .td-inactive{
    background-color: transparent !important;
    color: #969696 !important;
}
input.error{
    border: 1px #f00 solid !important;
}
.messages--error{
    background-color: #faa267;
    border-radius:6px;
    max-width:90%;
}
.messages--status{
    max-width:90%;
}

.tdudes-block-switcher #slider-wrapper{
    background:url(../images/slider-back.png) no-repeat left center;
    border:0 none;
    width:30px;
    padding:11px 18px 9px 14px;
    height:10px;
    display:inline-block;
    vertical-align:middle;
}

.tdudes-block-switcher #slider,
.tdudes-block-switcher #slider .ui-widget-header{
    background:none;
    border:0 none;
    cursor:pointer;
}

.tdudes-block-switcher #slider a.ui-slider-handle{
    cursor:pointer;
    border:0 none;
    outline:none;
    width:28px;
    height:38px;
    background:url(../images/slide-button.png) no-repeat left top;
}

.ui-autocomplete .ui-corner-all{
    border-radius:0;
    padding:0;
}

.ui-autocomplete.ui-corner-all li a{
    font-family: 'fsalbertlight';
    color: #3c3c3c;
    font-size: 100%;
}

#ui-theme-classic .ui-state-hover,
.ui-autocomplete.ui-corner-all li:hover,
.ui-autocomplete.ui-corner-all li a:hover{
    background:none;
    color: #ff6600;
    font-family: 'fsalbertbold';
    cursor:pointer;
}

#block-menu-menu-traveldudes-world .menu__link ,#block-menu-menu-explore-traveldudes .menu__link{
    display:inline-block !important;
    width:auto !important;
    padding-right:20px !important;
    background:url("../images/rss_icon.png") no-repeat right 8px;
}

#edit-conditions{

    resize: none;
}
.form-item-conditions .grippie{
    display: none;
}

.page-node-add .textarea-processed textarea{
    resize: none;
}
.page-node-add .textarea-processed .grippie{
    display: none;
}

.chosen-results li.highlighted{
    background: #ff6600 !important;
}

.page-node input.form-autocomplete, .page-search-node input.ui-autocomplete-processed{
    background-position: 100% 30px !important;
}
.page-node input.form-autocomplete.throbbing , .page-search-node input.ui-autocomplete-processed.throbbing{
    background-position: 100% -20px !important;
}
.page-search-node .criterion input.form-checkbox {
    display:inline-block;
    width:30px;
}

.cke_dialog_body a.cke_dialog_ui_button {
    display:block;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    margin-top: 4px !important;
    background-image: none;
    border-radius:25px;
    width:155px;
    color:#ffffff;
    font-size:15px;
    margin-bottom:30px;
}
.cke_dialog_body a.cke_dialog_ui_button_cancel{
    background:#3B3B3B !important;
}
.cke_dialog_body a.cke_dialog_ui_button_cancel:hover {
    background:#4B4B4B !important;
}
.cke_dialog_body a.cke_dialog_ui_button_ok {
    background:#ff6600 !important;
}
.cke_dialog_body a.cke_dialog_ui_button span,
.cke_dialog_body a.cke_dialog_ui_button span:hover{
    border:none !important;
    background:none !important;
    margin:0 !important;
    padding:0 !important;
    color:white !important;
}
.cke_dialog_body a.cke_dialog_ui_button_ok:hover {
    background:#ff7610 !important;
}
.cke_dialog_title{
    color: #FFFFFF !important;
    padding-left: 5px !important;
    padding-top: 9px !important;
    background: #ff6600 !important;
}
.cke_dialog_close_button{
    margin:5px !important;
}

.hierarchical-select-wrapper .nojs .help-text,
.hierarchical-select-wrapper .nojs .help-text:hover{
    width: auto;
    max-width: 100%;
    height:auto;
    max-height: 100%;
    border: none;
    color: rgba(0, 0, 0, 0);
    display: block;
    font-size: 90%;
    height: 1.2em;
    line-height: normal;
    overflow: hidden;
    padding: 0.6em;
    width: 34em;
}

.form-field-name-field-operator-payment .form-type-checkbox input,
.form-item-notify input.form-checkbox{
    display:inline-block;
    width:30px !important;
}
/*Tags -------------------------------------------------------------*/
.page-node .field-name-taxonomy-vocabulary-19 {
    width:260px;
}
.page-node .field-name-taxonomy-vocabulary-19 .field-item{
    font-family:'fsalbertregular';
    display: inline-block;
}
.page-node .field-name-taxonomy-vocabulary-19 .field-item:after{
    content:" / ";
    color:#969696;
}
.page-node .field-name-taxonomy-vocabulary-19 .field-item:last-child:after{
    content:"";
}
.page-node .field-name-taxonomy-vocabulary-19 .field-item a{
    text-decoration: none !important;
}
.page-node .field-name-taxonomy-vocabulary-19 .field-item a:hover{
    text-decoration:underline !important;
}

/*Image node -------------------------------------------------------------*/
.node-type-image .page__title {
    display:none;
}

.node-type-image .field-name-taxonomy-vocabulary-37{
    padding-left:40px;
    background:url(../images/photo_icon.png) no-repeat left top;
}
.node-type-image .field-name-taxonomy-vocabulary-37,.node-type-image .td-submitted-date{
    margin-top:10px;
    padding-top: 6px;
    padding-bottom: 14px;
    display: inline-block;
    color:#969696;
    font-family:'fsalbertregular';
}

.node-type-image .field-name-taxonomy-vocabulary-37 .field-item{
    display: inline-block;
    padding-right:5px;
}
.node-type-image .field-name-taxonomy-vocabulary-37 .field-item a{
    color:#969696;
}

.node-type-image .node .node-title{
    color:#3c3c3c;
    font-family:'fsalbertbold';
    font-weight: normal;
    margin:0;
    padding:0;
    line-height: 1.2em;
    font-size:40px;
    max-width:900px;
    padding-bottom:5px;
}
.node-type-image .node .td-sec-title {
    color:#3c3c3c;
    font-family:'fsalbertregular';
    margin:0;
    padding:0;
    line-height: 1.2em;
    font-size:30px;
    display:none;
}


.node-type-image .td-images-wrapper,.node-type-image .td-sidebar-right{
    display: inline-block;
    vertical-align: top;
}
.node-type-image .td-sidebar-right{
    position: absolute;
    top:-38px;
    right:0;
}

.node-type-image .td-sidebar-right .field-type-taxonomy-term-reference a{
    color:#969696;
    text-decoration:underline;
}

.node-type-image .td-sidebar-right .field-type-taxonomy-term-reference a:hover{
    color:#ff6600;
}

.node-type-image .td-image-column {
    display:none;
}
.node-type-image .td-image-column-1,.node-type-image .td-image-column-2,.node-type-image .td-image-column-3 {
    display:inline-block !important;
    width:300px;
    vertical-align: top;
    margin:0;
    padding:0;
    margin-right:2px;
}
.node-type-image .td-image-column-3 {
    margin-right:0 !important;
}

.node-type-image .td-image-column .td-image-item{
    display: block;
    margin: 0 0 2px 0;
    padding:0;
}
.node-type-image .td-image-column .td-image-item a ,.node-type-image .td-image-column .td-image-item a img{
    margin: 0;
    padding:0;
    display: block;
}
.node-type-image #td-gmap-custom {
    width:260px;
    height:160px;
    border-top: 1px #3c3c3c solid;
    margin-bottom:20px;
}
.node-type-image .td-gmap-title {
    font-family:'fsalbertregular';
    color:#3c3c3c;
    margin:0;
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: normal;
}

.node-type-image .td-sidebar-title{
    font-family:'fsalbertregular';
    color:#3c3c3c;
    margin:0;
    font-size: 1em;
    padding-bottom: 5px;
    border-bottom: 1px #3c3c3c solid;
    margin-top:10px;
    font-weight: normal;
}
.node-type-image .td-images-wrapper{
    padding:0;
    margin:0;
    border-top: 6px #3c3c3c solid;
    display: inline-block;
}
.node-type-image .td-images-main-wrapper{
    width:100%;
    text-align: left;
    position: relative;margin-bottom:40px;
}
.node-type-image article .field-name-field-vote{
    position: absolute;
    top:10px;
    right:0;
    width:90px;
    display:none;
}

.node-type-image article #back-link{
    position:absolute;
    right:0;
    top:10px;
    display:block;
    width:50px;
    height:45px;
    background:url(../images/back-icon.png) no-repeat left top;
}
#back-link:hover {
    background: url(../images/back-icon.png) no-repeat left bottom !important;
}
.node-type-image article .field-name-field-vote form{
    width:90px;
}

.node-type-image article{
    position: relative;
}
.node-type-image .submitted {
    position:relative;
}

.node-type-image .td-submitted{
    padding-top:25px;
    margin-left:60px;
    margin-bottom:30px;
    font-family:'fsalbertregular';
    color:#3c3c3c;
}
.node-type-image .field-name-field-description{
    max-width: 800px;
    font-family:'fsalbertregular';
    color:#3c3c3c;
}

.node-type-image header .submitted .user-picture a{
    position: absolute;
    top:10px;
    left:0;
    border-radius: 25px;
    overflow: hidden;
    width: 55px;
    height: 55px;
}
.node-type-image header .submitted .user-picture a img{
    width: 55px;
    height: 55px;
    display: block;
}

/*Video node -------------------------------------------------------------*/
.node-type-video .page__title {
    display:none;
}

.node-type-video .field-name-taxonomy-vocabulary-37{
    padding-left:40px;
    background:url(../images/video_icon.png) no-repeat left top;
}
.node-type-video .field-name-taxonomy-vocabulary-37,.node-type-video .td-submitted-date{
    margin-top:10px;
    padding-top: 6px;
    padding-bottom: 14px;
    display: inline-block;
    color:#969696;
    font-family:'fsalbertregular';
}

.node-type-video .field-name-taxonomy-vocabulary-37 .field-item{
    display: inline-block;
    padding-right:5px;
}
.node-type-video .field-name-taxonomy-vocabulary-37 .field-item a{
    color:#969696;
}

.node-type-video .node .node-title{
    color:#3c3c3c;
    font-family:'fsalbertextrabold';
    margin:0;
    padding:0;
    line-height: 1.2em;
    font-size:40px;
    max-width:900px;
}
.node-type-video .node .td-sec-title {
    color:#3c3c3c;
    font-family:'fsalbertregular';
    margin:0;
    padding:0;
    line-height: 1.2em;
    font-size:30px;
    display: none;
}


.node-type-video .td-images-wrapper,.node-type-video .td-sidebar-right{
    display: inline-block;
    vertical-align: top;
}
.node-type-video .td-sidebar-right{
    position: absolute;
    top:-38px;
    right:0;
}

.node-type-video .td-sidebar-right .field-type-taxonomy-term-reference a{
    color:#969696;
    text-decoration:underline;
}

.node-type-video .td-sidebar-right .field-type-taxonomy-term-reference a:hover{
    color:#ff6600;
}

.node-type-video .td-image-column {
    display:none;
}
.node-type-video .td-image-column-1,.node-type-video .td-image-column-2,.node-type-video .td-image-column-3 {
    display:inline-block !important;
    width:300px;
    vertical-align: top;
    margin:0;
    padding:0;
    margin-right:2px;
}
.node-type-video .td-image-column-3 {
    margin-right:0 !important;
}

.node-type-video .td-image-column .td-image-item{
    display: block;
    margin: 0 0 2px 0;
    padding:0;
}
.node-type-video .td-image-column .td-image-item a ,.node-type-video .td-image-column .td-image-item a img{
    margin: 0;
    padding:0;
    display: block;
}
.node-type-video #td-gmap-custom {
    width:260px;
    height:160px;
    border-top: 1px #3c3c3c solid;
    margin-bottom:20px;
}
.node-type-video .td-gmap-title {
    font-family:'fsalbertregular';
    color:#3c3c3c;
    margin:0;
    font-size: 1em;
    margin-bottom: 5px;
    font-weight:normal;
}

.node-type-video .td-sidebar-title{
    font-family:'fsalbertregular';
    color:#3c3c3c;
    margin:0;
    font-size: 1em;
    padding-bottom: 5px;
    border-bottom: 1px #3c3c3c solid;
    margin-top:10px;
    font-weight: normal;
}
.node-type-video .td-video-wrapper{
    padding:0;
    margin:0;
    border-top: 6px #3c3c3c solid;
    display: inline-block;
}
.node-type-video .td-video-main-wrapper{
    width:100%;
    text-align: left;
    position: relative;margin-bottom:40px;
    min-height: 1800px !important; 
}
.node-type-video article .field-name-field-vote{
    position: absolute;
    top:10px;
    right:0;
    width:90px;
    display:none;
}

.node-type-video article #back-link{
    position:absolute;
    right:0;
    top:10px;
    display:block;
    width:50px;
    height:45px;
    background:url(../images/back-icon.png) no-repeat left top;
}

.node-type-video article .field-name-field-vote form{
    width:90px;
}

.node-type-video article{
    position: relative;
}
.node-type-video .submitted {
    position:relative;
}

.node-type-video .td-submitted{
    padding-top:25px;
    margin-left:60px;
    margin-bottom:30px;
    font-family:'fsalbertregular';
    color:#3c3c3c;
}
.node-type-video .field-name-field-description{
    max-width: 800px;
    font-family:'fsalbertregular';
    color:#3c3c3c;
}

.node-type-video header .submitted .user-picture a{
    position: absolute;
    top:10px;
    left:0;
    border-radius: 25px;
    overflow: hidden;
    width: 55px;
    height: 55px;
}
.node-type-video header .submitted .user-picture a img{
    width: 55px;
    height: 55px;
    display: block;
}

/*Tip Node -------------------------------------------------------------*/
.node-type-tip .page__title {
    display:none;
}

.node-type-tip .field-name-taxonomy-vocabulary-37{
    padding-left:40px;
    background:url(../images/tip_icon.png) no-repeat left top;
}
.node-type-tip .field-name-taxonomy-vocabulary-37,.node-type-tip .td-submitted-date{
    margin-top:10px;
    padding-top: 6px;
    padding-bottom: 14px;
    display: inline-block;
    color:#969696;
    font-family:'fsalbertregular';
}

.node-type-tip .field-name-taxonomy-vocabulary-37 .field-item{
    display: inline-block;
    padding-right:5px;
}
.node-type-tip .field-name-taxonomy-vocabulary-37 .field-item a{
    color:#969696;
}

.node-type-tip .node .node-title{
    color:#3c3c3c;

    /* task - #342 */
    /*font-family:'fsalbertextrabold';*/
    font-family: 'fsalbertbold';

    padding:0;

    /* task - #342 */
    /*margin:0;*/
    margin:-15px 0 10px;

    line-height: 1.2em;
    font-size:40px;
    max-width:900px;
}

.node-type-tip .node .td-sec-title {
    color:#3c3c3c;
    font-family:'fsalbertregular';
    margin:0;
    padding:0;
    line-height: 1.2em;
    font-size:30px;
    display:none;
}


.node-type-tip .td-images-wrapper,.node-type-tip .td-sidebar-right{
    display: inline-block;
    vertical-align: top;
}
.node-type-tip .td-sidebar-right{
    position: absolute;
    top:-38px;
    right:0;
}

.node-type-tip .td-sidebar-right .field-type-taxonomy-term-reference a{
    color:#969696;
    text-decoration:underline;
}

.node-type-tip .td-sidebar-right .field-type-taxonomy-term-reference a:hover{
    color:#ff6600;
}

.node-type-tip .td-image-column {
    display:none;
}
.node-type-tip .td-image-column-1,.node-type-tip .td-image-column-2,.node-type-tip .td-image-column-3 {
    display:inline-block !important;
    width:300px;
    vertical-align: top;
    margin:0;
    padding:0;
    margin-right:2px;
}
.node-type-tip .td-image-column-3 {
    margin-right:0 !important;
}

.node-type-tip .td-image-column .td-image-item{
    display: block;
    margin: 0 0 2px 0;
    padding:0;
}
.node-type-tip .td-image-column .td-image-item a ,.node-type-tip .td-image-column .td-image-item a img{
    margin: 0;
    padding:0;
    display: block;
}
.node-type-tip #td-gmap-custom {
    width:260px;
    height:160px;
    border-top: 1px #3c3c3c solid;
    margin-bottom:20px;
}
.node-type-tip .td-gmap-title, .node-type-tip .td-gallery-title {
    font-family:'fsalbertregular';
    color:#3c3c3c;
    margin:0;
    font-size: 1em;
    margin-bottom: 5px;
    font-weight:normal;
}

.node-type-tip .td-sidebar-title{
    font-family:'fsalbertregular';
    color:#3c3c3c;
    margin:0;
    font-size: 1em;
    padding-bottom: 5px;
    border-bottom: 1px #3c3c3c solid;
    margin-top:10px;
    font-weight: normal;
}
.td-gmap-title + div, .td-gallery-title + div, .block-views-user-profile-block-3 h2 + div {border-top:1px #3c3c3c solid;}

.node-type-tip .td-images-wrapper{
    padding:0;
    margin:0;
    border-top: 6px #3c3c3c solid;
    display: inline-block;
}

.node-type-tip .td-images-main-wrapper{
    width:100%;
    text-align: left;
    position: relative;margin-bottom:40px;
}

.node-type-tip article .field-name-field-vote{
    position: absolute;
    top:10px;
    right:0;
    width:90px;
    display:none;
}

.node-type-tip article #back-link{
    position:absolute;
    right:0;
    top:10px;
    display:block;
    width:50px;
    height: 45px;
    background:url(../images/back-icon.png) no-repeat left top;
}

.node-type-tip article .field-name-field-vote form{
    width:90px;
}

.node-type-tip article{
    position: relative;
}

.node-type-tip .submitted {
    position:relative;
}

.node-type-tip .td-submitted{
    padding-top:25px;
    margin-left:60px;
    margin-bottom:30px;
    font-family:'fsalbertregular';
    color:#3c3c3c;
}

.node-type-tip .field-name-field-description{
    max-width: 800px;
    font-family:'fsalbertregular';
    color:#3c3c3c;
}

.node-type-tip header .submitted .user-picture a{
    position: absolute;
    top:10px;
    left:0;
    border-radius: 25px;
    overflow: hidden;
    width: 55px;
    height: 55px;
}
.node-type-tip header .submitted .user-picture a img{
    width: 55px;
    height: 55px;
    display: block;
}

/*Side Gallery -------------------------------------------------------------*/
.td-side-gallery{
    width:262px;
    border-top: 1px #3c3c3c solid;
    margin-bottom: 20px;
}

.td-side-gallery-item{
    overflow:hidden !important;
    width:130px;
    display:block;
    padding:0;
    margin:0;
}

/*Comments -------------------------------------------------------------*/
#comments{
    width: 585px;
    background: #fff;
}
#comments .comments__title{
    background: #f6f6f6;
}
#comments article.comment{
    padding: 5px 0 0;
    border-bottom: 2px solid #f6f6f6;
}
#comments article.comment .links{
    padding: 0 0 10px 60px;
    display: block;
    margin: 0;
}
#comments header .user-picture a{
    position: static;
    width: auto;
    height: auto;
}
#comments header p.submitted{
    margin: 0 0 10px 60px;
}
#comments .comment .field-name-comment-body{
    color:#3c3c3c!important;
    font-family: 'fsalbertlight';
    padding: 10px 0 12px;
}
#comments .comment-form textarea{
    border:0;
    outline: 0;
}
#comments article.comment .comment-form{
    width:100%;
    background: none;
    border:0;
    padding:0 5px 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#comments article.comment .comment-form > div{
    background: #EBEBEB;
}
#comments article.comment .comment-form textarea{
    background: transparent;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    padding:9px;
    height: 39px;
    max-height:100px;
    resize:vertical;
}
#comments article.comment .comment-form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #f60;
    font-family: 'fsalbertlight';
}
#comments article.comment .comment-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #f60;
    opacity:  1;
    font-family: 'fsalbertlight';
}
#comments article.comment .comment-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #f60;
    opacity:  1;
    font-family: 'fsalbertlight';
}
#comments article.comment .comment-form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #f60;
    font-family: 'fsalbertlight';
}
#comments article.comment .flag-comments-rock a{
    font-family: 'fsalbertlight';
}

#comments article.comment .flag-comments-rock a.unflag-action:before {
//  background: url("../images/icon-rock-it-green.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background: url("../images/icon-wicked-orang.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 17px;
    margin: 0 3px 0 0;
    width: 16px;
}
#comments article.comment .flag-comments-rock a.flag-action:before {
// background: url("../images/icon-rock-it.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background: url("../images/icon-wicked.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 17px;
    margin: 0 3px 0 0;
    width: 16px;
}
#comments article.comment .flag-comments-rock a {
    font-family: "fsalbertlight";
}
.comment .submitted a {
    color: #969696;
    font-family: "fsalbertextrabold";
}
a:link {
    color: #f60;
}
a {
    text-decoration: none;
}
p.submitted, p.submitted > * {
    color: #f60;
}
.comment p.submitted {
    color: #969696 !important;
    font-family: "fsalbertregular";
}
p.submitted, p.submitted > * {
    color: #f60;
}
.node-type-tip .td-images-main-wrapper {
    text-align: left;
}
#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
    word-wrap: break-word;
}
body {
    word-wrap: break-word;
}
body {
    color: #3c3c3c;
    font-family: "fsalbertlight";
    font-size: 106%;
}
html {
    line-height: 1.3em;
}
html {
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 100%;
    line-height: 1.5em;
}

#comments article.comment form .field-name-comment-body{
    padding:0;
}
#comments article.comment .comment-form .form-item label,
#comments article.comment .comment-form .form-item input,
#comments article.comment .comment-form .form-actions{
    display:none;
}
/* end | Comments */
.page-node .comment .submitted .user-picture {
    position: absolute;
    top:0;
    left:-50px;
    border-radius: 17px;
    overflow: hidden;
    width: 34px;
    height: 34px;
}
.page-node .comment .submitted .user-picture img{
    width: 34px;
    height: 34px;
    display: block;
}
#comments{
    width:585px;
}

.comment-form .form-type-textarea label span.form-required{
    display:none;
}

#comments .comments__form-title{
    display:none;
}

.comment p.submitted{
    position: relative;
    margin:0;
    margin-left:60px;
    font-family:'fsalbertregular';
    color:#969696 !important;
}
.comment .submitted a{
    color:#969696;
    font-family:'fsalbertextrabold';
}
.comment .comment-title, .comment .field-name-comment-body{
    font-family:'fsalbertregular';
    color:#969696 !important;
    margin:0;
    padding:0;
    line-height: normal;
    margin-left:60px;
}
.comment .comment-title a  {
    color:#969696;
    font-size:80%;
    margin:0;
    padding:0;
}
.comment .field-name-comment-body p{
    margin:0;
    padding:5px 0 0 0;
    max-width: 400px;
    color:#3c3c3c;
}
.comments__title {
    font-family:'fsalbertlight';
    font-size:16px;
    color:#3c3c3c;
    font-weight:normal;
}

.comments .comment{
    padding:5px;
    margin-bottom:2px;
    background:#ffffff;
}

#comments .comment-form{
    border-top:5px solid #cdcdcd;
    padding:10px;
    width:565px;
    background:url(../images/comment-form.png) repeat;
}

#comments .comment-form textarea{
    resize:none;
}

#comments .comment-form .filter-wrapper{
    /* task - #342 */
    /*padding:3px;*/
    padding: 0;
}

.comment-form .form-item.form-type-item,
.node-image li.comment-add,
#comments .comment-form .grippie{
    display:none;
}

#comments .comment-form .form-submit,
#comments .comment-form div{
    margin:0;
}

.comments .comment .permalink{
    display:none;
}

article.comment{
    position:relative;
}

article.comment .comment_forbidden{
    padding: 10px 10px 5px;
    display: block;
}

.comment .comment-reply{
    position:absolute;
    top:0;
    right:0;
    margin-top:5px;
    margin-right:5px;
    padding:25px 0 0 0;
    background-image:url(../images/reply-icon.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:60px;
    text-align:right;
    display:block;
}

.comment .comment-reply a{
    font-family:'fsalbertlight';
    color:#3c3c3c;
}

.comment .comment-reply a:hover{
    color:#ff6600;
}
.comment mark.new{
    display:none;
}

/* colorbox for gallery*/
#colorbox{
    top:100px !important;
}
#cboxContent{
    overflow: visible;
}
#cboxLoadedContent{
    overflow: visible !important;
}
.tdudes-block-continent-slideshow{
    width:100%;
    height:550px;
    margin-bottom:-5px;
}
.tdudes-block-continent-slideshow .views-slideshow-pager-fields{
    text-align:center;
    padding-top:3px;
}
.tdudes-block-continent-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item{
    display:inline-block;
    background:url(../images/slide-bullet.png) no-repeat left top;
    width:0;
    height:0;
    margin:0 3px;
    overflow:hidden;
    padding:8px 0 0 8px;
    cursor:pointer;
}

.tdudes-block-continent-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active{
    background-position:left bottom;
}

.tdudes-block-continent-slideshow .views-slideshow-controls-top{
    width:1200px;
    margin:0 auto;
    position:relative;
}

.tdudes-block-continent-slideshow .views_slideshow_cycle_main{
    height:550px;
    overflow:hidden;
}

.tdudes-block-continent-slideshow #views_slideshow_cycle_teaser_section_continent_slideshow-block,
.tdudes-block-continent-slideshow .views-slideshow-cycle-main-frame-row,
.tdudes-block-continent-slideshow img{
    width:100%;
    height:550px;
}

.tdudes-block-continent-slideshow img{
    height:auto;
    min-height:550px;
}

.tdudes-block-continent-slideshow .views-slideshow-cycle-main-frame-row .views-field{
    position:absolute;
    width:100%;
    top:0;
}

.tdudes-block-continent-slideshow .views-slideshow-cycle-main-frame-row .views-field-nothing{
    position:relative;
    width:1200px;
    margin:0 auto;
    z-index:99;
    margin-top:350px;
    color: #3c3c3c;
    font-size:17px;
}

.tdudes-block-continent-slideshow .views-slideshow-cycle-main-frame-row .views-field-nothing a{
    color: #3c3c3c;
}

.tdudes-block-continent-slideshow .views-slideshow-cycle-main-frame-row .views-field-nothing .field-content{
    background: url(../images/slide-text.png) repeat;
    padding: 10px 15px;
    height: 145px;
    width: 645px;
    border-top: 6px solid #a8a8ab;
    display:block;
}

.tdudes-block-continent-slideshow .views-slideshow-cycle-main-frame-row .views-field-nothing .slide-title{
    padding: 0;
    font-size: 34px;
    line-height: 35px;
    font-weight:bold;
}

.tdudes-block-continent-slideshow .views-slideshow-controls-text-next{
    position: absolute;
    right: 10px;
    top: 235px;
    width: 26px;
    height: 60px;
    background: url(../images/slide-next.png) no-repeat left top;
    z-index: 99;
    overflow: hidden;
    opacity:0.7;
}

.tdudes-block-continent-slideshow .views-slideshow-controls-text-previous{
    position: absolute;
    left: 10px;
    top: 235px;
    width: 26px;
    height: 60px;
    background: url(../images/slide-prev.png) no-repeat left top;
    z-index: 99;
    overflow: hidden;
    opacity:0.7;
}

.tdudes-block-continent-slideshow .views-slideshow-controls-text-next:hover,
.tdudes-block-continent-slideshow .views-slideshow-controls-text-previous:hover{
    background-position: 0 -80px;
}

.tdudes-block-continent-slideshow .views-slideshow-controls-text-pause{
    display:none;
}

.tdudes-block-continent-slideshow .views-slideshow-controls-text-next a,
.tdudes-block-continent-slideshow .views-slideshow-controls-text-previous a{
    width:0;
    height:0;
    padding-left:26px;
}
#edit-locale {
    display: none;
}

#edit-taxonomy-vocabulary-37 {
    background: none;
}

/*sahil*/
#block-views-user-profile-block-13 div.views-field-picture img {
    float: left;
    height: auto;
    width: auto;
}


#block-views-user-profile-block-13 .views-field-field-name-2 a{
    color: #828282;
    word-wrap: normal;
}
#block-views-user-profile-block-13.unflag-action{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/check2.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    height: 20px;
    line-height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: 100px;
    width: 20px;
}
/*---------------------------------*/
.page-user .region-sidebar-second h2.block__title block-title {
    border-bottom-color: #3B3B3B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #3C3C3C;
    font-family: 'fsalbertlight';
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 5px;
    clear: both;
}

#block-views-user-profile-block-14 .views-row {
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}

#block-views-user-profile-block-14 .views-field {
    float: left;
}
#block-views-user-profile-block-14 .views-row a {
    color: #828282;
}
#block-views-user-profile-block-14 .views-row .unflag-action {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/check2.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    height: 14px;
    line-height: 100px;
    margin-left: 2px;
    margin-top: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: 100px;
    width: 14px;
}
#block-views-user-profile-block-14 .views-field-ops {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/bord.png");
    background-origin: padding-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 16px;
    margin-top: 5px;
    padding-right: 6px;
}
#block-views-user-profile-block-14 .views-row a {
    color: #828282;
}
#block-views-user-profile-block-10 .block__title, #block-views-user-profile-block-15 .view-header h2 {
    clear: both;
}
.fieldset-wrapper .field-name-taxonomy-vocabulary-39 .error {
    display: none !important;
}
.page-user-edit .form-autocomplete {
    background-position : 100% 26px !important;
}

/*related block*/
#block-views-user-profile-block-5 .block-title ,
#block-views-related-content-block-1 .block-title {
    font-size: 17px;
    font-weight: normal;
    color: #3c3c3c!important;
    font-family: 'fsalbertregular';
}

#block-views-related-content-block-1 .views-row{
    display: block;
    clear: both;
    width: 100%;
    min-height: 110px;
}

#block-views-related-content-block-1 .view-content .views-field-title {
    margin-top: 10px;
}

#block-views-related-content-block-1 .view-content .views-field-title a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/photo-title.png");
    background-origin: padding-box;
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #3C3C3C;
    font-family: 'fsalbertbold';
    padding-left: 20px;
}
#block-views-related-content-block-1.view-content .views-field-field-image {
    display: block;
    float: left;
    padding-right: 10px;
}
#block-views-related-content-block-1 .view-content .views-field-title {
    margin-top: 10px;
}
#block-views-related-content-block-1 .views-row .views-field-field-image{
    width: 119px;
}
#block-views-related-content-block-1 .views-row .views-field-title, #block-views-user-profile-block-4 .views-row .views-field-title {
    width: 150px;
}
#block-views-related-content-block-1 .views-row views-field-field-subtitle{
    width: 156px;
}
#block-views-related-content-block-1 .views-row .views-field, #block-views-user-profile-block-4 .views-row .views-field {
    float: left;
    line-height: 1.3em;
}
#block-views-related-content-block-1 .views-field-field-images img {
    border-bottom: none;
}
.page-social-travel .region-sidebar-second #block-views-user-profile-block-5{
    margin-top: 20px;
}
.td-sidebar-right .views-field-field-images{
    width: 110px;
    min-height: 110px;
}
#navigation .block{
    margin-left: -8px;
}
.breadcrumb{
    /* margin-top: 44px;*/
}
.chrome .breadcrumb
{
    margin-top: 44px !important;
}
.delimiter{
    font-size: 14px;
}

.views-slideshow-cycle-main-frame-row .views-field .field-content .slide-title:hover,
.slide .slide-inner:hover .slide-text .slide-title .slide-title-inner h2,

.tdudes-block-continent-slideshow:hover a .slide-title{
    color: #f60 !important;
}

.mapcvr-img{
    width: 273px;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: -20px;
    background: #fff;
    font-size: 0;
    line-height: 1;
}

/* it's hide text on related_block */
/*#block-views-user-profile-block-4 .views-row:hover{
    background: #f60;
}*/

#block-views-user-profile-block-4 .views-row:hover a{
    color: #fff;
}
.td-sidebar-right .view-content .views-field-title{
    margin-top: 10px;
}
.td-sidebar-right .view-content .views-field-title .field-content a{
    padding-left: 20px;
    background: url(../images/photo-title.png) no-repeat left 4px;
    font-family: 'fsalbertbold';
    color: #3c3c3c;
}
.node-type-help #content, .node-type-static #content{
    width: 900px;
    margin-bottom: 50px;
}
/*.socialTbox a:link, .socialTbox a:visited {color:#46b48c;}*/
/*.socialTbox .athrbx-rdcont a:link, .socialTbox .athrbx-rdcont a:visited {color:#969696;}*/
.sidebar-second #content .travel-view-type-listing{
    width: auto;
}
body.node-type-travelblog .td-images-main-wrapper{
    float: left;
    width: 900px;
}
body.node-type-travelblog .td-sidebar-right{
    float: right;
    margin-top: -50px;
}
body.node-type-travelblog .td-sidebar-right .td-gallery-title{
    margin: 0;
}
.front .region-highlighted .block.block-views .view-header a:hover,
.region-highlighted .block.block-views .views-row a:hover,
.not-front .region-highlighted .block.block-views .view-header a:hover,
.not-front .region-highlighted .block.block-views .views-row a:hover{
    color: #f60;
}
#cboxLoadedContent, #cboxWrapper,#colorbox{
    overflow: visible !important;
}
#cboxClose.cbox-close-plain{
    top: -70px;
    opacity: 0.7!important;
    background: none;
    font-size: 36px;
    font-weight: normal;
}
#cboxClose.cbox-close-plain:hover{
    opacity: 1!important;
}
.view-image-gallery .views-slideshow-controls-top #views_slideshow_controls_text_previous_image_gallery-default{
    opacity: 0.7!important;
}
.view-image-gallery .views-slideshow-controls-top #views_slideshow_controls_text_previous_image_gallery-default:hover{
    opacity: 1!important;
}
.sr-icon-wonders_of_the_world, .sr-icon-travel_diary, .sr-icon-tip, .sr-icon-image, .sr-icon-video, .sr-icon-book{
    position: relative;
}
.sr-icon-wonders_of_the_world a.sr-icon,
.sr-icon-travel_diary a.sr-icon,
.sr-icon-tip a.sr-icon,
.sr-icon-image a.sr-icon,
.sr-icon-video a.sr-icon,
.sr-icon-book a.sr-icon{
    position: absolute;
    top: 18px;
    right: 24px;
    display: block;
    width: 34px;
    height: 34px;
    padding: 0;
}
.sr-icon-wonders_of_the_world a.sr-icon{
    background: url(../images/wonder.png) no-repeat left top;
}
.sr-icon-travel_diary a.sr-icon{
    background: url(../images/diary_icon.png) no-repeat left top;
}
.sr-icon-tip a.sr-icon{
    background: url(../images/tip_icon.png) no-repeat left top;
}
.sr-icon-image a.sr-icon{
    background: url(../images/photo_icon.png) no-repeat left top !important;
}
.sr-icon-video a.sr-icon{
    background: url(../images/video_icon.png) no-repeat left top;
}
.sr-icon-book a.sr-icon{
    background: url(../images/diary_icon.png) no-repeat left top;
}
.sr-icon-wonders_of_the_world:hover a.sr-icon{
    background: url(../images/wonder-hover.png) no-repeat left top !important;
}
.sr-icon-travel_diary:hover a.sr-icon{
    background: url(../images/diary_icon-orange.png) no-repeat left top !important;
}
.sr-icon-tip:hover a.sr-icon{
    background: url(../images/tip_icon-orange.png) no-repeat left top !important;
}
.sr-icon-image:hover a.sr-icon{
    background: url(../images/photo_icon-orange.png) no-repeat left top !important;
}
.sr-icon-video:hover a.sr-icon{
    background: url(../images/video_icon-orange.png) no-repeat left top !important;
}
.sr-icon-book:hover a.sr-icon{
    background: url(../images/diary_icon-orange.png) no-repeat left top !important;
}
html.js input.form-autocomplete{
    background-image: none;
}
.form-item-conditions textarea[readonly]{
    border: 15px solid white;
}

#block-views-related-content-block-1 .block-icon-image,
#block-views-related-content-block-1 .block-icon-tip,
#block-views-related-content-block-1 .block-icon-video{
    margin-bottom: 4px;
    background: #cdcdcd!important;
}
#block-views-related-content-block-1 .block-icon-image img, #block-views-related-content-block-1 .block-icon-tip img{
    margin: 0;
    padding: 0;
}
#block-views-related-content-block-1 .block-icon-image .views-field-field-image, #block-views-related-content-block-1 .block-icon-tip .views-field-field-image{
    line-height: 0;
}

/* #720 - related-content disapear on hover */
/*#block-views-related-content-block-1 .block-icon-image:hover, #block-views-related-content-block-1 .block-icon-tip:hover{
    background: #f60;
}*/

body.page-social-travel #block-views-related-content-block-1 .block-icon-image:hover,
#block-views-related-content-block-1 .block-icon-video:hover,
body.page-social-travel #block-views-related-content-block-1 .block-icon-tip:hover{
    background: #46b48c;
}
#block-views-related-content-block-1 .block-icon-image:hover a,
#block-views-related-content-block-1 .block-icon-video:hover a,
#block-views-related-content-block-1 .block-icon-tip:hover a{
    color: #fff;
}
#block-views-related-content-block-1 .block-icon-image:hover a, #block-views-user-profile-block-4 .views-row:hover .views-field-title a{
    background-image: url(../images/photo-title-h.png);
}
#block-views-related-content-block-1 .block-icon-tip a, #block-views-user-profile-block-4 .views-row.Tip .views-field-title a{
    background-image: url(../images/tip-title.png) !important;
}
#block-views-related-content-block-1 .block-icon-tip:hover a, #block-views-user-profile-block-4 .views-row.Tip:hover .views-field-title a{
    background-image: url(../images/photo-tip-h.png) !important;
}

#block-views-related-content-block-1 .block-icon-video a, #block-views-user-profile-block-4 .views-row.Video .views-field-title a{
    background-image: url(../images/video-title.png) !important;
}
#block-views-related-content-block-1 .block-icon-video:hover a, #block-views-user-profile-block-4 .views-row.Video:hover .views-field-title a{
    background-image: url(../images/video-title-h.png) !important;
}
h2.td-gmap-title + div, #block-views-user-profile-block-12 h2 + div, #block-views-user-profile-block-4 h2 + div{
    border-top: 1px #3c3c3c solid;
}


.aboutteam-box{
    clear: both;
}
.aboutteam1{
    float: left;
    width: 277px;
    margin-right: 22px;
}
.aboutteam1:nth-child(3n+3){
    margin: 0;
}
.aboutteam1 h2{
    margin: 0;
    margin-top: 10px;
    font-family: 'fsalbertbold';
    font-size: 17px;
    line-height: 20px;
}
.aboutteam1 h3{
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #969696;
}
.aboutteam1 p{
    margin: 12px 0;
}
.aboutteam1 a.link{
    text-decoration: underline;
    color: #969696;
}
.aboutteamsocialbox{
    height: 30px;
    margin-bottom: 40px;
}
.aboutteamsocialbox a{
    display: block;
    float: left;
    width: 24px;
    height: 28px;
    background: url(../images/team-social-sprite.png);
}
.aboutteamsocialbox br{
    display: none;
}

.aboutteamsocialbox .atsb-go{
    width: 25px;
    background-position: -26px 0;
}
.aboutteamsocialbox .atsb-fb{
    width: 20px;
    background-position: -52px 0;
}
.aboutteamsocialbox .atsb-yt{
    width: 20px;
    background-position: -72px 0;
}
.aboutteamsocialbox .atsb-pin{
    width: 20px;
    background-position: -92px 0;
}
.aboutteamsocialbox .atsb-tw:hover{
    background-position: -1px 28px;
}
.aboutteamsocialbox .atsb-go:hover{
    width: 25px;
    background-position: -27px 28px;
}
.aboutteamsocialbox .atsb-fb:hover{
    width: 20px;
    background-position: -52px 29px;
}
.aboutteamsocialbox .atsb-yt:hover{
    width: 20px;
    background-position: -73px 28px;
}
.aboutteamsocialbox .atsb-pin:hover{
    width: 20px;
    background-position: -93px 28px;
}
.guidebook .views-row{
    background: #cdcdcd;
}
.guidebook .views-row:hover{
    background: #f60;
}

.front .region-highlighted .block.block-views .views-field-php-1{
    padding: 0 !important;
}
.aboutteam1 h2{
    /* #342 */
    /*font-family: 'fsalbertregular';*/
    font-family: 'fsalbertbold';

    font-weight: normal;
}

#td_map_link a{
    border-bottom: 1px solid #e0e0de;
    font-family: fsalbertlight;
    font-size: 15px;
    color: #828282;
}

#block-views-user-profile-block-3.keywords_block .views-row{
    padding-left: 0;
}

.keywords_block .view-content-sidebar{
    padding-top: 5px;
}

#block-views-user-profile-block-4.related_block h2{
    color: #828282;
}

#block-views-user-profile-block-4.related_block .views-row{
    display: block;
    overflow: hidden;
}

#admin-menu .dropdown .admin-menu-icon img{
    width: 16px;
    height: 16px;
}
.node-type-image .td-single-images-wrapper {
    border-top: 6px solid #3c3c3c;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 900px;
}
.view-continent-corresponding-listing .view-filters > form {
    margin-bottom: 0;
}

.views-exposed-form .views-submit-button > input[type=submit] {
    background: none repeat scroll 0 0 #464646;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    color: #f5f5f5;
    display: block;
    text-decoration: none;
    width: 55px;
    height: 55px;
    margin:0;
}
.views-exposed-form .views-submit-button > input[type=submit]:hover {
    background: none repeat scroll 0 0 #f60;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0 0 3px gray;
    color: #f5f5f5;
    display: block;
    text-decoration: none;
    width: 55px;
    height: 55px;
}

.page-views .page__title {
    display: none;
}

.td-images-wrapper a .image-title{
    color: #828282;
    display: block;
    height: 24px;
    overflow: hidden;
    width: 900px;
}
.video-thumbnail-280-x-156 .view-content .views-row .views-field-php {
    padding:0;
}

/*sahil babu*/

#block-traveldudes-content-blocks-follow-keywords{
    width: 100%;
    clear: both;
    float: left;
}
#block-traveldudes-content-blocks-follow-keywords .views-row{
    float: left;
    padding: 0 5px 5px;
}
#block-traveldudes-content-blocks-follow-keywords .views-field {
    float: left;

}
.block-views-user-profile-block-3 {
    clear: both !important;
    float: left !important;
    width: 273px !important;
}

.block-views-user-profile-block-3 h2 {
    color: #3c3c3c!important;
    font-family: 'fsalbertregular';
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 4px;
}
#block-traveldudes-content-blocks-follow-keywords .views-field-ops {
    background: url('../images/bord.png') no-repeat 100% 50%;
    height: 16px;
    margin-top: 5px;
    padding-right: 6px;
}
#block-traveldudes-content-blocks-follow-keywords .views-row-last .views-field-ops{
    background:  none;
}
#block-traveldudes-content-blocks-follow-keywords .views-row a{
    color: #828282;
}

#block-traveldudes-content-blocks-follow-keywords .views-row a:hover{
    color: #ff6600;
}
#block-traveldudes-content-blocks-follow-keywords .views-row .unflag-action {
    background: url("../images/check2.png") no-repeat scroll 0 0 / 100% 100% ;
    float: left;
    height: 14px;
    line-height: 100px;
    margin-left: 2px;
    margin-top: 1px;
    overflow: hidden;
    text-indent: 100px;
    width: 14px;
}
#block-traveldudes-content-blocks-follow-keywords .views-row    .flag-action{
    background: url('../images/check.png') no-repeat 0 0 / 100% 100%;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
    margin-left: 2px;
    margin-top: 1px;
}

/*----------*/
#block-traveldudes-content-blocks-follow-keywords-detail {
    width: 273px !important;
    clear: both;
    margin: 20px 0 0 0;
}
#block-traveldudes-content-blocks-follow-keywords-detail .views-row{
    float: left;
    padding: 0 5px 5px;
}
#block-traveldudes-content-blocks-follow-keywords-detail .views-field {
    float: left;

}
#block-traveldudes-content-blocks-follow-keywords-detail .views-field-ops {
    background: url('../images/bord.png') no-repeat 100% 50%;
    height: 16px;
    margin-top: 5px;
    padding-right: 6px;
}
#block-traveldudes-content-blocks-follow-keywords-detail .views-row-last .views-field-ops{
    background:  none;
}
#block-traveldudes-content-blocks-follow-keywords-detail .views-row a{
    color: #828282;
}

#block-traveldudes-content-blocks-follow-keywords-detail .views-row a:hover{
    color: #ff6600;
}
#block-traveldudes-content-blocks-follow-keywords-detail .views-row .unflag-action {
    background: url("../images/check2.png") no-repeat scroll 0 0 / 100% 100% ;
    float: left;
    height: 14px;
    line-height: 100px;
    margin-left: 2px;
    margin-top: 1px;
    overflow: hidden;
    text-indent: 100px;
    width: 14px;
}
#block-traveldudes-content-blocks-follow-keywords-detail .views-row    .flag-action{
    background: url('../images/check.png') no-repeat 0 0 / 100% 100%;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
    margin-left: 2px;
    margin-top: 1px;
}

#block-traveldudes-content-blocks-follow-keywords-detail h2 {
    border-bottom: 1px solid #3b3b3b;
    color: #3c3c3c;
    font-family: "fsalbertregular";
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 5px;
}
#block-views-user-profile-block-0 .user-top-info .views-field-ops {
    width: 25px;
    float: left;
    margin-top: 22px;
    position: absolute;
    margin-left: 65px;
}
#block-views-user-profile-block-0 .user-top-info .views-field-ops .flag-action {
    background: url("../images/check.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 20px;
    line-height: 100px;
    overflow: hidden;
    text-indent: 100px;
    width: 20px;
}
#block-views-user-profile-block-0 .user-top-info .views-field-ops .unflag-action {
    background: url(../images/check2.png) no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
}
.page-node-edit .form-item-field-location-und-0-country {
    display: none;
}
body[class*="page-guidebook-"] #content #page-title {
    display: none;
}
p.flaginside span.flag-wrapper {position:absolute;z-index:99;width:20px;height:20px;display:block;left:36px;top:48px;}
p.flaginside a.flag {background:url(../images/check.png) no-repeat;width:20px;height:20px;overflow:hidden;text-indent:100px;line-height:100px;float:left;}
p.flaginside a.flag:hover {background: url(../images/check3.png) no-repeat;}
p.flaginside a.flag.flagged {background: url(../images/check2.png) no-repeat;}
/*test*/

/*Blog
------------------------------------------------------------*/

.view-travel-blog .STBcont p {
    margin: 5px 0;
}
.view-travel-blog form {
    margin-bottom: 0;
}

/* overrides socialtbox for blog*/
.view-travel-blog .socialTbox {
    width: auto;
    float: none;
    margin: auto;
}

/* blog filters */
.view-travel-blog .view-filters {
    width: 897px;
    margin-bottom: 15px;
}
/* rows */
.view-travel-blog .views-row {
    display: inline-block;
    vertical-align: top;
    width: 277px;
    margin-right: 30px;
    margin-bottom: 15px;
}

/*related content desktop*/
#block-views-related-content-block-1 .block-title {
    margin-top: 0;
}

/* blog mediaqueries */
@media screen and (max-width:1230px) and (min-width:1020px) {
    .view-travel-blog .view-filters {
        width: 729px;
    }
    .view-travel-blog .views-row {
        width: 220px;
    }
    .view-travel-blog .views-row:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width:1019px) and (min-width:768px) {
    .view-travel-blog .view-filters {
        width: 531px;
    }
    .view-travel-blog .views-row {
        width: 154px;
    }
    /*related*/
    #block-views-related-content-block-1 .block-title {
        margin-top: 0 !important;
    }
    .sidebar-second .region-sidebar-second > .guidebook {
        width: 276;
    }
}
@media screen and (max-width: 767px) and (min-width: 574px) {
    .view-travel-blog .view-filters {
        width: auto;
        margin-right: 0;
    }
    .view-travel-blog .views-row {
        width: 274px;
        margin-right: 19px;
    }
    .view-travel-blog .views-row:nth-child(2n) {
        margin-right: 0;
    }
    /*related*/
    .sidebar-second .region-sidebar-second > .guidebook {
        width: 334px;
    }

}
@media screen and (max-width: 573px) and (min-width: 354px) {
    .view-travel-blog .view-filters {
        width: auto;
        margin-right: 0;
    }
    .view-travel-blog .views-row {
        width:354px;
        height:auto;
    }
    .sidebar-second .region-sidebar-second > .guidebook {
        width: 300px;
    }
}

/* related content */
@media screen and (max-width: 767px) {
    #block-views-related-content-block-1 .views-row {
        height: auto !important;
        margin-bottom: 15px;
    }

    .tdudes-block-search-form form {
        width: auto;
    }
}

.sidebars
{
    padding-top: 47px;
}
#block-dfp-td-rightsidebar-125x125
{
    margin-left: 134px;
}
#block-dfp-td-rightsidebar-180x150
{
    margin-left: 50px;
}
#block-dfp-td-rightsidebar-120x240
{
    width: 120px;
    position: absolute;
    overflow: hidden;
    top: 49px;
    right: 0;
}
#block-dfp-td-rightsidebar-120x60
{
    margin-top: 48px;
    max-width: 120px;
    margin-right: 150px;
}
#block-dfp-td-rightsidebar-120x90
{
    max-width: 120px;
    margin-top: 10px;
    margin-right: 96px;
}
#block-dfp-leader1
{
    margin-left: 50px;
}

#block-dfp-slide-right-sidebar
{
    position: absolute;
    right: 0;
    top: -675px;
    height: 550px;
    overflow: hidden;
}

#block-dfp-right-sidebar
{
    margin-top: 500px;
}
#block-dfp-main-bar
{
    margin-left: 155px;
    margin-top: 20px;
}

.custom-pager-inner {
    right: 128px !important;
}
.gecko .win .aboveslider
{
    height: 549px;
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 187px;
    z-index: 9;
}

.aboveslider
{
    height: 549px;
    overflow: hidden;
    position: absolute;
    right: 58px;
    top: 187px;
    z-index: 9;
}
.gecko .aboveslider 
{
    height: 549px;
    overflow: hidden;
    position: absolute;
    right: 1px !important;
    top: 187px;
    z-index: 9;
}

.mac .aboveslider{
    top: 187px;
    right:2px;
}
.chrome .aboveslider
{
    right: 10px;
    top: 187px;

}
.aboutteam1 img
{
    max-width: 277px;
    max-height: 155px;

}
#block-views-dudes-to-follow-block .views-field-ops
{
    left: 76px;
    position: absolute;
    top: 143px;
    z-index: 10;
}

#block-views-dudes-to-follow-block .views-field-name a
{
    color: #828282;
    word-wrap: normal;
    margin-left: 139px;
    margin-top: 31px;
    position: absolute;

}
#block-views-dudes-to-follow-block .flag-action
{

    background: url("../images/check.png") no-repeat scroll 0% 0% transparent;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
    margin-top: -62px;
}
#block-views-dudes-to-follow-block .unflag-action
{
    background: url("../images/check2.png") no-repeat scroll 0% 0% transparent;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
    margin-top: -62px;

}

.view-dudes-to-follow-1 .views-field-ops
{
    left: 76px;
    position: absolute;
    /*top: 143px;*/
    z-index: 10;
}

.view-dudes-to-follow-1 .views-field-name a
{
    color: #828282;
    word-wrap: normal;
    margin-left: 139px;
    margin-top: 31px;
    position: absolute;

}
.view-dudes-to-follow-1 .flag-action
{

    background: url("../images/check.png") no-repeat scroll 0% 0% transparent;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
    margin-top: 77px;
}
.view-dudes-to-follow-1 .unflag-action
{
    background: url("../images/check2.png") no-repeat scroll 0% 0% transparent;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 100px;
    float: left;
    margin-top: 77px;

}


#block-views-user-profile-block-4 .view-id-dudes_to_follow_1 .view-content .views-row{

    clear: both;
    border: 1px solid #efefed;
    background: #fff;
    margin-bottom: 1px;
    display: inline-block;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1019px) and (min-width: 769px)
{
    .main-ads  iframe

    {
        width:547px !important;
    }
    .main-ads
    {
        margin-left: 0px !important;
        margin-top: 20px;
        margin-bottom: -39px;

    }
}
@media screen and (max-width: 1024px) and (min-width: 768px)
{
    .main-ads
    {
        margin-left: 0px !important;
        margin-top: 20px;
        margin-bottom: -39px;
    }
    .aboveslider
    {
        display: none;
    }
    #block-dfp-td-rightsidebar-125x125
    {
        width: 125px;
        position: absolute;
        top: 495px;
        right: 47px;
    }
    #block-dfp-td-rightsidebar-180x150
    {
        width: 180px;
        position: absolute;
        right: 15px;
        top: 565px;
    }
    #block-dfp-td-rightsidebar-120x240
    {
        width: 120px;
        position: absolute;
        overflow: hidden;
        margin-top: 236px;
        right: 48px;
    }
    #block-dfp-td-rightsidebar-120x60
    {
        margin-top: 48px;
        max-width: 120px;
        margin-right: 0px;
    }
    #block-dfp-td-rightsidebar-120x90
    {
        max-width: 120px;
        margin-top: 10px;
    }
    #block-dfp-leader1
    {
        position: absolute;
        top: 808px;
        right: 96px;
    }

    #block-dfp-slide-right-sidebar
    {
        position: absolute;
        right: 0;
        top: -675px;
        height: 550px;
        overflow: hidden;
    }

    #block-dfp-right-sidebar
    {
        margin-top: 500px;
    }
    #block-dfp-main-bar
    {
        margin-left: 155px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px)
{
    .main-ads  iframe

    {
        width:320px !important;
    }
    .main-ads
    {
        margin-left: 0px !important;
        margin-top: 20px;
        margin-bottom: -39px;

    }
    .aboveslider
    {
        display: none;
    }
}
@media screen and (max-width: 1231px)

{
    .td-video-main-wrapper .td-video-wrapper .embedded-video .player object embed
    {
        width:100%;
    }
}

/*@media screen and (min-width:574px) and (max-width: 767px){*/

    /*#block-dfp-td-rightsidebar-120x60 {*/
        /*top: -4534px;*/
        /*left: 368px;*/
        /*position: absolute;*/
    /*}*/
    /*#block-dfp-td-rightsidebar-120x90{*/
        /*top: -4438px;*/
        /*left: 368px;*/
        /*position: absolute;*/
    /*}*/
    /*#block-block-93{*/
        /*top: -4326px;*/
        /*left: 368px;*/
        /*position: absolute;*/
    /*}*/
    /*#block-dfp-td-rightsidebar-120x240{*/
        /*top: -4534px;*/
        /*left: 505px;*/
        /*position: absolute;*/
    /*}*/
    /*#block-dfp-td-rightsidebar-125x125{*/
        /*top: -4258px;*/
        /*left: 505px;*/
        /*position: absolute;*/
    /*}*/
    /*#block-dfp-td-rightsidebar-180x150{*/
        /*top: -4103px;*/
        /*left: 406px;*/
        /*position: absolute;*/
    /*}*/
    /*#block-dfp-leader1{*/
        /*top: -3928px;*/
        /*left: 462px;*/
        /*position: absolute;*/
    /*}*/
    /*.front .region-highlighted .block.block-views{*/
        /*width: 277px !important;*/
    /*}*/
/*#block-views-dudes-to-follow-block{*/
        /*margin-left: 20px;*/
        /*margin-right:0px !important;*/
    /*}*/
/*}*/
.main-ads
{
    margin-left: 33px;
    margin-top: 20px;
    margin-bottom: -39px;
}
.mac .breadcrumb
{
    /*margin-top: 50px;*/
}
.mac .custom_breadcrumbs
{
    margin-bottom: 10px;
    margin-left: 9px;
    margin-top: 50px;
    color: #969696 !important;
    font-family: "fsalbertbold";
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 2px;
}
.custom_breadcrumbs
{
    margin-bottom: 10px;
    margin-left: 9px;
    margin-top: 44px;
    color: #969696 !important;
    font-family: "fsalbertbold";
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 2px;
}
.chrome .custom_breadcrumbs
{
    margin-bottom: 10px;
    margin-left: 9px;
    margin-top: 46px;
    color: #969696 !important;
    font-family: "fsalbertbold";
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 2px;
}
.sidebar_second_2
{
margin-left: 1100px;
    max-width: 125px;
}
#content{
    z-index: 100;
}

  #block-menu-menu-continents > ul.menu, #block-menu-block-1 ul.menu, #block-menu-block-2 ul.menu {
        width: 100% !important;
    }
@media only s#block-menu-menu-continents > ul.menu, #block-menu-block-1 ul.menu, #block-menu-block-2 ul.menu {
    width: 100% !important;
}
@media only screen and (min-width: 1020px) and (max-width: 1230px) {
    .node-type-tip .td-sidebar-right, .node-type-video .td-sidebar-right, .sidebar-second .region-sidebar-second {
        width: 300px !important;
    }
    .node-type-image .field-name-field-description, .node-type-tip .field-name-field-description, .node-type-travel-diary .field-name-field-description, h2.node-title, .sidebar-second #content {
        width: 686px !important;
    }
    .node-type-image .td-images-wrapper, .node-type-tip .td-images-main-wrapper .td-images-wrapper, .node-type-travel-diary .td-images-wrapper, .node-type-image .td-single-images-wrapper, .node-type-video .field-name-field-description, .node-type-video .td-video-wrapper {
        width: 686px !important;
    }
    .front .region-highlighted .block.block-views, .not-front .region-highlighted .block.block-views, .travel-pag-row-contry-type {
        width: 205px !important;
    }
    .front .region-highlighted .block.block-views .view-header a {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 1019px) and (min-width: 574px) {
    .node-type-tip .td-sidebar-right, .node-type-image .td-sidebar-right, .node-type-travel-diary .td-sidebar-right, .node-type-video .td-sidebar-right {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        position: static !important;
        float: none !important;
        clear: both !important;
    }
    .node-type-tip .td-images-wrapper, .node-type-image .td-images-wrapper, .node-type-travel-diary .td-images-wrapper {
        width: 100% !important;
    }
    .node-type-tip .field-name-field-description, .node-type-travel-diary .field-name-field-description, #main p.submitted, .node-type-image .field-name-field-description, .node-type-tip .node .node-title, .node-type-video .td-video-wrapper {
        width: 100% !important;
    }
    .td-images-wrapper a .image-title {
        width: 100% !important;
    }
}