/*==============  2. Global  ============== */

body {
	background-color: #fff;
    font-family:'Open Sans','Arial',sans-serif;
	font-size: 14px;
	line-height: 24px;
	position: relative;
    color:#333;
     webkit-tap-highlight-color: #CAEBEF;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #4ba5b0 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*==============  2. Typo  ============== */

a {
    color: #333;
    }

a:hover {
	color: #333;
	text-decoration: underline;
}
a:focus, a:active {
    	color: #333;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h3.contactform{
    font-size:18px;
}
h1,h2 {
	font-size: 22px;
	margin-bottom:15px;
	font-family:Raleway,Helvetica,Roboto,Arial,sans-serif;
}

h3 {
	font-size: 22px;
	font-weight: 400;
	text-transform:none;
}

hr {
	border-top: 1px solid #ddd;
}
label {
    font-weight:600;
}
b,strong {
    font-weight:600;
}
.popover{
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    border:none;
}
.right{
    float:right;
}
.left{
    float:left;
}
::-moz-selection {
    text-shadow: none;
    background: #CAEBEF;
}

::selection {
    text-shadow: none;
    background: #CAEBEF;
}
.img-responsive{
    display: inline-block;
    border-radius: 4px;
}
.img-circle{
    border-radius:50%!important;
}

.clear{
    clear:both;
}

.failed{
    width:100%;
    background-color:#ff5a5a;
    color:#fff;
    text-align: center;
    padding:8px;
    margin-top:10px;
    margin-bottom:10px;
}
.status-warning{
    width:100%;
    background-color:#e9ebee;
    text-align: center;
    padding:11px;
    margin-top:0px;
    margin-bottom:0px;
    font-weight: 600;
}
.status-warning.expiring{
    background-color:#9068a9;
}
.status-warning.expired{
    background-color:#db6060;
    color:#fff;

}
.status-warning .btn-default{
    background-color:#ed679c;
    border-color:#ed679c;
    color:#fff;
}
.success{
    width:100%;
    background-color:#75b43d;
    color:#fff;
    text-align: center;
    padding:8px;
    margin-top:10px;
    margin-bottom:10px;
    
}
.success.purple{
       background-color:#666062;
    padding:15px;
}
.alert.alert-warning{
    width:100%;
    background-color:#ffefc3;
    color:#333;
    text-align: center;
    line-height:35px;
    
}
.heading-pages{
    margin-top:10px;
}

.banner-pages{
    width:100%;
    margin-top:10px;
    text-align:center;
}
.banner-pages-mobile{
    width:100%;
    margin-top:10px;
  text-align:center;    
    display:none;
}

/*========== lapu sadalitajs ==========*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #ecebeb;
    border-color: #ddd;
    color: #333;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover {
    color: #333;
}

.pagination.portf > li > a, .pagination.portf > li > span, .pagination.portf > li > a:hover{
    color:white;
} 
.pagination.portf>li>a, .pagination.portf>li>span{
    background:none;
    border:1px solid #696969;
}
.pagination.portf > .active > a, .pagination.portf > .active > a:focus, .pagination.portf > .active > a:hover, .pagination.portf > .active > span, .pagination.portf > .active > span:focus, .pagination.portf > .active > span:hover{
   background-color:#545353;
    border:1px solid #696969;
    color:white;
}

a.next-big{
    border:1px solid #ddd;
    font-size:18px;
    height:48px;
    padding:15px 80px;
    min-width:200px;
    border-radius:25px;
    font-weight:700;    
    margin-top:20px;
    text-decoration: none;
    transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
}
a.next-big:hover{
    background:#333;
    color:white;
}
a.next-big.portf{
    border:1px solid #696969;
    color:white;
}
a.next-big.portf:hover{
    background:#383838;
}


@media (max-width: 767.98px) { 
.pagination-lg > li > a, .pagination-lg > li > span{
        margin:3px;
    }
}

.thumbnail {border:0px;}

.masters.noshad, .portfolio.noshad, .offers.noshad {
    box-shadow:none;
}
/*==============  3. Topline  ============== */

#topline{
    margin-top:0px;
    font-size: 14px;
    margin-bottom: 30px;
}
#topline .languages{
    float:left;
    line-height: 40px;
    font-family: Raleway;
    font-size:14px;
    font-weight: 400;
    padding-top:6px;
}
#topline img{
    float:left;
    margin-right: 15px;
    width:208px;
}
.navbar-brand .mobile-logo{
    width:143px;
}
footer img.bottom-logo{
    width:208px;
}

#topline span{
    font-size: 18px;
}

#topline .loginbuttons{
    display: inline-block;
    float:right;
}
#topline .loginbuttons a.active{
    text-decoration: underline;
}
#topline .second-menu{
    text-align:right;
    display:block;
    margin-bottom:20px;
    margin-top:10px;
    padding-bottom: 10px;
    
}
#topline .second-menu a.first:before{
    content: url(../img/online.gif);
padding:5px;
}
#topline .second-menu a.first.gray:before{
    content: url(../img/users.gif);
padding:5px;
}
#topline .second-menu a{

    margin-left:10px;
    text-transform: uppercase;
}
#topline .second-menu a.first{
    margin-left:5px;
}
#topline .second-menu a.active{
    text-decoration: underline;
}
a.help-button{
border-radius:50%;
    font-size:20px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: inline-block;
    background:#efeeee;
    padding: 3px;
    color:#616361;
    margin-left:5px;
}
a.help-button:hover{
    text-decoration: none;
    background:#e4e4e4;
    
}

