@font-face 
{
    font-family: 'calibri';
    src: url('../fonts/calibri.ttf');
    src: url('../fonts/calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'Swis721 Cn BT';
    src: url('../fonts/swissc.ttf');
    src: url('../fonts/swissc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'Signika-Regular';
    src: url('../fonts/Signika-Regular.ttf');
    src: url('../fonts/Signika-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-2i,
.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-2i {
  width: 20%;
}
.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%;
}
body {
		font-family:'calibri';	
		}
/* 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;
}
#mask{position:fixed;left:0;top:0;z-index:9000;background-color:#000;display:none;padding:10px;}
#boxes .window{position:absolute;left:15%;top:0%;display:block;z-index:999999;padding:20px;border-radius:15px;text-align:center;}
#boxes #dialog{padding:0px;background-color:#ffffff;font-family:'Segoe UI Light',sans-serif;font-size:15pt; margin-top:4%; margin:3%}
.maintext{text-align:center;font-family:"Segoe UI",sans-serif;text-decoration:none;}
body{background:url('bg.jpg');}
#lorem{font-family:"Segoe UI",sans-serif;font-size:16pt;text-align:left;}
#popupfoot{font-family:"Segoe UI",sans-serif;font-size:13pt;padding:20px 20px; font-weight:bold; margin-top:-25px}
#popupfoot a{text-decoration:none;}
.agree:hover{background-color:#D1D1D1;}
.popupoption:hover{background-color:#D1D1D1;color:green;}
.popupoption2:hover{color:red;}
.float_right .address{margin-top:22px;}
#con{border-right:none;margin-right:29px;}
#val{color:#D60632;}
#ft_id{color:#fff;}
#dialog{top:199.5px;left:440px;display:none;}
#lorem{padding:15px;}
#p_id{font-size:15px;font-weight:normal;line-height:24px;text-align:left;}
#an_id{color:red;}
.agree{background-color:red;color:white;border-radius:5px;padding:5px 15px 8px 15px;}
#mask{width:100%;font-size:32pt;color:white;height:100%;display:block;opacity:0.8;}
.mask_holder{display:inline-block;padding:0px;}
#v_id{text-align:center;font-weight:bold;}

: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-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  font-family:'calibri';
}

/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 14px;
  background-color: #f13345;
  color: #ffffff;
  letter-spacing: 1px;
  border: none;
  text-transform: uppercase;
  -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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
 /* background-color: #ffc960;*/
}
input[type="text"],
input[type=tel],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
  border: none;
  height: 43px;
  font-size: 14px;
  padding: 0 20px;
  color: #688a9e;
  -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;
  background-color: #d9e7ef;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form ::-webkit-input-placeholder {
  color: #688a9e;
}
form :-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #688a9e;
}
form [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  opacity: 0;
}
textarea {
  resize: none;
  padding: 20px;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  color:#fff;
  text-decoration: none;
  cursor: pointer;
  font-weight:600;
  -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;
}
/* Headers
*******************************/
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;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.2;
}
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;
  color: #6b7e82;
  margin-bottom: 50px;
  width: 100%;
}
.story > p {
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 22%;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6,
.story blockquote,
.story table,
.story dl,
.story address,
.story pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0!important;
}
.story a {
  color: #0f314d;
}
.story a:hover {
  color: #ffc960;
}
.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 > ul,
.story > ol {
  margin-left: 24%;
}
.story ul {
  list-style: none;
}
.story ul > li {
  list-style: none;
  position: relative;
  line-height: 34px;
}
.story ul > li:before {
  content: "\f054";
  position: absolute;
  font-family: FontAwesome;
  font-weight: 600;
  color: #ffc960;
  margin-top: -3px;
  left: -16px;
  top: 3px;
}
.story ol {
  list-style: none;
  counter-reset: li;
}
.story ol > li {
  line-height: 34px;
  counter-increment: li;
  position: relative;
}
.story ol > li:before {
  content: counter(li);
  position: absolute;
  left: -18px;
  font-size: 20px;
  color: #ffc960;
}
.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: .1em;
  margin-left: 28.4%;
  font-weight: 600;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
  overflow: auto;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 23px;
  padding: 29px 0 29px 18px;
  margin: 1em 0em;
}
.story blockquote p {
  line-height: 30px;
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
  max-width: 100%;
}
.story .wp-caption.alignnone {
  margin-left: 22%;
  max-width: 78%;
}
.story .wp-caption.alignleft {
  margin-left: 22%;
}
.story .wp-caption.aligncenter {
  margin-left: 22%;
  max-width: 78%;
  text-align: center;
}
.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:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.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 img {
  max-width: 100%;
  height: auto;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  max-width: 100%;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
.story table {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.story table td,
.story table th {
  padding: 0 20px;
  text-align: center;
  border: 1px solid #f5f5f5;
}
.story table thead {
  background-color: #2072a1;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.story table thead th {
  font-weight: 400;
  line-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.story table tbody {
  line-height: 69px;
}
.story table tbody tr:nth-of-type(2n + 2) {
  background-color: #fef7ea;
}
.story embed,
.story iframe {
  max-width: 100%;
}
/* FlexSlider Necessary 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%;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.wrapper {
  max-width: 1760px;
  margin: 0 auto;
}
.wrapper-inner {
  max-width: 970px;
  margin: 0 auto;
}
.wrapper-small {
  max-width: 887px;
  margin: 0 auto;
}
.wrapper-order {
  max-width: 726px;
  margin: 0 auto;
}
.tabs-bg {
  background-color: #214653;
}
.text-bg {
  background-color: #94a8ac;
}
.footer-bg {
  background-color: #83c1e5;
}
.search-text-bg {
  background-color: #688a9e;
}
.search-bg {
  background-color: #003a5b;
}
.input-bg {
  background-color: #d9e7ef;
}
.text-col {
  color: #94a8ac;
  text-align:center;
}
.white-col {
  color: #ffffff;
}
.white-col-hover:hover {
  color: #ffffff;
}
.white-bg {
  background-color: #ffffff;
}
.black-col {
  color: #445B6F;
}
.yellow-col {
  color: #ffc960;
}
.yellow-bg {
  background-color: #ffc960;
}
.yellow-col-hover {
  -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;
}
.yellow-col-hover:hover {
  color: #ffc960;
}
.yellow-bg-hover {
  -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;
}
.yellow-bg-hover:hover {
  background-color: #ffc960;
}
.orange-col {
  color: #ffab60;
}
.orange-bg {
  background-color: #ffab60;
}
.orange-bg-hover {
  -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;
}
.orange-bg-hover:hover {
  background-color: #ffab60;
}
.red-bg {
  background-color: #f13345;
}
.red-col-hover {
  -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;
}
.red-col-hover:hover {
  color: #f13345;
}
.blue-menu-col {
  color: #40565b;
  margin-top: -18px;
}
.blue-menu-col-hover {
  -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;
}
.blue-menu-col-hover:hover {
  color: #0f314d;
}
.blue-menu-bg {
  background-color: #F59E1F;
}
.blue-menu-bg-hover {
  -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;
}
.blue-menu-bg-hover:hover {
  background-color: #0f314d;
}
.search-text-col {
  color: #00B2E3;
}
.pagination-col {
  color: #2072a1;
}
.pagination-bg {
  background-color: #2072a1;
}
.pagination-col-hover:hover {
  color: #2072a1;
}
.red-col {
  color: #f13345;
}
.facebook-col {
  color: #3b5998;
}
.contact-bg {
  background-color: #eef3f6;
}
.twitter-col {
  color: #00aced;
}
@-moz-keyframes totop {
  0% {
    top: 0;
  }
  50% {
    top: -48px;
  }
  51% {
    top: 48px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes totop {
  0% {
    top: 0;
  }
  50% {
    top: -48px;
  }
  51% {
    top: 48px;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes totop {
  0% {
    top: 0;
  }
  50% {
    top: -48px;
  }
  51% {
    top: 48px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes totop {
  0% {
    top: 0;
  }
  50% {
    top: -48px;
  }
  51% {
    top: 48px;
  }
  100% {
    top: 0;
  }
}
@keyframes totop {
  0% {
    top: 0;
  }
  50% {
    top: -48px;
  }
  51% {
    top: 48px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
}
@-ms-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
}
@keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #ffffff;
    -moz-box-shadow: 0 0 0 19px #ffffff;
    box-shadow: 0 0 0 19px #ffffff;
  }
}
@-moz-keyframes homebounce {
  0% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
}
@-webkit-keyframes homebounce {
  0% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
}
@-ms-keyframes homebounce {
  0% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
}
@-o-keyframes homebounce {
  0% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
}
@keyframes homebounce {
  0% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
@-moz-keyframes rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.loader {
  position: fixed;
  top: 35%;
  left: 43%;
  margin-top: -32px;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -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;
}
.loader .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.loader .inner.one {
  left: 0%;
  top: 0%;
  border-bottom: 3px solid #EFEFFA;
  -moz-animation: rotate-one 1s linear infinite;
  -webkit-animation: rotate-one 1s linear infinite;
  animation: rotate-one 1s linear infinite;
}
.loader .inner.two {
  right: 0%;
  top: 0%;
  -moz-animation: rotate-two 1s linear infinite;
  -webkit-animation: rotate-two 1s linear infinite;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #EFEFFA;
}
.loader .inner.three {
  right: 0%;
  bottom: 0%;
  -moz-animation: rotate-three 1s linear infinite;
  -webkit-animation: rotate-three 1s linear infinite;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #EFEFFA;
}
.body {
  opacity: 0;
  -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;
}
body {
  overflow: hidden;
}
header {
  padding: 0px 0 30px;
}
header nav {
  z-index: 9999;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 11px;
  position: relative;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:85px;
}
header nav .menu-home-icon {
  font-size: 18px;
  display: inline-block;
  line-height: 44px;
  margin-right: 3px;
  position: absolute;
  left: 0;
}
header nav .menu-icon {
  cursor: pointer;
  line-height: 44px;
  font-size: 44px;
  width: 44px;
  height: 44px;
  display: none;
  text-align: center;
}
header nav .menu li {
  position: relative;
}
header nav .menu li:hover > a {
  -webkit-box-shadow: inset 3px 0 0 0 #ffc960;
  -moz-box-shadow: inset 3px 0 0 0 #ffc960;
  box-shadow: inset 3px 0 0 0 #ffc960;
}
header nav .menu li:hover > ul {
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
}
header nav .menu li a {
  display: block;
  white-space: nowrap;
  line-height: 39px;
  padding: 0 13px;
  color: #0f314d;
}
header nav .menu li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -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;
  z-index: 10;
}
header nav .menu li > ul li.current-menu-item > a {
  -webkit-box-shadow: inset 3px 0 0 0 #ffc960;
  -moz-box-shadow: inset 3px 0 0 0 #ffc960;
  box-shadow: inset 3px 0 0 0 #ffc960;
}
header nav .menu li > ul li > ul {
  top: 0;
  left: 100%;
  background-color: #d9e7ef;
}
header nav .menu > li {
  display: inline-block;
}
header nav .menu > li.current-menu-item > a {
  color: #0f314d;
  background-color: #d9e7ef;
  -webkit-box-shadow: inset 0 3px 0 0 #ffc960;
  -moz-box-shadow: inset 0 3px 0 0 #ffc960;
  box-shadow: inset 0 3px 0 0 #ffc960;
}
header nav .menu > li:hover > a {
  color: #0f314d;
  background-color: #d9e7ef;
  -webkit-box-shadow: inset 0 3px 0 0 #ffc960;
  -moz-box-shadow: inset 0 3px 0 0 #ffc960;
  box-shadow: inset 0 3px 0 0 #ffc960;
}
header nav .menu > li > a {
  color: #ffffff;
  line-height: 44px;
  padding: 0 9px;
}
header nav .menu > li > ul {
  background-color: #ffffff;
}
header nav .menu > li > ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .logo {
  text-align: center;
}
header .logo a {
  font-size: 50px;
  line-height: 130px;
  color: #ffffff;
  margin-left: -70px;
}
header .logo a span {
  display: block;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.6;
}
header .phone {
  margin-top: 70px;
  font-size: 23px;
  line-height: 30px;
  color: #ffffff;
  text-align: right;
  margin-right: 10px;
}
header .phone i {
  font-size: 20px;
  margin-right: 5px;
}
header .phone .number {
  font-weight: 300;
  display: inline-block;
}
header .phone .number span {
  font-weight: 600;
  letter-spacing: 0.4px;
  display: inline-block;
}
header .phone .text {
  font-size: 12px;
  line-height: 20px;
  display: block;
  font-family: 'Arial';
  opacity: 0.7;
}
header .search {
  position: relative;
  z-index: 1;
  right: -17px;
  top: 2px;
}
header .search form {
  position: absolute;
  right: 0;
  top: 0;
}
header .search form:hover input {
  opacity: 1;
  width: 272px;
}
header .search form input {
  font-size: 13px;
  font-style: italic;
  line-height: 59px;
  height: 59px;
  width: 59px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background-color: #003a5b;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
header .search form input:focus {
  opacity: 1;
  width: 272px;
}
header .search form ::-webkit-input-placeholder {
  color: #688a9e;
}
header .search form :-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
header .search form ::-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
header .search form :-ms-input-placeholder {
  color: #688a9e;
}
header .search form button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 19px;
  background-color: transparent;
}
header .search form button:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
.page-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  opacity: 0.3;
}
.page-header .overlay {
  position: relative;
}
.page-header .overlay h2 {
  font-size: 48px;
  line-height: 111px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.page-header .overlay h2 i {
  font-size: 34px;
  margin-right: 28px;
  line-height: 111px;
  vertical-align: top;
}
.page-header .overlay .breadcrumbs {
  font-size: 14px;
  line-height: 111px;
}
.page-header .overlay .breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
}
.page-header .overlay .breadcrumbs a:hover {
  text-decoration: none;
}
.page-header .overlay .breadcrumbs i {
  margin: 0 8px;
  font-size: 9px;
}
.home-services {
  z-index: 999;
  position: relative;
}
.home-services:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2072a1;
  opacity: 0.1;
}
.home-services article {
  position: relative;
  z-index: 1;
  -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;
}
.home-services article:before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 10px 60px 2px #0f314d;
  -moz-box-shadow: 0 10px 60px 2px #0f314d;
  box-shadow: 0 10px 60px 2px #0f314d;
  opacity: 0;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
.home-services article img {
  position: relative;
  width: 100%;
  height: auto;
}
.home-services article:hover {
  -moz-transform: translate(0, -12px);
  -webkit-transform: translate(0, -12px);
  -o-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
  z-index: 2;
}
.home-services article:hover:before {
  opacity: 0.4;
}
.home-services article:hover .text {
  opacity: 0;
}
.home-services article:hover .overlay {
  opacity: 1;
}
.home-services article:hover .overlay span {
  top: 50%;
}
.home-services article .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  -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;
}
.home-services article .text .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.home-services article .text .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.home-services article .text .title h2 {
  font-size: 28px;
  margin-bottom: 61px;
  line-height: 40px;
}
.home-services article .text .title h2 a span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  text-transform: lowercase;
}
.home-services article .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.home-services article .overlay span {
  display: block;
  width: 98px;
  height: 98px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 48px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: -49px;
  margin-left: -49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
}
.home-services article .overlay span:hover {
  -moz-animation: homebounce 300ms 1;
  -webkit-animation: homebounce 300ms 1;
  animation: homebounce 300ms 1;
}
.home-services article .overlay span i {
  font-weight: 500;
  line-height: 13px;
  font-style: inherit;
  display: inline-block;
  margin-top: 45px;
  font-size: 14px;
}
.home-order {
  padding: 40px 0 80px 0;
  position: relative;
  overflow: hidden;
}
.home-order .bg-circle {
  width: 214%;
  height: 196%;
  position: absolute;
  left: -57%;
  bottom: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 100px #ffffff;
  -moz-box-shadow: 0 0 0 100px #ffffff;
  box-shadow: 0 0 0 100px #ffffff;
}
.home-order .bg-circle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  background-color: #ffffff;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home-order .bg-circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  background-color: #2072a1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.1;
}
.home-order .wrapper-inner {
  position: relative;
}
.home-order .top-line {
  margin-bottom: 40px;
}
.home-order .top-line .title {
  width: 100%;
}
.home-order .top-line .nav {
  width: 75.7%;
}
.home-order .top-line h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 0;
  margin-top: 7px;
  letter-spacing: 1px;
  text-align:center;
}
.home-order .top-line p {
  font-size: 13px;
  margin-bottom: 0;
}
.home-order .tabs .tab-nav {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home-order .tabs .tab-nav ul {
  -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;
  border-bottom: 3px solid #214653;
  right: auto;
}
.home-order .tabs .tab-nav ul li.ui-tabs-active a {
  opacity: 1;
}
.home-order .tabs .tab-nav ul li.ui-tabs-active a:after {
  opacity: 1;
}
.home-order .tabs .tab-nav ul li a {
  font-size: 17px;
  display: block;
  line-height: 52px;
  color: #214653;
  opacity: 0.5;
  position: relative;
  margin: 0 18px;
}
.home-order .tabs .tab-nav ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffc960;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.home-order .tabs .tab-nav ul li a:hover {
  opacity: 1;
}
.home-order .tabs .tab-nav ul li a:hover:after {
  opacity: 1;
}
.home-order .tabs .tab-nav span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 52px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -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;
  z-index: 1;
}
.home-order .tabs .tab-nav span.next-tab {
  left: auto;
  right: 0;
}
.home-order .tabs .tab-nav span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.home-order .tabs .order-form {
  margin-bottom: 58px;
}
.home-order .tabs .order-form form .inputs {
  width: 100%;
  margin-right: 3%;
}
.home-order .tabs .order-form form .inputs input {
  width: 48.1%;
  margin-right: 1.25%;
  margin-bottom: 3.2%;
}
.home-order .tabs .order-form form .inputs input.area {
  margin-right: 0;
}
.home-order .tabs .order-form form .inputs input.date {
  width: 134px;
}
.home-order .tabs .order-form form .inputs .input {
  width: 48.1%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
  height: 43px;
}
.home-order .tabs .order-form form .inputs .input.type {
  margin-right: 0;
}
.home-order .tabs .order-form form .inputs .input.type .dropdown {
  width: 100%;
}
.home-order .tabs .order-form form .inputs .dropdown {
  background-color: #d9e7ef;
}
.home-order .tabs .order-form form .inputs .dropdown .selected {
  color: #688a9e;
  text-transform: uppercase;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
}
.home-order .tabs .order-form form .inputs .dropdown .carat {
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  width: 20px;
  text-align: center;
  line-height: 42px;
}
.home-order .tabs .order-form form .inputs .dropdown .carat:before {
  color: #2072a1;
}
.home-order .tabs .order-form form .text {
  width: 13.5%;
  margin-right: 3%;
  font-size: 11px;
  font-style: italic;
  line-height: 13px;
  padding-top: 22px;
}
.home-order .tabs .order-form form .text p {
  text-align: right;
  margin-bottom: 0;
}
.home-order .tabs .order-form form .price {
  text-align: center;
  width: 100%;
  padding-bottom:25px;
}
.home-order .tabs .order-form form .price .number {
  font-size: 44px;
  line-height: 56px;
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
  margin-right: 16px;
}
.home-order .tabs .order-form form .price .submit-button {
  width: 140px;
  height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
}
.home-order .tabs .order-form form .price .submit-button:before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 0;
  right: 35px;
  color: #ffffff;
  line-height: 56px;
  display:none;
}
.home-order .tabs .order-form form .price .submit-button input {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 23px;
  font-weight: 500;
  /*text-indent: -15px;*/
  letter-spacing: -0.05px;
}
.home-information {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  padding-top: 72px;
}
.home-information .item {
  text-align: center;
  position: relative;
  width: 220px;
  margin-bottom: 21px;
  -webkit-transition: 1000ms ease-in-out;
  -moz-transition: 1000ms ease-in-out;
  -ms-transition: 1000ms ease-in-out;
  -o-transition: 1000ms ease-in-out;
  transition: 1000ms ease-in-out;
}
.home-information .item:first-of-type {
  margin-bottom: 45px;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}
.home-information .item:nth-of-type(2) {
  margin-bottom: 45px;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}
.home-information .item i {
  font-size: 48px;
  margin-bottom: 21px;
  color: transparent;
}
.home-information .item h2 {
  font-size: 24px;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 0;
}
.home-information .item p {
  font-size: 12px;
  text-align: center;
  color: #94a8ac;
}
.home-information img {
  position: absolute;
  bottom: 0;
  left: 17%;
  -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;
}

.home-description {
  padding: 40px 25px 1px 25px;
  position: relative;
}
.home-description > h2 {
  font-size: 34px;
  font-weight: 300;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}
.home-description > h3 {
  font-size: 35px;
  font-weight: 700;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 21px;
  text-align: center;
  position: relative;
}
.home-description .short-text {
  font-size: 20px;
  line-height: 25px;
  color: #40565b;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 66px;
  text-align: center;
  position: relative;
}
.home-description .text {
  font-size: 12px;
  color: #6b7e82;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5%;
  -moz-column-width: 400px;
  -moz-column-count: 0;
  -moz-column-gap: 20px;
  -moz-column-rule-color: rgba(0, 0, 0, 0);
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: 400px;
  -webkit-column-count: 0;
  -webkit-column-gap: 20px;
  -webkit-column-rule-color: rgba(0, 0, 0, 0);
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: 400px;
  column-count: 0;
  column-gap: 20px;
  column-rule-color: rgba(0, 0, 0, 0);
  column-rule-style: solid;
  column-rule-width: 1px;
  position: relative;
}
.home-description .text p {
  line-height: 24px;
  margin-left: 0;
}
.home-people article .text-block .text .description p{
	text-align:justify;
}	
.home-description .image {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
}
.home-video .wrapper {
  position: relative;
}
.home-video img {
  max-width: 100%;
  height: auto;
}
.home-video .text {
  position: absolute;
  top: 27%;
  right: 56.2%;
  text-align: right;
}
.home-video .text h2 {
  font-size: 83px;
  font-weight: 700;
  line-height: 98px;
  margin-bottom: 2px;
}
.home-video .text h2 span {
  display: block;
  font-size: 127px;
}
.home-video .text h3 {
  font-size: 23px;
  font-weight: 300;
}
.home-video .icon {
  display: block;
  width: 99px;
  height: 71px;
  text-align: center;
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35.5px;
  margin-left: -49.5px;
  text-indent: 4px;
  cursor: pointer;
  -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;
}
.home-video .icon:before {
  content: "";
  display: block;
  width: 70%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 17%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}
.home-video .icon:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.home-video .icon i {
  display: block;
  line-height: 71px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home-blog {
  overflow: hidden;
  position: relative;
}
.home-blog .wrapper {
  padding: 40px 0;
}
.home-blog .slider {
  max-width: 1372px;
  margin: 0 auto;
}
.home-blog .slider .flex-viewport {
  overflow: visible !important;
}
.home-blog .slider .slides li {
  margin: 0 15px;
  position: relative;
  max-width: 320px;
}
.home-blog .slider .slides li:before {
  content: "";
  display: block;
  width: 80%;
  height: 70%;
  /*-webkit-box-shadow: 0 0 70px 24px #0f314d;*/
  -moz-box-shadow: 0 0 70px 24px #0f314d;
  /*box-shadow: 0 0 70px 24px #0f314d;*/
  position: relative;
  bottom: 0;
  left: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.3;
}
.home-blog .slider .slides li .image {
  position: relative;
  display: block;
  text-align: center;
}
.home-blog .slider .slides li .image img {
  max-width: 100%;
  height: auto;
}
.home-blog .slider .slides li .image:hover .overlay {
  opacity: 1;
}
.home-blog .slider .slides li .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -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;
}
.home-blog .slider .slides li .image .overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.9;
}
.home-blog .slider .slides li .image .overlay i {
  display: block;
  width: 82px;
  height: 82px;
  font-size: 23px;
  line-height: 82px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 19px #ffffff;
  -moz-box-shadow: 0 0 0 19px #ffffff;
  box-shadow: 0 0 0 19px #ffffff;
}
.home-blog .slider .slides li .image .overlay i:hover {
  -moz-animation: bounce 300ms 1;
  -webkit-animation: bounce 300ms 1;
  animation: bounce 300ms 1;
}
.home-blog .slider .flex-direction-nav a {
  background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 24px;
    height: 60px;
    left: 3%;
    line-height: 64px;
    margin-top: -36px;
    position: absolute;
    text-align: center;
    top: 60%;
    width: 60px;
}
.home-blog .slider .flex-direction-nav a:before {
  content: "\f053";
  font-family: 'FontAwesome';
}
.home-blog .slider .flex-direction-nav a.flex-next {
  left: auto;
  right: 2.6%;
}
.home-blog .slider .flex-direction-nav a.flex-next:before {
  content: "\f054";
  font-family: 'FontAwesome';
}
.home-blog .slider .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.home-people {
  position: relative;
  padding: 45px 0 50px 0;
}
.home-people:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2072a1;
  opacity: 0.1;
}
.home-people .wrapper-inner {
  position: relative;
  max-width: 980px;
}
.home-people .slider .slides li {
  display: none;
}
.home-people .slider .flex-direction-nav {
  position: absolute;
  right: 51.3%;
  top: 146px;
  width: 60px;
}
.home-people .slider .flex-direction-nav a {
  color: #ffffff;
  background-color: #ffc960;
  display: block;
  line-height: 30px;
  width: 30px;
  text-align: center;
  z-index: 1;
  float: left;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.home-people .slider .flex-direction-nav a:hover {
  background-color: #ffab60;
}
.home-people .slider .flex-direction-nav a:before {
  content: "\f104";
  font-family: "FontAwesome";
}
.home-people .slider .flex-direction-nav a.flex-next {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.home-people .slider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.home-people article .rating-block {
  position: relative;
  display: inline-block;
  width: 34%;
  text-align: center;
  margin-left: 1.2%;
}
.home-people article .rating-block .rating .circle-text {
  position: absolute;
  width: 288px;
  font-size: 55px;
  line-height: 247px !important;
}
.home-people article .rating-block .rating .circle-info-half {
  position: absolute;
  width: 288px;
  font-size: 16px;
  line-height: 334px !important;
  text-transform: uppercase;
}
.home-people article .rating-block .desc {
  position: absolute;
  left: 20px;
  width: 122px;
  display: block;
  font-size: 11px;
  color: #94a8ac;
  top: 180px;
  left: 86px;
}
.home-people article .text-block {
  width: 58.8%;
  padding-top: 30px;
}
.home-people article .text-block .image {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin-right: 6%;
}
.home-people article .text-block .text {
  width: 80%;
  padding-top: 11px;
}
.home-people article .text-block .text h2 {
  font-size: 25px;
  line-height: 22px;
  text-transform: none;
  margin-bottom: 3px;
  margin-bottom: 15px;
}
.home-people article .text-block .text .people-post {
  font-size: 16px;
  opacity: 0.6;
  display: block;
  margin-bottom: 10px;
  color: #bd0000;
  margin-top: -14px;
}
.home-people article .text-block .text h4 {
  font-size: 22px;
  margin-bottom: 7px;
}
.home-people article .text-block .text .description {
  font-size: 12px;
  line-height: 18px;
  color: #6b7e82;
  margin-bottom: 21px;
}
.home-people article .text-block .text .social a {
  font-size: 16px;
  margin-right: 21px;
}
.home-clients {
  padding: 30px 0 40px 0;
  text-align: center;
}
.home-clients .wrapper-inner {
    max-width: 100%;
    padding-bottom: 15px;
}
.home-clients .title {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.button1{
	background-color:#F13345;
	padding:5px 0;
	color:#fff;
	width:7.8%;
	font-size:18px;
	margin-top:15px;
}
	
.slider .title h2::before {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(right top , #eeeeee 0%, #ffffff 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: -500px;
    position: absolute;
    top: 50%;
    width: 430px;
}
.slider .title h2::after {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left top , #eeeeee 0%, #ffffff 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -500px;
    top: 50%;
    width: 430px;
}
.home-clients .title h2 {
  font-size: 35px;
  line-height: 68px;
  text-transform: none;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 1px;
  position: relative;
  text-transform:uppercase;
  margin-top: -5px;
}
.home-clients .title h2:before {
  content: "";
  display: none;
  width: 430px;
  height: 1px;
  opacit: 1;
  background: #f5f5f5;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ddd), color-stop(1, #ffffff));
  background: -ms-linear-gradient(right, #eeeeee, #ffffff);
  background: -moz-linear-gradient(top right, #eeeeee 0%, #ffffff 100%);
  position: absolute;
  top: 50%;
  left: -500px;
}
.home-clients .title h2:after {
  content: "";
  display: none;
  width: 430px;
  height: 1px;
  opacit: 1;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddd), color-stop(1, #ffffff));
  background: -ms-linear-gradient(left, #eeeeee, #ffffff);
  background: -moz-linear-gradient(top left, #eeeeee 0%, #ffffff 100%);
  position: absolute;
  top: 50%;
  right: -500px;
}

.home-clients .title h3 {
  opacity: 0.6;
  font-size: 11px;
  text-transform: none;
  margin-bottom: 0;
}
.home-clients a {
  display: inline-block;
  /*width: 20%;*/
  position: relative;
  color:#fff;
  font-weight:600;
}

.home-clients a:before {
  content: "";
  display: block;
  width: 80%;
  height: 60%;
  position: absolute;
  top: 35%;
  left: 10%;
  -webkit-box-shadow: 0 0 70px 4px #0f314d;
  -moz-box-shadow: 0 0 70px 4px #0f314d;
  box-shadow: 0 0 70px 4px #0f314d;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -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;
}
.home-clients a img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.home-clients a:hover {
  z-index: 1;
}
.home-clients a:hover:before {
  opacity: 0.3;
}
.services-page-archive article {
  text-align: right;
}
.services-page-archive article.from-left {
  text-align: left;
}
.services-page-archive article.from-left .col-6 {
  float: right;
}
.services-page-archive article.from-left .text {
  margin-right: 0;
  margin-left: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.services-page-archive article.from-left .text .string p {
  text-align: left;
}
.services-page-archive article .text {
  max-width: 550px;
  margin-top: 12.8%;
  margin-right: 12%;
  text-align: left;
}
.services-page-archive article .text h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6.1%;
}
.services-page-archive article .text h2 span {
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  margin: 0 4px;
}
.services-page-archive article .text .string {
  font-size: 16px;
  opacity: 0.9;
  line-height: 24px;
  margin-bottom: 1.5%;
  
}
.services-page-archive article .text .string p {
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
}
.services-page-archive article .text .link {
  display: inline-block;
  text-transform: uppercase;
  line-height: 34px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 6%;
}
.services-page-archive article .image img {
  max-width: 100%;
  height: auto;
}
.services-page-archive article .image a {
  display: block;
  position: relative;
}
.services-page-archive article .image a:hover .overlay {
  opacity: 1;
}
.services-page-archive article .image a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -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;
}
.services-page-archive article .image a .overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.9;
}
.services-page-archive article .image a .overlay i {
  display: block;
  width: 82px;
  height: 82px;
  font-size: 23px;
  line-height: 82px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 19px #ffffff;
  -moz-box-shadow: 0 0 0 19px #ffffff;
  box-shadow: 0 0 0 19px #ffffff;
}
.services-page-archive article .image a .overlay i:hover {
  -moz-animation: bounce 300ms 1;
  -webkit-animation: bounce 300ms 1;
  animation: bounce 300ms 1;
}
.tabulimg {
    color: #40565b;
    font-size: 16px;
    line-height: 25px;
    list-style-image: url("../images/arrow.png") !important;
    margin-left: 20px;
    margin-top: 8px;
}
.blog-page-archive {
  padding-top: 16px;
}
.blog-page-archive article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 29px 0 22px 0;
}
.blog-page-archive article .text {
  max-width: 608px;
  margin: 0 auto;
}
.blog-page-archive article .text h2 {
  font-size: 31px;
  text-transform: none;
  margin-bottom: 23px;
}
.blog-page-archive article .text h2 a {
  -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;
}
.blog-page-archive article .text h2 a .left-pad {
  position: relative;
  left: -16px;
}
.blog-page-archive article .text h2 a .left-pad .right-pad {
  position: relative;
  right: -32px;
}
.blog-page-archive article .text h2 a .left-pad .right-pad .center-pad {
  position: relative;
  left: -16px;
}
.blog-page-archive article .text h2 a:hover {
  color: #ffffff;
}
.blog-page-archive article .text h2 a:hover .left-pad {
  background-color: #0f314d;
}
.blog-page-archive article .text h2 a:hover .left-pad .right-pad {
  background-color: #0f314d;
}
.blog-page-archive article .text .details .date {
  font-size: 11px;
  line-height: 22px;
  opacity: 0.9;
  margin-right: 8px;
  margin-bottom: 28px;
  vertical-align: top;
}
.blog-page-archive article .text .details .author {
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  vertical-align: top;
  margin-bottom: 28px;
}
.blog-page-archive article .text .details .tags {
  margin-bottom: 28px;
  max-width: 60%;
  text-align: right;
}
.blog-page-archive article .text .details .tags a {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  padding: 5px;
  background-color: #f4f6f7;
  color: #94a8ac;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
}
.blog-page-archive article .text .details .tags a:hover {
  background-color: #ffc960;
  color: #ffffff;
}
.blog-page-archive article .text .string {
  color: #6b7e82;
  line-height: 28px;
  margin-bottom: 16px;
}
.blog-page-archive article .text .string p {
  line-height: 24px;
  margin-bottom: 0;
}
.blog-page-archive article .text .comments {
  color: #94a8ac;
  line-height: 34px;
  font-size: 11px;
}
.blog-page-archive article .text .comments i {
  margin-right: 4px;
}
.blog-page-archive article .text .link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 34px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  font-weight: 500;
}
.blog-page-archive article .image {
  position: relative;
  display: block;
  margin-bottom: 26px;
  text-align: center;
}
.blog-page-archive article .image img {
  max-width: 100%;
  height: auto;
}
.blog-page-archive article .image:hover .overlay {
  opacity: 1;
}
.blog-page-archive article .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -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;
}
.blog-page-archive article .image .overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.9;
}
.blog-page-archive article .image .overlay i {
  display: block;
  width: 82px;
  height: 82px;
  font-size: 23px;
  line-height: 82px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 19px #ffffff;
  -moz-box-shadow: 0 0 0 19px #ffffff;
  box-shadow: 0 0 0 19px #ffffff;
}
.blog-page-archive article .image .overlay i:hover {
  -moz-animation: bounce 300ms 1;
  -webkit-animation: bounce 300ms 1;
  animation: bounce 300ms 1;
}
.single-page .post-image img {
  max-width: 100%;
  height: auto;
}
.single-page .main-details {
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-bottom: 41px;
}
.single-page .main-details p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
}
.single-page .main-details p i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 19px;
  line-height: 30px;
  text-align: center;
}
.single-page .main-details p span {
  margin-right: 6px;
  opacity: 0.8;
  font-size: 12px;
}
.single-page .main-details p sup {
  position: absolute;
  top: -3px;
}
.single-page .top-line-details {
  margin-bottom: 36px;
}
.single-page .top-line-details .blog-link {
  font-size: 10px;
  text-transform: uppercase;
}
.single-page .top-line-details .blog-link i {
  -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;
}
.single-page .top-line-details .blog-link:hover i {
  -moz-transform: translate(-4px, 0);
  -webkit-transform: translate(-4px, 0);
  -o-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  transform: translate(-4px, 0);
}
.single-page .top-line-details .date {
  font-size: 11px;
  color: #94a8ac;
  margin-right: 6px;
}
.single-page .top-line-details .author-link {
  font-size: 10px;
  text-transform: uppercase;
}
.single-page .top-line-details .comments-count {
  font-size: 11px;
  color: #94a8ac;
}
.single-page .top-line-details .comments-count i {
  color: #2072a1;
  margin-right: 4px;
}
.single-page .bottom-line-details {
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 41px;
}
.single-page .bottom-line-details .date {
  font-size: 11px;
  color: #94a8ac;
  margin-right: 6px;
}
.single-page .bottom-line-details .author-link {
  font-size: 10px;
  text-transform: uppercase;
}
.single-page .bottom-line-details .tags a {
  display: inline-block;
  padding: 0 7px;
  font-size: 11px;
  line-height: 23px;
  color: #94a8ac;
  background-color: #f4f6f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-page .bottom-line-details .tags a:hover {
  background-color: #2072a1;
  color: #ffffff;
}
.single-page .text-block {
  padding: 68px 0 10px 0;
  width: 82%;
}
.single-page .text-block > h2 {
  font-size: 43px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.4px;
  margin-bottom: 36px;
}
.single-page .aside-content {
  width: 78%;
}
.about-information {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  padding-top: 78px;
}
.about-information .item {
  text-align: center;
  position: relative;
  width: 220px;
  margin-bottom: 21px;
}
.about-information .item:first-of-type {
  margin-bottom: 45px;
}
.about-information .item:nth-of-type(2) {
  margin-bottom: 45px;
}
.about-information .item i {
  font-size: 48px;
  margin-bottom: 21px;
}
.about-information .item h2 {
  font-size: 24px;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 0;
}
.about-information .item p {
  font-size: 12px;
  text-align: center;
  color: #94a8ac;
}
.about-information img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -269px;
}
.about-description {
  padding-top: 30px;
  position: relative;
  padding-bottom: 10px;
}
.about-description > h2 {
  font-size: 34px;
  font-weight: 300;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
}
.about-description > h3 {
  font-size: 43px;
  font-weight: 700;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 21px;
  text-align: center;
}
.about-description .short-text {
 	color: #40565b;
    font-size: 16px;
    margin-bottom: 12px;
    max-width: 900px;
    text-align: justify;;
}
.about-description .story {
  margin-bottom: 0;
}
.about-description .text {
  font-size: 12px;
  color: #6b7e82;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 614px;
  padding-right: 6%;
  padding-bottom: 5%;
}
.about-description .text.second {
  position: relative;
  top: -105px;
  width: 420px;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 0;
}
.about-description .text p {
  line-height: 24px;
  margin-left: 0;
}
.about-description .second-image {
  margin-bottom: 20px;
}
.about-description .second-image img {
  max-width: 100%;
  height: auto;
}
.about-description .text-line {
  position: relative;
}
.about-description .text-line .wrapper-inner {
  position: relative;
  padding-bottom: 23px;
}
.about-description .text-line .image {
  position: absolute;
  top: 0;
  right: 0;
}
.about-description .text-line .image img {
  max-width: 100%;
  height: auto;
}
.about-description .slider {
  width: 1000px;
  position: absolute;
  bottom: 0;
  right: 47.7%;
}
.about-description .slider .slides li {
  padding: 50px 0;
  position: relative;
  margin: 0 0 0 30px;
}
.about-description .slider .slides li:before {
  content: "";
  display: block;
  width: 70%;
  height: 40%;
  -webkit-box-shadow: 0 0 60px 20px #0f314d;
  -moz-box-shadow: 0 0 60px 20px #0f314d;
  box-shadow: 0 0 60px 20px #0f314d;
  position: absolute;
  bottom: 53px;
  left: 15%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.3;
}
.about-description .slider .slides li img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.about-description .slider .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: -108px;
  bottom: 53px;
  background-color: #4c4c4c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
}
.about-description .slider .flex-direction-nav a:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #ffffff;
}
.about-description .slider .flex-direction-nav a.flex-next {
  right: -172px;
}
.about-description .slider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.about-description .slider .flex-direction-nav a:hover {
  background-color: #2072a1;
}
.about-video .wrapper {
  position: relative;
}
.about-video img {
  max-width: 100%;
  height: auto;
}
.about-video .text {
  position: absolute;
  top: 27%;
  right: 56.2%;
  text-align: right;
}
.about-video .text h2 {
  font-size: 83px;
  font-weight: 700;
  line-height: 98px;
  margin-bottom: 2px;
}
.about-video .text h2 span {
  display: block;
  font-size: 127px;
}
.about-video .text h3 {
  font-size: 23px;
  font-weight: 300;
}
.about-video .icon {
  display: block;
  width: 99px;
  height: 71px;
  text-align: center;
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35.5px;
  margin-left: -49.5px;
  text-indent: 4px;
  cursor: pointer;
  -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;
}
.about-video .icon:before {
  content: "";
  display: block;
  width: 70%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 17%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}
