@font-face{
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face{
  font-family: Lato;
  src: url(../fonts/Lato-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face{
  font-family: Lato;
  src: url(../fonts/Lato-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face{
  font-family: Lato;
  src: url(../fonts/Lato-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

@font-face{
  font-family: Lato;
  src: url(../fonts/Lato-Black.ttf);
  font-weight: 900;
  font-style: normal;
}

@font-face{
  font-family: Lato;
  src: url(../fonts/Lato-BlackItalic.ttf);
  font-weight: 900;
  font-style: italic;
}

@font-face{
  font-family: Oswald;
  src: url(../fonts/Oswald-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

@font-face{
  font-family: Oswald;
  src: url(../fonts/Oswald-HeavyItalic.ttf);
  font-weight: 900;
  font-style: italic;
}

.lato{
  font-family: Lato;
}

.oswald{
  font-family: Oswald;
}

.regular{
  font-weight: 400;
}

.bold{
  font-weight: 700;
}

.black{
  font-weight: 900;
}

.italic{
  font-style: italic
}

body,html{
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #701c35;
}

*{
  box-sizing: border-box;
}

p{
  margin: 0;
}

a{
  text-decoration: none;
  color: initial;
}

img{
  vertical-align: bottom;
}

a,p,div,img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  user-drag: none; 
}

/*clearfix*/
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/******************************* container ***************************************/

.container{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/******************************* header ***************************************/

.header{
  width: 100%;
  position: relative;
  background-color: #701c35;
  display: table;
  z-index: 9999
}

.logocont{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 13px 45px;
}

.logocont a img{
  width: 147px;
}

.navbar{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 425px;
}

.nav{
  display: inline-block;
  padding: 0 7px;
  vertical-align: middle
}

.navbar .nav a{
  color: #e1c7ac;
  font-size: 14px;
}

.navbar .nav a{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar .nav:not(#searchico) a:hover{
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #fff;
  color: #701c35
}

.selectednav a:hover{
  text-shadow: none!important;
  color: #fff!important
}

.navbar .nav.selectednav a{
  color: #fff;
}

#searchico{
  padding: 0 15px;
  position: relative
}

#searchico img{
  width: 15px
}

.search{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.search input{
  padding: 3px 10px;
  width: 250px;
  font-size: 14px
}

.expandmenu{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
  display: none
}

.expandmenu img{
  width: 30px;
}

.orderbtncont1 {
    width: 50%;
    text-align: center;
    padding: 45px 0;
    margin:0 auto;
}

.orderbtncont1 .wbtn_shad:hover {
    cursor: pointer;
}

@-webkit-keyframes navanim{
  from{
    transform: translateY(-100%)
  }
  to{
    transform: translateY(0px);
  }
}

@-moz-keyframes navanim{
  from{
    transform: translateY(-100%)
  }
  to{
    transform: translateY(0px);
  }
}

@keyframes navanim{
  from{
    transform: translateY(-100%)
  }
  to{
    transform: translateY(0px);
  }
}

.anim_head_fromtop{
  -webkit-animation: navanim 0.5s ease-in-out;
  -moz-animation: navanim 0.5s ease-in-out;
  animation: navanim 0.5s ease-in-out;
}

/******************************* container_inner ***************************************/

.container_inner{
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

/******************************* HOME PAGE ***************************************/
/***************** part1 *****************/

.home_part1{
  width: 100%;
  background-image: url(../images/header-img_1.jpg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative
}

.home_part1_inner{
  padding: 80px 50px;
}

.home_part1 p{
  text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 9px #fff, 0 0 12px #fff
}

.home_part1 .p1{
  color: #393939;
  font-size: 30px;
  padding-bottom: 30px;
}

.home_part1 .p2{
  color: #701c35;
  font-size: 17px;
  padding-bottom: 30px
}

.home_part1 .p2 span{
  color: #393939
}

.home_part1 .p3{
  color: #701c35;
  font-size: 16px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 525px;
}

.home_part1 .p4{
  color: #393939;
  font-size: 18px;
}

.home_part1 .p5{
  color: #701c35;
  font-size: 16px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 540px
}

#wbtnh2{
  margin-left: 60px;
}

/***************** part2 *****************/

.home_part2{
  width: 100%;
  padding: 40px 50px;
  background-color: #393939;
}

.home_part2_inner{
  width: 100%;
  display: table;
}

.hp2_left{
  display: table-cell;
  vertical-align: middle;
}

.hp2_left p{
  font-size: 24px;
}

.hp2_left .p1{
  color: #701c35;
  text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 9px #fff, 0 0 12px #fff
}

.hp2_left .p2{
  color: #fff;
}

.hp2_left .p3{
  color: #e1c7ac;
}

.hp2_left .p4{
  color: #fff;
  text-decoration: underline
}

.hp2_left .p4:hover{
  text-decoration: none
}

.hp2_left .p5{
  color: #fff
}

.hp2_left .p6{
  color: #e1c7ac
}

.hp2_right{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 210px
}

/***************** part3 *****************/

.home_part3{
  width: 100%;
  padding: 40px 50px;
}

.home_part3_inner{
  width: 100%;
  display: table;
}

.hp3_left{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.hp3_left_inner{
  width: 100%;
  padding-right: 35px
}

.hp3_left .p1{
  font-size: 30px;
  color: #e1c7ac;
  padding-bottom: 25px;
}

.hp3_left .p2, .hp3_left .p3{
  font-size: 16px;
  color: #701c35;
  padding-bottom: 25px
}

.hp3_left .p4{
  font-size: 16px;
  color: #701c35;
}

.hp3_right{
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

.hp3_right img{
  width: 100%;
  max-width: 500px
}

/***************** part4 *****************/

.home_part4{
  width: 100%;
  padding: 0 50px;
}

.home_part4_inner{
  display: table;
  width: 100%;
}

.hp4_left{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center
}

.hp4_left img{
  width: 249px;
}

.hp4_right{
  display: table-cell;
  width: 50%;
  padding-left: 40px;
  vertical-align: middle;
}

.hp4_right .p1{
  font-size: 30px;
  color: #e1c7ac;
  padding-bottom: 25px;
}

.hp4_right .p2, .hp4_right .p3{
  font-size: 16px;
  color: #701c35;
  padding-bottom: 25px
}

.hp4_right .p4{
  font-size: 16px;
  color: #701c35;
}

/***************** part5 *****************/

.home_part5{
  width: 100%;
  padding: 0 35px;
}

.home_part5_inner{
  width: 100%;
  padding: 25px 20px;
  background-color: #e1c7ac;
}

.just{
  font-size: 30px;
  color: #fff;
}

.hp5_table{
  width: 100%;
  display: table;
}

.hp5_left{
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding-right: 30px;
}

.hp5_right{
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding-right: 10px;
}

.hp5_table p{
  position: relative;
  padding: 20px 0 20px 42px;
  background-image: url(../images/man_woman.png);
  background-size: 29px auto;
  background-repeat: no-repeat;
  background-position: left 5px top 17px;
  color: #701c35;
  line-height: 1.5;
  font-size: 16px
}

/***************** part6 *****************/

.home_part6{
  width: 100%;
  padding: 60px 50px 80px;
}

.home_part6_inner{
  width: 100%;
  display: table;
}

.hp6_left{
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.cincl{
  font-size: 30px;
  color: #e1c7ac;
  padding-bottom: 10px
}

.hp6otkac{
  font-size: 16px;
  color: #701c35;
  line-height: 1.5;
  padding: 15px 0 15px 50px;
  background-image: url(../images/check_ico.png);
  background-size: 27px auto;
  background-repeat: no-repeat;
  background-position: left 5px top 17px
}

.hp6_right{
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: right
}

.hp6_right_inner{
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 15px 10px 0;
  text-align: left;
}

.hp6_right_inner img{
  width: 100%;
}

.hp6_right_inner p{
  color: #701c35;
  line-height: 1.5;
  font-size: 16px;
  padding: 15px 0
}

/***************** part7 *****************/

.home_part7{
  width: 100%;
  padding: 40px 50px;
  background-color: #e1c7ac
}

.home_part7_inner{
  width: 100%;
  display: table;
}

.hp7_left{
  display: table-cell;
  vertical-align: middle;
}

.hp7_left p{
  font-size: 24px;
  max-width: 805px
}

.hp7_left .p1{
  color: #701c35;

}

.hp7_left .p2{
  color: #000;
}

.hp7_left .p4{
  color: #701c35;
  text-decoration: underline
}

.hp7_left .p4:hover{
  text-decoration: none
}

.hp7_left .p5{
  color: #000
}

.hp7_left .p6{
  color: #701c35
}

.hp7_right{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 210px
}

/***************** part8 *****************/

.home_part8{
  width: 100%;
  padding: 60px 50px 35px;
}

.home_part8_inner{
  width: 100%;
  display: table
}

.hp8_left,.hp8_midd,.hp8_right{
  display: table-cell;
  padding-top: 75px;
  position: relative;
  width: 33.33%;
  vertical-align: top;
}

.hp8heads{
  position: absolute;
  top: 0;
  font-size: 18px;
  max-width: 300px;
}

.hp8_left{
  padding-right: 34px;
}

.hp8_midd{
  padding-left: 17px;
  padding-right: 17px;
}

.hp8_right{
  padding-left: 34px
}

.hp8latos{
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 25px;
  color: #701c35
}

/***************** part9 *****************/

.home_part9{
  width: 100%;
  padding: 60px 50px;
}

.home_part9_inner{
  width: 100%;
  display: table;
}

.hp9_left{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.hp9_left img{
  width: 100%;
  max-width: 500px;
}

.hp9_right{
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding-left: 55px
}

.hp9_right_inner{
  width: 100%;
  max-width: 415px;
  padding: 0;
}

.hp9_right .p1{
  font-size: 30px;
  color: #e1c7ac;
  padding-bottom: 35px;
}

.hp9_right .p2{
  font-size: 18px;
  color: #701c35;
  padding-bottom: 25px;
}

.hp9_right .p3{
  font-size: 16px;
  color: #701c35;
  padding-bottom: 25px;
  line-height: 1.5
}

.hp9_right .p4{
  margin: 0;
  padding: 0 0 25px 25px;
  color: #701c35;
  font-size: 16px;
  line-height: 1.5
}

.hp9_right .p5{
  font-size: 16px;
  color: #701c35;
  line-height: 1.5
}

.mobbtn{
  display: none;
  width: 100%;
}

/***************** part10 *****************/

.home_part10{
  width: 100%;
  display: table;
  padding-bottom: 50px;
}

.hp10_left,.hp10_right{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center
}

/******************************* TESTIMONIALS PAGE ***************************************/

.naslov{
  width: 100%;
  padding: 35px 50px;
  background-color: #e1c7ac;
}

.naslov p{
  font-size: 30px;
  color: #fff
}

.testimonials{
  width: 100%;
  display: table;
}

.testi_left,.testi_right{
  width: 50%;
  display: table-cell;
  padding: 0 50px
}

.testi_single{
  width: 100%;
  border: 1px solid #222;
  padding: 0 20px;
  margin: 40px 0
}

.malecont{
  width: 100%;
  text-align: center;
  padding: 30px 0
}

.malecont img{
  width: 85px;
}

.testi_text{
  font-size: 16px;
  color: #212121;
  line-height: 1.5
}

.testi_potp{
  font-size: 16px;
  padding: 40px 5px
}

.testiname{
  color: #701c35;
}

.testiaddress{
  color: #000
}

/******************************* CONTACT PAGE!!! ***************************************/

.contact{
  width: 100%;
  display: table
}

.contact_left,.contact_right{
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 70px 50px 150px;
}
.contact_left p{
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

#sendemail{
  width: 100%;
  max-width: 350px;
  text-align: left;
}

#sendemail p{
  padding-top: 15px
}

#sendemail input,#sendemail textarea{
  font-size: 16px;
  color: #000;
  padding: 3px 7px;
  width: 100%;
}

.contact_right{
  text-align: right;
}

.contact_right_inner{
  width: 100%;
  max-width: 380px;
  display: inline-block;
  text-align: left
}

.contact_right_inner p{
  color: #000;
  font-size: 16px;
}

.contact_right_inner .p1{
  padding-bottom: 20px
}

.contact_right_inner .p2{
  padding: 5px 0
}

.contact_right_inner .p3{
  padding: 20px 0;

}

.contact_right_inner .p3 a{
  color: #701c35;
  text-decoration: underline
}

.contact_right_inner .p3 a:hover{
  text-decoration: none
}

/******************************* ORDER PAGE!!! ***************************************/

.order{
  width: 100%;
}

.order_inner{
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
  padding: 35px 0 70px
}

.order_header{
  width: 100%;
  background: -webkit-linear-gradient(#04070A, #565E83);
  background: -o-linear-gradient(#04070A, #565E83); 
  background: -moz-linear-gradient(#04070A, #565E83); 
  background: linear-gradient(#04070A, #565E83); 
  position: relative;
  padding: 6px 20px;
}

.order_header p{
  font-size: 35px;
  color: #e1c7ac
}

.order_header p img{
  width: 50px;
  transform: scale(2,2)
}

.order_promopics{
  width: 100%;
  margin-top: 10px;
  display: table
}

.promopic{
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
}

.promopic img{
  width: 100%;
}

.order_table{
  width: 100%;
  display: table;
  margin-top: 30px
}

.order_left{
  display: table-cell;
  width: 50%;
  padding-right: 30px;
  vertical-align: top;
}

.youtube_container{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube_container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.yesgiveme{
  width: 100%;
  text-align: center
}

.yesgiveme p, .yesgiveme img{
  vertical-align: middle;
}

.yesgiveme img{
  width: 50px;
  margin-top: -5px
}

.yesgiveme p{
  font-size: 24px;
  color: #701c35;
  padding: 30px 10px
}

.isprekidana{
  width: 100%;
  border: 4px dashed #701c35;
  padding: 15px
}

.isprekidana p{
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0;
}

.moneybackstamp{
  width: 100%;
  display: table;
  margin: 25px 0;
}

.mbs_left{
  width: 100px;
  display: table-cell;
  vertical-align: middle
}

.mbs_right{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.mbs_right_inner{
  display: inline-block;
  width: 100%;
  max-width: 305px
}

.mbs_right_inner p{
  font-size: 14px;
  line-height: 1.3;
  padding-left: 10px
}

/***************** order-right *****************/

#cinfo{
  position: relative
}

#order_form{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  top: -135px
}

.order_right{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.order_headlines{
  color: #000;
  font-size: 18px;
  padding-bottom: 20px
}

.order_text{
  color: #000;
  font-size: 16px;
  line-height: 1.4
}

.order_divider{
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px
}

.order_divider span{
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.of_table{
  width: 100%;
  display: table;
  margin: 15px 0
}

.of_row{
  display: table-row;
  width: 100%;
}

.of_left{
  display: table-cell;
  width: 160px;
  vertical-align: middle;
  padding: 3px 0
}

.of_right{
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0
}

select,option,input{
  width: 100%;
  font-size: 18px;
  padding: 2px 5px
}

.of_right_inner{
  display: block;
  width: 100%;
}

#exp_month{
  width: 49%;
  max-width: 130px;
  float: left;
}

#exp_year{
  width: 49%;
  max-width: 130px;
  float: right;
}

#sec_code{
  max-width: 60px;
  text-align: left;
}

.badges{
  width: 100%;
  display: table;
  margin-bottom: 20px
}

.badge1{
  display: table-cell;
  vertical-align: middle
}

.badge1 img{
  width: 90px;
}

.badge2{
  display: table-cell;
  vertical-align: middle
}

.badge2 img{
  width: 125px
}

.cene{
  width: 100%;
  padding: 0 15px 20px;
}

.cene p{
  display: inline-block;
}

.cene .order_headlines{
  float: left;
  padding-bottom: 0
}

.cene .cena{
  float: right;
  font-size: 18px
}

#desnacena1{
  color: #d80000;
  text-decoration: line-through
}

#desnacena2{
  color: #009a00
}

.orderbtncont{
  width: 100%;
  text-align: center;
  padding: 45px 0
}

.orderbtncont button{
  cursor: pointer
}


/******************************* BTNS!!! ***************************************/

.wbtn{
  font-size: 18px;
  display: inline-block;
  padding: 11px 30px;
  background-color: #fff;
  color: #701c35;
  border: 3px solid #701c35;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wbtn:hover{
  color: #fff;
  background-color: #701c35;
}

.rbtn_shad{
  font-size: 18px;
  display: inline-block;
  padding: 11px 30px;
  background-color: #701c35;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 1px 1px 3px #000, 1px 1px 5px #222, 2px 2px 7px #111, 2px 2px 9px #111, 2px 2px 12px #111;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.rbtn_shad:hover{
  color: #701c35;
  background-color: #fff;
  box-shadow: none;
  transform: translate(2px,2px)
}

.wbtn_shad{
  font-size: 18px;
  display: inline-block;
  padding: 11px 30px;
  background-color: #fff;
  color: #701c35;
  border: 3px solid #701c35;
  box-shadow: 2px 2px 7px #999, 2px 2px 9px #999, 2px 2px 12px #999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wbtn_shad:hover{
  color: #fff;
  background-color: #701c35;
  box-shadow: none;
  transform: translate(2px,2px)
}

.sendbtn{
  font-size: 18px;
  display: inline-block;
  padding: 3px 30px;
  background-color: #701c35;
  color: #fff;
  border: 2px solid #701c35;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 35px
}

.sendbtn:hover{
  color: #701c35;
  background-color: #fff;
}


/******************************* footer ***************************************/

.footer{
  width: 100%;
  background-color: #2f2f2f;
}

.footer_inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding: 40px;
}

.footer_inner p{
  color: #fff;
  font-size: 12px;
}

.bottomlinks{
  width: 100%;
  display: table;
  text-align: left
}

.featuredlinks,.quicklinks{
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 65px;
  text-align: left;
}

.featuredheadline{
  color: #e1c7ac;
  font-size: 24px;
  padding-bottom: 35px;
}

.feat-down{
  width: 330px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7
}

.feat-down p a{
  color: #e1c7ac;
  text-decoration: underline;
}

.feat-down p a:hover{
  text-decoration: none;
}

.quicklinks ul{
  padding: 0 0 0 20px;
  display: block;
  list-style-type: disc;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin: 0
}

.quicklinks ul li a{
  color: #fff;
  text-decoration: none;
}

.quicklinks ul li a:hover{
  text-decoration: underline
}

/******************************* media ***************************************/

@media screen and (max-width: 950px){
  .home_part1_inner{
    background-color: rgba(255,255,255,0.4)
  }
  .home_part6_inner,.hp6_left,.hp6_right{
    display: block;
    width: 100%;
    padding: 0
  }
  .hp6_right{
    text-align: center;
    padding-top: 15px
  }
  .home_part8_inner{
    display: block;
    width: 100%;
  }
  .hp8_left,.hp8_midd,.hp8_right{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 75px 0 0;
  }
  .hp8_left,.hp8_midd{
    margin-bottom: 35px
  }
  .home_part9{
    padding: 0;
    background-image: url(../images/img_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .home_part9_inner{
    padding: 60px 50px;
    display: block;
    background-color: rgba(255,255,255,0.5)
  }
  .hp9_left{
    display: none;
  }
  .hp9_right{
    display: block;
    width: 100%;
    padding: 0;
  }
  .hp9_right_inner{
    margin: 0 auto
  }
  .hp9_right .p1{
    color: #701c35
  }
  .home_part10{
    display: none
  }
  .mobbtn{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 35px
  }
  .testi_left,.testi_right{
    padding: 0 15px
  }
  .contact_left,.contact_right{
    padding: 50px 25px
  }
}

@media screen and (max-width: 800px){
  .bottomlinks{
    display: block;
  }
  .featuredlinks,.quicklinks{
    display: block;
    width: 100%;
  }
  .quicklinks{
    padding-top: 0
  }
  .home_part3{
    padding: 0;
    background-image: url(../images/boykissgirl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
  }
  .home_part3_inner{
    padding: 40px 50px;
    background-color: rgba(255,255,255,0.8)
  }
  .hp3_left_inner{
    width: 100%;
    display: block;
  }
  .hp3_right{
    display: none;
  }
  .hp3_left{
    width: 100%;
    display: block;
  }
  .hp3_left_inner{
    padding: 0;
  }
  .hp3_left .p1{
    color: #701c35
  }
  .hp5_table{
    width: 100%;
    display: block
  }
  .hp5_left,.hp5_right{
    display: block;
    padding: 0;
    width: 100%;
  }
  .testi_left,.testi_right{
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 0 50px;
    margin: 0 auto
  }
  .order_table,.order_left,.order_right{
    display: block;
    width: 100%;
  }
  .order_left{
    padding-right: 0
  }

  .of_table{
    max-width: 450px;
    margin: 15px auto
  }
  .badges{
    max-width: 400px;
    margin: 0 auto 20px
  }
  .moneybackstamp{
    max-width: 410px;
    margin: 25px auto
  }
  .order_inner{
    max-width: 600px
  }
}

@media screen and (max-width: 730px){
  .home_part2_inner{
    display: block;
  }
  .hp2_left{
    display: block;
    width: 100%;
  }
  .hp2_right{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px
  }
  .hp2_left p{
    font-size: 18px
  }
  .home_part7_inner{
    display: block;
  }
  .hp7_left{
    display: block;
    width: 100%;
  }
  .hp7_right{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px
  }
  .hp7_left p{
    font-size: 18px
  }
  .contact{
    display: block;
    text-align: center
  }
  .contact_left,.contact_right{
    display: inline-block;
    width: 100%;
    max-width: 380px;
    text-align: left
  }
}

@media screen and (max-width: 675px){
  .logocont{
    padding: 13px 30px;
  }
  .logocont a img{
    width: 80px
  }
  .expandmenu{
    display: table-cell;
    width: 65px;
    vertical-align: middle
  }
  .navbar{
    width: 100%;
    display: block;
    position: absolute;
    top: 72px;
    left: 0;
  }
  .nav{
    display: block;
    max-width: 96%;
    text-align: right;
    padding: 0;
    margin: 2px 2%;
    min-height: 29px;
  }
  .nav a{
    padding: 5px 15px;
    background-color: #2f2f2f;
  }
  #searchico a{
    vertical-align: middle
  }
  .search{
    right: 60px;
    top: 40%
  }

}

@media screen and (max-width: 600px){
  .home_part4{
    padding: 0;
    background-image: url(../images/transparent_woman.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .home_part4_inner{
    display: block;
    width: 100%;
    padding: 40px 50px;
    background-color: rgba(255,255,255,0.6)
  }
  .hp4_left{
    display: none;
  }
  .hp4_right{
    display: block;
    width: 100%;
    padding: 0
  }
  .hp4_right .p1{
    color: #701c35
  }
}

@media screen and (max-width: 535px){
  #wbtnh1{
    margin: 0;
  }
  #wbtnh2{
    margin: 30px 0;
  }
  .testi_left,.testi_right{
    padding: 0 15px;
  }
}

@media screen and (max-width: 498px){
  .order_header p{
    font-size: 20px
  }
  .order_header p img{
    width: 35px
  }
}

@media screen and (max-width: 436px){
  .feat-down{
    width: 100%;
    max-width: 330px;
  }
  .home_part6{
    padding: 60px 25px
  }
  .order_promopics,.promopic{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px auto 10px
  }
}

@media screen and (max-width: 400px){
  .footer_inner{
    padding: 20px
  }
  .home_part5{
    padding: 0 10px
  }
  .home_part9_inner{
    padding: 50px 25px
  }
  .naslov{
    padding: 25px 30px
  }
  .testi_left,.testi_right{
    padding: 0 5px;
  }
  .testi_single{
    padding: 0 10px
  }
  .malecont{
    padding: 15px 0
  }
  .malecont img{
    width: 60px
  }
}

@media screen and (max-width: 359px){
  .footer_inner{
    padding: 20px 10px
  }
  .footer_inner p{
    font-size: 11px
  }
  .home_part1_inner{
    padding: 40px 25px;
  }
  .home_part2{
    padding: 40px 25px;
  }
  .home_part3_inner{
    padding: 40px 25px
  }
  .home_part4_inner{
    padding: 40px 25px
  }
  .home_part7{
    padding: 40px 25px
  }
  .home_part8{
    padding: 50px 25px 35px
  }
  .yesgiveme p{
    font-size: 19px;
    padding: 30px 5px
  }
  .yesgiveme img{
    width: 30px
  }
  .of_table,.of_row,.of_left,.of_right{
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 330px){
  .wbtn,.rbtn_shad,.wbtn_shad{
    font-size: 16px
  }
}