* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* below 1280 */
@media only screen
and (max-width: 1279px) {
  .responsive {
    display: block;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }  
  header #account,
  header nav,
  header #nav2,
  #responsive_slider .navigation {
    display: none;
  }
  #scrollToTop {
    display: none !important;
  }
  header {
    height: 88px;
    background-image: none;
  }
  footer {
    margin-top: 60px;
  }
  section#header_shadow {
    top: 88px;
  }
  header #logo {
    width: 130px;
    height: auto;
    left: 50%;
    margin-left: -65px;
    z-index: 500;
  }
  #wrapper {
    padding-top: 88px;
  }
  body:not([class=""]) #statistics,
  body:not([class=""]) .statseparator {
    display: none;
  }
  #responsive_buttons {
    position: absolute;
    width: 100%;
    height: 88px;
    top: 0;
    left: 0;
  }
  #responsive_buttons .menu {
    position: absolute;
    width: 40px;
    height: 34px;
    top: 28px;
    left: 20px;
    background: url(../images/responsive_menu.png) center center no-repeat;
    background-size: 31px 26px;
  }
  #responsive_buttons .search {
    position: absolute;
    width: 30px;
    height: 34px;
    top: 28px;
    right: 20px;
    background: url(../images/responsive_search.png) center center no-repeat;
    background-size: 23px 26px;    
  }
  #responsive_menu_layer {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: rgba(19, 19, 19, 0.95);
    z-index: 400;
    padding: 110px 5px 20px 20px;
  }
  #responsive_menu_layer .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 15px;
  }
  #responsive_menu_layer .block .title {
    font-family: 'Pistara';
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f6d30a;
    padding-bottom: 10px;
    border-bottom: rgba(246, 211, 10, 0.3) 1px solid;
  }
  #responsive_menu_layer .block:first-child .title {
    line-height: 40px;
    padding-left: 50px;
  }   
  #responsive_menu_layer .block:not(:first-child) .title {
    margin-top: 30px;
  }
  #responsive_menu_layer .block .profilepic {
    width: 40px;
    height: 40px;        
    overflow: hidden;
    border-radius: 40px;    
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    z-index: 400;
  }
  #responsive_menu_layer .block .profilepic img {
    border-radius: 40px;
  }  
  #responsive_menu_layer .block a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;        
  }
  #responsive_menu_layer .block:first-child a:nth-child(2) {
    padding-top: 0;
  }
  #responsive_menu_layer .block a.selected {
    color: #f6d30a;
  }
  #responsive_menu_layer .block a:last-child {
    border: none;
    padding-bottom: 0;
  }
  #mynotifications .entry .actions,
  #myquotes .entry .actions {
    display: block;
  }
  #addquotes {
    width: 30px;
    height: 30px;
    background: url(../images/acting_icons.png) 0 center no-repeat;
    background-size: 120px 30px;
    top: 0;
  }
  #alert {
    width: 100%;
    height: 88px;
    left: 0;
    top: 0;
    margin-left: 0;
    border-radius: 0;
    font-size: 15px;
    padding-top: 30px;
  }
  #alert.true {
    background: rgba(26, 113, 5, 0.9);
  }
  #alert.false {
    background: rgba(194, 8, 8, 0.9);
  }
  #patience {
    width: 100%;
    height: 88px;
    left: 0;
    top: 0;
    margin-left: 0;
    font-size: 15px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9) url(../images/preloader_grey_50.png) 10px center no-repeat;
    padding-top: 30px;    
  }
  #mynotifications .entry,
  #myquotes .entry {
    padding: 20px 20px 70px 20px;
  }
  #myquotes .entry .icon {
    width: 50px;
    height: 50px;
    background-size: 100px 50px !important;  
  }
  #myquotes .entry.accepted .icon {
    background: url(../images/quotes_icons.png) 0 top no-repeat;  
  }
  #myquotes .entry.rejected .icon {
    background: url(../images/quotes_icons.png) -50px top no-repeat;  
  }  
  #mynotifications .entry .actions,
  #myquotes .entry .actions {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: #989795 1px dotted;
    height: 50px;
  }
  #mynotifications .entry .actions a.make_read {
    height: 30px;
    width: 30px;
    background: url(../images/acting_icons.png) -60px center no-repeat;
    background-size: 120px 30px;
    right: 10px;
    top: 10px;    
  }
  #myquotes .entry .actions a.edit {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url(../images/acting_icons.png) -30px center no-repeat;
    background-size: 120px 30px;
    opacity: 1;    
  }
  #myquotes .entry .actions a.delete {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 50px;
    background: url(../images/acting_icons.png) -60px center no-repeat;
    background-size: 120px 30px;
    opacity: 1; 
  } 
  #myquotes .entry.editnew .navigation .count {
    float: none;
    padding-bottom: 20px;
    text-align: center;
  } 
  #myquotes .entry.editnew .navigation .buttons {
    float: none;
    text-align: center;
  }
  #myquotes .entry.editnew .navigation .buttons a {
    float: none;
  }
  #myquotes .entry.editnew .navigation .buttons a:first-child {
    margin-left: 0;
  }
  #search .search .title h2 {
    margin-top: 0;
  } 
  #search .search {
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
  }
  #search .search .main .button {
    width: auto;
    display: inline-block;
    margin: 15px auto 0 auto;
    padding-right: 50px;
  }
  #search .result .title .way {
    display: none;
  }
  #search .search .title .reload {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
  }
  #search .search .title .clear {
    right: 35px;
    left: auto;
    top: 0;
    bottom: auto;  
  } 
  #search .search .title .way {
    display: none;
  }
  #search .search .title {
    height: auto;
    padding-bottom: 20px;
  }
  #search .result {
    float: none;
    width: 100%;
  }
  #search .result .title h1 {
    padding: 0;
    text-align: center;
  }
  #search .result .title h1 span {
    display: none;
  } 
  #search .result .title .order {
    position: relative;
    bottom: auto;
    left: auto;
  }
  #search .result .title .order p {
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 5px;    
  }
  #search .result .title .order .select_container {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
    width: 280px;        
  }
  #search .result .title .order a {
    float: none;
    display: block;
    margin: 10px auto 0 auto;   
  }
  #search .result .title {
    height: auto;
    margin: 10px 0 20px 0;
  }
  #myworkplaces ul.entry li,
  #myreferences ul.entry li,
  #myeducations ul.entry li,
  #myextrainings ul.entry li {
    padding: 20px 20px 70px 20px;
    text-align: center;
  }  
  #myworkplaces ul.entry li .actions,
  #myreferences ul.entry li .actions,
  #myeducations ul.entry li .actions,
  #myextrainings ul.entry li .actions {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: #989795 1px dotted;
    height: 50px;
    display: block;
  }
  #myworkplaces ul.entry li .actions a.edit,
  #myreferences ul.entry li .actions a.edit,
  #myeducations ul.entry li .actions a.edit,
  #myextrainings ul.entry li .actions a.edit {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url(../images/acting_icons.png) -30px center no-repeat;
    background-size: 120px 30px;
    opacity: 1;    
  }
  #myworkplaces ul.entry li .actions a.delete,
  #myreferences ul.entry li .actions a.delete,
  #myeducations ul.entry li .actions a.delete,
  #myextrainings ul.entry li .actions a.delete {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 50px;
    background: url(../images/acting_icons.png) -60px center no-repeat;
    background-size: 120px 30px;
    opacity: 1; 
  }
  #myworkplaces ul.entry li .actions a.sort,
  #myreferences ul.entry li .actions a.sort,
  #myeducations ul.entry li .actions a.sort,
  #myextrainings ul.entry li .actions a.sort {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 90px;
    background: url(../images/acting_icons.png) -90px center no-repeat;
    background-size: 120px 30px;
    opacity: 1; 
  }
  #addworkplaces,
  #addreferences,
  #addeducations,
  #addextrainings {
    width: 30px;
    height: 30px;
    background: url(../images/acting_icons.png) 0 center no-repeat;
    background-size: 120px 30px;
    top: 0;  
  }
  #myworkplaces ul.entry li .time,
  #myreferences ul.entry li .time,
  #myeducations ul.entry li .time,
  #myextrainings ul.entry li .time {
    margin: 0;
    width: 100%;
    float: none;
  }
  #myworkplaces ul.entry li .description,
  #myreferences ul.entry li .description,
  #myeducations ul.entry li .description,
  #myextrainings ul.entry li .description {
    margin: 0;
    width: 100%;
    float: none;  
  }
  #myworkplaces .editnew .navigation .count,
  #myreferences .editnew .navigation .count,
  #myeducations .editnew .navigation .count,
  #myextrainings .editnew .navigation .count {
    float: none;
    padding-bottom: 20px;
    width: 100%;
  }
  #myworkplaces .editnew .navigation .buttons,
  #myreferences .editnew .navigation .buttons,
  #myeducations .editnew .navigation .buttons,
  #myextrainings .editnew .navigation .buttons {
    float: none;
    width: 100%;
    text-align: center;
  }
  #myworkplaces .editnew .navigation .buttons a,
  #myreferences .editnew .navigation .buttons a,
  #myeducations .editnew .navigation .buttons a,
  #myextrainings .editnew .navigation .buttons a {
    float: none;
    display: inline-block;
  }
  #myworkplaces .editnew .navigation .buttons a:first-child,
  #myreferences .editnew .navigation .buttons a:first-child,
  #myeducations .editnew .navigation .buttons a:first-child,
  #myextrainings .editnew .navigation .buttons a:first-child {
    margin: 0;
  }
  #cookie .accept {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin: 10px auto 0 auto;
  }
  #quotes .entry {
    width: 100%;
  }
  #feedback {
    top: auto;
    bottom: 0;    
  }
  #feedback .container {
    border-radius: 0 5px 0 0;  
  }
  #feedback .button {
    top: auto;
    bottom: 0;
    border-radius: 0 5px 0 0;    
  }
  #quotes .entry .pic {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    margin: 0 auto;
  }
  #quotes .entry p {
    margin-bottom: 10px;
  }
  #quotes .entry .quote {
    display: none;
  }                           
}

