//ORANGE: #db632f //BLEU: #333e50

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
  background: #fff;
  color: #424242;
  font: 16px lato,arial,sans-serif;
  font-family: "Quicksand" font-weight:300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

header.desktop.sticky {
  top: 4px !important;
}

.logo {
  width: 88px !important;
}

section {
  overflow: hidden;
}

::selection {
  background: #303336;
  color: #fff;
}

::-moz-selection {
  background: #303336;
  color: #fff;
}

.highlighted {
  color: #333e50;
  font-size: 16px;
  line-height: 1.4em;
  font-family: quicksand;
  font-weight: 800;
  margin-top: 0px;
}

.parallax h1 {
  font-size: 50px;
  font-family: quicksand;
  padding-left: 150px;
  padding-right: 150px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 400;
}

small {
  font-size: .8em;
}
/*h1,h2,h3,h4,h5,h6{
     font-family:montserrat;
     font-weight:600;
     color:#303336;
     font-style:normal;
     line-height:1.17em;
     margin:0 0 15px 
}
*/
a,a:visited {
  color: #2db4d8;
  font-weight: 900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 28px;
  letter-spacing: -.05em;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
  letter-spacing: -.05em;
}

h4 {
  font-size: 13px;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

h5 {
  font-family: lato;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}

h6 {
  font-family: lato;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
}

@media(min-width:768px) {
  p {
    font-size: 1em;
  }

  p.small {
    font-size: 14px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 12px;
  }
}

@media(min-width:1200px) {
  p {
    font-size: 18px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 13px;
  }

  h6 {
    font-size: 13px;
  }
}

.accent p,.accent h1,.accent h2,.accent h3,.accent h4,.accent h5,.accent h6 {
  color: #fff;
}

.accent a,.accent a:visited {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.accent a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.light h1,.light h2,.light h3,.light h4,.light h5,.light h6 {
  color: #505656;
}

.light p {
  color: #7a7a7a;
}

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
  color: #f2f2f1;
}

.dark p {
  color: #e0e0dd;
}

.content {
  padding-top: 35px;
  padding-bottom: 25px;
}

.sub_content {
  padding-top: 0px;
  padding-bottom: 25px;
}

.accent {
  background: #ffffff;
}

.light {
  background: #f2f2f1;
}

.dark {
  background: #303336;
}

.title {
  padding-bottom: 30px;
}

.parallax {
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: top center;
}

.padded {
  padding-bottom: 10px;
}

.center {
  text-align: center;
}

.center-mobile {
  text-align: center;
}

@media(min-width:768px) {
  .content {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .center-mobile {
    text-align: left;
  }
}

@media(min-width:1200px) {
  .content {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .sub_content {
    padding-top: 0px;
  }

  .title {
    padding-bottom: 50px;
  }

  .parallax {
    background-size: auto;
    background-attachment: fixed;
    background-position: 50%;
  }
}

@media(min-width:1920px) {
  .parallax {
    background-size: cover;
  }

  .hero.parallax {
    background-size: contain;
  }
}

@media(max-width:1200px) {
  .parallax {
    background-position: top center!important;
  }
}

a.button {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

a.button.white {
  color: #fff;
  border: 1px solid #fff;
  border: 1px solid rgba(255,255,255,.7);
}

a.button.white:hover {
  background: rgba(255,255,255,.1);
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button.gray {
  border: 1px solid #505656;
  border: 1px solid rgba(80,86,86,.5);
  background: 0 0;
  color: #505656;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button.gray:hover {
  border: 1px solid #505656;
  background: #505656;
  color: #f2f2f1;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button.accent {
  border: 1px solid #2db4d8;
  border: 1px solid rgba(45,180,216,.5);
  background: 0 0;
  color: #2db4d8;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button.accent:hover {
  border: 1px solid #2db4d8;
  background: #2db4d8;
  color: #fff;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button.accent-alt {
  border: 1px solid #db632f;
  background: 0 0;
  color: #db632f;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button.accent-alt:hover {
  border: 1px solid #db632f;
  background: #db632f;
  color: #fff;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

a.button.accent-alt_homepage {
  border: 2px solid #fff;
  background: 0 0;
  color: #fff;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

.button.accent-alt_homepage:hover {
  border: 2px solid #db632f;
  background: #db632f;
  color: #fff;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

@media(min-width:768px) {
  a.button {
    padding: 12px 35px;
    font-size: 12px;
  }
}

@media(min-width:1200px) {
  a.button {
    padding: 15px 45px;
    font-size: 18px;
  }
}

header {
  //position: absolute;
}

@media(min-width:1200px) {
  nav {
    position: absolute;
  }
}

.sticky-head {
  display: none;
}

header.mobile {
  z-index: 99;
  padding-top: 20px;
  width: 100%;
  top: auto!important;
}

header.mobile .logo {
  margin-left: 20px;
  float: left;
}

header.mobile .nav-button {
  display: block;
  float: right;
  background: 0 0;
  padding: 0;
  border: 0;
  margin-right: 20px;
}

header.mobile .nav-button .button-bars {
  display: block;
  width: 8px;
  height: 35px;
  padding-right: 53px;
  background: url(../images/icons/menu-lines.png) no-repeat;
  background-size: 10px 11px;
  background-position: center left;
}

header.mobile .nav-button.open .button-bars {
  background: url(../images/icons/menu-close.png) no-repeat;
  background-size: 10px 11px;
  background-position: center left;
}

header.mobile .nav-button .button-bars:after {
  display: block;
  margin-left: 15px;
  content: "menu";
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  text-transform: uppercase;
}

header.mobile .nav-button.open .button-bars:after {
  display: block;
  margin-left: 15px;
  content: "close";
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
}

nav.mobile {
  overflow: visible!important;
}

nav.mobile .search-trigger {
  display: none;
}

nav.mobile .search-form {
  margin: 20px 20px 0;
  opacity: 1!important;
  filter: alpha(opacity=100)!important;
  display: block!important;
}

nav.mobile .nav-content {
  margin: 0 20px 8px;
  opacity: 1!important;
  filter: alpha(opacity=100)!important;
  display: block!important;
}

nav.mobile .nav-content li {
  border-top: 1px solid #e8e8e8;
}

nav.mobile .nav-content li.search-form,nav.mobile .nav-content li.first,nav.mobile #magic-line {
  border-top: 0;
}

nav.mobile a {
  display: block;
  padding: 12px 0 12px 20px;
  margin-right: 20px;
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
}

nav.mobile a:hover {
  text-decoration: none;
}

nav.mobile {
  display: none;
}

nav.mobile .nav-content li.drop a {
  background: url(../images/icons/drop.png) no-repeat;
  background-size: 9px 5px;
  background-position: right center;
}

nav.mobile .nav-content li.drop a.open {
  background: url(../images/icons/drop-up.png) no-repeat;
  background-size: 9px 5px;
  background-position: right center;
}

nav.mobile .nav-content .drop-list {
  display: none;
  margin-left: 20px;
}

nav.mobile .nav-content .drop-list li:first-of-type {
  border-top: 0;
}

nav.mobile .nav-content .drop-list li:last-of-type {
  padding-bottom: 12px;
}

nav.mobile .nav-content .drop-list li a {
  background: 0 0!important;
  padding-left: 40px;
  font-size: 11px;
}

nav.mobile #search {
  width: 100%;
  border: 0;
  outline: 0;
  background: #fff url(../images/icons/search-xs.png) no-repeat;
  background-position: 12px;
  background-size: 16px 16px;
  padding: 10px 12px 10px 40px;
  margin-bottom: 12px;
  font-family: lato;
  font-weight: 300;
  color: #aaa;
  font-size: 12px;
  border: 1px solid #e0e0dd;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media(min-width:768px) {
  header.mobile {
    padding-top: 40px;
  }

  header.mobile .logo {
    margin-left: 40px;
  }

  header.mobile .nav-button {
    margin-right: 40px;
  }

  header.mobile .nav-button.open .button-bars:after,.nav-button .button-bars:after {
    font-size: 12px;
  }

  nav.mobile .search-form {
    margin: 20px 40px 0;
  }

  nav.mobile .nav-content {
    margin: 0 40px 4px;
  }

  nav.mobile a {
    padding: 16px 0 16px 40px;
    margin-right: 40px;
    font-size: 13px;
  }

  nav.mobile .nav-content .drop-list li:last-of-type {
    padding-bottom: 16px;
  }

  nav.mobile .nav-content .drop-list li a {
    padding-left: 80px;
    font-size: 12px;
  }

  nav.mobile #search {
    padding: 14px 12px 14px 40px;
  }
}

header.desktop {
  z-index: 99;
  padding: 4px 0 0 5%;
  width: 20%;
  left: 0;
}

header.desktop .nav-button {
  display: none;
}

nav.desktop {
  overflow: visible!important;
  position: relative;
  display: flex!important;
    /* z-index: 99;
     */
    /* padding: 12px 5% 0 0;
     */
    /* width: 80%;
     */
    /* right: 0;
     */
  justify-content: flex-end;
  align-items: center;
  padding-top: 0px;
}

nav.desktop .search-trigger {
  margin-top: 7px;
  margin-left: 35px;
  display: block;
  position: relative;
  float: right;
  width: 18px;
  height: 18px;
  background: url(../images/icons/search-big.png) no-repeat top center;
  background-size: 18px 36px;
  cursor: pointer;
}

nav.desktop .search-trigger.open {
  background-position: bottom center;
}

nav.desktop .search-trigger:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 35px;
  background: #fff;
  background: rgba(255,255,255,.5);
  top: -7px;
  left: -32px;
}

nav.desktop .search-trigger.open:before {
  display: none;
}

nav.desktop .nav-content {
  float: right;
  position: relative;
}

nav.desktop .nav-content li {
  float: left;
  padding-right: 35px;
  position: relative;
}

nav.desktop .nav-content li a {
  color: #333e50;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  font-family: quicksand;
}

nav.desktop .nav-content li a:hover {
  text-decoration: none;
}

nav.desktop .nav-content li.drop a {
  padding-right: 15px;
  background: url(../images/icons/drop-black.png) no-repeat;
  background-size: 9px 5px;
  background-position: right center;
}

nav.desktop .nav-content li.drop a.open {
  background: url(../images/icons/drop-up-white.png) no-repeat;
  background-size: 9px 5px;
  background-position: right center;
}

nav.desktop .nav-content .drop-list {
  display: none;
  text-align: left;
  position: absolute;
  width: 200px;
  background: 0 0;
  border: 1px solid #fff;
  border: 1px solid rgba(255,255,255,.7);
  top: 100%;
  bottom: auto;
  left: 50%;
  margin-left: -70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

nav.desktop .nav-content .drop-list li {
  display: block;
  float: none;
  padding: 0;
}

nav.desktop .nav-content .drop-list a {
  background: 0 0!important;
  display: block;
  padding: 15px 0 15px 25px!important;
  font-size: 12px;
  line-height: 1.2em;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

nav.desktop .nav-content .drop-list a:hover {
  background: rgba(255,255,255,.2)!important;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

nav.desktop .search-form {
  position: absolute;
  top: 55px;
  right: 5%;
  margin-right: 65px;
  display: none;
}

nav.desktop #search {
  width: 455px;
  border: 0;
  outline: 0;
  background: 0 0;
  background-size: 16px 16px;
  padding: 10px 20px;
  margin-bottom: 12px;
  font-family: lato;
  font-weight: 300;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  border: 1px solid #fff;
  border: 1px solid rgba(255,255,255,.7);
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

nav.desktop #search:focus {
  background: rgba(255,255,255,.1);
  color: #fff;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

#magic-line {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background: #fff;
  background: rgba(24,25,27,.7);
}

@media(min-width:1200px) {
  .sticky-head {
    position: fixed;
    display: none;
    height: 65px;
    width: 100%;
    background: #2db4d8;
    background: rgba(48,51,54,.95);
    z-index: 98;
  }
}

header.desktop.sticky,nav.desktop.sticky {
  position: fixed;
  padding-top: 0;
  max-height: 65px;
}

nav.desktop.sticky .nav-content li a {
  font-size: 15px;
}

nav.desktop.sticky .drop-list {
  border: 0;
  background: #2db4d8;
  background: rgba(45,180,216,.95);
  top: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

nav.desktop.sticky .nav-content .drop-list a {
  font-size: 11px;
}

nav.desktop.sticky .search-form {
  top: -2px;
}

nav.desktop.sticky #search {
  padding-top: 6px;
  padding-bottom: 6px;
}

.main_menu {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.30);
  width: 100%;
  min-height: 65px;
  position: fixed;
  z-index: 999;
}

/************************ BACKGROUND IMAGE ***************************/
.homepage_background{
  

  height: 500px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}


/************************ SECTION GRAY *******************************/
.section_gray {
  background-color: rgba(182, 182, 182, 0.2);
  margin: 0px;
  width: 100%;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: quicksand;
}

.section_gray_title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
}

.section_gray_line {
  margin: 20px;
  margin-top: 0px;
  background: #db632f;
  width: 200px;
  height: 2px;
}

.section_gray_description {
  font-style: italic;
  font-size: 17px;
  width: 80%;
  text-align: justify;
}
/************************ SECTION *******************************/
.section_title {
  font-weight: bold;
  color: #333e50;
  text-align: center !important;
  font-size: 37px;
  font-family: quicksand;
}
/************************ SECTION BLUE *******************************/
.section_blue {
  background: #333e50;
  font-family: quicksand;
  color: white;
  padding-bottom: 50px;
}

.section_blue_title {
  font-size: 23px;
  padding-bottom: 0px;
  width: 70%;
}

.section_blue_row {
  display: flex;
  justify-content: center;
}

.section_blue_element h2 {
  font-weight: bold;
  font-size: 23px;
}

.section_blue_element p {
  font-size: 15px;
}
/************************ SECTION CUBE *******************************/
.section_cube {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px;
  padding-right: 40px;
}

.section_cube_row {
  padding: 50px;
}

.section_cube_description {
  padding: 20px;
  text-align: left;
  font-family: quicksand;
}

.section_cube_image {
}

.section_cube_row {
  padding: 50px;
  padding-top: 0px;
}
.section_cube_row_first {
  padding: 50px;
}

.section_cube_description_first {
  padding: 20px;
  padding-right: 0px;
  text-align: right;
  font-family: quicksand;
}

.section_cube_image_first {
}

.word-animation p {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.word-animation p span {
  color: #db632f;
}

.button_blue {
  border: 1px solid #333e50;
  color: #333e50;
  text-align: center;
}

.button_blue:hover {
  border: 1px solid #333e50;
  background: #333e50;
}

@media(min-width:768px) {
  .section_cube {
    padding-top: 0px;
    padding-left: 60px;
  }

  .section_cube_description {
    width: 100%;
  }

  .section_cube_image {
    width: 100%;
  }

  .button_blue {
    width: 111px;
  }
}

@media(min-width:1200px) {
  .section_cube {
    padding-left: 95px;
  }

  .section_cube_first {
    padding-bottom: 0px;
  }

  .section_cube_description {
    width: 60%;
  }

  .section_cube_image {
    width: 35%;
    padding-top: 66px;
  }

  .section_cube_description_first {
    width: 39%;
  }

  .section_cube_image_first {
    width: 47%;
  }

  .button_blue {
    width: 400px;
  }
}
/************************ SECTION SLIDE *******************************/
.section_slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile_image_tm {
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
  height: 100px;
  padding: 2px;
}

.profile_image_tm img {
  width: 100px;
  display: block;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.section_slide_line {
  margin: 20px;
  margin-top: 0px;
  background: #333e50;
  width: 84%;
  height: 2px;
}
/************************ FOOTER *******************************/
footer {
  color: #f2f2f1;
  font-family: quicksand;
}

footer .contact-list,footer .social-list {
  padding: 20px 0;
}

footer .contact-list {
  font-size: 14px;
  text-align: center;
}

footer .contact-list li {
  padding-bottom: 25px;
}

footer .contact-list li:last-of-type {
  padding-bottom: 0;
}

footer .contact-list a,footer .social-list a {
  margin-left: 10px;
  color: #f2f2f1;
  font-weight: 300;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

footer .contact-list a:hover,footer .social-list a:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

footer .social-list {
  text-align: center;
  background: #18191b;
}

html.ie9 footer .social-list {
  background: #303336;
}

footer .social-list li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}

footer .social-list li:last-of-type {
  margin-right: 0;
}

footer .social-list li.copyright {
  font-size: 12px;
  color: #aaa;
}

@media(min-width:768px) {
  footer {
  }

  footer .contact-list,footer .social-list {
    text-align: center;
  }

  footer .contact-list li {
    font-size: 14px;
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 0;
  }

  footer .contact-list li:last-of-type {
    margin-right: 0;
  }
}

@media(min-width:992px) {
  footer {
  }

  footer .contact-list {
    text-align: left;
  }

  footer .social-list {
    text-align: right;
  }

  footer .contact-list li {
    margin-right: 50px;
    padding-bottom: 0;
  }

  footer .social-list li {
    margin-right: 20px;
  }
}

.footer {
  background-color: #333e50;
  color: white;
  font-family: "Quicksand";
  font-weight: 300;
  font-size: 15px;
}

.footer_container {
  padding-top: 40px;
  padding-bottom: 9px;
  padding-left: 80px;
  padding-right: 80px;
}

.footer_left {
  width: 52%;
}

.footer_right {
  padding: 50px;
  padding-top: 0px;
}

.footer_section {
}

.footer_title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 7px;
}

.footer_row {
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  align-items: center;
}

.footer_icon {
  padding-right: 6px;
}

.footer_rights {
  justify-content: center;
  font-size: 11px;
}

.footer_form_control {
  color: rgb(255, 255, 255);
  font-size: 15px;
  height: 40px;
  font-family: quicksand;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 5px;
}

.footer-form-input {
  width: 100%;
  clear: both;
  display: inline-block;
}

.footer-form-input:after {
  content: "";
  display: table;
  clear: both;
}

.footer_form_input input {
  color: rgb(255, 255, 255);
  font-size: 15px;
  height: 40px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 5px;
}

.footer_form_input_half {
}

.footer_button {
  background: transparent;
  border: none;
  font-family: quicksand;
  font-weight: bold;
}

input::-webkit-input-placeholder {
  color: white !important;
}

/**************** OTHER *****************/
.hero {
  min-height: 350px;
  text-align: center;
}

.hero .line {
  display: none;
  width: 0px;
  height: 80px;
  background: transparent;
  background: transparent;
  margin: 25px auto 0;
}

.hero p {
  margin: 0;
}

@media(min-width:768px) {
  .hero {
    min-height: 420px;
  }

  .hero .line {
    display: block;
    height: 40px;
    margin-top: 10px;
  }
}

@media(min-width:1200px) {
  .hero .line {
    height: 80px;
    margin-top: 50px;
  }

  .hero {
    min-height: 680px;
  }
}

.overview-block .button {
  margin-top: 15px;
}

@media(min-width:768px) {
  .overview-block .button {
    margin-top: 25px;
  }
}

@media(min-width:1200px) {
  .overview-block .button {
    margin-top: 40px;
  }
}

.feature-image {
  position: static;
  display: block;
  width: 100%;
  min-height: 280px;
  background-size: cover;
  background-position: 50% 20%;
}

.feature-box .feature {
  padding-bottom: 25px;
}

.feature-box .feature h3,.feature-box .feature i.icon,.feature-box .feature p,.feature-box .feature .social-list {
  display: inline-block;
}

.feature h3 {
  line-height: 26px;
  vertical-align: middle;
}

.feature i.icon {
  margin-right: 10px;
}

.feature-box .feature p {
  width: 100%;
}

.feature-box .feature .social-list li {
  float: left;
  margin-right: 10px;
}

.feature-box .feature .social-list li:last-of-type {
  margin-right: 0;
}

.feature-box .feature .social-list a {
  color: #7a7a7a;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.feature-box .feature .social-list a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

@media(min-width:768px) {
  .feature-box {
    position: relative;
  }

  .feature-box .feature h3,.feature-box .feature i.icon,.feature-box .feature p,.feature-box .feature .social-list {
    float: left;
  }

  .feature-box .feature h3 {
    line-height: 26px;
  }

  .feature-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    z-index: 11;
  }
}

@media(min-width:1200px) {
  .feature-box .feature {
    padding-bottom: 45px;
  }

  .feature-box .feature.last {
    padding-bottom: 0;
  }
}

.testimonial {
  font-size: 16px;
  text-align: center;
}

.testimonials .highlighted {
  text-align: center;
}

.testimonial-pager {
  text-align: center;
}

.testimonial-pager .bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}

.testimonial-pager .bx-pager-item:last-of-type {
  margin-right: 0;
}

.testimonial-pager .bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  background: url(../images/icons/slider-pager.png) no-repeat;
  background-size: 10px;
}

.testimonial-pager .bx-pager-link.active {
  background: url(../images/icons/slider-pager-active.png) no-repeat;
  background-size: 10px;
}

@media(min-width:768px) {
  .testimonial {
    font-size: 20px;
  }
}

@media(min-width:992px) {
  .testimonials-prev .bx-prev,.testimonials-next .bx-next {
    float: right;
    margin-left: 30px;
  }
}

@media(min-width:1200px) {
  .testimonial {
    font-size: 24px;
  }
}

.clients {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

.clients .logo {
  margin-bottom: 20px;
}

@media(min-width:768px) {
  .clients {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media(min-width:992px) {
  .clients {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.hero.small {
  min-height: 250px;
}

.hero.small .project-nav {
  padding-top: 25px;
}

.hero.small .project-nav li {
  display: inline-block;
  margin-right: 35px;
}

.hero.small .project-nav li:last-of-type {
  margin-right: 0;
}

.hero.small .project-nav .icon {
  float: left;
}

.hero.small .project-nav li a {
  float: left;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
}

.hero.small .project-nav .prev-project a {
  background: url(../images/icons/white-controls-prev.png) no-repeat left center;
  background-size: 9px 17px;
  padding-left: 18px;
}

.hero.small .project-nav .next-project a {
  background: url(../images/icons/white-controls-next.png) no-repeat right center;
  background-size: 9px 17px;
  padding-right: 18px;
}

@media(min-width:768px) {
  .hero.small {
    min-height: 360px;
  }

  .hero.small .line {
    display: block;
    height: 80px;
    margin-top: 30px;
  }

  .hero.small .project-nav {
    padding-top: 30px;
  }

  .hero.small .project-nav li {
    margin-right: 70px;
  }

  .hero.small .project-nav li a {
    font-size: 12px;
  }
}

@media(min-width:1200px) {
  .hero.small .line {
    height: 80px;
    margin-top: 50px;
  }

  .hero.small {
    min-height: 480px;
  }

  .hero.small .project-nav {
    padding-top: 70px;
  }

  .hero.small .project-nav li {
    margin-right: 100px;
  }

  .hero.small .project-nav li a {
    font-size: 13px;
  }
}

.milestone {
  text-align: center;
  padding-top: 25px;
}

.milestone:last-of-type {
  padding-bottom: 25px;
}

.milestone .value {
  padding-bottom: 15px;
  font-family: montserrat;
  font-size: 28px;
  letter-spacing: -.05em;
  color: #303336;
}

@media(min-width:768px) {
  .milestone {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .milestone .value {
    font-size: 38px;
  }
}

@media(min-width:1200px) {
  .milestone {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .milestone .value {
    font-size: 48px;
  }
}

.video-background {
  position: relative;
}

#bgVideo {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../video/startup.jpg) no-repeat!important;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
}

#bgVideo>video {
  display: none!important;
}

.phases {
  margin-bottom: 20px;
}

.phases .icon,.phases h3,.phases p {
  display: inline-block;
}

.phases .icon {
  margin-right: 10px;
}

.phases h3 {
  line-height: 26px;
  vertical-align: top;
}

.phases p {
  width: 100%;
}

.phases li {
  padding-top: 15px;
  padding-bottom: 10px;
}

@media(min-width:768px) {
  .phases .icon,.phases h3,.phases p {
    float: left;
  }

  .phases {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

@media(min-width:1200px) {
  #bgVideo {
    opacity: .2;
    filter: alpha(opacity=20);
  }

  #bgVideo>video {
    display: block!important;
    position: absolute!important;
    top: 0!important;
  }

  .phases {
    margin-top: 50px;
    margin-bottom: 100px;
    border-top: 1px dashed #e0e0dd;
    border-bottom: 1px dashed #e0e0dd;
    border-top: 1px dashed rgba(224,224,221,.3);
    border-bottom: 1px dashed rgba(224,224,221,.3);
  }

  .phases li {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.call-to-action {
  text-align: center;
}

.choice {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  font-style: italic;
}

@media(min-width:768px) {
  .choice {
    margin: 0;
  }

  .choice:before,.choice:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #e0e0dd;
  }

  .choice:before {
    margin: 0 12px 0 35px;
  }

  .choice:after {
    margin: 0 35px 0 12px;
  }
}

@media(min-width:1200px) {
  .choice:before {
    width: 50px;
    margin: 0 20px 0 50px;
  }

  .choice:after {
    width: 50px;
    margin: 0 50px 0 20px;
  }
}

.portfolio-block .title {
  margin-top: 35px;
  padding-bottom: 20px;
}

.portfolio-block .mix {
  opacity: 0;
  display: none;
}

.filtering {
  text-align: center;
  display: none;
}

.filter {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin-right: 17px;
  margin-left: 17px;
  margin-top: 25px;
  opacity: .35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.filter:last-of-type {
  margin-bottom: 25px;
}

.filter.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.filter:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

.portfolio-grid {
  float: left;
  width: 100%;
}

.thumbnail img {
  width: 100%;
}

.thumbnail {
  overflow: hidden;
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}

.thumbnail a:hover {
  cursor: url(http://aetherthemes.com/demo/form/images/cursors/more.cur),crosshair;
  cursor: url(http://aetherthemes.com/demo/form/images/cursors/more.png) 40 40,crosshair;
}

.projectinfo {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2db4d8;
  background: rgba(45,180,216,.85);
}

.projectinfo .meta {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -55px;
}

.projectinfo .meta:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  background: rgba(255,255,255,.5);
  margin: 0 auto;
}

.projectinfo .meta h4 {
  color: #fff!important;
}

.project-gallery {
  position: relative;
}

.project-gallery,.project-gallery img {
  width: 100%;
}

.project-gallery .project-prev .bx-prev,.project-gallery .project-next .bx-next {
  display: block;
  position: absolute;
  z-index: 60;
  width: 9px;
  height: 17px;
  text-indent: -999em;
  top: 50%;
  margin-top: -9px;
}

.project-gallery .project-prev .bx-prev {
  background: url(../images/icons/black-controls-prev.png) no-repeat;
  background-size: 9px 17px;
  left: 5%;
}

.project-gallery .project-next .bx-next {
  background: url(../images/icons/black-controls-next.png) no-repeat;
  background-size: 9px 17px;
  right: 5%;
}

.project-gallery .project-prev .bx-prev.background--dark {
  background: url(../images/icons/white-controls-prev.png) no-repeat;
  background-size: 9px 17px;
}

.project-gallery .project-next .bx-next.background--dark {
  background: url(../images/icons/white-controls-next.png) no-repeat;
  background-size: 9px 17px;
}

.project-gallery .project-controls {
  position: absolute;
  z-index: 60;
  bottom: 5%;
  text-align: center;
  width: 100%;
}

.project-gallery .project-controls .bx-pager {
  display: block;
}

.project-gallery .project-controls .bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}

.project-gallery .project-controls .bx-pager-item:last-of-type {
  margin-right: 0;
}

.project-gallery .project-controls .bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  background: url(../images/icons/slider-pager.png) no-repeat;
  background-size: 10px;
}

.project-gallery .project-controls .bx-pager-link.background--dark {
  background: url(../images/icons/slider-pager-white.png) no-repeat;
  background-size: 10px;
}

.project-gallery .project-controls .bx-pager-link.active {
  background: url(../images/icons/slider-pager-active.png) no-repeat;
  background-size: 10px;
}

.project-gallery .project-controls .bx-pager-link.active.background--dark {
  background: url(../images/icons/slider-pager-active-white.png) no-repeat;
  background-size: 10px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .thumbnail {
    width: 50%;
  }

  .thumbnail.last {
    display: none!important;
  }
}

@media(min-width:768px) {
  .portfolio-block .title {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .filtering {
    text-align: center;
    display: block;
  }

  .filter {
    margin-top: 35px;
  }

  .filter:last-of-type {
    margin-bottom: 35px;
  }

  .thumbnail {
    width: 50%;
  }

  .thumbnail.last {
    display: none!important;
  }
}

@media(min-width:992px) {
  .filter {
    margin-top: 40px;
  }

  .filter:last-of-type {
    margin-bottom: 40px;
  }

  .thumbnail {
    width: 33.3333333%;
  }

  .thumbnail.last {
    display: block!important;
  }
}

@media(min-width:1200px) {
  .portfolio-block .title {
    margin-top: 90px;
  }

  .filter {
    margin-top: 50px;
  }

  .filter:last-of-type {
    margin-bottom: 50px;
  }
}

@media(min-width:1921px) {
  .thumbnail {
    width: 25%;
  }

  .thumbnail.last {
    display: none!important;
  }
}

.feature-box.absolute .content {
  padding-bottom: 0;
}

.feature-box.absolute {
  background: -moz-linear-gradient(top,#f2f2f1 0%,#f2f2f1 85%,#fff 85%,#fff 100%);
  background: -webkit-linear-gradient(top,#f2f2f1 0%,#f2f2f1 85%,#fff 85%,#fff 100%);
  background: -o-linear-gradient(top,#f2f2f1 0%,#f2f2f1 85%,#fff 85%,#fff 100%);
  background: linear-gradient(top,#f2f2f1 0%,#f2f2f1 85%,#fff 85%,#fff 100%);
}

.image-absolute {
  display: block;
  float: left;
  width: 100%;
  height: 500px;
  background: url(../images/ipad.png) no-repeat;
  background-position: top center;
  background-size: contain;
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .image-absolute {
    height: 650px;
  }
}

@media(min-width:768px) {
  .feature-box.absolute .content {
    padding-bottom: 50px;
  }

  .feature-box.absolute {
    position: relative;
    overflow: visible;
    min-height: 765px;
    margin-bottom: 70px;
    background: #f2f2f1;
  }

  .image-absolute {
    position: absolute;
    width: 45%;
    height: 831px;
    background: url(../images/ipad.png) no-repeat;
    background-position: right bottom;
    bottom: -70px;
  }
}

@media(min-width:1200px) {
  .feature-box.absolute .content {
    padding-bottom: 80px;
  }

  .feature-box.absolute {
    margin-bottom: 80px;
    min-height: 750px;
  }

  .feature-box.absolute .title {
    padding-bottom: 30px;
  }

  .feature-box.absolute .feature {
    padding-bottom: 25px;
  }

  .image-absolute {
    bottom: -80px;
  }
}

.share-block {
  padding-bottom: 25px;
}

.share-block .title {
  text-align: center;
}

.share-block .addthis_toolbox {
  text-align: center;
}

.share-block .addthis_toolbox li {
  display: inline-block;
}

.addthis_button_tweet {
  width: 90px;
}

.addthis_button_google_plusone {
  width: 90px;
}

.addthis_button_pinterest_pinit {
  height: 23px;
}

.addthis_pill_style.addthis_counter {
  height: 23px;
}

@media(min-width:768px) {
  .share-block {
    padding-bottom: 35px;
  }
}

@media(min-width:1200px) {
  .share-block {
    padding-bottom: 50px;
  }
}

#contactform fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.form-field span {
  display: block;
}

.form-field span input,.form-field span textarea {
  border: 0;
  outline: 0;
  padding: 12px 18px;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0dd;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #aaa;
  font-family: lato;
  font-weight: 300;
  margin-bottom: 16px;
  -webkit-transition: border .25s linear;
  -moz-transition: border .25s linear;
  transition: border .25s linear;
}

.form-field span input:focus,.form-field span textarea:focus {
  border: 1px solid #2db4d8;
  border: 1px solid rgba(45,180,216,.5);
  -webkit-transition: border .25s linear;
  -moz-transition: border .25s linear;
  transition: border .25s linear;
}

.form-field span textarea {
  overflow: auto;
  height: 180px;
  padding: 18px;
}

.form-field label {
  display: block;
  padding-bottom: 8px;
  font-size: .8em;
}

.form-click input {
  margin-right: 15px;
  font-family: lato;
  border: 0;
  display: inline-block;
  padding: 10px 25px;
  font-size: 11px;
  text-transform: uppercase;
  color: #2db4d8;
  border: 1px solid #2db4d8;
  border: 1px solid rgba(45,180,216,.5);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  transition: background .25s linear;
  outline: 0;
  cursor: pointer;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-appearance: none;
}

.form-click input:hover {
  color: #fff;
  background: #2db4d8;
  border: 1px solid #2db4d8;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  transition: background .25s linear;
}

#alert {
  margin-top: 25px;
  display: none;
}

.notification {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 18px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.notification p {
  float: left;
  padding: 0;
  margin: 0;
}

.notification.success {
  border: 1px solid #b3dc82;
}

.notification.success p {
  color: #5f9025;
}

.notification.error {
  border: 1px solid #fbc4c4;
}

.notification.error p {
  color: #de5959;
}

@media(min-width:768px) {
  .form-field span input,.form-field span textarea {
    margin-bottom: 20px;
  }

  .form-field label {
    font-size: .9em;
    padding-bottom: 10px;
  }

  .form-click input {
    padding: 12px 35px;
    font-size: 12px;
  }
}

@media(min-width:1200px) {
  .form-field span input,.form-field span textarea {
    margin-bottom: 25px;
  }

  .form-field label {
    font-size: 1em;
    padding-bottom: 12px;
  }

  .form-click input {
    padding: 15px 45px;
    font-size: 13px;
  }
}

#map {
  width: 100%;
  min-height: 280px;
}

.gmnoprint img {
  max-width: none;
}

@media(min-width:768px) {
  #map {
    min-height: 450px;
  }
}

.post {
  position: relative;
  text-align: left;
  margin-bottom: 25px;
  padding: 0 0 15px 50px;
  border-bottom: 1px solid #e9e9e9;
}

.post-media {
  position: relative;
  margin-bottom: 20px;
}

.post-media img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.post .date {
  position: absolute;
  text-align: center;
  width: 40px;
  padding-bottom: 10px;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .2em;
  line-height: .8em;
  border-bottom: 1px solid #e9e9e9;
}

.post .date small {
  font-size: .5833333333333333em;
}

.post-title a {
  color: #303336;
}

.post-title a:hover {
  color: #2db4d8;
  text-decoration: none;
}

.post-meta h6,.post-meta a {
  color: #aaa;
}

.post.quote .post-title h2,.post.link .post-title h2 {
  font-size: 1em!important;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 0;
}

.widget {
  text-align: left;
  margin-bottom: 25px;
}

.search {
  border: 0;
  float: left;
  outline: 0;
  padding: 0 0 0 10px;
  width: 80%;
  height: 40px;
  background: #fff;
  color: #aaa;
  font-weight: 300;
  font-size: 13px;
  border-bottom: 2px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.search-submit {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  outline: 0;
  cursor: pointer;
  width: 20%;
  height: 40px;
  text-indent: -999em;
  background: #fff url(../images/blog/search.png) no-repeat center center;
  background-size: 16px 16px;
  text-decoration: none;
  -webkit-appearance: none;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.cat-item,.recentcomments {
  font-size: .8666666666667em;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.cat-item a,.recentcomments a {
  color: #aaa;
  font-weight: 400;
}

.tagcloud a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: .7em;
  border: 1px solid #2db4d8;
  border: 1px solid rgba(45,180,216,.5);
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.widget-archive a,.widget-recent-entries a {
  color: #aaa;
  font-weight: 400;
  font-size: .8666666666667em;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.widget-archive a:hover,.widget-recent-entries a:hover,.cat-item a:hover,.recentcomments a:hover {
  text-decoration: none;
  color: #2db4d8;
}

.post-body ul,.unordered-list {
  margin-bottom: 20px;
}

.post-body ul li,.unordered-list li {
  margin-bottom: 5px;
}

.post-body ul li:before,.unordered-list li:before {
  content: "∙";
  margin-right: 5px;
}

blockquote {
  width: 100%;
  background: #f9f9f9;
  padding: 15px 0 15px 30px;
  border-left: 2px solid #e9e9e9;
  font-style: italic;
  margin-bottom: 20px;
  margin-left: 0;
}

code {
  display: block;
  clear: both;
  overflow: auto;
  padding: 10px 20px 20px;
  white-space: pre;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  font: 12px andale mono,Courier,courier new,monospace;
  margin-bottom: 20px;
}

@media(min-width:768px) {
  .post {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .post .date {
    font-size: 1.2em;
  }

  .widget {
    margin-bottom: 35px;
  }
}

@media(min-width:1200px) {
  .post .date {
    font-size: 1.6em;
  }

  .post {
    padding-left: 70px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }

  .widget {
    margin-bottom: 50px;
  }
}

.four-o-four {
  width: 100%;
  text-align: center;
  background: #2db4d8 url(../images/404.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
}

.four-o-four h1 {
  color: #fff;
  margin-bottom: 35px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  header.mobile .nav-button .button-bars {
    background: url(../images/icons/menu-lines@2x.png) no-repeat;
    background-size: 10px 11px;
    background-position: center left;
  }

  header.mobile .nav-button.open .button-bars {
    background: url(../images/icons/menu-close@2x.png) no-repeat;
    background-size: 10px 11px;
    background-position: center left;
  }

  nav.mobile .nav-content li.drop a {
    background: url(../images/icons/drop@2x.png) no-repeat;
    background-size: 9px 5px;
    background-position: right center;
  }

  nav.mobile .nav-content li.drop a.open {
    background: url(../images/icons/drop-up@2x.png) no-repeat;
    background-size: 9px 5px;
    background-position: right center;
  }

  nav.mobile .nav-content #search {
    background: url(../images/icons/search-xs@2x.png) no-repeat;
    background-size: 16px 16px;
    background-position: 12px;
  }

  nav.desktop .search-trigger {
    background: url(../images/icons/search-big@2x.png) no-repeat top center;
    background-size: 18px 36px;
  }

  nav.desktop .search-trigger.open {
    background-position: bottom center;
    background-size: 18px 36px;
  }

  .hero.small .project-nav .prev-project a {
    background: url(../images/icons/white-controls-prev@2x.png) no-repeat left center;
    background-size: 9px 17px;
  }

  .hero.small .project-nav .next-project a {
    background: url(../images/icons/white-controls-next@2x.png) no-repeat right center;
    background-size: 9px 17px;
  }

  .testimonial-pager .bx-pager-link {
    background: url(../images/icons/slider-pager@2x.png) no-repeat;
    background-size: 10px;
  }

  .testimonial-pager .bx-pager-link.active {
    background: url(../images/icons/slider-pager-active@2x.png) no-repeat;
    background-size: 10px;
  }

  .project-gallery .project-prev .bx-prev {
    background: url(../images/icons/black-controls-prev@2x.png) no-repeat;
    background-size: 9px 17px;
  }

  .project-gallery .project-next .bx-next {
    background: url(../images/icons/black-controls-next@2x.png) no-repeat;
    background-size: 9px 17px;
  }

  .project-gallery .project-prev .bx-prev.background--dark {
    background: url(../images/icons/white-controls-prev@2x.png) no-repeat;
    background-size: 9px 17px;
  }

  .project-gallery .project-next .bx-next.background--dark {
    background: url(../images/icons/white-controls-next@2x.png) no-repeat;
    background-size: 9px 17px;
  }

  .project-gallery .project-controls .bx-pager-link {
    background: url(../images/icons/slider-pager@2x.png) no-repeat;
    background-size: 10px;
  }

  .project-gallery .project-controls .bx-pager-link.active {
    background: url(../images/icons/slider-pager-active@2x.png) no-repeat;
    background-size: 10px;
  }

  .project-gallery .project-controls .bx-pager-link.background--dark {
    background: url(../images/icons/slider-pager-white@2x.png) no-repeat;
    background-size: 10px;
  }

  .project-gallery .project-controls .bx-pager-link.active.background--dark {
    background: url(../images/icons/slider-pager-active-white@2x.png) no-repeat;
    background-size: 10px;
  }

  .search-submit {
    background: #fff url(../images/blog/search@2x.png) no-repeat center center;
    background-size: 16px 16px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1300px),only screen and (min--moz-device-pixel-ratio:2) and (min-width:1300px),only screen and (-o-min-device-pixel-ratio:2/1) and (min-width:1300px),only screen and (min-device-pixel-ratio:2) and (min-width:1300px),only screen and (min-resolution:192dpi) and (min-width:1300px),only screen and (min-resolution:2dppx) and (min-width:1300px) {
  nav.desktop .nav-content li.drop a {
    background: url(../images/icons/drop-white@2x.png) no-repeat;
    background-size: 9px 5px;
    background-position: right center;
  }

  nav.desktop .nav-content li.drop a.open {
    background: url(../images/icons/drop-up-white@2x.png) no-repeat;
    background-size: 9px 5px;
    background-position: right center;
  }
}

#message, #message2, #message3 {
  margin: 10px 0px;
}

.msg_box {
  padding: 8px 20px 8px 46px;
  margin-bottom: 10px;
  position: relative;
  color: #333;
  overflow: hidden;
  text-align: left;
}

.msg_error {
  background: #f2cac2 url(../images/error_ico.png) no-repeat 14px center;
  border: 1px solid #ae432e;
}

.msg_error img {
  background-position: -47px 0;
}

.msg_info {
  background: #c2e2f2 url(../images/info_ico.png) no-repeat 14px center;
  border: 1px solid #058dc7;
}

.msg_info img {
  background-position: -47px -18px;
}

.msg_ok {
  background: #d5e5b8 url(../images/ok_ico.png) no-repeat 14px 14px;
  border: 1px solid #77ab13;
}

.msg_ok img {
  background-position: -47px -9px;
}

.msg_alert {
  background: #faf5c8 url(../images/alert_ico.png) no-repeat 14px center;
  border: 1px solid #e6c26e;
}

.msg_alert img {
  background-position: -47px -27px;
}

.error {
  color: #F00;
}

.max130 {
  max-width: 130px;
}
 