.loginbuttons .loged{
    padding:9px 10px;
    font-weight: 600;
}
.loginbuttons .btn-group .usermenu{
    border:0px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.loginbuttons .btn-group .usermenu li a{
    padding:5px 15px;;
}
.loginbuttons .btn-group i{
    margin-right:5px;
}

.loginbuttons .loged:hover, .loginbuttons .loged:focus, .loginbuttons .loged:active{
    border-color:#ccc !important;    background:#fff;
}
.loginbuttons .loged:hover i,.loginbuttons .loged:focus i,.loginbuttons .loged:active i{
    color:#ED679C;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background:#fff !important;

}
a.log_button{
    padding:8px;
    border:1px solid #a5a4a4;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
     margin-left:15px;
}
a.log_button:hover, a.log_button:focus, a.log_button:active{
    text-decoration: none;
    border-color:#000;

}
.reg_button{
    padding:8px 10px;
    background:#ED679C;
    border-radius: 4px;
    color:#fff;
    font-size: 16px;
    border:1px solid #ED679C;
     margin-left:5px;
}
.reg_button:hover, .reg_button:focus, .reg_button:active{
    text-decoration: none;
    background:#f674a6;
    color:#fff;
}
.modal-body.popover-content{
    width:100%;
}
.popover-content{
    text-align: center;
    width:250px;
}
.popover-content .login{
    background:#F5F5F5;
    border-radius:3px;
    border-top-color:#bababa;
    border:1px solid #D5D5D5;
}
.popover-content .form-group{
    margin-bottom:5px;
}
.popover-content .loginbutton{
    width:100%;
    margin-top:10px;
    background-color:#4ba5b0;
    border:none;
    color:#fff;
}
.popover-content .loginbutton:hover, .popover-content .loginbutton:focus,.popover-content .loginbutton:active{
    background-color:#4299a4;
    color:#fff;
}
.popover-content .register{
    display: block;
    margin-top:15px;
    margin-bottom:5px;
}
.popover-choose-login{
    width:100%;
    background:#333;
    padding:7px;
    border-radius:0;
    margin-bottom:10px;
    font-weight: 600;
    margin:5px;
    color:#fff;
}
.popover-choose-login:hover,.popover-choose-login:focus{
    color:#fff;
}
.popover-content .forgot{
    color:#9ea29c;
    font-size: 12px;
    margin-bottom:20px;
    display: block;
    
}
.forgot-loginpage{
     color:#9ea29c;
    display: block;
    margin-top: 20px;
}
a.btn-custom-fb{
    color:#fff;
    background-color:#6278b0;
    border:0px;
    margin-bottom:15px;
    margin-top:25px;
}
a.btn-custom-fb:hover,
a.btn-custom-fb:focus,
a.btn-custom-fb:active{
    background-color:#6e87c7;
    color:#fff;
}

.btn.btn-astabs{
    background-color:#e9ebee;
    border-color:#e9ebee;
    padding:12px 15px;
    font-weight: 600;
    margin-bottom: 5px;
    box-shadow:none;
}
.btn-default.btn-astabs.active, .btn-default.btn-astabs:active, .btn-default.btn-astabs:focus, .btn-default.btn-astabs:hover{
    background:#fff !important;
}
/*==============  3. New-USERMenu  ============== */

.new-usermenu{
    border-collapse: collapse;
    display: inline-table;
    table-layout: fixed;
    margin-bottom:-15px;

}
.new-usermenu a {
    display: table-cell;
    text-align: center;
    text-decoration: none;
    color: #666666;
    position: relative;
}

.new-usermenu a i {
    font-size: 36px;
    line-height: 1.2;
    color: #575656;
    display: block;
}
.new-usermenu a:hover i, .new-usermenu a:hover {
    color:#000;
}

.new-usermenu a span {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 1em !important;
    line-height:1.7;
}
.new-usermenu a+a {
    padding-left: 15px;
}
.new-usermenu a i.smaller{
    font-size: 32px;
}

.new-usermenu .dropdownblock{
     padding-left: 20px;
    position: relative;
}
.new-usermenu .dropdownblock .dropdown-menu{ 
right:0;
    left:initial;
}
.new-usermenu .dropdownblock .dropdown-menu>li>a{
    
  font-size:16px;
    padding:7px 15px;
}
.new-usermenu .dropdownblock .dropdown-menu>li{
    
border-bottom:1px solid #f1eded;
}

.usermenu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 28px;
    z-index: 10;
}
.usermenu:after {
    content: "";
    border-bottom: 12px solid #e4e2e2;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 26px;
    z-index: 9;
}
.new-usermenu .label-default{
    right:5px;
    position: absolute;
    padding: 6px;
    top:-6px;
    font-size: 14px;
    font-weight: 600;
    background-color:#ee6da0;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:27px;
    height:27px;
}
#user-menu-mobile .label-default{
    
       font-size: 14px;
    font-weight: 600;
    background-color:#ee6da0;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;  
        height:25px;
    width:25px;
}
.phorummenu .label-default{
    
       font-size: 12px;
    font-weight: 400;
    background-color:#ee6da0;
    border-radius: 10%;
    -moz-border-radius:10%;
    -webkit-border-radius:10%;
    padding:4px;
}

.usermenu li a i{
    float:left;
    display:inline;
    font-size: 24px;
    line-height: 2px;
}
/*==============  3.FORUMS  ============== */

.forumlist .comment-options{
    font-size:12px;
}
.forumlist hr{
    margin-top:7px;
    margin-bottom:15px;
    border-color:#efeaea;
}
.forumlist .about-cat{
font-size:12px;
    display: block;
}
.forumlist .about-cat3{
font-size:12px;
  color:#8a8a89;
    display:inline;
}
.forumlist .about-cat2{
font-size:14px;
    display: block;
}
.forumlist .cat-title{
    font-weight:600;
    font-size:18px;

}
.forumlist a.topic-title{
font-size:16px;
    font-weight: 600;
}

.forumlist .author-name{
    font-weight: 600;    
}
.forumlist input#reply_to{
    border:0;
    background:#f1f0f0;
    font-weight: 600;
    box-shadow:none;
    padding:0px;
}
.forumlist .bg{
    background:#f1f0f0;
    padding:10px;
    margin-bottom:30px;
}
.forumlist .counter{
    font-size: 24px;
    font-weight: 600;
}
.forumlist .quote{
    background:#f1f0f0;
    font-size: 10px;
    padding-left:10px;
    margin-left:30px;
    border-left:2px solid #e9ebee;
    margin-right:55px;
}
.sticky-icon{
    float:left;
}
.sticky-icon:before{
    content: "\f2a6";
      font-family: "Ionicons";
    margin-right:10px;
font-size: 24px;
    display:inline-block;
    float:left;
    color:#fa5fa3;   
}
.sticky-icon2:before{
    content: "\f2a6";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:#fa5fa3;  
    margin-right:5px;
    margin-left:5px;
}
.closed-icon{
    float:left;
}
.closed-icon:before{
    content: "\f392";
      font-family: "Ionicons";
    margin-right:6px;
font-size: 24px;
    display:inline-block;
    float:left;
    color:#fa5fa3;   
}
.closed-icon2:before{
    content: "\f3b5";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:#fa5fa3;   
}
.closed-icon3:before{
    content: "\f392";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:#fa5fa3;   
}
.attach-icon:before{
    content: "\f147";
      font-family: "Ionicons";
font-size: 18px;
    display:inline-block;
    color:#fa5fa3;   
}
.delete-icon:before{
    content: "\f252";
      font-family: "Ionicons";
font-size: 24px;
    display:inline-block;
    color:black;   
}
.attach-icon{
    display:inline;
}

.addphoto-forum{
    cursor: pointer;
}

.main-forum{
    padding:5px;
    border-bottom:1px solid #c9cac6;
   
}
.main-forum-bg{
    background: #f7f7f7;
    padding:10px;
}
.comment-options{
    color:#b1aeae;
    text-align: right;
}


/*==============  3. Menu  ============== */

.navbar-default{
    background-color:#4ba5b0;
    border:0px;
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    line-height: 44px;
    font-size:18px;
    font-weight: 300;
}
.navbar {
    min-height: 74px;
    margin-bottom:0px;
    border-radius:0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color:#fff;
  background:#409AA5;
}

.navbar-default .navbar-nav>li>a.active{
  color:#fff;
  background:#409AA5;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
      color:#fff;
  background:#409AA5;
}

.navbar-default .navbar-toggle{
    border-color:#4ba5b0;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color:#4ba5b0;
}
.navbar-brand{
    padding:19px 15px;
    height:74px;
}
.nav > li > a{
    padding:15px 10px;
}
.navbar-nav .open .dropdown-menu{
        color:#fff;
    background:#409AA5;
    }
#user-menu-mobile {
    background:#fff;
}
#user-menu-mobile .open .dropdown-menu>li>a{
        color:#333;
    background:#F5F5F5;
    }

#user-menu-mobile.navbar-nav>li>a{
      color:#333;
  background:#fff;
}
#user-menu-mobile.navbar-nav>li>a:focus, #user-menu-mobile.navbar-nav>li>a:hover{
  color:#333;
  background:#F5F5F5;
}
#bs-example-navbar-collapse-1{
    border-top:0;
    overflow-x:hidden;
}
.affix{
    top:0;
    width:100%;
    z-index:100;
}

/*==============  7. MIDDLE  ============== */


.middle-bg2{
    background: url(../img/headimage3.jpg) top center no-repeat;
    margin-top:50px;
}


