@import url('normalize.css');

@import url('foundation.css');

@import url('foundation-icons/foundation-icons.css');
body {
  font-family: raleway, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #666666;
  background: #f4f4f5;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url('../img/loader.GIF') 50% 50% no-repeat #2499bd;
}
a {
  color: #2499bd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: 0 !important;
}
a:hover,
a:focus {
	color: #333333;
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: raleway, sans-serif;
  color: #333333;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 30px 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 90%;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: 300;
	color: #2499bd;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
/*===== LABELS =======*/
.label {
  background: #2499bd;
  font-family: raleway, sans-serif;
  padding: 0 10px;
  line-height: 1.6;
  font-size: 16px;
}
.sep {
  margin-bottom: 90px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.sep-fancy {
  width: 100%;
  display: inline-block;
  clear: both;
  position: relative;
  margin: 60px 0;
}
.sep-fancy i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #DDD;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #DDD;
}
.sep-fancy:before {
  content: '';
  height: 3px;
  width: 300px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -150px;
  background: #DDD;
}
p,
ul,
ol {
  margin: 0 0 30px 0;
}
p {
	line-height: 30px;
}
img {
  max-width: 100%;
}
div.title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .01em;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
div.title i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #2499bd;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
div.title:before {
  content: '';
  height: 3px;
  width: 200px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -100px;
  background: #2499bd;
}
.title h1 {
  font-size: 48px;
  margin: 0;
}
.title h1 span {
	font-weight: 300;
	color: #2499bd;
}
/*====== Accordions =======*/
.accordion dt {
  display: none;
}
.accordion dd {
  margin-bottom: 2px !important;
}
.accordion dd > a {
  font-family: raleway, sans-serif;
  border-left: 2px solid #333333;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.accordion .active > a {
  border-left: 2px solid #2499bd;
}
/*========= PRICING TABLES ==============*/
.pricing-table .title {
  font-family: raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pricing-table .price {
  font-family: raleway, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.pricing-table .description {
  font-size: 14px;
}
.featured .title {
  background: #2499bd;
  font-weight: bold;
  color: white;
}
/*====== Alert Boxes ========*/
.alert-box {
  background: #2499bd;
  border: 1px solid #e6a700;
  color: white;
  font-size: 15px;
  letter-spacing: 0.02em;
}
/*======== Tables =========*/
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
  background: #F8F8F8;
}
/*====== Tabs ==========*/
.tabs dt {
  display: none;
}
.tabs a {
  border-top: 2px solid #333333;
  margin-right: 2px;
  font-family: raleway, sans-serif !important;
}
.tabs dd.active a {
  border-top: 2px solid #2499bd;
}
.tabs-content > .content.active {
  background: white;
  padding: 0.9375em;
}
.tabs-content > .content.active p:last-child {
  margin: 0;
}
/*============ Thumbnails ==================*/
.th:hover,
.th:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 186, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 186, 0, 0.7);
}
/*============ Light Box ==================*/
.clearing-blackout {
  z-index: 9999;
}
.section-container.tabs .content {
  display: block !important;
  opacity: 0;
}
.section-container.tabs .active .content {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs.vertical a {
  border-top: none !important;
  border-left: 2px solid #333333;
  margin-bottom: 2px;
  font-family: raleway, sans-serif !important;
}
.tabs.vertical dd.active a {
  border-top: none !important;
  border-left: 2px solid #2499bd;
}
.light {
	font-weight: 300;
	color: #2499bd;
}
section.padding-top {
  padding-top: 90px;
}
hr {
  margin-right: 0;
  margin-left: 0;
  padding: 0 !important;
}
/*============== HEADER SECTION =================*/
#header {
	min-height: 600px;
	background: #111111 url('../img/bg-pattern.png') 0 0 repeat;
	position: relative;
	background-image: url(../img/background3-stuff.jpg);
}
#header .text-container {
  display: table;
  height: 100%;
}
#header .text-container .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header .text-container .text h2 {
  padding: .5em;
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
}
#header .text-container .text h2 span {
	color: ##2499bd;
}
#header .text-container .text .scroll-icon {
  font-size: 18px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: white;
}
#header .text-container .text .scroll-icon:hover {
  color: #2499bd;
}
.logo h1 {
  color: #2499bd;
}
.logo h1 i {
  color: black;
}
.top-bar * {
  font-family: raleway, sans-serif !important;
  letter-spacing: 0.05em;
  font-size: 14px !important;
}
.is-sticky .top-bar {
  width: 100%;
  z-index: 9999;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  color: #2499bd;
}
/*====== Sections Pedding ==========*/
#services,
#portfolio,
#about,
#contact,
.element,
#blog {
  padding-top: 90px;
}
no-padding {
  padding: 0;
}
/*============ Services ============*/
.service {
  text-align: center;
  margin-bottom: 30px;
}
.service i {
  color: #2499bd;
  font-size: 160px;
}
.service h3 {
  font-weight: normal;
  font-size: 16px;
}
/*============ Services style 2 ============*/
.service-style-2 .service {
  position: relative;
  overflow: hidden;
}
.service-style-2 .service i {
  background: #2499bd;
  color: white;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  font-size: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style-2 .service .service-name {
  position: absolute;
  display: table;
  width: 180px;
  height: 180px;
  top: 0;
  left: 50%;
  margin-left: -90px;
  background: #333333;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.service-style-2 .service h3 {
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.service-style-2 .service:hover i {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.service-style-2 .service:hover .service-name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/**=================== Portfolio-section ====================**/
#portfolio {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.portfolio-items {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}
.portfolio-items figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.portfolio-items figure img {
  max-width: 100%;
}
#filters {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
}
#filters li {
  float: left;
}
#filters li a {
  display: block;
  padding: 1em 2em;
  background: #2499bd;
  color: white;
  position: relative;
}
#filters li .active {
  background: #333333;
}
#filters li .active:before {
  background: #333333;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/*================ Clients section ==================*/