/* below 920 */
@media only screen
and (max-width: 919px) {
  main .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #quotes .entry {
    float: none;
    margin: 0 auto !important;
    height: auto !important;
  }
  #quotes .entry:not(:last-child) {
    margin-bottom: 30px !important;
  }
  footer .row.title .col:not(:first-child),
  footer .row:nth-child(2) .col:not(:first-child) {
    display: none;
  }
  footer .row.title .col,
  footer .row:nth-child(2) .col {
    width: 100%;
  } 
  footer .company .impress,
  footer .company .social {
    float: none;
    width: 100%;
  }
  footer .company {
    padding-top: 20px;
  }
  footer .company .social {
    padding-top: 20px;
  }
  footer .company .social a {
    float: none;
    display: inline-block;
  }
  main .form {
    padding: 25px;
  }
  main .form input.button {
    width: auto;
    padding: 10px;
  }
  main .half .col {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  main .half .col:nth-child(2n) {
    margin: 0;
  } 
  main .form .terms p {
    text-align: left;
    padding-left: 30px;
  }
  #myquotes .entry p.status {
    float: none;
    width: 100%;
  }
  #myquotes .entry p.description {
    float: none;
    width: 100%;
    z-index: 50;
  }
  #professional .picture h1 {
    display: none;
  }
  #professional .picture {
    float: none;
    margin: 0 auto;
  }
  #professional .datas h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #professional .datas {
    width: 100%;
    float: none;
  }
  #professional .datas p {
    text-align: center;
  }
  #professional .datas p strong {
    display: block;
  }
  #professional .listing h3 {
    text-align: center;
  }
  #professional .listing .entry .time,
  #professional .listing .entry .description {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
  }
  main .milestone {
    padding-left: 0;
  }
  main .milestone .highlight {
    display: none;
  } 
  main .milestone .way {
    width: 100%;
    bottom: -43px;
    left: 0;
  }
  main .milestone p {
    text-align: center;
  } 
  main .milestone .number {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  #targetlist .result .main .entry .box {
    float: none;
    width: 100%;
  }
  #targetlist .result .main .entry .info {
    float: none;
    margin: 0;
    width: 100%;
  }
  #targetlist .result .main .entry .info .arrow {
    position: absolute;
    width: 28px;
    height: 22px;
    top: -22px;
    left: 20px;
    background-image: url(../images/targetlist_info_arrow_responsive.png);  
  }
  #mypersonaldata h2 {
    text-align: center;
  }     
  #mypersonaldata .entry .picture {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #mypersonaldata .entry .datas {
    margin: 0;
    padding: 0;
    width: 100%;
    border-left: none;
    border-top: 1px solid #dad8d4;
    padding-top: 20px;
    margin-top: 20px;
  }
  #mypersonaldata .entry .datas .data label {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  #mypersonaldata .entry .datas .data .select_container {
    float: none;
    display: block;
    width: 100%;
    text-align: center;  
  }
  #mypersonaldata .entry .datas .data#email_new label {
    display: none;
  }
  #mypersonaldata .entry .datas .buttons {
    float: none;
    text-align: center;
  }
  #mypersonaldata .entry .datas .buttons a.save {
    margin: 0;
    display: inline-block;
    float: none;
  }
  main #e403 p {
    min-height: 150px;
    background-size: contain; 
  }
  main #e404 p {
    min-height: 150px;
    background-size: contain;     
  }
  #statistics .entry .result {
    height: 125px;
    width: 125px;
    border-radius: 125px;
    padding: 10px;
  }
  #statistics .entry .result div {
    height: 105px;
    width: 105px;
    border-radius: 105px;
    padding-top: 25px;
    font-size: 48px;
  }
  #services .entry {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #services .entry:last-child {
    margin-bottom: 0;
  } 
  #services .entry ul {
    padding: 0;
    display: inline-block;
  }
  #latest_news .latest {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  #latest_news .popular {
    float: none;
    width: 100%;
  }
  #atexnews .entry .datas {
    width: 100%;
  }
  #atexnews .entry .pic {
    margin-right: 0;
    float: none;
    width: 100%;
    background: none;
    margin-bottom: 30px;
    height: auto;
  }
  #atexnews .entry .pic img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  #atexnews .entry .pic.empty {
    display: none;
  }
  #atexnews .entry .datas h2 {
    text-align: center;
  }
  #atexnews .entry .datas span.date {
    display: block;
    width: 100%;
    text-align: center;
  }
  #latest_news a:hover article {
    background: none;
  }       
}