#middle .slogan{
    height:190px;
    padding-top:50px;
    font-family:Raleway;
    font-size:26px;
    font-weight: 300;
    padding-right: 70px;
    color:#535252;
}
#middle .slogan span{
    margin-left: 620px;
    line-height: 32px;
    display: block;
}
.heading {
    margin-bottom:30px;
    margin-top:40px;
    text-align:center;
}
.heading.first{
    margin-top:0px;
}
.masters, .offers, .listings, .portfolio{
    padding-top:0px;
}
.masters{
    padding-bottom:30px;

}
.line{
        border-bottom:1px solid #eee;
}
.line i{
    font-size:16px;
    color:#4ca0aa;
}
.masters.line h1{
    display:inline-block;
}
.counters-top{
    margin-top:30px;
}
.counters-top span.count-big{
    font-size:34px;
    float:left;
    line-height:1;
}
.counters-top p{
    line-height:1;
    text-transform: uppercase;
    float:left;
    text-align:left;
    margin-left:10px;
    margin-top:5px;
    font-weight: 600;
}
.premium-portf{
    display:inline-block;
    background:#fa5fa3;
    font-size:12px;
    padding:3px;
    color:#fff;
    margin-left:5px;
}
/* ja vajag zimi virs bildem
*/
.masters.line .master-sign{
    height:32px;
    width:47px;
    background: url(../img/m.jpg) center center no-repeat;
    margin-right:auto;
    margin-left:auto;
}

.masters.line .master-nosign{
    height:32px;
    width:47px;
    margin-right:auto;
    margin-left:auto;
}


.masters h2{
    margin-bottom:0px;
    margin-top:10px;
}
.masters h2 a{
        font-size:18px;
    text-transform: none;
    font-weight: 400;
    word-wrap: break-word;

}
.masters h2 a:hover{
    text-decoration: none;
        color:#25A3B2;
}
.masters h2 a .online, .masters a i.online, .highlighted-user h2 i.online, .masters-profile .over h1 i.online, .seller-profile i.online, .masters h2 i.online{
    color:#8BD111;
    font-size:10px;
}
i.active-icon{
    color:#ee6da0;
}
.masters figcaption span{
    font-size:18px;
    color:#E8598C;
}
.masters figure{
    text-align:center;
    min-height:350px;
}
.masters figure img{
    display: inline;
}
.masters figcaption{
    text-align: center;
}
.masters figcaption p{
    margin:0px;
}

.offers {
    padding-bottom: 40px;
}

.offers h2{
    font-size:16px;
    text-transform: none;
    font-weight: 600;
    margin-top:0px;
    font-family:'Open Sans','Arial',sans-serif;
    margin-bottom:5px;
    word-wrap:break-word; 
}
.offers article, .portfolio article{
    display: block;
}
.offers figure{
    position: relative;
    min-height: 480px;
}

.offers .offer-author, .portfolio .offer-author{
    position:absolute;
    width: 50px;
    right:2px;
    top:2px;
    
}
.offers .offer-author.on:before, .portfolio .offer-author.on:before{
    content: "\f21b";
      font-family: "Ionicons";
    font-size: 12px;
    color:#8BD111;
    position: absolute;
    right:0px;
    
}

.offers .offer-author img, .portfolio .offer-author img{
    border-radius:50%;
    border:3px solid #fff;
}

.offers figcaption .btn-default{
    display: block;
    box-shadow:0 2px 2px 0 rgba(3,4,4,0.1);
    border-color:#ddd;
}
.offers figcaption .btn-default:hover{
    border:1px solid #bab8b8;
    background:none;

}
.offers figcaption {
    padding-top:20px;
    min-height: 150px;
       display: block;
   /* box-shadow:0 1px 2px 0 rgba(3,4,4,0.1);*/
    background:#fff;
    padding:10px 10px;
    border-radius:4px;

}
.offers figcaption.blogs-home {
    padding-top:20px;
    padding:12px 20px;

}

.offers figcaption p{
    margin:0px;
    font-size: 14px;
}
.offers figcaption .old{
    font-size:14px;
    text-decoration: line-through;
}
.offers figcaption .new{
    font-size: 16px;
    color:#f86ea5;
}
.offers figcaption i, .portfolio figcaption i{
    font-size:14px;
}

.viewmore{
    margin-top: 20px;
}
.viewmore .transp{
    background:none;
}
.view-premium{
    background:#ED679C;
    color:#fff;
    border-color:#ED679C;
    margin-top:-40px;
}

/*search boxes un slogani homepage */

.search-button{
    background-color:#ed679c;
    color:#fff;
    box-shadow:none !Important;
    border:0px;
}
.inner-slogan{
   font-family: Raleway;
    font-size:22px;
    font-weight:300;
    color:#535252;
    padding-top:50px;
     line-height:36px;
}
.homepage-filters .form-control{
    height:39px;
}
.homepage-filters .btn{
    line-height:26px;
}

.filters{
    margin-bottom:30px;
    
}

.big1{
    display: block;
    line-height: 38px;
    font-size: 28px;
    font-weight: 400;
}

/* autofill css*/

#user-list{
    z-index:1000;
    float:left;
    list-style:none;
    margin-top:-16px;
    padding:0;
    position: absolute;
border:1px solid #ccc;
}
#user-list li{
    padding: 10px; 
    background: #fff; 
    border-bottom: #ccc 1px solid;
}
#user-list li:hover{
    background:#ccc;
    cursor: pointer;
}

#filters{
    margin-bottom:15px;
}
.filters .form-control{
    border:1px solid #E0E0E0;
    border-radius: 5px;
    width: auto;
    display:inline-block;
    margin-right:10px;
    margin-top:5px;
        
}
.filters .price{
    width:85px;
}
.filters .cat{
    width:195px;
}
.filters .transp{
    background:none;
}
.filters .keyword{
    width:300px;
}
.showfilters{
    width:100%;
    text-align:center;
    display: block;
    margin-top:10px;
}
.showfilters a{
    border:1px solid #ddd;
    padding:10px;
    margin-bottom:10px;
    display: inline-block;
    border-radius:4px;
    font-weight: 700;
    font-size: 18px;
}
.showfilters a:hover, .showfilters a:active, .showfilters a:focus{text-decoration:none;border:1px solid #c2c2c2;color:#333;}

.portfolio {
    padding-bottom: 40px;
}
.portfolio article{
    display: block;
}
.portfolio figure{
    position: relative;
}
.portfolio figcaption .btn-default{
    display: block;
    box-shadow:0 2px 2px 0 rgba(3,4,4,0.1);
    border:0;
}
.portfolio figcaption {
       display: block;
    border-radius:4px;
    padding:0px 8px;
    height:50px;
}
.portfolio .details{
    padding-bottom:30px;
}
.comments-list .comment-post span{
    font-size:20px;
    color:#ed679c;
}
.views .favorite {
    line-height:24px !important;
}
.favorite{
    display:inline-block;
    float:left;
    line-height: 35px;
    
}

.favorite a:before{

    content: "\f387";
      font-family: "Ionicons";
    font-size: 20px;
    color:#E8598C;

}
.favorite a:hover, .favorite a:focus, .favorite a:active{
    text-decoration: none;
}
.favorite a:hover:before{
    content: "\f388";
    text-decoration: none;
}
.favorite.checked a:before{
        content: "\f388";
      font-family: "Ionicons";
    font-size: 20px;
    color:#E8598C;
    
}

figcaption .commentar{
    display:inline-block;
    float:right;
    line-height: 35px;
    
}

figcaption .commentar a:before{

    content: "\f3f9";
      font-family: "Ionicons";
    font-size: 20px;

}
figcaption .commentar a:hover,.portfolio figcaption .commentar a:focus,.portfolio figcaption .commentar a:active{
    text-decoration: none;
}
figcaption .commentar a:hover:before{
    content: "\f3f9";
    text-decoration: none;
}

a.next{float:right;}
a.next:before{
        content: "\f125";
      font-family: "Ionicons";
    font-size: 42px;
    color:#333;
}
a.next:hover{
    text-decoration: none;
}
a.next:hover:before{
    color:#E8598C;
}

a.prev:before{
        content: "\f124";
      font-family: "Ionicons";
    font-size: 42px;
    color:#333;
}
a.prev:hover{
    text-decoration: none;
}
a.prev:hover:before{
    color:#E8598C;
}

#comment {
    display:block;
    visibility:hidden;
    margin-top:-200px;
    padding-top:200px;
}
#send-message-form {
    display:block;
    visibility:hidden;
    margin-top:-230px;
    padding-top:230px;
}