.about-video .icon:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.about-video .icon i {
  display: block;
  line-height: 71px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about-people {
  padding: 73px 0 60px 0;
}
.about-people .title {
  overflow: hidden;
  text-align: center;
  margin-bottom: 26px;
}
.about-people .title h2 {
  font-size: 43px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.about-people .title h2:before {
  content: "";
  display: block;
  width: 960px;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: -1000px;
  margin-top: -0.5px;
}
.about-people .title h2:after {
  content: "";
  display: block;
  width: 960px;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: -1000px;
  margin-top: -0.5px;
}
.about-people .tabs .nav {
  text-align: center;
  margin-bottom: 74px;
}
.about-people .tabs .nav ul {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}
.about-people .tabs .nav ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2072a1;
  opacity: 0.2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about-people .tabs .nav ul li.ui-tabs-active a {
  color: #ffffff;
}
.about-people .tabs .nav ul li.ui-tabs-active a:before {
  opacity: 0.5;
}
.about-people .tabs .nav ul li:first-of-type a:before {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about-people .tabs .nav ul li:last-of-type a:before {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about-people .tabs .nav ul li a {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  line-height: 42px;
  padding: 0 17.5px;
  color: #2072a1;
  position: relative;
}
.about-people .tabs .nav ul li a span {
  position: relative;
}
.about-people .tabs .nav ul li a:hover {
  color: #ffffff;
}
.about-people .tabs .nav ul li a:hover:before {
  opacity: 0.5;
}
.about-people .tabs .nav ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2072a1;
  opacity: 0;
  -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;
}
.about-people .tabs article {
  margin-bottom: 44px;
  width: 30%;
  margin-right: 4%;
}
.about-people .tabs article:nth-of-type(3n+3) {
  margin-right: 0;
}
.about-people .tabs article .image {
  width: 126px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
  -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;
}
.about-people .tabs article .image:hover {
  -webkit-box-shadow: 0 0 0 2px #d9e7ef;
  -moz-box-shadow: 0 0 0 2px #d9e7ef;
  box-shadow: 0 0 0 2px #d9e7ef;
}
.about-people .tabs article .image:hover .overlay {
  opacity: 1;
}
.about-people .tabs article .image img {
  width: 100%;
  height: auto;
}
.about-people .tabs article .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -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;
}
.about-people .tabs article .image .overlay a {
  font-size: 18px;
  line-height: 126px;
  margin: 0 5px;
}
.about-people .tabs article .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 11%;
  padding-top: 28px;
}
.about-people .tabs article .text h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
}
.about-people .tabs article .text h3 a span {
  display: block;
  font-weight: 400;
}
.about-people .tabs article .text > span {
  font-size: 11px;
  opacity: 0.6;
}
.contact-information {
  padding: 60px 0;
}
.contact-information .map {
  position: relative;
  padding-top: 6px;
}
.contact-information .map:before {
  content: "";
  display: block;
  width: 80%;
  height: 50%;
  position: absolute;
  left: 10%;
  bottom: 3%;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 80px 4px #0f314d;
  -moz-box-shadow: 0 0 80px 4px #0f314d;
  box-shadow: 0 0 80px 4px #0f314d;
}
.contact-information .map .ale_map_canvas {
  margin-bottom: 0;
}
.contact-information .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
}
.contact-information .text .string {
  color: #6b7e82;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 40px;
}
.contact-information .text .string p {
  font-size: 12px;
  line-height: 24px;
  margin-left: 0;
}
.contact-information .details p {
  font-size: 17px;
  margin-bottom: 6px;
 font-family:'calibri';
}
.contact-information .details p span {
  font-family: 'Arial';
  font-size: 12px;
  color: #94a8ac;
  display: inline-block;
  min-width: 53px;
}
.contact-information .details p i {
  font-style: normal;
  font-weight: 200;
}
.contact-information .tabs-nav {
  position: relative;
  top: -30px;
}
.contact-information .tabs-nav ul {
  margin-left: 59.2%;
}
.contact-information .tabs-nav ul li {
  display: inline-block;
}
.contact-information .tabs-nav ul li.ui-tabs-active a {
  color: #2072a1;
}
.contact-information .tabs-nav ul li.ui-tabs-active a:before {
  opacity: 0.2;
}
.contact-information .tabs-nav ul li a {
  font-size: 16px;
  display: block;
  line-height: 30px;
  padding: 0 17.5px;
  color: #94a8ac;
  position: relative;
}
.contact-information .tabs-nav ul li a span {
  position: relative;
}
.contact-information .tabs-nav ul li a:hover {
  color: #2072a1;
}
.contact-information .tabs-nav ul li a:hover:before {
  opacity: 0.2;
}
.contact-information .tabs-nav ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2072a1;
  opacity: 0;
  -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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-form {
  padding: 0px 0;
}
.contact-form .wrapper-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 2px #d9e7ef;
  -moz-box-shadow: 0 0 0 2px #d9e7ef;
  box-shadow: 0 0 0 2px #d9e7ef;
  padding: 30px;
}
.contact-form .wrapper-inner .text {
  width: 19.6%;
  text-align: right;
  margin-right: 5.6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2%;
  padding-top: 31px;
}
.contact-form .wrapper-inner .text h3 {
  font-size: 28px;
  text-transform: none;
  margin-bottom: 12px;
}
.contact-form .wrapper-inner .text p {
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  text-align: right;
  margin-bottom: 0;
  opacity: 0.6;
}
.contact-form .wrapper-inner form {
  width: 100%;
}
.contact-form .wrapper-inner form ::-webkit-input-placeholder {
  color: #688a9e;
}
.contact-form .wrapper-inner form :-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
.contact-form .wrapper-inner form ::-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
.contact-form .wrapper-inner form :-ms-input-placeholder {
  color: #688a9e;
}
.contact-form .wrapper-inner form .form-left {
  width: 32.4%;
  margin-right: 1.3%;
}
.contact-form .wrapper-inner form .form-left input {
  width: 100%;
  margin-bottom: 4.2%;
}
.contact-form .wrapper-inner form .form-right {
  width: 66%;
}
.contact-form .wrapper-inner form .form-right textarea {
  width: 100%;
  height: 142px;
}
.contact-form .wrapper-inner form input[type="submit"] {
   	font-size: 17px;
    font-weight: bold;
    height: 40px;
    margin-top: 0px;
    width: 23%;
	font-family: swis721 cn bt;
	margin-left: 0px;
	float:right;
}
.order-page-template .top-line {
  position: relative;
}
.order-page-template .top-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2072a1;
  opacity: 0.1;
}
.order-page-template .top-line .wrapper-order {
  position: relative;
  text-align: center;
  padding: 76px 0;
}
.order-page-template .top-line .wrapper-order h3 {
  font-size: 64px;
  font-weight: 600;
  line-height: 62px;
  display: inline-block;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.order-page-template .top-line .wrapper-order h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #2072a1;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.order-page-template .top-line .wrapper-order span {
  font-size: 12px;
  color: #94a8ac;
  display: block;
}
.order-page-template .order-content {
  padding: 54px 0 122px 0;
}
.order-page-template .order-content .tabs {
  overflow: hidden;
}
.order-page-template .order-content .tabs .tab-nav {
  margin-bottom: 51px;
  position: relative;
  border-bottom: 3px solid #214653;
  width: 100%;
}
.order-page-template .order-content .tabs .tab-nav ul {
  -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;
}
.order-page-template .order-content .tabs .tab-nav ul li.ui-tabs-active a {
  opacity: 1;
}
.order-page-template .order-content .tabs .tab-nav ul li.ui-tabs-active a:after {
  opacity: 1;
}
.order-page-template .order-content .tabs .tab-nav ul li a {
  font-size: 14px;
  display: block;
  margin: 0 30px;
  padding: 0 7px;
  line-height: 52px;
  color: #214653;
  opacity: 0.5;
  position: relative;
}
.order-page-template .order-content .tabs .tab-nav ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffc960;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.order-page-template .order-content .tabs .tab-nav ul li a:hover {
  opacity: 1;
}
.order-page-template .order-content .tabs .tab-nav ul li a:hover:after {
  opacity: 1;
}
.order-page-template .order-content .tabs .tab-nav span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 52px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -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;
  z-index: 1;
}
.order-page-template .order-content .tabs .tab-nav span.next-tab {
  left: auto;
  right: 0;
}
.order-page-template .order-content .tabs .tab-nav span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.order-page-template .order-content .tabs .order-form {
  margin-bottom: 58px;
}
.order-page-template .order-content .tabs .order-form form .form-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 2px solid #d9e7ef;
  border-left: 2px solid #d9e7ef;
  border-right: 2px solid #d9e7ef;
  border-bottom: 2px solid #d9e7ef;
  padding: 30px 74px;
  margin-bottom: 18px;
}
.order-page-template .order-content .tabs .order-form form .form-inner input {
  width: 49.1%;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
}
.order-page-template .order-content .tabs .order-form form .form-inner input.area {
  margin-right: 0;
}
.order-page-template .order-content .tabs .order-form form .form-inner input.date {
  width: 134px;
}
.order-page-template .order-content .tabs .order-form form .form-inner .input {
  width: 49.1%;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
  height: 43px;
}
.order-page-template .order-content .tabs .order-form form .form-inner .input.type {
  margin-right: 0;
}
.order-page-template .order-content .tabs .order-form form .form-inner .input.type .dropdown {
  width: 100%;
}
.order-page-template .order-content .tabs .order-form form .form-inner .input.hours {
  width: 63px;
}
.order-page-template .order-content .tabs .order-form form .form-inner .input.hours .dropdown {
  width: 100%;
}
.order-page-template .order-content .tabs .order-form form .form-inner .input.minutes {
  width: 63px;
  margin-right: 0;
}
.order-page-template .order-content .tabs .order-form form .form-inner .input.minutes .dropdown {
  width: 100%;
}
.order-page-template .order-content .tabs .order-form form .form-inner .text-line {
  line-height: 43px;
}
.order-page-template .order-content .tabs .order-form form .form-inner .text-line > span {
  margin-right: 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.order-page-template .order-content .tabs .order-form form .form-inner .text-line .input {
  margin-bottom: 0;
}
.order-page-template .order-content .tabs .order-form form .form-inner .text-line input {
  margin-bottom: 0;
}
.order-page-template .order-content .tabs .order-form form .form-inner .dropdown {
  background-color: #d9e7ef;
}
.order-page-template .order-content .tabs .order-form form .form-inner .dropdown .selected {
  color: #688a9e;
  text-transform: uppercase;
  font-size: 12px;
  height: 43px;
  line-height: 43px;
}
.order-page-template .order-content .tabs .order-form form .form-inner .dropdown .carat {
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  width: 20px;
  text-align: center;
  line-height: 42px;
}
.order-page-template .order-content .tabs .order-form form .form-inner .dropdown .carat:before {
  color: #2072a1;
}
.order-page-template .order-content .tabs .order-form form input[type="submit"] {
  width: 100%;
  background-color: #d9e7ef;
  color: #2072a1;
  font-size: 20px;
  font-weight: 500;
  height: 57px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.order-page-template .order-content .tabs .order-form form input[type="submit"]:hover {
  background-color: #ffc960;
  color: #ffffff;
}
.order-page-template .order-content .tabs article {
  margin-bottom: 20px;
  position: relative;
}
.order-page-template .order-content .tabs article:hover {
  z-index: 1;
}
.order-page-template .order-content .tabs article:hover:before {
  opacity: 0.15;
}
.order-page-template .order-content .tabs article:before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 10px 60px 2px #0f314d;
  -moz-box-shadow: 0 10px 60px 2px #0f314d;
  box-shadow: 0 10px 60px 2px #0f314d;
  opacity: 0;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
.order-page-template .order-content .tabs article .order-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  border-top: 2px solid #d9e7ef;
  border-left: 2px solid #d9e7ef;
  border-right: 2px solid #d9e7ef;
  border-bottom: 2px solid #d9e7ef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 40px 16px 0;
  position: relative;
}
.order-page-template .order-content .tabs article .order-item .close {
  position: absolute;
  top: 0;
  right: 0;
  top: 6px;
  right: 8px;
  cursor: pointer;
}
.order-page-template .order-content .tabs article .order-item .icon {
  width: 18%;
  font-size: 50px;
  line-height: 96px;
  text-align: center;
}
.order-page-template .order-content .tabs article .order-item .text {
  width: 82%;
}
.order-page-template .order-content .tabs article .order-item .text h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.order-page-template .order-content .tabs article .order-item .text .details {
  font-size: 12px;
}
.order-page-template .order-content .tabs article .order-item .text .details span {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  padding: 8px;
  background-color: #f4f6f7;
  color: #94a8ac;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  margin-right: 7px;
  margin-bottom: 9px;
}
.order-page-template .order-content .tabs article .order-item .text .details span:hover {
  background-color: #ffc960;
  color: #ffffff;
}
.order-page-template .order-content .tabs article .order-item .text .details span.price {
  font-size: 20px;
  color: #000000;
  background-color: transparent;
  margin-right: 0;
  padding: 3px 0;
}
.order-page-template .order-content .tabs article .order-item .text .details span.price i {
  font-style: inherit;
}
.order-page-template .order-content .tabs article .order-item .text .bottom-details {
  font-size: 12px;
}
.order-page-template .order-content .tabs article .order-item .text .bottom-details span {
  vertical-align: bottom;
}
.order-page-template .order-content .tabs article .order-item .text .bottom-details span.date {
  font-size: 11px;
}
.order-page-template .order-content .tabs article .order-item .text .bottom-details span i {
  font-style: inherit;
}
.order-page-template .order-content .tabs .order-list-form {
  padding-top: 26px;
  margin: 0 auto;
  max-width: 522px;
}
.order-page-template .order-content .tabs .order-list-form .text {
  width: 25.5%;
  margin-right: 5.4%;
  font-size: 11px;
  font-style: italic;
  line-height: 13px;
  padding-top: 22px;
}
.order-page-template .order-content .tabs .order-list-form .text p {
  text-align: right;
  margin-bottom: 0;
  line-height: 13px;
}
.order-page-template .order-content .tabs .order-list-form .price {
  width: 69.1%;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2);
  text-align: right;
}
.order-page-template .order-content .tabs .order-list-form .price .number {
  font-size: 44px;
  line-height: 56px;
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
  margin-right: 30px;
}
.order-page-template .order-content .tabs .order-list-form .price .number i {
  font-style: inherit;
}
.order-page-template .order-content .tabs .order-list-form .price .submit-button {
  width: 155px;
  height: 56px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 17px;
  cursor: pointer;
}
.order-page-template .order-content .tabs .order-list-form .price .submit-button:before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 0;
  right: 35px;
  color: #ffffff;
  line-height: 56px;
}
.order-page-template .order-content .tabs .order-list-form .price .submit-button span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-weight: 500;
  line-height: 56px;
  text-indent: -15px;
  text-transform: uppercase;
  letter-spacing: -0.05px;
}
.order-page-template .order-content .tabs .order-list-form .price .order-form {
  display: none;
}
.order-page-template .order-content .tabs .order-list-form .price .order-form p {
  text-align: right;
  display: none;
}
.order-page-template .order-content .tabs .order-list-form .price .order-form p input {
  margin-left: 14px;
}
.typical-page {
  padding: 40px 0;
}
.typical-page .maincontent {
  width: 66%;
}
.typical-page .maincontent.left {
  margin-right: 2%;
}
.typical-page .maincontent.right {
  margin-left: 2%;
}
.typical-page .sidebar {
  width: 31%;
  float: left;
}
footer {
  color: #ffffff;
  max-width: 1690px;
  padding-bottom: 53px;
  margin: 0 auto;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}
