@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://themes.googleusercontent.com/static/fonts/roboto/v8/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://themes.googleusercontent.com/static/fonts/roboto/v8/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(https://themes.googleusercontent.com/static/fonts/roboto/v8/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}





/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/*
    RESET
    ELEMENTS
    LAYOUT
    NAVIGATION
    MAIN-MENU
    SUB-MENU
    HOME-PAGE
    IMAGES-PAGE
    ABOUT-PAGE
    CONTACT-PAGE
    FOOTER
    SHAME

*/





/*------------------------------------*\
    $RESET
\*------------------------------------*/
/*For mobile browsers*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    margin: 0px;
}

/*To stop borders on IE*/
img{
    border: none;
}

input,
textarea{
    font-family: inherit;
    font-weight: inherit;
}

/*To stop firefox dotted outline*/
a:focus{
    outline: none;
}





/*------------------------------------*\
    $ELEMENTS
\*------------------------------------*/
html{
  background: #002c36;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+),
  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmMzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDBhMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%),
  -moz-linear-gradient(top,  #002c36 0%, #000a0c 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0)))
  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002c36), color-stop(100%,#000a0c));
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%),
  -webkit-linear-gradient(top,  #002c36 0%,#000a0c 100%);
  background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%),
  -o-linear-gradient(top,  #002c36 0%,#000a0c 100%);
  background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%),
  -ms-linear-gradient(top,  #002c36 0%,#000a0c 100%);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%),
  linear-gradient(to bottom,  #002c36 0%,#000a0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ),
  progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c36', endColorstr='#000a0c',GradientType=0 );
  background-attachment: fixed, fixed;
  -webkit-background-size:    cover;
  -moz-background-size:       cover;
  -o-background-size:         cover;
  background-size:            cover;
}

body{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #f2f2f2;
}

a{
  text-decoration: none;
  color: inherit;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -ms-transition:     .2s;
  -o-transition:      .2s;
  transition:         .2s;
}

h1,
ul,
p{
  margin: 0;
}





/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
#page-container{
  width: 930px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#table-wrapper{
  display: table;
  position: absolute;
  height: 100%;
  z-index: 10;
  width: 930px;
}
#table-cell{
  display: table-cell;
  vertical-align: middle;
}
.page-title{
  font-size: 46px;
  font-weight: 300;
}
.page-subtitle{
  font-size: 34px;
  font-weight: 300;
}





/*------------------------------------*\
    $LOGO
\*------------------------------------*/
header .logo{
  float: left;
}
.logo{
  text-align: center;
  text-shadow: 0 0 5px black;
  text-transform: uppercase;
}

.logo .name{
  font-weight: 300;
  font-size: 55px;
}
.logo .job{
  font-weight: 100;
  font-size: 43px;
  margin-top: -23px;
}





/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
#main-menu,
#submenu{
  list-style-type: none;
  float: right;
  overflow: hidden;
}
#main-menu li,
#submenu li{
  text-transform: uppercase;
  text-align: right;
  font-size: 18px;
}
#main-menu li:last-child,
#submenu li:last-child{
  padding-right: 0;
}

#main-menu li:hover,
#submenu li:hover{
  color: #cccccc;
}
#main-menu li.current:hover,
#submenu li.current:hover{
  color: #f2f2f2;
}





/*------------------------------------*\
    $MAIN-MENU
\*------------------------------------*/
#main-menu{
  margin-top: 20px;
  position: relative;
  z-index: 20;
}
#main-menu li{
  float: left;
  font-size: 18px;
  text-align: center;
}
#main-menu .home{
  width: 80px;
}
#main-menu .images{
  width: 100px;
}
#main-menu .about{
  width: 90px;
}
#main-menu .contact{
  width: 95px;
  text-align: right;
}
#main-menu .current{
  font-weight: 400;
}





/*------------------------------------*\
    $SUB-MENU
\*------------------------------------*/
#submenu{
  margin-top: 10px;
}
#submenu li{
  float: left;
  font-size: 13px;
  text-align: center;
}

#submenu .female{
  width: 130px;
}
#submenu .male{
  width: 110px;
}
#submenu .features{
  width: 80px;
}
#submenu .country{
  width: 140px;
}
#submenu .sport{
  width: 60px;
}
#submenu .charity{
  width: 60px;
  text-align: right;
}

#submenu .current{
  font-weight: 400;
}





/*------------------------------------*\
    $HOME-PAGE
\*------------------------------------*/

/*html.home{
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size:    cover;
  -moz-background-size:       cover;
  -o-background-size:         cover;
  background-size:            cover;
  height: 100%;
}
*/
#page-container.home{
  min-height: 520px;
}