.portfolio .offer-author img{
    border-radius:50%;
    border:3px solid #fff;
}
c

.listings {
    padding-bottom: 40px;
}
.bg-grey{
         background:#F6F6F6;
        padding-bottom:30px;
}
.bg-grey2{
         background:#F6F6F6;
}
.listings h2{
    font-size:14px;
    text-transform: none;
    margin-bottom:5px;
    font-family:'Open Sans';
}
.listings article{
    display: block;
}
.listings figure{
    position: relative;
}


.listings figcaption{
    min-height: 80px;
    text-align:center;
}
.listings figcaption p{
    margin:0px;
}
.listings .old, .offers .old{
    font-size:14px;
    text-decoration: line-through;
}
.listings .new, .offers .new{
    font-size: 16px;
    color:#f8619d;
}
.listings .regular, .offers .regular{
    font-size: 16px;
}

.listings i, .offers i, .blogs i{
    font-size: 20px;
}
.delete-image{
    display:block;
    text-align:center;
}
input.allowed {
    background:#fff;border:0;width:20px;color:#7F7F7F;
}
.btn-default{
    box-shadow:0 2px 2px 0 rgba(3,4,4,0.1);
}

.listing-desc h1{
    text-transform: none;
    margin-top:0px;
    word-wrap:break-word;
}
.listing-desc .new{
font-size:28px;
}
.listing-desc .old {
font-size:18px;
}
.listing-desc .regular {
font-size:28px;
    color:#f8619d;
}
.details {
margin-top:10px;
padding:15px;
    background: #f5f5f5;
    line-height: 16px;
    
}
.listing-desc .details .data {
font-weight: 600;
}
.listing-desc .views{
    display: block;
    color:#B1B0B0;
    font-size:12px;
    margin-top: 10px;
}
a.report i{
    color:#dfdddd;
   margin-left:10px;
}
.listing-desc .description {
margin-top:10px;
padding-top:10px;

}

.log_button{
    border:1px solid #ccc;
    box-shadow:0 2px 2px 0 rgba(3,4,4,0.1);
}
.log_button i{
    font-size:18px;
    color:#ed679c;
}

.listing-desc .buttons{
    text-align:left;
    display: block;
    margin-top:25px;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    
}
.listing-desc .buttons .favorite{
    float:none;
    margin-left:15px;
}
.listing-desc .seller-profile{
    margin-top:30px;
    margin-bottom:10px;
    padding-bottom:10px;
}
.listing-desc .seller-profile a.name{
    font-weight: 600;
    display: block;
}
.listing-desc .seller-profile span{
    font-size:20px;
    color:#ed679c;
}
.listing-desc .seller-profile p{
    margin-bottom:0px;
}
.listing-images .subpic-2{
    width:48%;
    float:left;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
    padding-bottom:99%;
}

.listing-images .subpic-2.last{
    margin-right: 0px;
    margin-bottom:15px;
}
.listing-images .subpic-3m{
    width:48%;
padding-bottom:99%;    
    float:left;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
}
.listing-images .subpic-3{
    width:49%;
padding-bottom:49%;    
    float:left;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
}

.listing-images .subpic-3.last{
    margin-right: 0px;
    margin-bottom:15px;
}
.listings .other-services{
    font-weight: 600;
    margin-top:10px;
    margin-bottom:20px;
}

/* Responsive TABULAI CSS */

 table#my-listings {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table#my-listings tr {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center;
  }


  table#my-listings th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
      text-align:center;
      font-weight: 600;
  }
 table#my-listings td:first-child {
      width:115px;
    }
table#my-listings .text-center{
          text-align:left !important;
      } 
table#my-listings .term{
          font-weight: 600;
      }
table#my-listings img{
          margin-top:10px;
      }
table#my-listings .pad{padding:10px;}

  @media screen and (max-width: 768px) {

      
    table#my-listings {
      border: 0;
    }

    table#my-listings thead {
      display: none;
    }

    table#my-listings tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }
   
    table#my-listings td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    padding-left:15px;
        padding-right:15px;
    }
   
    table#my-listings td:last-child {
      border-bottom: 0;
    }

    table#my-listings td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: 600;
    }
      table#my-listings .text-center{
          text-align:center !important;
      }

  }

/* FORUMAM Responsive TABULAI CSS */

 table#forumlist {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table#forumlist tr {
    border-bottom: 1px solid #eceded;
    padding-top: 5px;
    padding-bottom: 5px;
  }


  table#forumlist th {
    font-size: 12px;
      text-align:left;
      font-weight: 400;
  }
 table#forumlist td:first-child {
    text-align: center;
    }
.forumlist .author-name {
    display:block;
    
    }
.forumlist .profile-area{
    word-wrap:break-word;
    text-align: center;
}
.forumlist .profile-area .thumbnail{
    display:inline-block;
}
.forumlist .offers-post a.author-name{
    font-weight:400;
    display:inline-block;
    color:#acaaaa;
}
.forumlist .offers-post a.author-name:hover{
    color:#25A3B2;
}
.forumlist .offers-post i{
    font-size:18px;
    margin-right: 3px;
    display: none;
}
.forumlist .offers-post .topic-title{
    font-size:16px;
}
table#forumlist.front td .author-name{
     color:#e56da0;
}
 table#forumlist td.author {
    padding-top:10px;
    padding-bottom:10px;
     border:0px;
    }
table#forumlist .text-center{
          text-align:left !important;
      } 
table#forumlist .replies,table#forumlist .views {
          font-weight: 600;
    font-size: 24px;
      }
table#forumlist img{
          margin-top:10px;
      }
table#forumlist .pad{padding-left:10px;}

table#forumlist .author{
    width:17%;
}
table#forumlist .topic{
    width:54%;
}
table#forumlist .replies{
    width:7%;
}
table#forumlist .views{
    width:7%;
}
table#forumlist .last-reply{
    width:15%;
}
 table#forumlist.front td:first-child {
    text-align: left;
     padding-top:15px;
     padding-bottom: 15px;
    }
table#forumlist.front td.labels{
    font-size:12px;
    
}
table#forumlist.front td.topics-count{
    font-size:24px;
    font-weight: 600;
}

table#forumlist.front td.category{
    width:60%;
}
table#forumlist.front td.topics-count-title{
    width:10%;
}
table#forumlist.front td.last-topics{
    width:30%;
}
table#forumlist.front td.category h1{
    color:#b29b53;
}
      table#forumlist.front td .author-name, 
      table#forumlist td .author-name.last{
      display:inline;
          color:#e56da0;
      }
  @media screen and (max-width: 768px) {
      table#forumlist tr{
          border-bottom:0px;
     margin-bottom: 10px;
      display: block;
          background:#f3f3f3;
      } 
      table#forumlist.front tr.top-category{
          background:none;
      }       
      
      table#forumlist.front .last-active,  
      table#forumlist td .author-name.last{
          display:block;
          clear:both;
      } 
      
     .forumlist .author-name{
    display:block;
}

      
      table#forumlist.front td:first-child{
          padding-top:0px;
          padding-bottom:0px;
      }