/* below 800 */
@media only screen
and (max-width: 799px) {
  #statistics .entry {
    width: 50%;
  }
  #statistics .entry:first-child,
  #statistics .entry:nth-child(2) {
    margin-bottom: 30px;
  }
  #search .result .main .entry .pic,
  #targetlist .result .main .entry .box .pic {
    float: none;
    margin: 0 auto 10px auto;
  }
  #search .result .main .entry .data,
  #targetlist .result .main .entry .box .data {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
  }
  #search .result .main .entry .data p strong,
  #targetlist .result .main .entry .box .data p strong {
    display: block;
    margin-bottom: 5px;
  }
  #search .result .main .entry .data p,
  #targetlist .result .main .entry .box .data p {
    display: none;
  }
  #targetlist .result .main .entry .info {
    text-align: center;
  }
  #targetlist .result .main .entry .info .arrow {
    left: 50%;
    margin-left: -14px;
  }
  #atexarticle img {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
}

/* below 480 */
@media only screen
and (max-width: 479px) {
  #statistics .entry {
    width: 100%;
  }
  #statistics .entry:nth-child(3) {
    margin-bottom: 30px;
  }
  main {
    padding-top: 40px;  
  }
  main h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  body[class=""] main h1 {
    margin-top: 40px;
  }  
  main h2 {
    font-size: 20px;
  }
  #addquotes,
  #addworkplaces,
  #addreferences,
  #addeducations,
  #addextrainings {
    top: -5px;
  }
  .sign_up_container {
    height: auto;
    background: none; 
  }
  .sign_up_container .inner {
    padding-top: 0;
  }    
  .sign_up_container p a.sign_up_button {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 15px 45px 10px 20px;
    background: #f8d201 url(../images/sign_up_tick.png) right 15px center no-repeat;    
    background-size: 20px 21px;
  }
  #atexarticle h2 .fb_iframe_widget {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 10px;
  }
  #atexarticle h2 .fb_iframe_widget:after {
    content: '';
    display: block;
    clear: both;  
  }
  #atexarticle h2 .IN-widget {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 5px;
  }                
}