/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
/* Float & Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  font-style: italic;
  border-left: 2px dotted #9b9b9b;
  padding-left: 15px;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */

  height: auto;
  /* Override height to match resized width for correct aspect ratio. */

}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Settings
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.center {
  width: 960px;
  margin: 0 auto;
}
::selection {
  background: #e21b22;
  /* Safari */

}
::-moz-selection {
  background: #e21b22;
  /* Firefox */

}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
section {
  opacity: 0;
}
h2 {
  font-family: 'Arial';
  margin: 0;
  font-size: 35px;
  color: #353535;
  padding: 15px 0;
  letter-spacing: 0.340em;
  padding-left: 0.340em;
  font-weight: bold;
  text-align: center;
}
/* Flex Controls
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flex-control-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -40px;
}
.flex-control-nav li {
  margin: 0 7px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  cursor: pointer;
  width: 4px;
  height: 4px;
  display: block;
  text-indent: -9999px;
  background: #bfbfbf;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flex-control-nav li a:hover {
  background: #e21b22;
}
.flex-control-nav li a.flex-active {
  background: #e21b22;
  cursor: default;
}
/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 53px;
  background: url("images/nav.png") repeat-x;
  text-align: center;
  z-index: 9999;
}
nav .drop-menu {
  display: none;
}
nav a {
  display: inline-block;
  margin-top: 10px;
  color: #b5b5b5;
  margin-right: 12px;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 14px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: color .3s ease, background .3s ease;
  -moz-transition: color .3s ease, background .3s ease;
  -ms-transition: color .3s ease, background .3s ease;
  -o-transition: color .3s ease, background .3s ease;
  transition: color .3s ease, background .3s ease;
}
nav a:last-child {
  margin-right: 0;
}
nav a:hover,
nav a.active {
  color: #fff;
  background: #000;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
}
/* Top Back + Slider
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.top-background {
  margin-top: 40px;
  background: url("images/top-background.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  width: 100%;
  height: 712px;
  position: relative;
}
.top-background .logo {
  position: absolute;
  background: url("images/logo.png") no-repeat center;
  width: 500px;
  height: 205px;
  top: 25%;
  left: 47%;
  margin-left: -216px;
}
.top-background .top-slider {
  width: 963px;
  top: 550px;
  left: 50%;
  position: absolute;
  margin-left: -481px;
}
.top-background .top-slider img {
  width: 100%;
  height: auto;
}
.top-background .top-slider ul > li {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-background .top-slider ul > li:before {
  position: absolute;
  top: 0px;
  right: 0px;
  border-style: solid;
  z-index: 50;
}
.top-background .top-slider ul > li .info {
  position: absolute;
  top: 89px;
  left: 75px;
}
.top-background .top-slider ul > li h3 {
  font-family: 'Arial';
  font-size: 30px;
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}
.top-background .top-slider ul > li p {
  width: 470px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.top-background .top-slider ul > li .read {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 12px;
  color: #fff;
  border: 2px solid #bfbfbf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-background .top-slider ul > li .read:hover {
  border: 2px solid #e21b22;
}
/* About Us
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.about {
  margin-top: 220px;
}
section.about .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #a3a3a3;
  text-align: justify;
}
section.about .items .col-6 {
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: justify;
}
section.about .items .col-6:nth-child(3n+1) {
  padding-right: 40px;
}
section.about .items .col-6:nth-child(3n+2) {
  padding-left: 20px;
  padding-right: 20px;
}
section.about .items .col-6:nth-child(3n+3) {
  padding-left: 40px;
}
section.about .items .col-6 img {
  margin-bottom: 35px;
}
section.about .items .col-6 h3 {
  font-family: 'Arial';
  font-size: 18px;
  color: #000000;
  text-transform: none;
  margin-bottom: 10px;
}
section.about .items .col-6 p {
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #a3a3a3;
}
/* Twitter
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.twitter {
  width: 100%;
  height: 295px;
  background: url("images/twitter-background.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
section.twitter .c-left {
  width: 182px;
}
section.twitter .c-right {
  width: 760px;
}
section.twitter .twitter-logo {
  background: url("images/twitter-logo.png") no-repeat center;
  height: 295px;
  width: 177px;
}
section.twitter .twit {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 37px;
  margin-top: 10%;
  position: relative;
}
section.twitter .twit:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid transparent;
}
section.twitter .twit .name {
  position: absolute;
  font-family: 'Arial';
  font-size: 11px;
  color: #989898;
  left: 37px;
  top: 13px;
}
section.twitter .twit p {
  margin: 0;
  color: #ececec;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
}
/* Blog
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.blog {
  margin-top: 30px;
}
section.blog h2 {
  position: relative;
}
section.blog h2 span {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog h2 span.prev {
  background: url("images/left.png") no-repeat center;
  left: 28%;
  top: 50%;
  margin-top: -15px;
}
section.blog h2 span.prev:hover {
  background: url("images/left-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
section.blog h2 span.next {
  background: url("images/right.png") no-repeat center;
  right: 28%;
  top: 50%;
  margin-top: -15px;
}
section.blog h2 span.next:hover {
  background: url("images/right-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
section.blog .blog-slider {
  margin-top: 30px;
  position: relative;
}
section.blog .blog-slider .flex-control-nav {
  bottom: -34px;
}
section.blog .blog-slider .col-3 {
  margin-bottom: 25px;
  padding: 0 10px;
}
section.blog .blog-slider li {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog .blog-slider img {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
section.blog .blog-slider a {
  display: block;
  position: relative;
}
section.blog .blog-slider a:hover > .hover {
  opacity: 1;
  box-shadow: 0 32px 25px -25px rgba(228, 78, 46, 0.7);
}
section.blog .blog-slider a:hover > .hover h3 {
  margin-top: 61px;
}
section.blog .blog-slider a:hover > .hover p {
  margin-top: 5px;
}
section.blog .blog-slider .hover {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e21b22;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
  cursor: url("images/plus.png"), auto;
}
section.blog .blog-slider .hover h3 {
  font-family: 'Arial';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: -30%;
  margin-bottom: 0;
}
section.blog .blog-slider .hover p {
  font-family: 'Arial';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 10px;
  color: #7d3021;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 0px;
}
/* Subscribe
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.subscribe {
  width: 100%;
  margin-top: 62px;
  height: 187px;
  background: url("images/subscribe-background.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
section.subscribe h3 {
  float: right;
  font-family: 'Arial';
  font-size: 26px;
  color: #fff;
  line-height: 187px;
  text-transform: none;
  padding-right: 10px;
}
section.subscribe h3 span {
  font-size: 30px;
  font-weight: bold;
}
section.subscribe form {
  padding-left: 10px;
  margin-top: 77px;
}
section.subscribe form .text {
  width: 250px;
  border: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 11px;
  font-family: 'Arial';
  font-size: 11px;
  color: #333;
}
section.subscribe form .subscribe {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e21b22;
  width: 129px;
  height: 36px;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color: #fff;
  letter-spacing: -0.01em;
  margin-left: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 0 0px #bd2e13;
  -moz-box-shadow: 0 3px 0 0px #bd2e13;
  box-shadow: 0 3px 0 0px #bd2e13;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.subscribe form .subscribe:hover {
  opacity: 1;
  background: #e36952;
}
/* Team
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.team {
  margin-top: 80px;
}
img {
	width:100%;
}
section.team .col-2 {
  position: relative;
}
section.team span.prev,
section.team span.next {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.team span.prev.prev,
section.team span.next.prev {
  background: url("images/left.png") no-repeat center;
  right: 40px;
  top: 170px;
  margin-top: -15px;
}
section.team span.prev.prev:hover,
section.team span.next.prev:hover {
  background: url("images/left-h.png") no-repeat center;
}
section.team span.prev.next,
section.team span.next.next {
  background: url("images/right.png") no-repeat center;
  right: 10px;
  top: 170px;
  margin-top: -15px;
}
section.team span.prev.next:hover,
section.team span.next.next:hover {
  background: url("images/right-h.png") no-repeat center;
}
section.team .our {
  margin-top: 55px;
  display: block;
  text-align: right;
  font-family: 'Arial';
  font-size: 35px;
  color: #353535;
  text-transform: uppercase;
  padding-right: 10px;
}
section.team .team {
  display: block;
  text-align: right;
  font-family: 'Arial Black', 'Arial' bold;
  font-size: 35px;
  font-weight: 900;
  color: #e21b22;
  text-transform: uppercase;
  padding-right: 10px;
}
section.team .team-slider {
  width: 764px;
  float: right;
}
section.team .team-slider li {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.team .team-slider .col-3 {
  display: block;
  position: relative;
  height: 252px;
  padding: 0 10px;
}
section.team .team-slider .col-3 img {
  width: 100%;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.team .team-slider .col-3 h3 {
  text-align: center;
  margin-top: 18px;
  font-family: 'Arial';
  font-size: 18px;
  color: #353535;
  text-transform: none;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.team .team-slider .col-3 p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #a3a3a3;
}
section.team .team-slider .col-3 .a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.team .team-slider .col-3 .hover {
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: -50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
section.team .team-slider .col-3 .hover:before {
  display: block;
  position: absolute;
  content: "";
  top: -8px;
  background: url(images/team-dot.png) no-repeat center;
  width: 14px;
  height: 8px;
  left: 50%;
  margin-left: -7px;
}
section.team .team-slider .col-3 .hover a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 22px 7px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.team .team-slider .col-3 .hover a:hover {
  opacity: 0.7;
}
section.team .team-slider .col-3 .hover .tw {
  background: url("images/tw.png") no-repeat center;
}
section.team .team-slider .col-3 .hover .fa {
  background: url("images/fa.png") no-repeat center;
}
section.team .team-slider .col-3 .hover .go {
  background: url("images/go.png") no-repeat center;
}
section.team .team-slider .col-3 .hover .in {
  background: url("images/in.png") no-repeat center;
}
section.team .team-slider .col-3 .hover .ms {
  background: url("images/ms.png") no-repeat center;
}
section.team .team-slider .col-3:hover > .a > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
section.team .team-slider .col-3:hover > .a > .hover {
  bottom: 0;
}
section.team .team-slider .col-3:hover > h3 {
  color: #e21b22;
}
/* Testimonials
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.testimonials {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
  height: auto;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding: 40px 0;
}
section.testimonials img {
	width:100%;
	margin:5px 0 25px;
}
section.testimonials h2 {
  position: relative;
}
section.testimonials p {
	text-align:justify;
}
section.testimonials h2 span.prev {
  background: url("images/left-w.png") no-repeat center;
  left: 21.5%;
  top: 50%;
  margin-top: -15px;
}
section.testimonials h2 span.prev:hover {
  background: url("images/left-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
section.testimonials h2 span.next {
  background: url("images/right-w.png") no-repeat center;
  right: 21.5%;
  top: 50%;
  margin-top: -15px;
}
section.testimonials h2 span.next:hover {
  background: url("images/right-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
.testimonials-slider {
  margin-top: 45px;
  position: relative;
}
.testimonials-slider li {
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials-slider img {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonials-slider h3 {
  font-family: 'Arial';
  font-size: 12px;
  color: #fff;
  text-transform: none;
  margin-top: 13px;
}
.testimonials-slider h3 span:first-child {
  color: #a3a3a3;
  padding: 0 3px;
}
s.testimonials-slider h3 span:last-child {
  font-size: 10px;
  color: #a3a3a3;
}
.testimonials-slider .line {
  width: 100%;
  background: url("images/testimonials.png") no-repeat center;
  height: 19px;
  margin-top: 15px;
  margin-bottom: 16px;
}
.testimonials-slider p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #fff;
  padding: 0 15px;
  line-height: 24px;
  margin-bottom: 8px;
}
/* Gallery
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.gallery {
  margin-top: 30px;
}
section.gallery h2 {
  position: relative;
}
section.gallery h2 span {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gallery h2 span.prev {
  background: url("images/left.png") no-repeat center;
  left: 28%;
  top: 50%;
  margin-top: -15px;
}
section.gallery h2 span.prev:hover {
  background: url("images/left-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
section.gallery h2 span.next {
  background: url("images/right.png") no-repeat center;
  right: 28%;
  top: 50%;
  margin-top: -15px;
}
section.gallery h2 span.next:hover {
  background: url("images/right-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
section.gallery .filters {
  width: 100%;
  text-align: center;
  padding: 35px 0 30px;
}
section.gallery .filters a {
  margin: 0 4px;
  font-family: 'Arial';
  font-size: 10px;
  color: #a3a3a3;
  text-transform: uppercase;
  padding: 9px 12px;
}
section.gallery .filters a.active {
  background: #f6f6f6;
  padding: 6px 12px 9px;
  -webkit-box-shadow: 0 -3px 0 #e8e8e8;
  -moz-box-shadow: 0 -3px 0 #e8e8e8;
  box-shadow: 0 -3px 0 #e8e8e8;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.gallery .filters a:hover {
  background: #f6f6f6;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.gallery .gallery-slider {
  margin-top: 30px;
  position: relative;
}
section.gallery .gallery-slider .flex-control-nav {
  bottom: -34px;
}
section.gallery .gallery-slider .col-3 {
  margin-bottom: 25px;
  padding: 0 10px;
}
section.gallery .gallery-slider li {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gallery .gallery-slider img {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height:161px;
}
section.gallery .gallery-slider a {
  display: block;
  position: relative;
}
section.gallery .gallery-slider a:hover > .hover {
  opacity: 1;
  box-shadow: 0 32px 30px -25px rgba(228, 78, 46, 0.7);
}
section.gallery .gallery-slider a:hover > .hover h3 {
  margin-top: 61px;
}
section.gallery .gallery-slider a:hover > .hover p {
  margin-top: 5px;
}
section.gallery .gallery-slider .hover {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e21b22;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
  cursor: url("images/plus.png"), auto;
}
section.gallery .gallery-slider .hover h3 {
  font-family: 'Arial';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: -30%;
  margin-bottom: 0;
}
section.gallery .gallery-slider .hover p {
  font-family: 'Arial';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 10px;
  color: #7d3021;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 0px;
}
/* Skills
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.skills {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
  height: 462px;
  background: url("images/skills-background.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding: 40px 0;
}
section.skills h2 {
  position: relative;
  color: #ffffff;
}
section.skills .items {
  margin-top: 45px;
}
section.skills .col-6 {
  margin-bottom: 45px;
}
section.skills .col-6:nth-child(2n+1) {
  padding-right: 10px;
}
section.skills .col-6:nth-child(2n+2) {
  padding-left: 10px;
}
section.skills h3 {
  width: 100%;
  font-family: 'Arial';
  font-size: 12px;
  color: #fff;
  text-transform: none;
}
section.skills h3 span {
  float: right;
}
section.skills .bar {
  margin-top: 15px;
  position: relative;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 17px;
  width: 100%;
  background: url("images/dot.png") repeat;
}
section.skills .bar .progress {
  position: absolute;
  left: 0;
  height: 100%;
  background: #e21b22;
  box-shadow: 0 0 18px 0 #e21b22;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  visibility: hidden;
}
/* Strech
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
/**/
.skills-dots {
  width: 100%;
  background: url("images/dots.png") repeat-x;
  height: 50px;
}
/* Skills Strech
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/* Clients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.clients {
  margin-top: 0px;
}
section.clients h2 {
  position: relative;
}
section.clients h2 span {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.clients h2 span.prev {
  background: url("images/left.png") no-repeat center;
  left: 28%;
  top: 50%;
  margin-top: -15px;
}
section.clients h2 span.prev:hover {
  background: url("images/left-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
section.clients h2 span.next {
  background: url("images/right.png") no-repeat center;
  right: 28%;
  top: 50%;
  margin-top: -15px;
}
section.clients h2 span.next:hover {
  background: url("images/right-h.png") no-repeat center;
  border: 2px solid #e21b22;
}
section.clients .clients-slider {
  margin-top: 40px;
  position: relative;
}
section.clients .clients-slider .flex-control-nav {
  bottom: -70px;
}
section.clients .clients-slider .col-20 {
  width: 20%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
section.clients .clients-slider li {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.clients .clients-slider img:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
/* Contacts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section.contacts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 115px;
  height: 473px;
  background: url("images/contacts-background.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  text-align: center;
}
section.contacts .dots {
  background: url("images/contact-form.png") no-repeat center;
  width: 14px;
  height: 8px;
  margin: 0 auto;
}
section.contacts h3 {
  margin-top: 28px;
  font-family: 'Arial';
  font-size: 18px;
  color: #fff;
  text-transform: none;
}
section.contacts #contact-form {
  width: 423px;
  margin: 40px auto;
}
section.contacts #contact-form input,
section.contacts #contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  padding: 0 13px;
  font-family: 'Arial';
  font-size: 11px;
  color: #333;
}
section.contacts #contact-form .name {
  height: 39px;
  width: 48.8%;
  float: left;
}
section.contacts #contact-form .email {
  height: 39px;
  width: 48.8%;
  float: right;
}
section.contacts #contact-form .message {
  margin: 11px 0 11px;
  width: 100%;
  height: 95px;
  padding: 13px;
}
section.contacts #contact-form .submit {
  width: 100%;
  height: 39px;
  background: #e21b22;
  padding: 0;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color: #fff;
  letter-spacing: -0.01em;
  -webkit-box-shadow: 0 -3px 0 0px #bd2e13;
  -moz-box-shadow: 0 -3px 0 0px #bd2e13;
  box-shadow: 0 -3px 0 0px #bd2e13;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.contacts #contact-form .submit:hover {
  opacity: 1;
  background: #e36952;
}
section.contacts .cont {
  width: 770px;
  margin: 75px auto 0;
}
section.contacts .cont .col-4:last-child {
  padding-left: 70px;
}
section.contacts .cont p {
  font-family: 'Arial';
  font-size: 12px;
  color: #a3a3a3;
  padding-left: 30px;
  margin-bottom: 5px;
}
section.contacts .cont p.phone {
  background: url("images/phone.png") no-repeat left;
}
section.contacts .cont p.adress {
  background: url("images/adress.png") no-repeat left;
}
section.contacts .cont p.email {
  background: url("images/email.png") no-repeat left;
}
section.contacts .cont h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding-left: 30px;
  margin: 0;
  text-align: left;
  color: #fff;
  text-transform: none;
  font-weight: bold;
}
section.contacts .cont h4.phone {
  font-size: 25px;
  font-weight: 600;
}
/* Map
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section#map {
  height: 250px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
section#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#map .close {
  position: absolute;
  background: url("images/close.png") no-repeat center;
  width: 20px;
  height: 20px;
  top: -30px;
  left: 50%;
  margin-left: -10px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#map .close:hover {
  opacity: 0.7;
}
section#map .open {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
/* Footer
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
footer {
  width: 100%;
  height: 50px;
  background: #131313;
}
footer .left {
  float: left;
  line-height: 50px;
  font-family: 'Arial';
  font-size: 11px;
  color: #adadad;
  margin: 0;
}
footer .right {
  float: right;
}
footer .right .soc a {
  display: inline-block;
  margin-top: 8px;
  float: left;
  width: 29px;
  height: 29px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #4b4b4b;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .right .soc a:last-child {
  margin-right: 0;
}
footer .right .soc a.fa {
  background: url("images/soc/1.1.png") no-repeat center;
}
footer .right .soc a.fa:hover {
  background: url("images/soc/2.1.png") no-repeat center;
  border: 3px solid #e21b22;
}
footer .right .soc a.tw {
  background: url("images/soc/1.2.png") no-repeat center;
}
footer .right .soc a.tw:hover {
  background: url("images/soc/2.2.png") no-repeat center;
  border: 3px solid #e21b22;
}
footer .right .soc a.pi {
  background: url("images/soc/1.3.png") no-repeat center;
}
footer .right .soc a.pi:hover {
  background: url("images/soc/2.3.png") no-repeat center;
  border: 3px solid #e21b22;
}
footer .right .soc a.yo {
  background: url("images/soc/1.4.png") no-repeat center;
}
footer .right .soc a.yo:hover {
  background: url("images/soc/2.4.png") no-repeat center;
  border: 3px solid #e21b22;
}
footer .right .soc a.li {
  background: url("images/soc/1.5.png") no-repeat center;
}
footer .right .soc a.li:hover {
  background: url("images/soc/2.5.png") no-repeat center;
  border: 3px solid #e21b22;
}
footer .right .soc a.fl {
  background: url("images/soc/1.6.png") no-repeat center;
}
footer .right .soc a.fl:hover {
  background: url("images/soc/2.6.png") no-repeat center;
  border: 3px solid #e21b22;
}
footer .right .soc a.go {
  background: url("images/soc/1.7.png") no-repeat center;
}
footer .right .soc a.go:hover {
  background: url("images/soc/2.7.png") no-repeat center;
  border: 3px solid #e21b22;
}
footer .right .soc a.in {
  background: url("images/soc/1.8.png") no-repeat center;
}
footer .right .soc a.in:hover {
  background: url("images/soc/2.8.png") no-repeat center;
  border: 3px solid #e21b22;
}
/* Laptop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 1030px) {
  .center {
    width: 800px;
    margin: 0 auto;
  }
  .top-background .top-slider {
    width: 750px;
    margin-left: -375px;
  }
  .top-background .top-slider ul > li:before {
    border-width: 0 15px 15px 0;
  }
  .top-background .top-slider ul > li .info {
    top: 50px;
    left: 50px;
  }
  section.twitter .c-right {
    width: 600px;
  }
  section.subscribe form .text {
    width: 200px;
  }
  section.team .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  section.team .col-10 {
    width: 100%;
  }
  section.team .our {
    margin-top: 0px;
    display: inline-block;
    text-align: left;
    padding-right: 10px;
  }
  section.team .team {
    display: inline-block;
    text-align: left;
    padding-right: 10px;
  }
  section.team span.prev.prev,
  section.team span.next.prev {
    right: none;
    left: 220px;
    top: 30px;
    margin-top: -15px;
  }
  section.team span.prev.next,
  section.team span.next.next {
    right: none;
    left: 250px;
    top: 30px;
    margin-top: -15px;
  }
  section.team .team-slider {
    width: 100%;
  }
  section.team .team-slider .col-3 {
    height: 270px;
  }
}
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 830px) {
  .center {
    width: 600px;
    margin: 0 auto;
  }
  nav .center {
    display: none;
  }
  nav .drop-menu {
    z-index: 102;
    width: 150px;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -75px;
    display: block!important;
    text-align: center;
    padding: 5px 8px;
    border-radius: 5px 5px 5px 5px;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  nav .drop-menu > a {
    margin: 0;
    color: #b5b5b5;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    display: block;
  }
  nav .drop-menu > a:hover {
    opacity: 0.7;
  }
  nav .drop-menu ul.ul-drop {
    width: 150px !important;
    height: auto;
    display: none;
    padding: 10px 0;
  }
  nav .drop-menu ul.ul-drop li {
    width: 100%;
    position: relative;
    text-align: center;
  }
  nav .drop-menu ul.ul-drop li a {
    margin-top: 4px;
    padding: 4px 15px;
    font-size: 12px;
    color: #fff;
  }
  .top-background .top-slider {
    width: 600px;
    margin-left: -300px;
  }
  .top-background .top-slider ul > li:before {
    border-width: 0 15px 15px 0;
  }
  .top-background .top-slider ul > li .info {
    top: 20px;
    left: 30px;
  }
  section.about {
    margin-top: 130px;
  }
  section.twitter .c-left {
    width: 130px;
  }
  section.twitter .c-right {
    width: 470px;
  }
  section.twitter .twitter-logo {
    width: 100%;
    background-size: 130px;
  }
  section.blog h2 span.prev {
    left: 18%;
  }
  section.blog h2 span.next {
    right: 18%;
  }
  section.blog .blog-slider a:hover > .hover h3 {
    margin-top: 30px;
  }
  section.team .team-slider .col-3 .hover a {
    margin: 22px 4px 0;
  }
  section.subscribe h3 {
    display: inline-block;
    float: none;
    width: 100%;
    font-size: 26px;
    line-height: 15px;
    padding-right: 0;
    margin-top: 45px;
  }
  section.subscribe .col-6 {
    width: 100%;
  }
  section.subscribe form {
    margin-top: 5px;
    padding-left: 0;
  }
  section.team .team-slider .col-3 {
    height: 240px;
  }
  section.testimonials h2 span.prev {
    left: 10%;
  }
  section.testimonials h2 span.next {
    right: 10%;
  }
  section.testimonials {
    margin-top: 20px;
    padding: 10px 0;
  }
  section.testimonials .flex-control-nav {
    bottom: -20px;
  }
  section.gallery h2 span.prev {
    left: 20%;
  }
  section.gallery h2 span.next {
    right: 20%;
  }
  section.gallery .gallery-slider a:hover > .hover h3 {
    margin-top: 30px;
  }
  section.clients h2 span.prev {
    left: 20%;
  }
  section.clients h2 span.next {
    right: 20%;
  }
  section.clients .clients-slider .col-20 {
    padding: 0 10px;
  }
  section.clients .clients-slider .col-20 img {
    width: 100%;
  }
  section.contacts {
    height: 500px;
  }
  section.contacts .center .cont {
    width: 100%;
    margin-top: 10px;
  }
  section.contacts .center .cont h4.phone {
    font-size: 14px;
    font-weight: bold;
  }
  section.contacts .center .col-4 {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 95px !important;
  }
}
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 650px) {
  .center {
    width: 400px;
    margin: 0 auto;
  }
  h2 {
    font-size: 25px;
  }
  .top-background .logo {
    top: 25%;
    background-size: 80%;
  }
  .top-background .top-slider {
    top: 400px;
  }
  .top-background .top-slider {
    width: 350px;
    margin-left: -175px;
  }
  .top-background .top-slider ul > li:before {
    border-width: 0 8px 8px 0;
  }
  .top-background .top-slider ul > li .info {
    display: none;
  }
  section.about {
    margin-top: 20px;
  }
  section.about .items .col-4 {
    width: 100%;
    padding: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section.twitter .c-left {
    display: none;
  }
  section.twitter .c-right {
    width: 100%;
  }
  section.blog .blog-slider .col-3 {
    margin-bottom: 10px;
  }
  section.blog .blog-slider .col-3 .hover {
    box-shadow: none !important;
  }
  section.blog h2 span.prev {
    left: 8%;
  }
  section.blog h2 span.next {
    right: 8%;
  }
  section.blog .blog-slider .col-3 {
    width: 50%;
  }
  section.blog .blog-slider .col-3:nth-child(2n+1) {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.blog .blog-slider .col-3:nth-child(2n+2) {
    padding-right: 5px;
    padding-left: 5px;
  }
  section.blog .blog-slider a:hover > .hover h3 {
    margin-top: 55px;
  }
  section.team .team-slider .col-3 {
    width: 50%;
    height: 500px;
    margin-bottom: 10px;
  }
  section.team .team-slider .col-3:nth-child(2n+1) {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.team .team-slider .col-3:nth-child(2n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.team .team-slider .col-3 .hover {
    bottom: 0;
  }
  section.testimonials .testimonials-slider {
    margin-top: 10px;
  }
  section.testimonials .testimonials-slider .col-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  section.testimonials h2 span.prev {
    left: -2%;
  }
  section.testimonials h2 span.next {
    right: -2%;
  }
  section.testimonials .testimonials-slider .line {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  section.testimonials {
    height: 800px;
  }
  section.gallery .filters {
    display: none;
  }
  section.gallery .gallery-slider .col-3 {
    width: 50%;
    margin-bottom: 10px;
  }
  section.gallery .gallery-slider .col-3 .hover {
    box-shadow: none !important;
  }
  section.gallery .gallery-slider .col-3:nth-child(2n+1) {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.gallery .gallery-slider .col-3:nth-child(2n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.gallery .gallery-slider a:hover > .hover h3 {
    margin-top: 55px;
  }
  section.contacts .center .col-4 {
    padding-left: 10px !important;
  }
  footer .left {
    display: none;
  }
  footer .right {
    float: none;
    width: 100%;
  }
}
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 470px) {
  body {
    overflow-x: hidden;
  }
  .center {
    width: 250px;
    margin: 0 auto;
  }
  h2 {
    font-size: 18px;
  }
  section.twitter {
    height: 340px;
  }
  section.twitter .twit p {
    font-size: 12px;
  }
  .top-background .logo {
    background-size: 40%;
  }
  .top-background .top-slider {
    top: 250px;
  }
  section.blog h2 span.prev {
    left: 0;
  }
  section.blog h2 span.next {
    right: 0;
  }
  section.testimonials {
    height: auto;
    padding-bottom: 10px;
  }
  section.blog .blog-slider a .hover {
    display: none;
  }
  section.subscribe h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  section.subscribe h3 span {
    font-size: 25px;
  }
  section.subscribe form .text {
    width: 100%;
    margin-bottom: 10px;
  }
  section.subscribe form .subscribe {
    margin-left: 0;
  }
  section.team .team-slider .col-3 {
    height: 240px;
  }
  section.team .team-slider .col-3 .hover a {
    margin: 22px 2px 0;
  }
  section.testimonials {
    background: none;
  }
  section.testimonials h2 {
    color: #353535;
  }
  section.testimonials .testimonials-slider h3 {
    color: #353535;
  }
  section.testimonials .testimonials-slider p {
    color: #353535;
  }
  section.gallery h2 span.prev {
    left: 0;
  }
  section.gallery h2 span.next {
    right: 0;
  }
  section.gallery .gallery-slider a .hover {
    display: none;
  }
  section.skills {
    padding: 0;
  }
  section.skills h2 {
    margin-top: 10px;
  }
  section.skills .col-6 {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  section.skills .items {
    margin-top: 15px;
  }
  section.clients h2 span.prev {
    left: 0;
  }
  section.clients h2 span.next {
    right: 0;
  }
  section.clients .clients-slider .col-20 {
    width: 100%;
    margin-bottom: 10px;
  }
  section.clients .clients-slider .col-20 img {
    width: auto;
  }
  section.twitter .twit {
    padding: 37px 37px 15px 37px;
  }
  section.contacts #contact-form {
    width: 100%;
  }
  section.contacts {
    height: 550px;
  }
  footer .right .soc a {
    width: 20px;
    height: 20px;
    border: none !important;
    margin-top: 12px;
    margin-right: 12px;
  }
}
.text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #a3a3a3;
  text-align: justify;
}