table#forumlist.front tr{
    border-bottom: 0px;
}
      .forumlist h1{
    font-size:18px;
}
table#forumlist.front td.category, table#forumlist.front td.topics-count-title, table#forumlist.front td.last-topics{
    width:100%;
}
      table#forumlist.front td.topics-count{
          font-size: inherit;
          font-weight: inherit;
      }   
      
table#forumlist .author, table#forumlist .topic, table#forumlist .replies, table#forumlist .views, table#forumlist .last-reply
      {
          width:100%;
      }
    table#forumlist {
      border: 0;
    }

    table#forumlist thead {
      display: none;
    }

   
    table#forumlist td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px solid #e8e7e7;
    padding-left:15px;
        padding-right:15px;
    }
          table#forumlist.front td {
      border-bottom: 0px;

    }
      table#forumlist td.topic{
          text-align: center;
          
      }
    table#forumlist td:last-child {
      border-bottom: 0;
    }

    table#forumlist td:before {
      content: attr(data-label);
      float: left;
      color:#8f8f8f;

    }
      table#forumlist.front .text-center{
          text-align:right !important;
      }
table#forumlist .replies,table#forumlist .views {
          font-weight: 400;
    font-size: inherit;
      }  
      .forumlist .quote{
          margin-right:2px;
          margin-left:10px;
      }
  }
.subscribe-statistics table#my-listings{
    font-size:16px;
    border:1px solid #ddd;
    box-shadow:0 1px 1px rgba(0,0,0,.05);
}

.subscribe-statistics #my-listings th{
    font-size:12px;
    background:#e9ebee;
}
.subscribe-statistics #my-listings td:not(:first-child){
    text-align:center;
    padding:8px 0px;
}
.subscribe-statistics #my-listings td:first-child{
    text-align:left;
    width:150px;
    padding-left:10px;
}
.subscribe-statistics #my-listings i{
    color:#b9b9b9;
    font-size: 18px;
}
.subscribe-statistics #my-listings tbody i{
  display:none;
}
@media (max-width: 768px) { 
    
.subscribe-statistics table#my-listings{
    border:0;    
    }   
    
.subscribe-statistics #my-listings td:first-child{
    width:inherit;
    padding-left:0px;
}    
.subscribe-statistics #my-listings td:not(:first-child),.subscribe-statistics #my-listings td:first-child{
    text-align:right;
}
.subscribe-statistics #my-listings td:not(:first-child){
    font-size:16px;
} 
 .subscribe-statistics table#my-listings td:before{
        font-size:12px;
    } 
.subscribe-statistics #my-listings tbody i{
 display:inline;
}    
}
/* ===== MAILBOX =====  */

.mailbox .me {
    float:right;
    background:#474747;
    padding:10px 20px;
    border-radius:8px;
    margin:2px 0px;
    max-width:480px;
    position: relative;
    color:white;
}
.mailbox .me:after {
  content: url('../img/bubble.gif');
  position:absolute;
  right: -11px; 
  top: -5px;
}
/*
.mailbox .me.unread:before{
    content:"\f3c3";
    font-family: "Ionicons";
    position: absolute;
    left:-25px;
    font-size:20px;
}
*/
.mailbox .me .unread{
    float:left;margin-left:-90px;
}
.mailbox .me a{
    color:#fff;
}
.mailbox .client {
    background:#f1f0f0;
    padding:10px 20px;
    border-radius:8px;
    margin:2px 0px;
    max-width: 480px;
    float:left;
    position: relative;
}
.mailbox .client:before {
  content: url('../img/bubble2.gif');
  position:absolute;
  left: -13px; 
  top: -5px;
}
.mailbox #message{
    margin-top:10px;
}
.mailbox .label-default, .message-list .label-default{
   background-color:#cc5889; 
}

.mailbox .delete-image{
   float:right;
    margin-left:10px;
    font-size:20px;
    color:#808080;
    
}
.mailbox a.delete-image:hover{
    color:#333;
}

.mailbox .timeread{
    display:block;
    font-size:10px;
    color:#9fa0a1;
}
.mailbox #pages{float:right;}


.message-list p{
    font-size:13px;
    margin:0 0 5px;
}

.message-list .row{
    margin-bottom:5px;
    padding-top:5px;
}
.message-list .brd{    border-bottom:1px solid #ddd;}
.message-list .unread p, .message-list .unread {
    color:#333;
    font-weight:800;
}
.message-list .sent_date{
    font-size:11px;
    color:#b5b4b4;
    display:block;
}
.nav-pills .label-default {background-color:#f1709a;margin-left:5px;
       font-size: 14px;
    font-weight: 600;
    background-color:#ee6da0;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;  
    height:25px;
    width:25px;
}

.message-list .delete-image{
    display:inline-block;
    font-size:20px;
    margin-left:10px;
    color:#808080;
}

.message-list a.delete-image:hover{
    color:#333;
}

.mailbox-nav i{font-size:24px;margin-right:5px;}

a.choose-answers{
    padding:4px;
    border:1px solid #4c4c4c;
    display:block;
    margin-bottom:10px;
    line-height:20px;
    border-radius:6px;
}
a.choose-answers:hover{
    text-decoration: none;
    background:#fff7e1;
}
.unlocked-user a.choose-answers{
    display:inline-block;
 border-color:#b3b1b1;
    padding:7px 20px;
}
.unlocked-user a.choose-answers:hover{
    background:#f1f0f0;
}

span.new-option{
    position: absolute;
    top:-15px;
    right:15px;
    padding:0px 10px;
    color:white;
    border-radius: 10px;
    font-size: 12px;
    background:#ff7b0a;
}
span.new-option.mob{
  top:25%;
    right:40px;
}
/*==============  7. PAGES- profiles  ============== */

.filters-heading {
    margin-top:20px;
}
.heading-pages h1{
    margin-bottom:0px;
    margin-top:30px;
}
.heading-pages .breadcrumb{
    background:none;
    padding:8px 0px;
}

.viewmore ul a{
    border:1px solid #E8E7E7;
    color:#696666;
    font-size: 16px;
}
.viewmore ul a:hover,.viewmore ul a:focus,.viewmore ul a:active{
    color:#696666;
}

/*==============  3. HOW-WORK  ============== */
.slogan2{
    height:250px;
    padding-top:105px;
    font-family:Raleway;
    font-size:44px;
    font-weight: 300;
    color:#fff;
    text-align: center;
    text-shadow: 2px 2px #7a7a7a;
}
.how-work-titles{
    text-align: center;  
}

.how-work-titles h1{
    font-size:18px;
    margin-bottom:5px;
}
.how-work-titles i{
    font-size:28px;
    color:#7d7d7f;    
}
.iconline i{
    font-size:70px;
    color:#e75a92;
}
.iconline2 i{
    font-size:30px;
    color:#e75a92;
}
.iconline2 li {
    display: block;
    font-size:16px;
}

.iconline2 li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f3fd";
    font-family: 'Ionicons';
    font-size: 36px;
    float: left;
    margin-top: 0px;
    margin-left: -24px;
    color: #e75a92;
}

.iconline{
    text-align: center;
}

.iconline p,.iconline2 p{
    font-size:16px;
}
.middle-line{
    border-right:1px solid #ddd;
}
.iconline.box, .iconline2.box{
        padding-top:40px;
    padding-bottom:40px;
    min-height:300px;
}

.handbook{
    background: url(../img/headimage_book.jpg) top center no-repeat;
    height:270px;
    text-align:center;
    padding-top:80px;
    margin-bottom:-30px;

}
.handbook a{
                color:#fff;
    font-size:34px;
    text-decoration: none;
     text-shadow: 1px 1px #454242;
    font-family:Raleway;
    font-weight: 300;
}
.handbook a:hover{
    text-decoration: none;
    color:#ffa6c9;
}
.handbook i{
    display: block;
    font-size:52px;
    color:#fff;
}
/*==============  7. FLOW Page ============== */