footer:after {
  content: "";
  display: block;
  width: 180%;
  height: 196%;
  position: absolute;
  left: -40%;
  bottom: 0;
  background-color: #1a587c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer .to-top {
  text-align: center;
  position: relative;
  z-index: 1;
}
footer .to-top:before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.3);
}
footer .to-top .arrow {
  display: inline-block;
  width: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.5;
  position: relative;
  overflow: hidden;
  -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;
}
footer .to-top .arrow:hover {
  opacity: 0.7;
}
footer .to-top .arrow:hover i {
  -moz-animation: totop 800ms 1;
  -webkit-animation: totop 800ms 1;
  animation: totop 800ms 1;
}
footer .to-top .arrow i {
  display: block;
  position: relative;
  line-height: 47px;
}
footer .wrapper-inner {
  position: relative;
  z-index: 1;
  max-width: 1024px;
}
footer .wrapper-inner .top-line {
  padding: 7px 0 9px 0;
}
footer .wrapper-inner .top-line .contact h2 {
  color: #ffffff;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 19px;
}
footer .wrapper-inner .top-line .contact ul li {
  font-size: 14px;
  margin-bottom: 6.3px;
}
footer .wrapper-inner .top-line .logo {
  text-align: center;
  padding: 26px 0 16px 0;
}
footer .wrapper-inner .top-line .logo a {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
}
footer .wrapper-inner .top-line .logo hr {
  border-top: none;
  border-bottom: 0;
  width: 216px;
  height: 1px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  opacity: 0.2;
}
footer .wrapper-inner .top-line nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
  padding-top: 16px;
}
footer .wrapper-inner .top-line nav ul li {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}
footer .wrapper-inner .top-line nav ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 6px;
  line-height: 11px;
  color: #ffc960;
  margin-right: 9px;
  vertical-align: top;
  display: inline-block;
}
footer .wrapper-inner .top-line nav ul li a {
  font-size: 16px;
  line-height: 11px;
  color: #ffffff;
  vertical-align: top;
  display: inline-block;
}
footer .wrapper-inner .top-line nav ul li a:hover {
  text-decoration: underline;
}
footer .wrapper-inner .bottom-line .copyright {
  font-size: 12px;
  margin-top: 7px;
}
footer .wrapper-inner .bottom-line .social {
  text-align: center;
}
footer .wrapper-inner .bottom-line .social ul li {
  display: inline-block;
  font-size: 20px;
  margin: 0 16px;
}
footer .wrapper-inner .bottom-line .social ul li a:hover {
  opacity: 0.4;
}
footer .wrapper-inner .bottom-line .share {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
  margin-top: 7px;
  font-size:14px;
}
.pagination {
  text-align: center;
  position: relative;
  padding: 50px 0;
}
.pagination ul li {
  display: inline-block;
  font-size: 22px;
  margin: 0 6px;
}
.pagination ul li a {
  color: #0f314d;
  line-height: 34px;
  display: block;
  padding: 0 12px;
}
.pagination ul li a:hover {
  color: #f13345;
  text-decoration: underline;
}
.pagination ul li .current {
  display: block;
  position: relative;
  padding: 0 11px;
  line-height: 34px;
  color: #ffffff;
  background-color: #2072a1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination ul li a {
  display: block;
  padding: 0 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination ul li a span {
  position: relative;
}
.pagination ul li a.prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  display: block;
  line-height: 34px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2072a1;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination ul li a.prev:hover {
  text-decoration: none;
  color: #ffffff;
}
.pagination ul li a.prev:hover:before {
  opacity: 1;
}
.pagination ul li a.prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2072a1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination ul li a.next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  display: block;
  line-height: 34px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2072a1;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination ul li a.next:hover {
  text-decoration: none;
  color: #ffffff;
}
.pagination ul li a.next:hover:before {
  opacity: 1;
}
.pagination ul li a.next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2072a1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination .pseudo-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  display: block;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  color: #2072a1;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination .pseudo-link span {
  position: relative;
}
.pagination .pseudo-link:hover {
  color: #ffffff;
}
.pagination .pseudo-link:hover:before {
  opacity: 1;
}
.pagination .pseudo-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2072a1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination .pseudo-link.last {
  left: auto;
  right: 0;
}
.pagination .pseudo-link.last:hover:before {
  -moz-animation: moveright 600ms 1;
  -webkit-animation: moveright 600ms 1;
  animation: moveright 600ms 1;
}
.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.pop-up .exit-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pop-up .exit {
  font-size: 24px;
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
  opacity: 0.6;
  -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;
}
.pop-up .exit:hover {
  opacity: 1;
}
.pop-up .box {
  display: inline-block;
  position: relative;
}
.pop-up .box embed,
.pop-up .box iframe {
  width: 100%;
  height: 100%;
}
.pop-up .box img {
  max-width: 100%;
  height: auto;
}
.blog-comments {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-comments .comment-wrapper {
  width: 82%;
  padding-bottom: 48px;
}
.blog-comments h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 9px;
  width: 80.3%;
}
.blog-comments h2 span {
  font-family: 'Arial';
  font-size: 11px;
  color: #94a8ac;
  text-transform: none;
  display: inline-block;
  margin-top: 25px;
}
.blog-comments h2 span i {
  color: #2072a1;
  margin-right: 4px;
}
.blog-comments .comment {
  padding-top: 15px;
}
.blog-comments .comment:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.blog-comments .comment > .comment {
  margin-left: 65px;
}
.blog-comments .comment > .comment .content .details .time:after {
  display: none;
}
.blog-comments .comment .image {
  width: 9.3%;
  margin-left: 7.5%;
  margin-right: 3%;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-radius: 30px 30px 0 30px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}
