body {
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  color: #7e7e7e;
}
.fr {
  float: right !important;
}
.fl {
  float: left;
}
.fr_small {
  float: right;
}
.mr10 {
  margin-right: 10px;
}
.mr25 {
  margin-right: 25px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px;
}
.mt40 {
  margin-top: 40px;
}
.mt130 {
  margin-top: 130px;
}
.mt133 {
  margin-top: 133px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb200 {
  margin-bottom: 200px !important;
}
.pr0 {
  padding-right: 10px;
}
hr {
  margin: 0;
  border: 0;
  border-top: 0px solid #eeeeee;
  border-bottom: 0px solid #ffffff;
}
hr.blue {
  display: none;
}
hr.resume {
  margin: 0px 0 10px 0;
  border-top: 1px solid #e4e4e4;
}
h1 {
  font-family: 'Poiret One', cursive;
}
h2 {
  margin: 70px 0 25px 0;
  font-weight: 400;
  color: #00abdf;
  font-family: 'Josefin Sans', sans-serif;
  border-bottom: 7px solid #dff4fa;
  padding-bottom: 7px;
}
h3 {
  color: #00abdf;
  font-family: 'Josefin Sans', sans-serif;
}
.menu_float {
  float: right !important;
}
.menu_margin {
  margin-right: -15px !important;
}
.blue_underline {
  border-bottom: 0px solid #b4e6f4;
}
.oa {
  overflow: auto;
}
.hp_container {
  position: absolute;
  height: 330px;
  top: 50%;
  margin-top: -180px;
  border-bottom: 30px solid #dff4fa;
}
.menu_top {
  margin-top: 130px;
}
.logo_top {
  margin-top: 141px;
  margin-bottom: 0px;
}
p.menu_seperator {
  margin-top: 14px;
  color: #00abdf;
}
hr.thick {
  height: 30px;
  background-color: #dff4fa;
}
.menu_icon {
  font-size: 1.5em;
  line-height: 25px;
  display: inline-block;
  margin-top: 2px;
  height: auto;
  width: auto;
  color: #00abdf;
}
.cp {
  cursor: pointer;
}
.title {
  font-weight: 500;
  color: #00abdf !important;
}
div.bullet {
  position: relative;
  margin: 7px 11px 0px 8px;
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 144px;
  background-color: #00abdf;
}
div.bullets {
  margin-top: 5px;
  float: right;
}
div.blackBullets {
  position: relative;
  float: left;
  background: url(../../../img/bullet_greyfill.png) 0 0;
  height: 10px;
}
div.whiteBullets {
  position: relative;
  float: left;
  background: url(../../../img/bullet_greystroke.png) 0 0;
  height: 10px;
}
.pr {
  position: relative;
}
.details {
  margin-top: 30px;
  overflow: auto;
}
.detailContents {
  margin-top: 30px;
}
.detailContentsDetailTitle {
  float: left;
  width: 20%;
}
.detailContentsDetailText {
  width: 80%;
  float: left;
}
li {
  position: relative;
}
ul.bullet_color {
  color: #00abdf;
}
ul.bullet_color span {
  padding-right: 10px;
  position: relative;
  background: #fff;
  color: #5f5f5f;
}
ul li p {
  color: #5f5f5f;
}
div.line {
  position: absolute;
  top: 10px;
  border-bottom: 1px solid #e4e4e4;
  width: 104%;
  margin-left: 30px;
}
div.list_holder {
  margin: 0 0 10px;
}
div.list_holder span {
  padding-right: 10px;
  position: relative;
  background: #fff;
  color: #5f5f5f;
}
span.bullet_list {
  padding-right: 10px;
  position: relative;
  background: #ffffff;
  color: #5f5f5f;
}
br.mobile {
  display: none;
}
div.stars {
  position: relative;
  float: right;
  border-left: 1px solid #ccc;
  height: 30px;
  padding-left: 10px;
  top: 0px;
}
div.blackStar {
  position: relative;
  float: left;
  background: url(../../../img/star_fill.png) 0 0;
  height: 13px;
  margin-top: 3px;
}
div.whiteStar {
  position: relative;
  float: left;
  background: url(../../../img/star_stroke.png) 0 0;
  height: 13px;
  margin-top: 3px;
}
.icon_bg {
  background-color: #c7c6c6;
}
.active .icon_bg {
  background-color: #00abdf;
}
/*.img_thumbnail {
  width: 100%;
  height: 100%;
}*/
.higher_res {
  display: block;
}
.lower_res {
  display: none;
}
.mobile_res {
  display: none;
}
.small_mobile_res {
  display: none;
}
.div_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.div_hover:hover .div_opacity {
  opacity: .75;
}
.div_hover:hover .zoom {
  opacity: 1;
}
.div_hover:hover .link {
  opacity: 1;
}
.div_opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00abdf;
  opacity: 0;
}
.zoom {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 35%;
  top: 35%;
  background: url(../../../img/zoom.png) 0 0;
  opacity: 0;
}
.link {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 35%;
  top: 35%;
  background: url(../../../img/link.png) 0 0;
  opacity: 0;
}
div#portfolioArrow {
  float: left;
  background: url(../../../img/arrow.png) 0 0;
  width: 16px;
  height: 26px;
  margin-right: 24px;
  margin-top: 22px;
}
p#portfolioText {
  font-family: 'Josefin Sans', sans-serif;
  float: left;
  color: #b4e6f4;
  font-size: 5.8em;
}
.pd_pos {
  top: 15px;
  margin-right: 0px !important;
  float: right !important;
}
.nav-pills > .active > a > hr.blue {
  border-top: 4px solid #b4e6f4;
  margin: 5px 0px 0px 0px;
  display: block;
}
.nav > li > a:hover > hr.blue {
  border-top: 4px solid #b4e6f4;
  margin: 5px 0px 0px 0px;
  display: block;
}
.nav > li > a:hover {
  background-color: rgba(0, 171, 223, 0);
  color: #00abdf;
}
.navbar .nav > .active > a {
  color: #00abdf;
  background-color: rgba(229, 229, 229, 0);
  -webkit-box-shadow: inset 0 3px 8px transparent;
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px transparent;
}
.navbar .nav > .active > a > hr.blue {
  border-top: 4px solid #b4e6f4;
  margin: 5px 0px 0px 0px;
  display: block;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
  color: #00abdf;
  background-color: rgba(229, 229, 229, 0);
  -webkit-box-shadow: inset 0 3px 8px transparent;
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px transparent;
}
.navbar .nav > li > a {
  color: #00abdf;
  font-size: 1.5em;
}
a {
  color: #00abdf;
}
.nav-pills > li > a span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5em;
}
.navbar .brand {
  padding-left: 4px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5em;
  color: #00abdf;
  display: none;
}
.navbar-inner {
  background-color: rgba(250, 250, 250, 0);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(242, 242, 242, 0));
  filter: none !important;
  border: 1px solid rgba(212, 212, 212, 0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px transparent;
  padding-right: 0px;
  padding-left: 0px;
}
.nav-collapse .nav > li > a {
  font-weight: normal;
}
.navbar .nav {
  margin: 0;
}
.navbar .nav > li > a > span {
  font-family: 'Josefin Sans', sans-serif;
  color: #00abdf;
}
.navbar .btn-navbar {
  padding: 7px 0px 0px 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-shadow: 0 -1px 0 transparent;
  background-color: rgba(237, 237, 237, 0);
  background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0), rgba(229, 229, 229, 0));
  border-color: rgba(0, 0, 0, 0) transparent transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0);
}
.navbar .btn-navbar:hover {
  text-decoration: none;
  background-color: rgba(229, 229, 229, 0);
}
.nav-tabs {
  margin-bottom: 65px;
  padding-bottom: 40px;
  border-bottom: 7px solid #dff4fa;
  margin-top: 35px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid rgba(223, 244, 250, 0);
  border-bottom-color: transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: rgba(223, 244, 250, 0) rgba(223, 244, 250, 0) rgba(223, 244, 250, 0);
}
.nav-tabs .icon_bg:hover {
  background-color: #00abdf;
}
.nav-tabs > li {
  margin-right: 25px;
}
.btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5em;
  color: #00abdf;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #dff4fa;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(230, 230, 230, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(230, 230, 230, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(230, 230, 230, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(230, 230, 230, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(230, 230, 230, 0));
  border: 1px solid rgba(204, 204, 204, 0);
  border-color: rgba(230, 230, 230, 0) rgba(230, 230, 230, 0) rgba(191, 191, 191, 0);
  border-color: transparent transparent transparent;
  border-bottom-color: rgba(179, 179, 179, 0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px transparent;
}
.btn:hover {
  background-color: #dff4fa;
  color: #00abdf;
}