.heart-flow:before{
          content: "\f388";
      font-family: "Ionicons";
    font-size: 52px;
    color:#E8598C;  
}
.heart-flow{
    margin-top:30px;
}
.star-flow{
    font-size: 40px;
    line-height:40px;
    color:#E8598C; 
    margin-top:30px;
}

/*==============  7. PREMIUM page ============== */
#premium-profile h4{
    font-size:16px;
    text-align: center;
    font-weight: 600;
    border-bottom:1px solid #ddd;
    margin-left:-10px;
    margin-right: -10px;
    padding-bottom: 15px;
}
#premium-profile .profile-box{
    border:1px solid #ddd;
    padding:10px;
}
#premium-profile ul{
    padding-left:20px;
}
#premium-profile p{
    text-align: center;
    font-size: 16px;
}
#premium-profile .price-box{
    margin-left:auto;
    margin-right: auto;
    padding:10px;
    text-align: center;
}

.paypal-button{
    font-size:16px;font-weight:600;background:#ebe9e9;
}

h1 .premium{
    background:#fa5fa3;
    font-size:12px;
    padding:5px;
    color:#fff;
    display:inline-block;
}
/*==============  7. SIDEBAR ============== */

#sidebar{
    padding-top:33px;
    padding-bottom:40px;
}
.top-baner{
    display:block;
    text-align: center;
    margin-left:-15px;
    margin-right:-15px;
}
#sidebar h2{
    text-transform: none;
    font-size: 20px;
}

.offers-post{
    border-bottom:1px solid #dadada;
    padding:10px 0px;
    color:#8a8a89;
}
.offers-post a.title{
    font-weight: 600;
    display: block;
    word-wrap:break-word;
}
.offers-post a.author{
    color:#bbb;
}
.offers-post a:hover, .offers-post a:focus, .offers-post a:active, .portfolio-post a:hover, .portfolio-post a:focus, .portfolio-post a:active {
    text-decoration:none;
    color:#25A3B2;
} 
.new-portfolio{
    display: block;
    margin-bottom:20px;
}
.portfolio-post a{
    display:block;
    padding-bottom:100%;
}
.portfolio-post{
    float:left;
    width:33.3%;
    border:2px solid #fff;
    border-radius:5px;
}
.portfolio-post.docs{
    width:25%;
}
.new-blogs{
    margin-top:30px;
}


/*==============  7. PROFILE  ============== */
.masters-about a.fb-mes{
    text-decoration:none;
}

.masters-profile{
    margin-bottom:20px;
    margin-top:0px;
}

.masters-profile.ups{
    font-weight:600;
    font-size: 24px;
    margin-top: 150px;
    text-align: center;
    margin-bottom:150px;
}
.coverimage{
    width:100%;
    padding:0;
    height:230px;
}
.overlay{
    width:100%;
    height:100%;
    margin:0px;
        padding:0px;
    background-color:rgba(0, 0, 0, 0.3);
}
.masters-profile .socials{
    float:right;
    margin-top:20px;
    margin-right:20px;
}

.masters-profile .over{
    margin-top:-115px;
}

.masters-profile .img-circle{
    border:5px solid #fff;
}

.masters-profile h1{
    margin-bottom:35px;
    font-size: 28px;
    color:#fff;
    margin-top: 70px;
}
.masters-profile .titles{
    font-size:16px;
    margin-bottom:0px;
    font-weight: 600;
}

.masters-about i{
    font-size:16px;
}
.masters-about a{
    text-decoration: underline;
}
.masters-about a:hover{
    text-decoration: none;
}
.masters-about .feedback-post a{
    text-decoration: none;
}
.masters-about .feedback-post a:hover{
    text-decoration: underline;
}
.masters-profile .lastseen{
    color:#a2a1a1;
    font-size:12px;
    margin-top: 20px;
    padding:0px 15px;
}
.masters-profile article{
    margin-left:20px;
}

.masters-profile figcaption{
    margin-top:10px;
    text-align: center;
}
.masters-profile figcaption a{
    font-size:26px;
    color:#E8598C;  
}
.masters-profile figcaption a:hover,.masters-profile figcaption a:focus,.masters-profile figcaption a:active{
    text-decoration: none;
    color:#333; 
    
}
.masters-profile .log_button{
    border:1px solid #ccc;
    box-shadow:0 2px 2px 0 rgba(3,4,4,0.1);
    font-weight: 600;
}
.masters-profile .log_button i{
    font-size:22px;
    color:#ed679c;
}
.masters-profile .buttons{
    margin-top:0px;    
}

#send-message{
    background:#F5F5F5;
    border:1px solid #ddd;
    padding:20px;
    margin-bottom:30px;
    box-shadow: 0 2px 2px 0 rgba(3,4,4,0.1);
}
#send-message .upper{
    text-transform: uppercase;
}
#send-message .form-control{
    width:100%;
    margin-top:0px;
}
#send-message .btn-default{
    float:right;
}
select#choose-service option:disabled {
    color: #ddd;

}

.masters-about{
    padding:10px 0;
}
.masters-about .profile-text{
    margin-bottom:30px;
}
.masters-about .panel-heading div{
    display: block;
    text-align: right;
}
.masters-about .list-group-item{
    font-weight:400;
}
.masters-about .list-group-item>.badge{
    font-weight: 400;
    background:none;
    color:#000;
    font-size:14px;
}
.masters-about .profile-alloffers{
    margin-bottom:30px;
}
.masters-about .profile-offer{
    border-radius:5px;
    margin-bottom:10px;
    width: 100%;
    background: #fed5dc;
}

.masters-about h3, .masters-allportfolio h3, .portfolio.profile h3, .listings.profile h3, .feedback h3, .followers h3{
font-size:18px;
    font-weight: 600;
    margin-top:0px;
}
.masters-about h3 a, .portfolio.profile h3 a, .listings.profile h3 a, .feedback h3 a, .followers h3 a{
    text-decoration: none;
}
.masters-about h3 a:hover, .portfolio.profile h3 a:hover, .listings.profile h3 a:hover, .feedback h3 a:hover, .followers h3 a:hover{
    text-decoration: underline;
}

.masters-about .profile-offer h4 a{
font-size:16px;
    font-weight: 600;
    margin-top:10px;
    text-transform: none;
    text-decoration: none;
}
.masters-about .profile-offer h4 a:hover{
    text-decoration: underline;
}
.masters-about .profile-offer .price{
    min-height: 115px;
    padding-top: 10px;
}
.masters-about .profile-offer .active-days{
    background:#cc5889;
    padding:4px;
    color:#fff;
    
} 
.masters-about .profile-offer .price .new{
    font-size: 20px;
    color:#d4477f;
    display: block;
}
.masters-about .profile-offer .price .old{
    font-size: 14px;
    text-decoration: line-through;
}
.masters-about .profile-listings .portfolio-post a{
    padding-top:77%;
    padding-left: 10px;
    text-decoration:none;
    padding-bottom:0px;
    color:#fff;
}
.masters-about .profile-listings .portfolio-post a .old{
    text-decoration: line-through;
    margin-top:-25px;
}
.masters-about .profile-listings .portfolio-post a .new{
    font-size:16px;
}

