/*---for ui.css---*/
.cl-white{
  color: #fff !important;
}

.cl-pink {
  color: #f22074;
}

.fs60{
  font-size:   60px !important;
  line-height: 64px !important;
  color:       #f22074;
}
.fs30{
  font-size:   30px !important;
  line-height: 36px !important;
}
.lp_fs_36{
  font-size:   36px !important;
  line-height: 42px !important;
}
.lp_fs_42{
  font-size:   42px !important;
  font-weight: 500 !important;
}
.lp_fs_26{
  font-size:   36px !important;
  font-weight: 500 !important;
}
.lp_fs_24_fw100{
  font-size:   24px !important;
  font-weight: 100 !important;
}
.lp_fw500{
  font-weight: 500;
}

.lp_fs_24_fw600{
  font-size:   24px !important;
  font-weight: 600 !important;
}
/*---main---*/
#get_clients.plain-version .text-heading{
  padding-top: 0px !important;
}
.plain-version .text-heading{
  padding-top: 0px important;
}
.text-heading{
  position:    relative;
  width:       100%;
  left:        0;
  right:       0;
  padding-top: 0px important;
}
.section{
  padding: 60px 0 80px 0 !important;
}
#nav-menu{
  margin-left: 65px !important;
}
#get_clients{
  margin-top: 60px !important;
  background: url(https://surfearner.com/images/lp2-bg-2.jpg) no-repeat center 74px !important;
}
.new_with_check{
  display:         flex;
  justify-content: center;
  height:          255px;
}
.first_list_new{
  list-style: none;
}
.first_list_new li{
  text-align:    left;
  font-size:     24px;
  line-height:   30px;
  margin-bottom: 8px;
}
.first_list_new li i:before{
  color:     #56a848;
  font-size: 30px;
  margin:    0 10px 0 0;
}
#get_clients .first_list_new li{
  font-weight: 300;
}
.new_brace{
  position: relative;
  top:      -40px;
}
.new_with_check p{
  position: relative;
  display:  flex;
  height:   50px;
  top:      103px;
}
#generator, .static-header{
  background:              url('../img/background/low_poly_background.jpg?2') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;
  background-size:         cover;
  background-attachment:   fixed !important;
  min-height:              1155px;
  position:                relative;
}
#landing-page .plain-version.static-header{
  min-height: auto !important;
}
.hero_new_content{
  display:    block;
  text-align: center;
}
#cross_platform .cross_platform{
  font-weight: 300;
}
#hero .btn{
  font-weight: 300;
}
#hero .btn span span{
  position: static;
}
.browsers_new_{
  display:         flex;
  justify-content: center;
  margin:          42px 0 47px 0;
  padding:         0;
}
.browsers_new_ img{
  width:        100px;
  height:       100px;
  margin-right: 26px;
}
._white_btn{
  position:       relative;
  height:         80px;
  border:         2px solid #fff !important;
  background:     rgba(255, 255, 255, 0.1) !important;
  font-size:      30px !important;
  text-transform: none !important;
  padding:        0 30px !important;
  line-height:    77px;
}
._white_btn span{
  position: relative;
  top:      -3px;
}
._white_btn img{
  position:     relative;
  top:          12px;
  width:        50px;
  height:       50px;
  margin-right: 17px;
}
._white_btn .img_2_{
  position:   absolute;
  left:       30px;
  transform:  scale(0, 0);
  transition: .2s ease-in-out;
  z-index:    1;
}
#hero a:hover .img_2_{
  transform:  scale(1, 1);
  transition: .2s ease-in-out;
  z-index:    1;
}
#hero a:hover{
  transition: none !important;
}
#hero span{
  transition: none !important;
}
._white_btn:hover{
  background: #fff !important;
  border:     2px solid #fff !important;
  color:      #f22074 !important;
}
#step_by_step_table{
  counter-reset: steps;
}
#step_by_step_table .cells{
  position: relative;
  margin:   0 0 20px;
}
.cells{
  display:         flex;
  flex-direction:  row;
  justify-content: flex-start;
}
#step_by_step_table .cells:before{
  content:     "";
  position:    absolute;
  border-left: 1px solid #6c6c6c;
  margin:      20px 0 0 25px;
  height:      100%;
}
#step_by_step_table .cell-l_new{
  width:  496px;
  margin: 0 24px 0 40px;
}
#step_by_step_table .cell-r_new{
  width:           373px;
  display:         flex;
  justify-content: center;
}
#step_by_step_table div.cell-l_new:before{
  content:               counter(steps);
  counter-increment:     steps;
  position:              absolute;
  left:                  0;
  min-width:             50px;
  height:                50px;
  line-height:           48px;
  font-size:             36px;
  text-align:            center;
  color:                 #333;
  background:            #fff;
  border:                1px solid #6c6c6c;
  border-radius:         25px 25px 25px 25px;
  -o-border-radius:      25px 25px 25px 25px;
  -ms-border-radius:     25px 25px 25px 25px;
  -moz-border-radius:    25px 25px 25px 25px;
  -icab-border-radius:   25px 25px 25px 25px;
  -khtml-border-radius:  25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
}
#step_by_step_table .cell-l_new .desc{
  font-style:  italic;
  color:       #9a9a9a !important;
  font-size:   14px;
  line-height: 18px;
  padding:     6px 0 0;
}
.cells .cell-l_new .title_new{
  font-size:   24px;
  line-height: 30px;
  font-weight: 300;
  color:       #333;
  text-align:  left;
  margin:      12px 0 0 29px;
  width:       512px;
}
.cells .cell-l_new .title_new a{
  color:           #f22074;
  text-decoration: underline;
}
#step_by_step_table .cells:last-child:before{
  content:  "";
  position: absolute;
  border:   none;
}
#step_by_step_table .cells:last-child{
  position: relative;
  margin:   0;
}
#payments{
  background: #fffffd !important;
}
#payments .payout_methods_title{
  font-weight: 300;
}
#payments h2 span{
  font-size: 42px;
}
#payments[data-items-bg="1"] .items tr:nth-child(odd),
#payments[data-items-bg="0"] .items tr:nth-child(even ){
  background-color: #f8f8f8;
}
#payments .items td{
  font-weight: 300;
}
#payments td.item-user,
#payments td.item-eps{
  position:     relative;
  padding-left: 50px;
  text-align:   left;
}
#payments td.item-user{
  padding-left: 60px;
}
#payments td.item-eps{
  padding-left: 80px;
}
#payments td.item-eps img{
  width:    16px;
  position: relative;
  top:      2px;
  left:     -6px;
}
.string{
  display:         flex;
  justify-content: center;
}
#payments{
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 225, 0) 0%, rgba(255, 255, 225, 0) 80%, rgb(239, 235, 226) 100%),
              url("https://surfearner.com/images/lp2-bg-4.jpg") center 494px no-repeat,
              #fffffd !important;
}
#How_it_work{
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 225, 0) 0%, rgba(255, 255, 225, 0) 80%, rgb(239, 235, 226) 100%),
              url("https://surfearner.com/images/lp2-bg-3.jpg") center center no-repeat !important;
}
.payments_1{
  margin-top: 50px;
}
.payments_1_table{
  overflow:        hidden;
  margin:          50px 0;
  display:         flex;
  justify-content: center;
}
#payments .payments_1_table{
  height: 0;
}
#payments[data-ready="1"] .payments_1_table{
  height: 562px;
}
.payments_1 table{
  width:        860px;
  border-right: 1px solid #333;
  line-height:  50px;
}
#payments .payments_1_table tr{
  height:             0;
  line-height:        0;
  overflow:           hidden;
  -webkit-transition: all .4s;
  -moz-transition:    all .4s;
  -o-transition:      all .4s;
  transition:         all .4s;
}
#payments .payments_1_table tr[data-ready="1"]{
  height:      50px;
  line-height: 50px;
}
.payments_1 table tr td img{
  position: relative;
  top:      6px;
}
.methods_payment .payments_1_table .fa-paypal{
  color: #0064af;
}
.methods_payment .payments_1_table i:before{
  position:  absolute;
  font-size: 16px;
  margin:    -13px 0px 0px -22px;
}
.head_tr_{
  font-size:      18px;
  height:         51px;
  text-align:     center;
  vertical-align: middle;
  background:     #333;
  color:          #fff;
}
#payments .head_tr_{
  font-weight: 300;
}
#payments .head_tr_ td{
  z-index:    2;
  position:   relative;
  background: #333;
}
.payments_1 table tr{
  font-size:  16px;
  height:     51px;
  text-align: center;
}
.payments_1 table tbody tr:last-child{
  border-radius: 0 0 2px 2px;
  border-bottom: 1px solid #c3c3c3;
}
.first_tr_{
  background:    #fff;
  border-left:   1px solid #c3c3c3;
  border-right:  1px solid #c3c3c3;
  border-bottom: 1px solid #e5e5e5;
}
.second_tr_{
  background:    #f8f8f8;
  border-left:   1px solid #c3c3c3;
  border-right:  1px solid #c3c3c3;
  border-bottom: 1px solid #e5e5e5;
}
.header_secondary{
  font-weight: 300;
  font-size:   24px;
}
.partnership_new{
  display:         flex;
  justify-content: center;
}
#partnership_new .fs18 a{
  text-decoration: underline;
}
#partnership_new .fs18 a:hover{
  text-decoration: none;
}
#partnership_new td{
  font-weight: 300;
}
#partnership_new .head_tr_ td{
  font-weight: 400;
}
.position_1{
  position: relative;
  top:      75px;
}
.cl_green_1_lp{
  color: #56a848 !important;
}
.partnership_new table{
  width:        900px;
  border-right: 1px solid #333;
  line-height:  50px;
}
.partnership_new table tbody tr:last-child{
  border-radius: 0 0 2px 2px;
  border-bottom: 1px solid #c3c3c3;
}
.partnership_new table tr td img{
  vertical-align: middle;
}
.partnership_new table tr{
  height:     51px;
  text-align: left;
  font-size:  16px;
}
.partnership_new table tr i{
  font-size: 18px;
}
.partnership_new .head_tr_{
  font-size:   18px;
  font-weight: 600;
}
.partnership_new table td{
  padding-left: 30px;
}
.partnership_new table td i{
  padding-right: 10px;
}
.partnership_new .fa-check{
  color: #56a848;
}
.partnership_new .fa-arrow-right{
  color: #046fbf;
}
#partnership_new{
  background: url("https://surfearner.com/images/lp2-bg-5.jpg") center 16px no-repeat;
}
#partnership_new .container .fs18.center.mb80{
  margin-top: 14px;
}
#partnership_new .profit-wrapper{
  font-weight: 300;
}
#partnership_new .profit{
  position:        relative;
  display:         flex;
  align-items:     center;
  justify-content: center;
}
#partnership_new .profit_profit{
  opacity:            0;
  top:                -85px;
  -webkit-transition: all .3s;
  -moz-transition:    all .3s;
  -o-transition:      all .3s;
  transition:         all .3s;
}
#partnership_new .profit:hover .profit_profit{
  opacity: 1;
  top:     -100px;
}
#partnership_new .profit_profit img{
  border-radius: 5px;
}
/**/
/**/
/**/
.calculator_new_lp{
  width:         930px;
  height:        auto;
  padding:       50px;
  background:    #fafafa;
  border:        1px solid #c3c3c3;
  border-radius: 10px;
  margin:        0 auto;
}
.first_string{
  display:         flex;
  justify-content: space-between;
}
.first_string p{
  color:      #333 !important;
  text-align: left !important;
}
.col2{
  text-align: left;
}
#how_much{
  background:              url('../img/background/low_poly_background.jpg?2') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;
  background-size:         cover;
  background-attachment:   fixed !important;
  min-height:              1155px;
  position:                relative;
}
#how_much .calculator_new_lp,
#how_much .registration{
  font-weight: 300;
}
#how_much .registration-link a{
  font-weight: 400;
}
#how_much .static-header{
  background: none !important;
}
#how_much .field{
  background:    #f8f8f8;
  border:        1px solid #c6c6c6;
  border-radius: 3px;
  width:         302px;
  height:        48px;
}
#how_much .field .minus, #how_much .field .plus{
  color:       #000;
  opacity:     .5;
  width:       46px;
  cursor:      pointer;
  line-height: 52px;
}
#how_much .field .text{
  width:        208px;
  border-left:  1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  background:   #fff;
}
#how_much .second_string{
  width:      100%;
  right:      auto;
  text-align: right;
}
#how_much .ss_right{
  display:      inline-block;
  margin:       0;
  padding-left: 10px;
}
#how_much #inputPeople{
  display: inline;
  width:   60%;
}
#how_much #people-after{
  display:     inline;
  width:       40%;
  line-height: 44px;
  color:       #0090c5;
  cursor:      default;
}
.line_right{
  width:         470px;
  float:         right;
  border-top:    1px solid #c3c3c3;
  margin-bottom: 26px;
}
.second_string{
  display:  inline-block;
  position: relative;
  right:    -64px;
}
.ss_left{
  font-size:   30px;
  color:       #000;
  line-height: 48px;
}
.ss_right{
  font-size:   30px;
  color:       #56a848;
  line-height: 48px;
  margin-left: 130px;
}
.trheed_string{
  position:      relative;
  width:         830px;
  height:        auto;
  padding:       16px 20px 20px 20px;
  border:        1px solid #6c6c6c;
  border-radius: 5px;
  background:    #FFF;
}
.trheed_string:before{
  content:    ' ';
  position:   absolute;
  background: url("https://surfearner.com/images/svg/angle_up.svg");
  width:      25px;
  height:     25px;
  top:        -13px;
  left:       388px;
}
.trheed_string p{
  line-height: 22px;
  text-align:  left;
  color:       #333 !important;
  font-size:   16px;
}
.ts_line{
  width:      200px;
  border-top: 1px solid #c3c3c3;
  margin:     20px 0;
}
#hello_newpeople{
  background: url("https://surfearner.com/tpl/assets_new/img/get_clients/people.jpg") center center no-repeat;
}
.new_people table{
  width:        860px;
  border-right: 1px solid #333;
  line-height:  50px;
}
.new_people table{
  width:       860px;
  line-height: 50px;
  position:    relative;
}
.new_people table .head_tr_{
  font-size: 18px;
}
.new_people table tr{
  text-align: center;
}
.new_people table .first_tr_{
  text-align: center;
  font-size:  16px;
}
.new_people table .second_tr_{
  text-align: center;
  font-size:  16px;
}
.new_people table tr td img{
  position: relative;
  top:      6px;
}
.new_people table tr td i:before{
  position:  absolute;
  font-size: 16px;
  margin:    -13px 0px 0px -30px;
}
.new_people table tr td .fa-user-plus{
  color: #f00;
}
.new_people table tr td .fa-paypal{
  color: #0064af;
}
.new_people table tr td .fa-chrome{
  color: #fa6126;
}
.new_people table tr td .fa-money-bill-alt{
  color: #56a848;
}
.new_people table tbody tr:last-child{
  border-radius: 0 0 2px 2px;
  border-bottom: 1px solid #c3c3c3;
}
#footer{
  background:              url('../img/background/low_poly_background.jpg?2') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;
  background-size:         cover;
  background-attachment:   fixed !important;
  position:                relative;
}
.footer-menu{
  color:           #fff;
  font-size:       14px;
  padding:         30px 0 0;
  display:         flex;
  flex-direction:  row;
  justify-content: space-around;
  align-items:     flex-start;
  flex-wrap:       nowrap;
}
.footer-menu ul li:first-child span{
  padding:       0 0 10px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.footer-menu ul{
  list-style: none;
}
.footer-menu ul li:first-child{
  font-size: 16px;
  cursor:    default;
  margin:    0 0 15px;
}
.footer-menu ul li{
  padding:     1px 0;
  font-weight: 300;
}
.footer-menu ul li{
  padding:     1px 0;
  font-weight: 300;
}
#footer a{
  color: inherit;
}
.footer .footer-content{
  margin-left: 23px !important;
}
.footer-menu ul li a{
  text-decoration: none;
}
.copyright{
  color:          #fff !important;
  font-size:      14px !important;
  padding:        0;
  font-weight:    300 !important;
  display:        inline-block;
  line-height:    31px;
  vertical-align: top;
}
/**/
/**/
/**/
input[type=checkbox]{
  display: inline-block;
}
/**/
/**/
/**/
.footer-menu a{
  float:       none;
  margin-left: 0;
}
/**/
/**/
/**/
[data-browser-install] [data-browser]{
  display: none;
}
[data-browser-install][data-browser="chrome"] [data-browser="chrome"]{
  display: inline;
}
[data-browser-install][data-browser="firefox"] [data-browser="firefox"]{
  display: inline;
}
[data-browser-install][data-browser="opera"] [data-browser="opera"]{
  display: inline;
}
[data-browser-install][data-browser="yandex"] [data-browser="yandex"]{
  display: inline;
}
[data-browser-install][data-browser="unknown"] [data-browser="unknown"]{
  display: inline;
}
/**/
/**/
/**/
section.aban_example{
  z-index:            100;
  width:              100%;
  position:           fixed;
  left:               0;
  top:                0;
  border-bottom:      #ebebeb solid 2px;
  background-color:   #fff;
  -webkit-transition: all .5s;
  -moz-transition:    all .5s;
  -o-transition:      all .5s;
  transition:         all .5s;
  -webkit-transform:  translateY(-105%);
  -moz-transform:     translateY(-105%);
  -ms-transform:      translateY(-105%);
  -o-transform:       translateY(-105%);
  transform:          translateY(-105%);
}
section.aban_example[data-opened="1"]{
  -webkit-transform: translateY(0);
  -moz-transform:    translateY(0);
  -ms-transform:     translateY(0);
  -o-transform:      translateY(0);
  transform:         translateY(0);
}
/**/
section.aban_example a{
  width:           100%;
  height:          100%;
  display:         flex;
  align-items:     center;
  justify-content: center;
}
section.aban_example i{
  position: absolute;
}
/**/
section.aban_example i.timer{
  line-height: 24px;
  left:        30px;
  font-size:   24px;
  color:       red;
}
/**/
section.aban_example i.up{
  width:       0;
  height:      100%;
  position:    relative;
  display:     flex;
  align-items: center;
}
section.aban_example i.up > span{
  width:        80px;
  height:       100%;
  padding-left: 15px;
  display:      flex;
}
section.aban_example i.up > span span{
  width:    47px;
  height:   50px;
  position: relative;
  display:  inline-block;
}
section.aban_example i.up > span span:before{
  content:             '';
  width:               100%;
  height:              100%;
  position:            relative;
  display:             inline-block;
  background-image:    url('/tpl/assets_new/img/arrow-up.png');
  background-position: center center;
  background-repeat:   no-repeat;
  -webkit-transition:  all .5s;
  -moz-transition:     all .5s;
  -o-transition:       all .5s;
  transition:          all .5s;
}
section.aban_example i.up:hover > span span:before{
  -webkit-transform: translateY(-10px);
  -moz-transform:    translateY(-10px);
  -ms-transform:     translateY(-10px);
  -o-transform:      translateY(-10px);
  transform:         translateY(-10px);
}
/**/
section.aban_example i.down{
  width:               16px;
  height:              10px;
  right:               10px;
  top:                 10px;
  display:             inline-block;
  background-image:    url('/tpl/assets_new/img/arrow-down.png');
  background-position: center center;
  background-repeat:   no-repeat;
}
/**/
#popup_over .row .col-lg-12{
  text-align: center;
}
/**/
#popup_over h3{
  font-weight: 400;
}
/**/
#popup_content .referer {
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #FFFFFF;
}
#popup_over .popup_content{
  text-align:  left;
  margin:      0 !important;
  font-weight: 500;
}
#popup_over .popup_content .outer{
  margin: 30px;
}
/**/
#popup_over .style-new .popup-footer{
  border-top: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding:    25px 30px;
}
/**/
#popup_over .popup_over.hidden{
  opacity: 0 !important;
}
#popup_over .popup_div.mini{
  width: 270px;
}
/**/
#popup_over .popup_div.mini .popup_title{
  font-size:   14pt;
  background:  #1A73AA;
  color:       #fff;
  font-weight: normal;
  margin-top:  -24px;
  padding:     3px;
  text-align:  left;
}
/**/
#popup_over .popup_div.mini .popup_content{
  margin: 0;
}
/**/
/**/
/**/
#popup_over .sep-h{
  border-bottom: 1px solid #f4f4f4;
  width:         100%;
  clear:         both;
}
/**/
/**/
/**/
#popup_over .icon_browser{
  list-style: none;
  width:      100%;
  clear:      both;
  margin:     15px 0;
}
#popup_over .icon_browser li{
  display:        inline-block;
  vertical-align: middle;
  text-align:     center;
  width:          120px;
}
#popup_over .icon_browser a{
  width:   71px;
  height:  71px;
  display: inline-block;
}
#popup_over .icon_browser a:hover{
  opacity: .9;
}
#popup_over .icon_browser .chrome{
  background: url('/images/browser/chrome.png') no-repeat 0 0;
}
#popup_over .icon_browser .firefox{
  background: url('/images/browser/firefox.png') no-repeat 0 0;
}
#popup_over .icon_browser .opera{
  background: url('/images/browser/opera.png') no-repeat 0 0;
}
#popup_over .icon_browser .yandex{
  background: url('/images/browser/yandex.png') no-repeat 0 0;
}
#popup_over .not-support .icon_browser{
  margin:     20px auto 0px auto;
  text-align: center;
}
#popup_over .icon_browser .hover{
  visibility: hidden;
  font-size:  14px;
}
#popup_over .icon_browser li:hover .hover{
  visibility: visible;
}
/**/
/**/
/**/
#popup_over .link_browser{
  list-style: none;
  width:      100%;
  clear:      both;
  margin:     0;
}
#popup_over .link_browser li{
  display:        inline-block;
  vertical-align: middle;
}
#popup_over .link_browser a{
  padding: 0 20px 0 0;
  display: block;
}
/**/
/**/
/**/
#login-form h3,
#register-form h3{
  text-align: center;
}
#login-form .soc_bt,
#register-form .soc_bt{
  text-align: left;
}
#login-form #rules,
#register-form #rules{
  position: relative;
  left:     -5px;
  top:      2px;
  margin:   0;
}
#login-form input[type=checkbox] + label,
#register-form input[type=checkbox] + label{
  margin-right: 0;
  font-size:    14px;
}
#login-form .pass-forgot,
#register-form .pass-forgot{
  text-align: center;
}
#login-form .popup-footer,
#register-form .popup-footer{
  text-align: center;
}
/**/
/**/
/**/
._tooltip{
  pointer-events:     none;
  position:           absolute;
  display:            flex;
  background:         #fff;
  border:             1px solid #828282;
  border-radius:      5px;
  -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow:    0 0 10px -2px rgba(0, 0, 0, 0.6);
  box-shadow:         0 0 10px -2px rgba(0, 0, 0, 0.6);
}
._tooltip:after, ._tooltip:before{
  content:  " ";
  width:    0;
  height:   0;
  position: absolute;
  top:      100%;
  left:     50%;
  border:   solid transparent;
}
._tooltip:after{
  margin-left:      -20px;
  border-color:     rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width:     20px;
}
._tooltip:before{
  margin-left:      -21px;
  border-color:     rgba(130, 130, 130, 0);
  border-top-color: #828282;
  border-width:     21px;
}
/**/
/**/
/**/
nav.navigation,
nav.navigation .container{
  -webkit-transition: all .4s;
  -moz-transition:    all .4s;
  -o-transition:      all .4s;
  transition:         all .4s;
}
nav.navigation.fixmenu-stick{
  top: -30px;
}
nav.navigation.fixmenu-stick .container{
  top: 15px;
}
/**/
nav.navigation .navigation-brand .brand-logo .logo{
  background: url('/tpl/assets_new/img/icons/se-logo.svg?2') 0 0 no-repeat;
}
nav.navigation.fixmenu-stick .navigation-brand .brand-logo,
nav.navigation.fixmenu-stick .navigation-brand .brand-logo .logo{
  height:             43px;
  -webkit-transition: all .4s;
  -moz-transition:    all .4s;
  -o-transition:      all .4s;
  transition:         all .4s;
}
nav.navigation.fixmenu-stick .navigation-brand .brand-logo .logo{
  position: relative;
  top:      3px;
}
/**/
.navigation-header .navigation-bar a{
  font-weight:        400 !important;
  -webkit-transition: all .3s;
  -moz-transition:    all .3s;
  -o-transition:      all .3s;
  transition:         all .3s;
}
.navigation-header .navigation-bar-left a:hover {
  color: #f22074 !important;
}
/**/
.navigation-bar.navigation-bar-right .active a{
  font-weight: 400 !important;
  color:       #df4281;
  border:      1px solid #df4281;
}
.navigation-header .navigation-bar > li.active > a{
  border-bottom: 2px solid #f22074;
  font-weight:   700;
}