#clients {
	background: transparent url('http://placehold.it/1920x1200') 0 0 no-repeat fixed;
	background-size: cover;
	padding: 90px 0;
	color: white;
	position: relative;
	background-image: url(../img/background3-stuff.jpg);
}
#clients h2 {
  color: white;
  letter-spacing: 0.05em;
  font-size: 36px;
  text-align: center;
}
#clients .slides li .client-logo {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
#clients .slides li .client-logo img {
  width: auto;
  margin: auto;
}
#clients .clients-style-2 li .client-logo {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 1.5em;
}
/*==== SKILL Bars =====*/
.skill-name {
  margin: 0 0 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: normal;
}
.progress {
  background-color: #333333;
  border: none !important;
  padding: 0;
  margin-bottom: 30px;
  height: 3px;
}
.progress .meter {
  background: #2499bd;
}
/*============= Testimonials Secton ====================*/
.overlay {
	background: transparent url('../img/background-stuff.jpg') 0 0 repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/background-stuff.jpg);
}
#testimonials {
  background: transparent url('http://placehold.it/1920x1200') 0 0 no-repeat fixed;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
#testimonials h1 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
#testimonials .slides li .q-icon {
  text-align: center;
  margin-bottom: 30px;
}
#testimonials .slides li .q-icon i {
  font-size: 70px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  z-index: 9999;
  color: #2499bd;
  margin: auto;
  display: inline-block;
}
#testimonials .slides li .feedback {
  color: white;
  font-size: 18px;
  line-height: 1.7em;
  margin: auto;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#testimonials .slides li .client-info {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: right;
  color: white;
}
#testimonials .slides li .client-info .client-name {
  color: #2499bd;
}
/*===================== Stats Style ====================*/
.stat {
  text-align: center;
}
.stat i {
  font-size: 36px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  margin-bottom: 15px;
  display: inline-block;
  border: 2px solid #2499bd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000000;
}
.stat .stat-count {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0;
}
.stat .stat-name {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
/*============= Contact Secton ====================*/
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px dashed #999;
  padding-left: 0;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  border-color: #2499bd;
}
.contact-form .row {
  margin-bottom: 30px;
}
/*===== Buttons ======*/
.button {
  background: #2499bd;
  font-family: raleway, sans-serif;
  letter-spacing: 0.03em;
}
.button:focus,
.button:hover {
  background: #333333;
}
button.disabled {
  background: rgba(255, 186, 0, 0.8) !important;
}
.button.disabled,
button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background: rgba(255, 186, 0, 0.8);
}
.button.tiny {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-details {
  position: relative;
}
#contact .contact-details {
	background: url('http://placehold.it/1920x1200') 0 0 no-repeat fixed;
	background-size: cover;
	color: white;
	text-align: center;
	position: relative;
	background-image: url(http://placehold.it/1920x1200);
}
#contact .contact-details .row {
  padding: 90px 0;
}
#contact .contact-details i {
  font-size: 40px;
  line-height: 80px;
  color: white;
  height: 80px;
  width: 80px;
  display: block;
  background: #2499bd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-details .number {
  font-size: 60px;
  font-family: 'raleway', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