.masters-about .feedback{
    padding-top:10px;
}
.masters-about .feedback h3{
    float:left;
}
.masters-about .feedback-titles{
    width:100%;
    min-height: 30px;
}
.masters-about .feedback-titles a{ 
    text-decoration: none;
    float:right;
}
.masters-about .feedback-titles .btn-default:hover,.masters-about .feedback-titles .btn-default:focus,.masters-about .feedback-titles .btn-default:active{
      border:1px solid #000;
    background:none;
}
.masters-about .feedback-post{
    border-bottom:1px solid #ddd;margin-bottom:10px;
    padding-bottom:10px;
}
.masters-about .feedback-post p{
    margin-bottom:5px;
}
.masters-about .feedback-post span{
    font-size:20px;
    color:#ed679c;
}
.masters-about .feedback .viewall{
    text-align:center;
}
.masters-about #feedback-form-anchor{
    margin-top:-200px;
    padding-top:200px;
    display:block;
    visibility:hidden;
}
.masters-about #add-feedback-form{
    background:#F5F5F5;
    border:1px solid #ddd;
    padding:10px;
    margin-bottom:30px;
    margin-top:20px;
    box-shadow: 0 2px 2px 0 rgba(3,4,4,0.1);
}
.masters-about #add-feedback-form .checkbox, .radio{
    display: inline-block;
    
}
.masters-about #add-feedback-form .radio{
 color:#ed679c;
    font-size:20px;
}
.masters-about #add-feedback-form .form-control{
    width:100%;
}

.masters-about .new-blogs{
    margin-top:0px;
    margin-bottom:20px;
}
.masters-about .new-blogs a{
    text-decoration: none;
}
.followers figure{
    margin-bottom:20px;
}
.followers .followers-titles{
    width:100%;
    min-height:40px;
}
.followers .followers-titles h3{
    float:left;
}
.followers .followers-titles a{
    float:right;
}

/*==============  7. REGIST  ============== */

.registration .btn-custom-fb{
    padding:15px;
    font-size: 16px;
    margin:25px auto;
    width:80%;
    
}
.registration .form-control{
    margin-bottom:8px;
}
.registration span{
    font-weight: 600;
    padding:10px;
    background:#fff;
}
.registration .or-email:after{
    content:"";
    border-top:1px solid #ddd;
    display: block;
    margin-top:-12px;
    margin-bottom:35px;
}
.registration .or-email{
    margin-top:40px;
}

.registration label{
    margin-bottom:20px;
}



/*==============  7. Labot profilu  ============== */
.editprofile h3{
    font-size:18px;
    margin-top: 0px;
    font-weight: 600;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}
.editprofile label{
    font-weight: 600;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color:#F5F5F5;
    color:inherit;
}
.nav-pills{
    margin-bottom:30px;
}
.nav-pills>li>a{
    border-radius:0;
    border-bottom:1px solid #eee;
    padding:10px;   
    font-weight: 600;
}
.nav-stacked>li+li{
    margin-top:0px;
}
.nav-pills>li>a:hover{
    background-color:#F5F5F5;
    color:#000;
}
.editprofile .btn-group .btn:before{
       content: "\f372";
      font-family: "Ionicons";
    margin-right:6px;
font-size: 24px;       
}
.editprofile .btn-group .active:before{
       content: "\f373";
      font-family: "Ionicons";
    margin-right:6px;
font-size: 24px;      
} 

.editprofile .btn-group .btn.active, .editprofile .btn-group .btn:focus, .editprofile .btn-group .btn:active{
    box-shadow:none;
    
}

a i.inprofile{
    font-size:20px;
}
.did-docs{
    display:block;
    text-align:center;
    font-size:20px;}
.did-brand{
    font-size:20px;}
/*==============  7. Mani pakalpojumi  ============== */

.my-services h3{
    border:none;
    margin-top:15px;
}
    .my-services .panel-heading div{
    display: block;
    text-align: right;
}
.my-services .list-group-item{
    font-weight:400;
}
.my-services .list-group-item>.badge{
    font-weight: 400;
    background:none;
    color:#000;
    font-size:14px;
}
.my-services .list-group-item .title{
    font-weight:600;
    margin-left:10px;
}
.my-services .list-group-item i{
    font-size:20px;
    color:#4f4f4f;
}
select#service option:disabled {
    color: #dbdbdb;

}
.message-services{
    background:#f5f5f5;
    padding:15px;
}
/*==============  7. BLOGI  ============== */

.bloglist{
    margin-bottom:20px;
    padding-bottom:20px;
}
.blog-mainimage{
    padding-bottom:50%;width:50%;
}
.comments{
color:#ed679c;
}
.bloglist h2{
    font-size:22px;font-family:Raleway,Helvetica,Roboto,Arial,sans-serif;text-transform:none;font-weight:500;
}
.blog-details{
    font-size:12px;
}
.blog h1{
 font-size:22px;font-family:Raleway,Helvetica,Roboto,Arial,sans-serif;text-transform:none;font-weight:500;
}
.comments-titles {
    margin-top:30px;
}
.comments-titles h3{font-size:18px;font-family:'Open Sans','Arial',sans-serif;text-transform:none;font-weight:600;}
.comment-post{
    margin-bottom:20px;
    padding-bottom:20px;
}

/*==============  7. CMS  ============== */

.form-control.addprod{
    width:50%;margin-bottom:10px;

}

.ck-button label {
    float:left;
    
}

.ck-button label #cipars:before{
           content: "\f372";
      font-family: "Ionicons";
    margin-right:6px;
font-size: 24px;
}

.ck-button label #cipars {
    text-align:center;
    padding:5px;
    display:block;
    margin:3px;
    font-size:14px;
    font-weight:normal;
    border-radius:4px;
    cursor:pointer;
}
/*
.ck-button label #cipars:hover:before{       content: "\f373";
      font-family: "Ionicons";
    margin-right:6px;
    font-size: 20px;}
*/
.ck-button label input {
    position:absolute;
    top:-20px;
}

.ck-button input:checked + #cipars:before {
       content: "\f373";
      font-family: "Ionicons";
    margin-right:6px;
    font-size: 24px;
    
}
.cms-menu{
    background:#fff !important;
}
/*==============  7. FOOTER  ============== */
footer{
     background:#F6F6F6;
    min-height: 500px;
    padding-top:50px;
    text-align: center;
    margin-top:40px;
    
}
footer ul.links{
    list-style:none;
    padding:0px;
    display: block;
}
footer ul.links li{
    margin-right: 20px;
    display: inline-block;
    font-weight: 600;
}
footer h3{
    font-size:18px;
    text-transform: uppercase;
}
footer p{
    clear:both;
}
footer img{
    margin-bottom:20px;
    display: inline-block;
}

.footer-geolinks{
    margin-top:40px;
    margin-bottom:50px;
}
.footer-geolinks a{
    display:block;
    text-align:left;
    font-size:12px;
    color:#838384;
}
#mobile-login{
    position: fixed;
    bottom:0;
    width:100%;
    background:#fff;
    padding:5px;
    text-align: center;
    z-index: 10;
}
#mobile-login .loginbutton{
    border:1px solid #a5a4a4;
    border-radius: 4px;
    padding:5px;
    display: inline-block;
    font-size:16px;
    font-weight: 700;
}
#mobile-login .loginbutton:hover,#mobile-login .loginbutton:focus,#mobile-login .loginbutton:active{
    text-decoration: none;
    border:1px solid #333;
}

#mobile-login .registerbutton{
    border:1px solid #ED679C;
    background-color:#ED679C;
    border-radius: 4px;
    padding:5px;
    display: inline-block;
    font-size:16px;
    color:#fff;
    font-weight: 600;
}
#mobile-login .registerbutton:hover,#mobile-login .registerbutton:focus,#mobile-login .registerbutton:active{
    text-decoration: none;
    background-color:#F15895;
    border-color:#F15895;
}

