

html, body, div, span, object, iframe, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/*!
 * Idea v1.0 by
 * Copyright 2013 Schintu Design
 *
 * Designed and built with all the love in the world by Schintu Design.
 */
body {

  line-height: 1.5em;
  color: #333;
  font-family: Calibri;
  text-shadow: none; }

.clear {
  clear: both; }

a, a:link {
  color: #000; }

a:hover, a:focus {
color: #044d8e;}

.content a, .content a:link {
  color: #000; }
.content a:hover, .content a:focus {
color: #044d8e;
 }

h1 {
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: 100;
  font-size: 72px; }

h2 {
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: 100;
  font-size: 48px; }

h3 {
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: 100;
  line-height: 48px;
  font-size: 30px; }

h4 {
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

h5 {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 18px;
  font-weight: 100;
  line-height: 30px; }

h6 {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 17px;
  font-weight: 100;
  line-height: 25px;
 }

p {
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: 100;
  font-size: 14px; }

.wrapper {
  width: 100%;
  margin: 0 auto; }

/* Main Logo */
.main-logo {
  background: #f5e165;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9999; }

.main-logo img {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px; }

/* This is the selector i used for my menu, it needs to be set as position:absolute; */
#homepage .navbar-inverse {
  display: none;
  margin: 0 auto;
  border: none; }

.navbar-inverse {
 /* position: fixed !important;*/
  top: 0px;
  height: 100px;

  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #000000; }
  .navbar-inverse .navbar-brand {
    padding: 0px; }
  .navbar-inverse .navbar-nav {
    float: right;
    margin-top: 20px; }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
      color: #FFF;
      background-color: transparent; }
    .navbar-inverse .navbar-nav li {
      color: #fff;
      font-weight: 100;
      font-size: 14px; }
      .navbar-inverse .navbar-nav li span {
        margin-right: 10px; }
      .navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:link {
        color: #fff;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        -ms-transition: 0.2s all ease;
        transition: 0.2s all ease; 
		font-size:16px; font-weight:bold;}
      .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
        background-image: none;
        color: #f7db3d;
        box-shadow: none;
        background-color: transparent; }
      .navbar-inverse .navbar-nav li .active {
        background-image: none;
   color: #f7db3d;
        box-shadow: none;
        background-color: transparent; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #037dc0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
  color: #000; }
  .dropdown-menu .arrow {
    position: absolute;
    top: -5px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 0 auto;
    border-bottom: 5px solid #0288d4; }
  .dropdown-menu li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 100;
    line-height: 1.428571429;
    white-space: nowrap;
    color: #FFF !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    transition: 0.2s all ease; }
  .dropdown-menu li > a:hover {
    color: white !important;
    background-color: #282828 !important; }

.section {
  min-height: 100px;
  width: 100%;
  margin: 0 auto;
  float: left;
  position: relative; }

/*Parallax Slider */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  line-height: 0;
  float: left; }
  .slider-wrapper .slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* ELEMENT STYLES */
    /** PAGINATION **/ }
    .slider-wrapper .slider-container .claim {
      text-align: center;
      width: 100%; }
    .slider-wrapper .slider-container .fraction-slider {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: visible;
      /** CONTROLS **/ }
      .slider-wrapper .slider-container .fraction-slider .slide {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5000; }
      .slider-wrapper .slider-container .fraction-slider .active-slide {
        z-index: 9998; }
      .slider-wrapper .slider-container .fraction-slider .fs_obj {
        display: block;
        display: none;
        position: absolute;
        top: 0px;
        left: 100%;
        z-index: 7000; }
      .slider-wrapper .slider-container .fraction-slider .fs_fixed_obj {
        z-index: 6000;
        left: 0; }
      .slider-wrapper .slider-container .fraction-slider .fs_obj * {
        display: inline-block;
        position: relative;
        top: 0px;
        left: 0px; }
      .slider-wrapper .slider-container .fraction-slider .fs_loader {
        width: 100%;
        height: 400px;
        background: url(images/fs.spinner.gif) center center no-repeat transparent; }
      .slider-wrapper .slider-container .fraction-slider .prev,
      .slider-wrapper .slider-container .fraction-slider .next {
        display: none;
        position: absolute;
        width: 25px;
        height: 35px;
        z-index: 9999; }
      .slider-wrapper .slider-container .fraction-slider .prev {
        left: 10px;
        top: 45%;
        background: url(images/arrows.svg) no-repeat;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* For IE8 and earlier */ }
      .slider-wrapper .slider-container .fraction-slider .prev:hover, .slider-wrapper .slider-container .fraction-slider .next:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        /* For IE8 and earlier */ }
      .slider-wrapper .slider-container .fraction-slider .next {
        right: 10px;
        top: 45%;
        background: url(images/arrows.svg) -30px 0px no-repeat;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* For IE8 and earlier */ }
    .slider-wrapper .slider-container .fraction-slider:hover .prev,
    .slider-wrapper .slider-container .fraction-slider:hover .next {
      display: block; }
    .slider-wrapper .slider-container .fs-pager-wrapper {
      position: absolute;
      left: 0px;
      right: 0px;
      text-align: center;
      margin: 0 auto;
      bottom: 40px;
      z-index: 9999; }
      .slider-wrapper .slider-container .fs-pager-wrapper a {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 5px;
        background: #000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* For IE8 and earlier */ }
      .slider-wrapper .slider-container .fs-pager-wrapper .active {
        opacity: 1;
        filter: alpha(opacity=100);
        /* For IE8 and earlier */ }

.img-responsive {
  display: inline;
  height: auto;
  max-width: 100%; }

/*Portfolio */
#options ul {
  float: left;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  #options ul li {
    float: left;
    list-style: none;
    width: auto;
    margin-right: 5px; }


    #options ul li a {
      background: #005aaa;
      padding: 15px;
      min-width: 100px;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff; }
      #options ul li a:hover, #options ul li a:focus {
        color: #c8c9ca; }
    #options ul li .selected {
      color: #666;
      background: #f3da3f; }
      #options ul li .selected:hover, #options ul li .selected:focus {
        color: #f3da3f; }

#portfolio-container {
  padding: 10px 0;
  position: relative; }
  #portfolio-container .item {
    width: 225px;
    height: 225px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #888;
    color: #222; }
    #portfolio-container .item a {
      width: 100%;
      height: 100%;
      display: inline-block;
      position: relative;
      cursor: pointer; }
      #portfolio-container .item a img {
        width: 100%;
        height: auto;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      #portfolio-container .item a .hover {
        overflow: hidden;
        position: absolute;
        background: #f3da3f url(../images/hover-plus.png) no-repeat center center;
        background-size: 100px 100px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        filter: alpha(opacity=0);
        /* For IE8 and earlier */
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      #portfolio-container .item a:hover > .hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        /* For IE8 and earlier */ }
      #portfolio-container .item a:hover > img {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
        -moz-transform: scale3d(1.15, 1.15, 1.15);
        -o-transform: scale3d(1.15, 1.15, 1.15);
        -ms-transform: scale3d(1.15, 1.15, 1.15); }
  #portfolio-container .item * {
    position: absolute;
    margin: 0; }