#contact .contact-details .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'raleway', sans-serif;
}
.social {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
  text-align: center;
}
.social li {
  display: inline;
}
.social li i {
  display: inline-block;
}
.social li:hover i {
  background: white;
  color: #333;
}
.social li:hover i:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 9;
}
.social li i {
  background: #333;
  font-size: 18px;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.social li i:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*============= SINGLE PAGE ======================*/
.single-page #header {
  min-height: initial;
}
.single-page #header .page-title {
  padding: 120px 0;
  text-align: center;
}
.single-page #header .page-title h1,
.single-page #header .page-title h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.05em;
}
.single-page #header .page-title h1 span,
.single-page #header .page-title h2 span {
  color: #2499bd;
}
.single-page #breadcrumbs {
  border-bottom: 1px solid #DDD;
  font-family: raleway, sans-serif;
  letter-spacing: 0.05em;
}
.single-page #breadcrumbs .breadcrumbs {
  border: none;
  margin: 0;
}
/*=================== Blog Section ======================== */
#blog-masonry-archive .isotope-item {
  margin-bottom: 30px;
}
.post {
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.post:hover {
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
.post:hover img.featured {
  opacity: 1;
}
.post:hover footer .read_more {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.post img.featured {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post header {
  padding-top: 15px;
}
.post header .entry-title {
  padding: 30px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
.post header .entry-title a {
  color: #333333;
}
.post header img {
  margin-bottom: 15px;
}
.post header h2 {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 0 15px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
.post header h2 a {
  color: #333333;
}
.post header h2 a:hover {
  color: #2499bd;
}
.post header .post-meta {
  padding: 0 15px;
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 15px;
}
.post .entry-content {
  padding: 0 15px;
}
.post .entry-content p {
  font-size: 14px;
  line-height: 26px;
}
.post .entry-content p:last-child {
  margin: 0;
}
.post footer .read_more {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background: #2499bd;
  color: white;
  padding: 0 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.post footer .read_more:hover {
  background: #333333;
}
.single-post .post img.featured,
.blog .post img.featured {
  opacity: 1;
}
.single-post .post header,
.blog .post header {
  padding-top: 0;
}
.single-post .post .post-meta,
.blog .post .post-meta {
  color: #666666 !important;
  margin-bottom: 30px !important;
  padding: 0 30px !important;
  background: #F5f5f5;
}
.single-post .post .post-meta ul,
.blog .post .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.single-post .post .post-meta ul li,
.blog .post .post-meta ul li {
  float: left;
  margin-right: 30px;
}
.single-post .post .post-meta ul li .icon,
.blog .post .post-meta ul li .icon {
  font-size: 48px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-post .post .post-meta ul li .icon:hover,
.blog .post .post-meta ul li .icon:hover {
  transform: translateY(-3px);
}
.single-post .post .post-meta ul li .icon a,
.blog .post .post-meta ul li .icon a {
  color: #808080;
}
.single-post .post .post-meta ul li .icon a:hover,
.blog .post .post-meta ul li .icon a:hover,
.single-post .post .post-meta ul li .icon a:focus,
.blog .post .post-meta ul li .icon a:focus {
  color: #333333;
}
.single-post .post .post-meta ul li .info,
.blog .post .post-meta ul li .info {
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-post .post .post-meta ul li .f-dropdown.content,
.blog .post .post-meta ul li .f-dropdown.content {
  width: auto;
  max-width: 300px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #333333;
  border-color: #333333;
  color: white;
}
.single-post .post .post-meta ul li .f-dropdown.content a:hover,
.blog .post .post-meta ul li .f-dropdown.content a:hover {
  color: #666666;
}
.single-post .post .post-meta ul li .f-dropdown.content:before,
.blog .post .post-meta ul li .f-dropdown.content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #333333 transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.single-post .post .post-meta ul .right,
.blog .post .post-meta ul .right {
  margin-right: 0;
}
.single-post .post .entry-content,
.blog .post .entry-content {
  padding: 0 30px 30px 30px !important;
}
.blog .post {
  margin-bottom: 60px;
}
.blog .post header .entry-title {
  padding-top: 0;
}
.author_info {
  margin-top: 30px;
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EEE;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.author_info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.author_info p {
  margin: 0;
}
.author_info .author_avatar {
  float: right;
  margin-left: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author_info .author_avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#main {
  margin-top: 60px;
  margin-bottom: 60px;
}
#icategories {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#icategories li {
  float: left;
  margin-right: 10px;
}
#icategories li a {
  display: block;
  background: #2499bd;
  padding: 10px;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#icategories li .active {
  background: #333333;
}
/* Pagination */
ul.pagination {
  margin-bottom: 0;
}
ul.pagination li.current a {
  background: #2499bd;
}
ul.pagination li.current a:hover {
  background: #333333;
}
/*=========== Comments ===================*/
#comments {
  margin-top: 60px;
}
#comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
#comments .comment-list .comment ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment ol li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px dashed #DDD;
  position: relative;
}
#comments .comment-list .comment ol li:after {
  content: '';
  width: 15px;
  height: 1px;
  border-bottom: 1px dashed #DDD;
  position: absolute;
  left: 7px;
  top: 30px;
}
#comments .comment-list .comment article.comment-body {
  margin-top: 30px;
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EEE;
  border-top-width: 3px;
  border-top-color: #666666;
  padding: 0 0 30px 0;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
#comments .comment-list .comment article.comment-body:hover {
  border-color: #DDD;
  border-top-width: 3px;
  border-top-color: #666666;
  padding: 0 0 30px 0;
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
#comments .comment-list .comment article.comment-body .comment-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 20px;
  background: #F5F5F5;
}
#comments .comment-list .comment article.comment-body .comment-meta .avatar {
  float: right;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#comments .comment-list .comment article.comment-body .comment-meta .fn a {
  color: #333333;
}
#comments .comment-list .comment article.comment-body .comment-meta .fn a:hover {
  color: #2499bd;
}
#comments .comment-list .comment article.comment-body .comment-meta .comment-metadata {
  font-size: 13px;
}
#comments .comment-list .comment article.comment-body .comment-meta .vcard {
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment article.comment-body .comment-content {
  padding: 0 20px;
}
#comments .comment-list .comment article.comment-body .reply {
  padding: 0 20px;
  text-align: right;
}
#comments .comment-list .comment-author-admin > article.comment-body {
  border: 1px solid #CCC;
  border-top-color: #2499bd;
  border-top-width: 3px;
}
#comments .comment-list .comment-author-admin > article.comment-body:hover {
  border-color: #DDD;
  border-top-color: #2499bd;
  border-top-width: 3px;
  padding: 0 0 30px 0;
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
.comment-reply-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.comment-form .row {
  margin-bottom: 30px;
}
.comment-form .row label {
  font-weight: bold;
}
.comment-form .row input[type=text],
.comment-form .row input[type=email],
.comment-form .row input[type=url],
.comment-form .row textarea {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px dashed #999;
  padding-left: 0;
}
.comment-form .row input[type=text]:focus,
.comment-form .row input[type=email]:focus,
.comment-form .row input[type=url]:focus,
.comment-form .row textarea:focus {
  border-color: #2499bd;
  border-bottom-style: solid;
}
.comment-form .row textarea {
  line-height: 1.5em;
}
/*============= Sidebar =======================*/
.widget-area .widget {
  margin-bottom: 60px;
}
.widget-area .widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.widget-area .widget .widget-title:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #2499bd;
  bottom: 0;
  left: 0;
  position: absolute;
}
.widget-area .widget p {
  font-size: 14px;
  line-height: 26px;
}
.widget-area .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-area .widget_categories ul li {
  margin: 0;
  padding: 0;
}
.widget-area .widget_categories ul li a {
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
}
.widget-area .widget_categories ul li a:before {
  content: "\f176";
  font-family: "foundation-icons";
  margin-right: .5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #666666;
}
.widget-area .widget_tag_cloud .tagcloud a {
  display: inline-block;
  background: #2499bd;
  color: white;
  padding: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  letter-spacing: 0.05em;
}
.search-form .search-submit,
.search-form .screen-reader-text {
  display: none;
}
.search-form input[type=search] {
  background: transparent url('../img/search_icon.png') center left no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px dashed #999;
  padding-left: 24px;
}
.search-form input[type=search]:focus {
  border-color: #2499bd;
}
/*============== FOOTER SECTION =================*/
.footer-wrapper {
  background: #2499bd;
  text-align: center;
  color: white;
  padding: 30px 0;
}
.footer-wrapper a {
  color: white;
}
.footer-wrapper a:hover {
  color: black;
}
.footer-wrapper p {
  margin: 0;
}
/*====================== MEDIA QURIES ======================*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .widget-area {
    display: none;
  }
  .stat {
    margin-bottom: 30px;
  }
  .clients-style-2 .slides li .client-logo {
    margin-bottom: 5px;
  }
  #clients .slides li .client-logo {
    margin-bottom: 5px;
  }
  #icategories li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 40em) {
  .widget-area,
  #comments .comment-list .comment article.comment-body .comment-meta .avatar {
    display: none;
  }
  .single-page #header .page-title {
    padding: 60px 0;
  }
  .single-page #header .page-title h1,
  .single-page #header .page-title h2 {
    font-size: 30px;
  }
  #header .text-container .text h2 {
    font-size: 36px;
  }
  #main {
    margin: 30px 0;
  }
  #icategories li {
    margin-bottom: 10px;
  }
  .comments-title {
    font-size: 24px;
  }
  #comments .comment-list .comment ol li {
    margin-left: 15px;
    padding-left: 15px;
  }
  #comments .comment-list .comment ol li:after {
    left: 0;
  }
  .name h1 {
    text-align: left;
  }
  #filters li {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .single-post .post .post-meta ul li {
    margin-right: 15px;
  }
  .single-post .post .post-meta ul li .icon {
    font-size: 30px;
  }
  .stat {
    margin-bottom: 30px;
  }
  #contact .contact-details .number {
    font-size: 40px;
    line-height: auto;
  }
  #contact .contact-details .text {
    font-size: 24px;
  }
  .top-bar-section {
    z-index: 9999;
  }
  .clients-style-2 .slides li .client-logo {
    margin-bottom: 5px;
  }
  #clients .slides li .client-logo {
    margin-bottom: 5px;
  }
  .touch .orbit-bullets {
    display: block !important;
  }
  .blog .post {
    margin-bottom: 30px;
  }
}
.one {
	text-align: center;
}