#mobile-login.newmail a{
    text-decoration: none;
    font-weight:600;
    padding:7px 10px;
    background-color:#000;
    color:#fff;
}
#mobile-login.newmail .label-default{
    background-color:#ed679c;
}

/*==============  7. RESPONSIVE ============== */
/* ======== UZ MOBILE, TABLET UP TO 768 ======= */


@media (max-width: 767px){
    
    .inner-slogan .big2{
       font-size:20px;
    }
     .inner-slogan .big1{
        line-height:32px;
          font-size: 26px;
    }
    .mailbox .me .unread{
        margin-left:0px;
        margin-right:5px;
    }    
    .banner-pages-mobile{
    display:block;
}
    
    .banner-pages{
    display:none;
}
    
    .slogan2{
        font-size:28px;
    }
    .handbook a{
        font-size:26px;
    }
    
    .masters.line span.counter{
        margin-top:0px;
        float:none;
        display: block;
    }
    
    #conversions-box {
    display:none;
}
    
    #middle .slogan{
        padding-top:20px;
        padding-right: 0px;
        font-size:18px;
        padding-left:105px;
    }
    #middle .slogan span{
        margin-left:0px;
        line-height: 26px;
        text-align: right;
        font-weight: 500;
    }
       .affix{
        position: relative;
    }  
    
  #user-menu-mobile .open .dropdown-menu{
        color:#333;
    background:#F5F5F5;
      padding:0px 0px !important;
    }
    
    .listing-desc .buttons .favorite{
    display:block;
        text-align:center;
}
    
    .listing-images .subpic-2, .listing-images .subpic-3m{
    width:100%;
}
        .listing-images .subpic-3{
    width:100%;
    padding-bottom:99%;
}
    
     table#my-listings td:first-child {
      width:100%;
    }
    
    .navbar {
        min-height:60px;
    } 
    .navbar-brand{
        height:60px;
        padding:15px 15px;
    }
    .navbar-default .navbar-nav>li>a{
        line-height: 26px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#fff;
    }
    .form-control{
        width:100%;
    }
    #filters .form-control{
        margin-bottom:5px;
    }
    #filters .btn-default{
        width:100%;
        margin-top:5px;
    }
      .navbar-uright{
        float:left !important;
    }


    .portfolio figure{
        /* min-height:400px; */
        text-align:center;
    }
    .filters .keyword{
    width:100%;
}
    .masters figure{
        min-height: 330px;
    }
    .offers figure{
        min-height:530px;
        text-align:center;
    }
    .listings figure{
        text-align:center;
    }
.form-control.addprod{
    width:100%;margin-bottom:10px;
    display: inline;
}
            .navbar-2{
        float:none !important;
    }
    
.inner-slogan{
    padding-bottom:90px;
    line-height:28px;
}    
}

@media (max-width: 450px) /* special smaller */{
    
      .slogan2{
        font-size:24px;
    }
    .tab-pane.masters h2 a{
        font-size:12px;
    }
    
    .blog-mainimage{
        padding-bottom:98%;width:100%;
    }
        .my-services .list-group-item>.badge{
        float:none;
        display:block;
    }
       .offers figure{
        min-height:435px; 
    }
           .portfolio figure{
       /* min-height:410px; */
    }
        .masters-profile .buttons a.log_button{
       width:100%;
        margin-left:0px;
           margin-bottom:10px;
    }
     .listing-desc .buttons a.log_button{
       width:100%;
        margin-left:0px;
           margin-bottom:10px;
         text-align: center;
    }
    .masters-about .list-group-item>.badge{
     float:none;   
    }
    .masters-about .panel-heading span{
        float:none;
    }
    .masters-about #add-feedback-form .radio{
        display:block;
    }
}
@media (max-width: 330px) /* special smaller */{
           .portfolio figure{
        min-height:290px; 
    }
    .masters figure{
        min-height: 250px;
    }
}
/* =========768 AND UP ============ */
@media (min-width: 768px){
    
    #middle .slogan span{
        margin-left:320px;

    }
        .navbar-collapse{
        padding-right:0px;
        padding-left:0px;
    }
    
           .navbar-2{
        float:left!important;
    }
    .navbar-2 .dropdown-menu{
        right:0;
        left:auto;
    }
         .offers figure{
        min-height:465px; 
    }
            .portfolio figure{
        min-height:330px; 
    }
    .servicemenu .dropdown:hover .dropdown-menu {
   display: block;
}
    .navbar-2 .dropdown:hover .dropdown-menu {
   display: block;
}
    .widemenu{
        padding:15px;
        border:0;
        width:855px;
    }
    .widemenu:before{
         content: "";
        border-bottom:12px solid #fff;
        border-right:12px solid transparent;
        border-left:12px solid transparent;
        position:absolute;
        top:-7px;
        left:34px;
        z-index:9;
    }
    .smallmenu:before{
         content: "";
        border-bottom:12px solid #fff;
        border-right:12px solid transparent;
        border-left:12px solid transparent;
        position:absolute;
        top:-7px;
        left:34px;
        z-index:9;
    }
    .smallmenu2:before{
         content: "";
        border-bottom:12px solid #fff;
        border-right:12px solid transparent;
        border-left:12px solid transparent;
        position:absolute;
        top:-7px;
        right:35px;
        z-index:9;
    }      
    .dropdown-menu.widemenu >li{
        float:left;
        width:260px;
        margin-right: 10px;
    }
    .dropdown-menu.widemenu>li>a{
        padding:10px 20px;
        border-top:1px solid #eee;
    }

    .smallmenu{
        padding:15px;border:0;
    }
    .smallmenu2{
        padding:15px;border:0;
    }    
    .dropdown-menu.smallmenu>li>a{
         padding:10px 20px;
        border-bottom:1px solid #eee;
    }
    .dropdown-menu.smallmenu2>li>a{
         padding:10px 20px;
        border-bottom:1px solid #eee;
    }    
}

/* ========== < 990 ========= */
@media (max-width: 990px){

    #topline .languages{
        font-size:17px;
    }
       .masters-profile figure{
        text-align:center;
    }
    .masters-profile h1{
        text-align:center;
        color:#333;
        margin-top:130px;
        margin-bottom: 5px;
    }
    .masters-profile .socials{
        margin-right:0px;
    }
    .masters-profile p{
        text-align:center;
    }
    .masters-profile .buttons{
        float:none;
        text-align: center;
        margin-top:0px;
     
    }
    .masters-profile .lastseen{
        margin-top:10px;
        float:none;
        text-align: center;
    }
    .masters-about .profile-alloffers{
        margin-top:20px;
    }
    .masters-about .profile-offer{
        padding:10px;
    }
    .masters-about .profile-offer .price .old{
        display: block;
    }
    .masters-about .profile-offer .active-days, .masters-about .profile-offer .price .new, .masters-about .profile-offer .price .old{
        text-align: center;
    }
    .masters-about .feedback-titles a{
        float:none;
        width:100%;
        margin-bottom:15px;
    }
    .masters-about .feedback{
        padding-top:25px;
    }
    .masters-profile article{
        margin-left:0px;
    }
    
}

/* ========== 990 AND < ========= */
@media (min-width: 990px){
         .offers figure{
        min-height:400px; 
    }
             .portfolio figure{
        min-height:225px; 
    }
      #middle .slogan span{
        margin-left:455px;

    }
}

/* ========= < 1200  ======= */
@media (max-width: 1200px){
    .masters-profile .buttons{
        margin-top:0px;
    }
}


/* ========= 1200 AND < ======= */    

@media (min-width: 1200px){
      #middle .slogan span{
        margin-left:580px;

    }
            .navbar-2{
        float:right!important;
                
    }
           .offers figure{
        min-height:410px; 
    }
             .portfolio figure{
        min-height:260px; 
    }
    
}