.blog-comments .comment .image img {
  width: 100%;
  height: auto;
}
.blog-comments .comment .content {
  width: 80%;
  padding-top: 19px;
}
.blog-comments .comment .content .details {
  overflow: hidden;
  position: relative;
}
.blog-comments .comment .content .details .name {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  margin-right: 12px;
}
.blog-comments .comment .content .details .name a {
  color: #0f314d;
}
.blog-comments .comment .content .details .name a:hover {
  color: #ffc960;
}
.blog-comments .comment .content .details .time {
  font-size: 10px;
  color: #c7c7c7;
  text-transform: none;
  margin-bottom: 0;
}
.blog-comments .comment .content .details .time span {
  margin-right: 10px;
}
.blog-comments .comment .content .details .comment-reply-link {
  font-size: 14px;
  color: #c7c7c7;
  display: inline-block;
  padding-left: 14px;
  position: absolute;
  right: 2px;
  top: 7px;
  background: #ffffff;
  text-transform: uppercase;
}
.blog-comments .comment .content .details .comment-reply-link:hover {
  color: #ffab60;
}
.blog-comments .comment .content .text {
  padding: 9px 0 20px;
  color: #6b7e82;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.blog-comments .comment .content .text p {
  line-height: 18px;
}
.blog-comments .comment-form {
  position: relative;
  padding: 40px 0 45px 0;
}
.blog-comments .comment-form:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2072a1;
  opacity: 0.1;
}
.blog-comments .comment-form ::-webkit-input-placeholder {
  color: #688a9e;
}
.blog-comments .comment-form :-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
.blog-comments .comment-form ::-moz-placeholder {
  color: #688a9e;
  opacity: 1;
}
.blog-comments .comment-form :-ms-input-placeholder {
  color: #688a9e;
}
.blog-comments .comment-form .wrapper-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 9.9%;
  padding-right: 19%;
}
.blog-comments .comment-form h2 {
  font-size: 30px;
  margin-bottom: 36px;
}
.blog-comments .comment-form a {
  color: #ffab60;
}
.blog-comments .comment-form a:hover {
  color: #f13345;
}
.blog-comments .comment-form .personal input {
  width: 49%;
  margin-bottom: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-comments .comment-form .personal input[type="text"] {
  margin-right: 1%;
}
.blog-comments .comment-form textarea {
  width: 100%;
  height: 118px;
  margin-bottom: 2%;
}
.blog-comments .comment-form input[type="submit"] {
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 37px;
  letter-spacing: 0;
  margin-right: 24px;
  vertical-align: top;
}
.blog-comments .comment-form .form-text {
  color: #94a8ac;
  display: inline-block;
  width: 80px;
  font-size: 11px;
  font-style: italic;
  margin-top: 16px;
}
.dropdown-select,
.dropdown,
.country_to_state {
  position: relative;
  width: 48%;
  display: inline-block;
  cursor: pointer;
  background: #2072a1;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dropdown-select div,
.dropdown div,
.country_to_state div {
  -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;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 1;
}
.dropdown-select ul,
.dropdown ul,
.country_to_state ul {
  margin-left: 0 !important;
}
.dropdown-select li,
.dropdown li,
.country_to_state li {
  -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;
  display: block;
  font-size: 15px;
  line-height: 11px !important;
  color: #777777;
  text-align: left;
  padding: 12px 16px;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-select li:before,
.dropdown li:before,
.country_to_state li:before {
  display: none;
}
.dropdown-select div::after,
.dropdown div::after,
.country_to_state div::after {
  -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;
}
.dropdown-select .carat,
.dropdown .carat,
.country_to_state .carat {
  position: absolute;
  right: 12px;
  top: 0;
  line-height: 38px;
}
.dropdown-select .carat:before,
.dropdown .carat:before,
.country_to_state .carat:before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 14px;
}
.dropdown-select .old,
.dropdown .old,
.country_to_state .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.dropdown-select select,
.dropdown select,
.country_to_state select {
  position: absolute;
  left: 0;
  top: 0;
}
.dropdown-select .selected,
.dropdown .selected,
.country_to_state .selected {
  display: block;
  font-size: 11px;
  text-align: left;
  line-height: 1;
  color: #ffffff;
  padding: 0 14px;
  overflow: hidden;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
}
.dropdown-select ul,
.dropdown ul,
.country_to_state ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.dropdown-select li.focus,
.dropdown li.focus,
.country_to_state li.focus {
  background: #f13345;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.dropdown-select li.active,
.dropdown li.active,
.country_to_state li.active {
  font-weight: 700;
}
.sidebar {
  color: #0f314d;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* calendar widget */
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.sidebar .widget {
  margin-bottom: 43px;
}
.sidebar .caption {
  font-size: 20px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.sidebar .title,
.sidebar .entry-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 8px;
}
.sidebar a {
  color: #0f314d;
}
.sidebar a:hover {
  color: #ffab60;
}
.sidebar a:hover sup {
  color: #ffab60;
}
.sidebar ul {
  margin-left: 14px;
}
.sidebar ul > li {
  line-height: 32px;
  position: relative;
  padding-left: 16px;
}
.sidebar ul > li:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 4px;
  color: #ffab60;
  position: absolute;
  top: 0;
  left: 8px;
}
.sidebar ul > li a sup {
  color: #c7c7c7;
  margin-left: 2px;
}
.sidebar select {
  width: 98%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #c4c5c7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #5f6062;
}
.sidebar .dropdown-select ul {
  margin-left: 0;
}
.sidebar .dropdown-select ul > li:before {
  display: none;
}
.sidebar input[type="text"],
.sidebar input[type="email"],
.sidebar input[type="url"],
.sidebar input[type="search"],
.sidebar input[type="password"] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.sidebar input[type="submit"] {
  font-weight: 300;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  width: 100%;
}
.sidebar .tagcloud a {
  display: inline-block;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #e3e9ef;
  margin-bottom: 3px;
}
.sidebar .ale_about_widget img {
  margin-bottom: 6px;
}
.sidebar .aletheme-flickr .picture {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.sidebar .aletheme-flickr .picture:nth-child(3n+3) {
  margin-right: 0;
}
.sidebar .aletheme-flickr .picture img {
  width: 100%;
}
.sidebar .widget_mc4wp_widget,
.sidebar .widget_search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2%;
}
.sidebar .ale_mostcommented_widget .cf {
  margin-bottom: 20px;
}
.sidebar .ale_mostcommented_widget img {
  margin-bottom: 6px;
}
.sidebar .ale_blog_widget .cf {
  margin-bottom: 20px;
}
.sidebar .ale_blog_widget img {
  margin-bottom: 6px;
}
.sidebar .widget_calendar {
  width: 100%;
  color: #ffffff;
}
.sidebar .widget_calendar #calendar_wrap {
  background-color: #0f314d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6% 0;
}
.sidebar .widget_calendar #wp-calendar {
  width: 100%;
}
.sidebar .widget_calendar #wp-calendar caption {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}
.sidebar .widget_calendar #wp-calendar thead {
  font-size: 10px;
}
.sidebar .widget_calendar #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.sidebar .widget_calendar #wp-calendar tbody {
  color: #0f314d;
}
.sidebar .widget_calendar #wp-calendar tbody td {
  text-align: center;
  padding: 8px;
  -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;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.sidebar .widget_calendar #wp-calendar tbody td a {
  color: #ffffff;
}
.sidebar .widget_calendar #wp-calendar tbody td:hover {
  background: #ffab60;
  color: #ffffff;
}
.sidebar .widget_calendar #wp-calendar tbody td#today {
  background: #ffab60;
  color: #ffffff;
}
.sidebar .widget_calendar #wp-calendar tbody .pad {
  background: none;
}
.sidebar .widget_calendar #wp-calendar tfoot a {
  color: #ffffff;
}
.sidebar .widget_calendar #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
.sidebar .widget_calendar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.sidebar ul.children,
.sidebar ul.sub-menu {
  margin-left: 10px;
}
.sidebar .widget_price_filter,
.sidebar .widget_product_search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2%;
}
.sidebar .widget_price_filter input,
.sidebar .widget_product_search input {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar .widget_shopping_cart li,
.sidebar .widget_products li,
.sidebar .widget_recent_reviews li,
.sidebar .widget_top_rated_products li,
.sidebar .yith-woocompare-widget li,
.sidebar .widget_recently_viewed_products li {
  position: relative;
  margin-bottom: 10px;
}
.sidebar .widget_shopping_cart li img,
.sidebar .widget_products li img,
.sidebar .widget_recent_reviews li img,
.sidebar .widget_top_rated_products li img,
.sidebar .yith-woocompare-widget li img,
.sidebar .widget_recently_viewed_products li img {
  margin-right: 10px;
}
.sidebar .widget_shopping_cart a,
.sidebar .widget_products a,
.sidebar .widget_recent_reviews a,
.sidebar .widget_top_rated_products a,
.sidebar .yith-woocompare-widget a,
.sidebar .widget_recently_viewed_products a {
  text-decoration: none;
  margin-right: 10px;
}
.sidebar .widget_shopping_cart .clear-all,
.sidebar .widget_products .clear-all,
.sidebar .widget_recent_reviews .clear-all,
.sidebar .widget_top_rated_products .clear-all,
.sidebar .yith-woocompare-widget .clear-all,
.sidebar .widget_recently_viewed_products .clear-all {
  font-weight: 300;
  font-size: 1.07142857143em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  -ms-transition: 0.3s ease-in-out 0.2s;
  -o-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
  border: 2px solid #bebebe;
  color: #ffffff;
  padding: 0.9% 1.6077170418%;
  margin: 0;
  text-decoration: none;
}
.sidebar .widget_shopping_cart .clear-all:hover,
.sidebar .widget_products .clear-all:hover,
.sidebar .widget_recent_reviews .clear-all:hover,
.sidebar .widget_top_rated_products .clear-all:hover,
.sidebar .yith-woocompare-widget .clear-all:hover,
.sidebar .widget_recently_viewed_products .clear-all:hover {
  background: #bebebe;
  color: #fff;
}
.sidebar .yith-woocompare-widget .title {
  width: 88% !important;
}
.sidebar .yith-woocompare-widget .clear-all {
  float: left;
}
.sidebar .widget_newsletterwidget .newsletter-widget {
  padding-top: 10px;
}
.sidebar .widget_newsletterwidget .newsletter-widget p {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.sidebar .widget_newsletterwidget .newsletter-widget p input[type="email"] {
  width: 97% !important;
}
.sidebar .widget_newsletterwidget .newsletter-widget p input[type="submit"] {
  width: 97% !important;
  padding: 1.6077170418%;
}
.sidebar .widget_aletheme_popular_albums_widget article {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.sidebar .widget_aletheme_popular_albums_widget article:hover .image span {
  opacity: 0.5;
}
.sidebar .widget_aletheme_popular_albums_widget article:hover .image i {
  opacity: 1;
  -moz-animation: fadeIn 1s 1;
  -webkit-animation: fadeIn 1s 1;
  animation: fadeIn 1s 1;
}
.sidebar .widget_aletheme_popular_albums_widget article .image {
  position: relative;
  margin-right: 10px;
}
.sidebar .widget_aletheme_popular_albums_widget article .image img {
  float: left;
  margin-right: 10%;
}
.sidebar .widget_aletheme_popular_albums_widget article .image .overlay-icon i {
  font-size: 20px;
}
.sidebar .widget_aletheme_popular_albums_widget article .text {
  display: table;
  padding-top: 5px;
}
.sidebar .widget_aletheme_popular_albums_widget article .text h3 {
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 5px;
}
.sidebar .widget_aletheme_popular_albums_widget article .text h3 a {
  color: #000000;
}
.sidebar .widget_aletheme_popular_albums_widget article .text span {
  font-size: 10px;
  display: block;
  color: #0f314d;
  margin-bottom: 5px;
}
.sidebar .widget_aletheme_popular_albums_widget article .text span:last-of-type {
  margin-bottom: 0;
}
.ui-datepicker {
	display:none;
  background-color: #ffffff;
  padding: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none;
  margin-right: 2em;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #5f6062;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: .9em;
  border: none;
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: .9em;
  border: none;
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
  background-position: -96px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  padding: 1em 0;
  color: #5f6062;
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d;
}
.ui-datepicker td {
  border: none;
  padding: 0;
}
.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}
.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
td .ui-state-active,
td .ui-state-hover {
  background: #2e3641;
}
td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #5f6062;
  font-size: 16px;
}
.ui-state-disabled {
  opacity: 1;
}
.ui-state-disabled .ui-state-default {
  color: #5f6062;
}
.not-found {
  text-align: center;
  line-height: 24px;
}
.not-found p {
  text-align: center;
  line-height: 24px;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #6b7e82;
}
.text-center {
  text-align: center;
}
.color-red {
  color: #660000;
}
/* Visual Composer Styles */
.composer-home {
  padding-bottom: 1px;
}
.composer-home .ale-testimonial {
  background: #FFFFFF;
  margin-bottom: 25px;
}
.composer-home .ale-testimonial .righttestimonialpart {
  font-size: 13px;
  font-style: italic;
  line-height: 22px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
}
.composer-home .ale-testimonial .testititle {
  font-weight: bold;
}
.composer-home .ale-testimonial .avatarimage {
  border: 4px solid #e8e8e8;
}
.vc_progress_bar .vc_single_bar {
  margin-bottom: 35px!important;
}
.vc_progress_bar .vc_single_bar .vc_label {
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
}
.wpb_text_column {
  line-height: 24px;
  color: #6b7e82;
}
.rangafont {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.vc_grid-filter {
  margin-bottom: 30px!important;
}
.vc_grid-filter li {
  font-size: 14px;
  display: block;
  line-height: 42px;
  color: #214653;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.wpb_gallery .flex-control-nav li {
  margin-right: 2px;
  margin-left: 2px;
}
.ale_wrapper {
  max-width: 1200px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}
.ale_white {
  color: #FFFFFF!important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.ale_white > h1,
.ale_white > h2,
.ale_white > h3,
.ale_white > h4,
.ale_white > h5,
.ale_white > h6 {
  color: #FFFFFF!important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.ale_font_bigger {
  font-size: 1.1em;
}
.ale_mb10 {
  margin-bottom: 10px!important;
}
.ale_vc_metafield {
  color: #FFF;
  font-size: 16px!important;
  margin-bottom: 7px!important;
}
.ale_slidenostyle .flexslider {
  background: transparent!important;
  border: none!important;
  box-shadow: none!important;
}
.story.simple-page > p {
  margin-left: 0!important;
}
.story.simple-page > ul,
.story.simple-page > ol {
  margin-left: 0!important;
}
.story.simple-page h1,
.story.simple-page h2,
.story.simple-page h3,
.story.simple-page h4,
.story.simple-page h5,
.story.simple-page h6 {
  margin-left: 0!important;
}
@media (max-width: 1760px) {
  .wrapper {
    max-width: 100%;
  }
  footer {
    max-width: 100%;
  }
}
@media (max-width: 1370px) {
  .home-video .text,
  .about-video .text {
    top: 10%;
  }
  .services-page-archive article .text {
    margin-top: 5%; padding: 15px; margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .about-description .text.second {
    right: 0;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 100px;
  }
.home-services article .text .title h2 {
    font-size: 20px;
    margin-bottom: 61px;
    line-height: 30px;
}
  header nav {
    padding-left: 20px;
  }
  header nav .menu-home-icon {
    font-size: 44px;
  }
  header nav .menu-icon {
    display: block;
  }
  header nav .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 10;
    display: none;
  }
  header nav .menu > li {
    width: 100%;
    display: block;
    background-color: #ffffff;
  }
  header nav .menu > li > a {
    color: #0f314d;
  }
  header nav .menu > li > ul {
    opacity: 1;
    width: 100%;
    height: auto;
  }
  header nav .menu > li > ul li > ul {
    background-color: #ffffff;
  }
  header nav .menu > li > ul li a {
    border-bottom: 0 solid transparent;
    line-height: 44px;
  }
  header nav .menu li:hover > ul {
    width: 100%;
  }
  header nav .menu li > ul {
    position: relative;
  }
  header nav .menu li > ul li > ul {
    position: relative;
    opacity: 1;
    width: 100%;
    height: auto;
    left: 0;
  }
  .wrapper-inner {
    max-width: 95% !important;
  }
  .home-video .text h2,
  .about-video .text h2 {
    font-size: 63px;
    line-height: 71px;
  }
  .home-video .text h2 span,
  .about-video .text h2 span {
    font-size: 100px;
  }
  .home-clients a {
    width: auto;
  }
  .home-order .bg-circle {
    width: 300%;
    left: -100%;
  }
  footer:after {
    width: 200%;
    left: -49%;
  }
}
@media (max-width: 768px) {
  .single-page .main-details .col-6 {
    width: 100%;
  }
  .blog-comments .comment-form .wrapper-inner {
    padding: 0 7.5%;
  }
  .contact-form .wrapper-inner .text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 5.6%;
  }
  .contact-form .wrapper-inner form {
    width: 100%;
  }
  .contact-information .tabs-nav {
    top: 30px;
  }
  .wrapper-order {
    max-width: 96%;
  }
  .wrapper-small {
    max-width: 90%;
  }
  .services-page-archive article .col-6 {
    width: 100%;
  }
  footer .wrapper-inner {
    max-width: 85%;
  }
  .home-services article {
    width: 33.3333333%;
  }
  .home-order .top-line .title {
    width: 100%;
    margin-bottom: 8px;
  }
  .home-order .top-line .nav {
    width: 100%;
  }
  .home-order .tabs .order-form form .inputs {
    width: 100%;
    margin-right: 0;
  }
  .home-order .tabs .order-form form .text {
    width: 47%;
  }
  .home-order .tabs .order-form form .price {
    width: 50%;
  }
  .home-video .text,
  .about-video .text {
    right: 62%;
  }
  .home-video .text h2,
  .about-video .text h2 {
    font-size: 43px;
    line-height: 51px;
  }
  .home-video .text h2 span,
  .about-video .text h2 span {
    font-size: 60px;
  }
  .home-people .slider .flex-direction-nav {
    right: 2%;
    top: 0;
  }
  .about-people .tabs article .text {
    width: 100%;
  }
  .about-description .text-line .image {
    width: 96%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .about-description .text {
    width: 100%;
    padding-right: 0;
  }
  .about-description .text.second {
    top: 0;
    width: 100%;
    padding-bottom: 200px;
    padding-left: 0;
  }
  .typical-page .maincontent {
    width: 100%;
  }
  .typical-page .sidebar {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .story > p {
    margin-left: 11%;
  }
  .story > ul,
  .story > ol {
    margin-left: 11%;
  }
  .story h1,
  .story h2,
  .story h3,
  .story h4,
  .story h5,
  .story h6 {
    margin-left: 11%;
  }
  .single-page .text-block {
    width: 90%;
  }
  .contact-information .col-6 {
    width: 100%;
  }
  .contact-information .col-6.map {
    margin-bottom: 4%;
  }
  .contact-information .col-6.text {
    padding-left: 0;
  }
  .contact-information .tabs-nav .col-4 {
    width: 100%;
  }
  .contact-information .tabs-nav ul {
    margin-left: 0;
  }
  .order-page-template .order-content .tabs .order-form form .form-inner {
    padding: 30px;
  }
  .home-order .bg-circle {
    width: 400%;
    left: -149%;
  }
  footer:after {
    width: 300%;
    left: -101%;
  }
  footer .wrapper-inner .top-line .col-3 {
    width: 100%;
  }
  footer .wrapper-inner .top-line .logo {
    text-align: left;
  }
  footer .wrapper-inner .top-line nav {
    padding-left: 0;
  }
  footer .wrapper-inner .bottom-line .col-3 {
    width: 100%;
    margin-bottom: 6px;
  }
  footer .wrapper-inner .bottom-line .social {
    width: 100%;
    text-align: left;
    margin-bottom: 11px;
  }
  footer .wrapper-inner .bottom-line .share {
    padding-left: 0;
  }
  header .col-4 {
    width: 100%;
  }
  header .col-4:first-of-type {
    width: 50%;
  }
  header .col-4:nth-of-type(1) {
    width: 50%;
  }
  header .logo {
    text-align: right;
  }
  header .search {
    right: 0;
  }
  header .search form {
    position: relative;
  }
  header .search form input {
    opacity: 1;
    width: 272px;
  }
  header .phone {
    float: none;
  }
  .home-services article {
    width: 50%;
  }
  .home-people article {
    max-width: 96%;
    margin: 0 auto;
  }
  .home-people article .rating-block {
    width: 100%;
    margin-left: 0;
  }
  .home-people article .text-block {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contact-form .wrapper-inner form .form-left {
    width: 100%;
    margin-right: 0;
  }
  .contact-form .wrapper-inner form .form-right {
    width: 100%;
    margin-bottom: 4.2%;
  }
  .home-video .text,
  .about-video .text {
    right: 62%;
  }
  .home-video .text h2,
  .about-video .text h2 {
    font-size: 23px;
    line-height: 31px;
  }
  .home-video .text h2 span,
  .about-video .text h2 span {
    font-size: 40px;
  }
  .home-video .text h3,
  .about-video .text h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
	
  .blog-comments .comment-form .personal input {
    width: 100%;
  }
  .blog-comments .comment-form .personal input[type="text"] {
    margin-right: 0;
  }
  .about-description .slider {
    right: 2%;
  }
  .about-description .slider .flex-direction-nav a {
    right: 66px;
    bottom: 60px;
  }
  .about-description .slider .flex-direction-nav a.flex-next {
    right: 10px;
  }
  .about-people .tabs article {
    width: 50%;
    margin-right: 0;
  }
  .about-people .tabs article .image {
    margin-left: 11%;
  }
  .order-page-template .order-content .tabs .order-list-form .text {
    width: 100%;
    margin-right: 0;
  }
  .order-page-template .order-content .tabs .order-list-form .price {
    width: 100%;
  }
  .order-page-template .order-content .tabs .order-form form .form-inner input,
  .order-page-template .order-content .tabs .order-form form .form-inner .input {
    width: 100%;
    margin-right: 0;
  }
  .order-page-template .order-content .tabs .order-form form .form-inner .text-line input.date {
    width: 100%;
    margin-bottom: 1.8%;
  }
  .order-page-template .order-content .tabs .order-form form .form-inner .text-line .input.hours {
    width: 100%;
    margin-bottom: 1.8%;
  }
  .order-page-template .order-content .tabs .order-form form .form-inner .text-line .input.minutes {
    width: 100%;
    margin-bottom: 1.8%;
  }
  .services-page-archive article.from-left .text {
    margin-left: 0;
  }
  .services-page-archive article .text {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 12%;
  }
  .home-video .text,
  .about-video .text {
    right: 65%;
  }
  header .search {
    width: 100%;
  }
  header .search form input {
    width: 100%;
  }
  header .phone {
    float: none;
  }
}
@media (max-width: 400px) {
  .home-video .text,
  .about-video .text {
    display: none;
  }
  .about-people .tabs article {
    width: 100%;
  }
  .pagination .pseudo-link {
    width: 100%;
    top: 36px;
  }
  .pagination .pseudo-link.last {
    top: 175px;
  }
  .pagination .page-numbers {
    margin: 20px 0;
  }
  .pagination ul li a.prev {
    top: 36px;
    width: 100%;
  }
  .pagination ul li a.next {
    top: 175px;
    width: 100%;
  }
  .home-services article {
    width: 100%;
  }
  .home-order .tabs .order-form form .inputs input {
    width: 100%;
    margin-right: 0;
  }
  .home-order .tabs .order-form form .inputs .input {
    width: 100%;
  }
  .home-order .tabs .order-form form .text {
    width: 100%;
    margin-right: 0;
  }
  .home-order .tabs .order-form form .price {
    width: 100%;
  }
  
}