.home .logo .name{
  font-size: 124px;
  font-weight: 300;
}
.home .logo .job{
  font-size: 98px;
  font-weight: 100;
  margin-top: -55px;
}






/*------------------------------------*\
    $IMAGES-PAGE
\*------------------------------------*/
/*Slider*/
#page-container.images{
  min-height: 830px;
}

figure{
  display: table;
  margin: 0 auto;
  position: relative;
}

figcaption{
  margin-top: 0px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  bottom: 0;
  margin-bottom: -38px;
  z-index: 20;
  height: 30px;
  width: 100%;
  padding-top: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

figcaption sup{
  font-size: 7px;
}

figure:hover figcaption{
  margin-bottom: 0px;
  -webkit-transition: .2s;
  -moz-transition:    .2s;
  -o-transition:      .2s;
  -ms-transition:     .2s;
  transition:         .2s;
}

.charity figcaption{
  height: 22px;
  padding-top: 4px;
}


#slider{
  width: 930px;
  height: 510px;
  float: left;
  clear: left;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
#slider li{
  overflow: hidden;
}
#slider img{
  height: auto;
  width: auto;
  max-height: 510px;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#carousel{
  float: left;
  width: 930px;
  height: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: rgba(0,0,0,0.5);
}
#carousel li{
  overflow: hidden;
  display: table;
}
#carousel li div{
  width: 128px;
  height: 128px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0.3;
  cursor: pointer;
  overflow: hidden;
}
#carousel li:first-child div{
  margin-left: 0;
}
#carousel li:last-child div{
  margin-right: 0;
}
#carousel img{
  max-height: 128px;
  max-width: 128px;
  width: auto;
  margin: 0 auto;
}
#carousel li div:hover{
  opacity: 1;
}
#carousel li.flex-active-slide div{
  opacity: 1;
}
.slides div{
  width: 128px;
  height: 128px;
}






/*------------------------------------*\
    $ABOUT-PAGE
\*------------------------------------*/
#page-container.about{
  min-height: 630px;
}
.about #table-wrapper p{
  font-size: 16px;
  line-height: 25px;
  margin-top: 15px;
}
#table-cell.about{
  text-align: center;
}

.about .page-title{
  text-transform: uppercase;
}





/*------------------------------------*\
    $CONTACT-PAGE
\*------------------------------------*/
#page-container.contact{
  min-height: 860px;

}
.contact .page-title{
  text-transform: uppercase;
  text-align: center;
}
.contact-container{
  overflow: hidden;
  float: left;
  width: 930px;
  margin-top: 50px;
  height: 650px;
}
.contact-intro-text{
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-transform: none;
  text-align: center;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
.contact .page-subtitle{
  float: left;
  margin-top: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
}

#form-container{
  float: left;
  clear: left;
  width: 530px;
  height: 290px;
  margin-top: 20px;
}
#contact-form p{
  clear: left;
  float: left;
  margin: 0;
  width: 120px;
  text-align: left;
  margin-top: 10px;
  font-weight: 300;
}
.form-input,
.form-textarea{
  float: left;
  width: 350px;
  padding: 5px 10px;
  margin-top: 10px;
  resize: none;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  border: none;
  box-shadow: inset 0 0 10px rgba(0,0,0,.5);
  -webkit-appearance: none;
  border-radius: 0;
}
#contact-form input{
  height: 20px;
}
.form-textarea{
  height: 230px;
}
.form-input:hover,
.form-textarea:hover,
.form-input:focus,
.form-textarea:focus{
  box-shadow: inset 0 0 10px rgba(0,0,0,.7);
}
#contact-form input.submit-button{
  float: right;
  clear: left;
  width: 70px;
  height: 30px;
  margin-right: 40px;
  margin-top: 20px;
  border: none;
  background: white;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: 300;
}
#contact-form input.submit-button:hover{
  box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}
#email-container{
  float: left;
  margin-top: 20px;
  font-weight: 300;
}
#email-container p:hover{
  color: #cccccc;
}
#email-container a:hover{
  color: #cccccc;
}
#phone-container{
  float: left;
  margin-top: 20px;
  margin-left: 70px;
  font-weight: 300;
}
.contact-title{
  font-weight: 100;
  font-size: 34px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sent-message{
  text-align: center;
  float: left;
  clear: left;
  width: 200px;
}
h4.sent-message{
  margin-top: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}





/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
footer{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    float: left;
    width: 930px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 5;
    bottom: 0;
}





/*------------------------------------*\
    $SHAME
\*------------------------------------*/
/*
  http://csswizardry.com/2013/04/shame-css/
*/
.top100{
  margin-top: 100px;
}
.top30{
  margin-top: 30px;
}