/*Portfolio Columns*/
.two-col #portfolio-container .item {
  width: 570px;
  height: 570px; }

.three-col #portfolio-container .item {
  width: 380px;
  height: 380px; }

.four-col #portfolio-container .item {
  width: 285px;
  height: 285px; }

.six-col #portfolio-container .item {
  width: 190px;
  height: 190px; }

/*Slider*/
.clients-slider-container .item a img, .slider-container .item a img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease; }
.clients-slider-container .item a:hover > img, .slider-container .item a:hover > img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  -moz-transform: scale3d(1.15, 1.15, 1.15);
  -o-transform: scale3d(1.15, 1.15, 1.15);
  -ms-transform: scale3d(1.15, 1.15, 1.15); }
.clients-slider-container .carousel-indicators, .slider-container .carousel-indicators {
  bottom: -40px; }
  .clients-slider-container .carousel-indicators li, .slider-container .carousel-indicators li {
    width: 5px;
    height: 5px;
    background: #000;
    border: none;
    border-radius: 50%;
    margin: 3px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */ }
  .clients-slider-container .carousel-indicators .active, .slider-container .carousel-indicators .active {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    margin: 3px; }

/* Blog */
.blog-row {
  margin-bottom: 100px; }
  .blog-row .blog-info {
    list-style: none;
    font-size: 12px;
    color: #ccc;
    margin: 20px auto 30px auto;
    width: 100%;
    float: left; }
    .blog-row .blog-info .info-container {
      padding: 15px 20px;
      background: #f6f6f6;
      border: 1px solid #efefef; }
  .blog-row .space {
    margin: 0 15px -5px 15px;
    width: 1px;
    height: 20px;
    background: #ddd;
    display: inline-block; }
  .blog-row a, .blog-row a:link {
    font-style: italic; }
  .blog-row p {
    color: #999; }

/* Blog */
.pagination {
  float: right;
  font-size: 12px; }
  .pagination .active a {
    border: 1px solid #efefef;
    padding: 15px 20px;
    background: #f3da3f;
    font-style: italic;
    border-radius: 0; }
  .pagination .active a:hover, .pagination .active a:focus {
    border: 1px solid #efefef;
    background: #f3da3f; }
  .pagination .disabled a {
    border: 1px solid #efefef;
    padding: 15px 20px;
    background: #f9f9f9;
    border-radius: none; }
  .pagination .disabled a:hover, .pagination .disabled a:focus {
    background: #f6f6f6; }
  .pagination li a {
    padding: 15px 20px;
    border: 1px solid #efefef;
    background: #f6f6f6;
    margin: 2px;
    font-style: italic;
    border-radius: 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .pagination li a:hover, .pagination li a:focus {
    background: #f3da3f;
    color: #fff; }
  .pagination li:last-child > a, .pagination li:last-child > span, .pagination li:first-child > a, .pagination li:first-child > span {
    border-radius: 0px;
    border: 1px solid #efefef; }

.pager {
  font-size: 12px; }
  .pager .disabled a {
    color: #ccc; }
  .pager li a {
    border: 1px solid #efefef;
    padding: 15px 20px;
    background: #f6f6f6;
    margin: 2px;
    font-style: italic;
    border-radius: 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .pager li a:hover, .pager li a:focus {
    background: #f9f9f9;
    color: #999; }

.breadcrumb {
  background: #f6f6f6;
  padding: 15px 20px;
  border: 1px solid #efefef;
  font-size: 12px;
  border-radius: 0; }
  .breadcrumb li a {
    border: none;
    font-style: italic;
    border-radius: 0; }
  .breadcrumb li a:hover, .breadcrumb li a:focus {
    color: #f3da3f; }

/* FOOTER AREA */
#footer a, #footer a:link {
  color: #0288d4; }
#footer a:hover, #footer a:focus {
  color: #fff; }

/*Social Container*/
.social-container {
  text-align: center;
  font-size: 30px; }
  .social-container a, .social-container a:link {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */ }
  .social-container a:hover, .social-container a:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */ }

/*Social Container Team*/
.social-container-team {
  text-align: center;
  font-size: 25px; }
  .social-container-team a, .social-container-team a:link {
    text-decoration: none;
    color: #999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */ }
  .social-container-team a:hover, .social-container-team a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */ }

/*Contact Form*/
.contactform input {
  border: none;
  background: #f9f9f9;
  padding: 20px;
  font-weight: 100;
  font-family: inherit;
  width: 49.5%;
  margin: 10px auto; }
.contactform #description {
  border: none;
  background: #f9f9f9;
  padding: 20px;
  font-weight: 100;
  font-family: inherit;
  width: 100%;
  margin: 0 auto; }
.contactform .left {
  float: left; }
.contactform .right {
  float: right; }

/*Scroll Up*/
.scroll-up {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  z-index: 9999; }
  .scroll-up:hover, .scroll-up:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */ }

a.scroll-up {
  text-decoration: none; }

/*Effects*/
.fadeIn {
  -webkit-animation: fadeIn 0.5s linear 0.2s both;
  -moz-animation: fadeIn 0.5s linear 0.2s both;
  -o-animation: fadeIn 0.5s linear 0.2s both;
  -ms-animation: fadeIn 0.5s linear 0.2s both;
  animation: fadeIn 0.5s linear 0.2s both; }

/*Services*/
.services-container {
  float: left; }
  .services-container .content-box {
    width: 33.333333%;
    float: left;
    padding: 20px 20px 20px 0;
    height: auto; }
    .services-container .content-box p {
      padding-left: 20px; }
    .services-container .content-box h4 {
      padding-left: 20px; }
  .services-container .big-numbers {
    margin: 15px 20px 0 0px;
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 25px 20px 20px 20px;
    font-size: 70px;
    float: left;
    font-weight: bold; }
  .services-container .arrow-sep-yellow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 40px 0 0 0;
    float: left;
    position: relative;
    border-left: 20px solid #f3da3f; }
  .services-container .arrow-sep-light-yellow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 40px 0 0 0;
    float: left;
    position: relative;
    border-left: 20px solid #349fdc; }
  .services-container .arrow-sep-white {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 40px 0 0 0;
    float: left;
    position: relative;
    border-left: 20px solid #fff; }
  .services-container .arrow-sep-grey {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 40px 0 0 0;
    float: left;
    position: relative;
    border-left: 20px solid #f2f2f2; }
  .services-container .arrow-sep-black {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin: 40px 0 0 0;
    float: left;
    position: relative;
    border-left: 20px solid #000000; }

/* Shortcodes */
/* Buttons */
.button-primary {
  margin-top: 20px;
  background: #000;
  padding: 15px;
  min-width: 100px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #f3da3f;
  border: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease; }
  .button-primary:hover {
    color: #fff; }

.button-secondary {
  margin-top: 20px;
  background: #0288d4;
  padding: 15px;
  color:#fff;
  min-width: 100px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  border: none;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease; }
  .button-secondary:hover {
    color: #000; }

/* Backgrounds */
.bg-yellow {
  background: #f3da3f; 
  padding: 1px;
  margin-bottom: -15px;
}
.bg-light-yellow {
  background: #f6e064; }

.bg-grey {
  background: #f2f2f2; }

.bg-dark-grey {
  background: #282828; }

.bg-black {
  background: #000000; }

.bg-white {
  background: #fff; }
  
  
  .bg-white {
  background: #fff; }

/* Text Colors */
.text-yellow {
  color: #037dc0 !important; }

.text-light-yellow {
  color: #f5e165 !important; }

.text-grey {
  color: #f2f2f2 !important; }

.text-dark-grey {
  color: #282828 !important; }

.text-black {
  color: black !important; }

.text-white {
  color: white !important; }

/* Spacers */
.spacer-20 {
  margin-top: 20px; }

.spacer-30 {
  margin-top: 30px; }

.spacer-50 {
  margin-top: 50px; }
  
  .spacer-5 {
  margin-top: 5px; }
  
  .spacer-27 {
margin-top: 27px;
}

.spacer-15 {
margin-top: 15px;
}

.spacer-20 {
margin-top: 20px;
}

.spacer-100 {
margin-top: 4%; 
}

.spacer-150 {
  margin-top: 150px; }

.spacer-200 {
  margin-top: 200px; }

.spacer-250 {
  margin-top: 250px; }

.blog-separator {
  width: 200px;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0; }

/* Content Box */
.content-box {
  display: inline-block;
  padding: 20px; }

/* Separation Arrows */
.arrow-sep-yellow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  border-top: 30px solid #f3da3f; }

.arrow-sep-light-yellow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  border-top: 30px solid #349fdc; }

.arrow-sep-white {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
 /* border-top: 30px solid #fff; */}

.arrow-sep-grey {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  border-top: 30px solid #f6e064; }

.arrow-sep-black {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  border-top: 30px solid #000000; }

.arrow-sep-yellow-small {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
  border-top: 20px solid #f3da3f; }

.arrow-sep-light-yellow-small {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
  border-top: 20px solid #f5e165; }

.arrow-sep-white-small {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
  border-top: 20px solid #fff; }

.arrow-sep-grey-small {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
  border-top: 20px solid #f2f2f2; }

.arrow-sep-black-small {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
  border-top: 20px solid #000000; }

/* Lines & Heights */
.no-line-height {
  line-height: 0; }

.line {
  width: 77%;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto; }

/*Pricing Tables */
.pricing-table-container {
  margin: 0 auto;
  position: relative; }
  .pricing-table-container .content-box {
    width: 33.333333%;
    float: left;
    padding: 20px 20px 20px 0;
    height: 150px; }
  .pricing-table-container .price-box {
    margin: 0 auto;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -50px;
    left: 33%;
    width: 100px;
    height: 100px;
    padding: 35px 0 0 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    .pricing-table-container .price-box span {
      vertical-align: super;
      font-size: 50%; }
  .pricing-table-container ul {
    list-style: none; }
    .pricing-table-container ul li {
      list-style: none;
      padding: 15px 0px;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      font-weight: 100; }

/* Animations for content elements */
.fx-fade-in {
  -webkit-animation: fadeIn 1s ease-in-out both;
  -moz-animation: fadeIn 1s ease-in-out both;
  -o-animation: fadeIn 1s ease-in-out both;
  -ms-animation: fadeIn 1s ease-in-out both;
  animation: fadeIn 1s ease-in-out both; }

.fx-move-up {
  -webkit-animation: moveUp 1s ease-in-out both;
  -moz-animation: moveUp 1s ease-in-out both;
  -o-animation: moveUp 1s ease-in-out both;
  -ms-animation: moveUp 1s ease-in-out both;
  animation: moveUp 1s ease-in-out both; }

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(40px); }

  100% {
    -webkit-transform: translateY(0px); } }

@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(40px); }

  100% {
    -moz-transform: translateY(0px); } }

@-o-keyframes moveUp {
  0% {
    -o-transform: translateY(40px); }

  100% {
    -o-transform: translateY(0px); } }

@-ms-keyframes moveUp {
  0% {
    -ms-transform: translateY(40px); }

  100% {
    -ms-transform: translateY(0px); } }

@keyframes moveUp {
  0% {
    transform: translateY(40px); }

  100% {
    transform: translateY(0px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes scaleDown {
  0% {
    transform: scale(1); }

  100% {
    transform: scale(0.5); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* Isotope */
/* Start: Recommended Isotope styles */
/**** 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; }

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

@media only screen and (max-width: 1199px) {
  /*Portfolio Columns*/
  .two-col #portfolio-container .item {
    width: 470px;
    height: 470px; }

  .three-col #portfolio-container .item {
    width: 310px;
    height: 310px; }

  .four-col #portfolio-container .item {
    width: 220px;
    height: 220px; }

  .six-col #portfolio-container .item {
    width: 150px;
    height: 150px; } }
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 30px; }

  /* Main Logo */
  .main-logo {
    height: 150px;
    width: 150px; }

  .main-logo img {
    margin-top: 50px;
    width: 125px; }

  /*Pricing Tables */
  .pricing-table-container h3 {
    padding-top: 60px; }
  .pricing-table-container .price-box {
    top: -50px;
    left: 44%; }
  .pricing-table-container .col-md-3, .pricing-table-container .col-md-4 {
    margin-bottom: 90px;
    width: 100%;
    float: left; }

  /*Portfolio Columns*/
  .two-col #portfolio-container .item {
    width: 350px;
    height: 350px; }

  .three-col #portfolio-container .item {
    width: 233px;
    height: 233px; }

  #portfolio-container .item, .four-col #portfolio-container .item, .six-col #portfolio-container .item {
    width: 172px;
    height: 172px; }

  /*Footer */
  .col-md-4, .col-md-3 {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 30px; }

  /* Main Logo */
  .main-logo {
    height: 120px;
    width: 120px; }

  .main-logo img {
    margin-top: 40px;
    width: 100px; }

  /*Nav Bar*/
  .navbar-inverse .navbar-header .navbar-toggle {
    margin-top: 30px; }

  .navbar-collapse {
    max-height: 90%; }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
    background: #282828; }
    .navbar-inverse .navbar-collapse .navbar-nav, .navbar-inverse .navbar-form .navbar-nav {
      float: left;
      width: 100%; }
      .navbar-inverse .navbar-collapse .navbar-nav li, .navbar-inverse .navbar-form .navbar-nav li {
        width: 100%;
        margin-left: 20px;
        padding: 10px 0; }
      .navbar-inverse .navbar-collapse .navbar-nav .dropdown-menu, .navbar-inverse .navbar-form .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-clip: padding-box;
        color: #000;
        margin-bottom: 20px; }
        .navbar-inverse .navbar-collapse .navbar-nav .dropdown-menu .arrow, .navbar-inverse .navbar-form .navbar-nav .dropdown-menu .arrow {
          display: none; }
        .navbar-inverse .navbar-collapse .navbar-nav .dropdown-menu li, .navbar-inverse .navbar-form .navbar-nav .dropdown-menu li {
          margin-left: 15px;
          padding: 10px 0; }
          .navbar-inverse .navbar-collapse .navbar-nav .dropdown-menu li > a, .navbar-inverse .navbar-form .navbar-nav .dropdown-menu li > a {
            color: white !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          .navbar-inverse .navbar-collapse .navbar-nav .dropdown-menu li > a:hover, .navbar-inverse .navbar-form .navbar-nav .dropdown-menu li > a:hover {
            color: #f5e165 !important;
            background-color: transparent; }

  /*Services*/
  .services-container .content-box .big-numbers {
    margin: 0; }
  .services-container .content-box p {
    padding-left: 20px; }
  .services-container .content-box h4 {
    padding-left: 20px;
    display: inline-block;
    margin-top: 20px; }

  /*Pricing Tables */
  .pricing-table-container h3 {
    padding-top: 60px; }
  .pricing-table-container .price-box {
    top: -50px;
    left: 44%; }
  .pricing-table-container .col-md-3, .pricing-table-container .col-md-4 {
    margin-bottom: 90px;
    width: 100%;
    float: left; }

  /*Portfolio */
  .portfolio #options ul li a {
    font-size: 12px;
    padding: 10px;
    margin-top: 5px; }

  /*Portfolio Columns*/
  .two-col #portfolio-container .item {
    width: 300px;
    height: 300px; }

  .three-col #portfolio-container .item {
    width: 300px;
    height: 300px; }

  #portfolio-container .item, .four-col #portfolio-container .item, .six-col #portfolio-container .item {
    width: 300px;
    height: 300px; }

  /*Footer */
  .col-md-4, .col-md-3 {
    text-align: center; } }
@media only screen and (max-width: 674px) {
  /*Portfolio Columns*/
  #portfolio-container .item, .four-col #portfolio-container .item, .six-col #portfolio-container .item, .two-col #portfolio-container .item, .three-col #portfolio-container .item {
    width: 250px;
    height: 250px; } }
@media only screen and (max-width: 590px) {
  /* Main Logo */
  .main-logo {
    height: 100px;
    width: 100px; }

  .main-logo img {
    margin-top: 40px;
    width: 82px; }

  /*Blog */
  .blog-row .blog-info .info-container {
    float: left; }

  /*Portfolio Columns*/
  #portfolio-container .item, .four-col #portfolio-container .item, .six-col #portfolio-container .item, .two-col #portfolio-container .item, .three-col #portfolio-container .item {
    width: 400px;
    height: 400px; } }
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
    line-height: 50px; }

  h2 {
    font-size: 30px;
    line-height: 40px; }

  h3 {
    font-size: 20px;
    line-height: 30px; }



.parabola{


  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 25px;
 	
	
	}



  .scroll-up {
    display: none; }

  /* Main Logo */
  .main-logo {
    height: 70px;
    width: 100px; }

  .main-logo img {
    margin-top: 10px;
    width: 82px; }

  /*Services*/
  .services-container .content-box {
    width: 100%; }
    .services-container .content-box .big-numbers {
      margin: 20px; }
    .services-container .content-box p {
      padding-left: 20px; }
    .services-container .content-box h4 {
      padding-left: 20px;
      display: block;
      margin-top: 20px; }
    .services-container .content-box .arrow-sep-yellow, .services-container .content-box .arrow-sep-grey, .services-container .content-box .arrow-sep-black, .services-container .content-box .arrow-sep-light-yellow, .services-container .content-box .arrow-sep-white {
      display: none; }

  /*Pricing Tables */
  .pricing-table-container h3 {
    padding-top: 60px;
    font-size: 30px; }
  .pricing-table-container .price-box {
    top: -50px;
    left: 38%; }
  .pricing-table-container .col-md-3, .pricing-table-container .col-md-4 {
    margin-bottom: 90px;
    width: 100%;
    float: left; }

  /*Portfolio Columns*/
  #portfolio-container .item, .four-col #portfolio-container .item, .six-col #portfolio-container .item, .two-col #portfolio-container .item, .three-col #portfolio-container .item {
    width: 300px;
    height: 300px; }

  /*Contact Form*/
  .contactform input {
    width: 100%;
    margin: 0 0 10px 0; } }
@media only screen and (max-width: 320px) {
  /*Pricing Tables */
  .pricing-table-container h3 {
    padding-top: 60px;
    font-size: 30px; }
  .pricing-table-container .price-box {
    top: -50px;
    left: 35%; }
  .pricing-table-container .col-md-3, .pricing-table-container .col-md-4 {
    margin-bottom: 90px;
    width: 100%;
    float: left; }

  /*Portfolio Columns*/
  #portfolio-container .item, .four-col #portfolio-container .item, .six-col #portfolio-container .item, .two-col #portfolio-container .item, .three-col #portfolio-container .item {
    width: 220px;
    height: 220px; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100%; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }


.text-center img
{
	width:18%;
	float:left;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:1%;
	margin-top:1%;
	border: 1px solid #FF0;
}

.showcasediv
{
	width: 1110px;
display: block;
margin-top: 34px;
margin-bottom: 20px;
}

.showcasecol1
{
	width: 250px;
float: left;
display: block;
margin-right: 27px;
}

.showcasecol1 img
{
	width: 245px;
	border: 1px solid grey;
border-bottom: 0px;
}

.showcaseheading
{
	text-align: center;
font-size: 18px;
font-weight: bold;
background-color: #f3da3f;
padding: 7px;
margin-top: -12px;
z-index: 999;
width: 246px;
}