/* Fonts
================================================== */
@font-face {font-family: 'pro-nova-alt-semibold';src: url('fonts/pro-nova-alt-semibold.eot');src: local('?'), url('fonts/pro-nova-alt-semibold.woff') format('woff'), url('fonts/pro-nova-alt-semibold.ttf') format('truetype'), url('fonts/pro-nova-alt-semibold.svg') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'pro-nova-alt-bold';src: url('fonts/pro-nova-alt-bold.eot');src: local('?'), url('fonts/pro-nova-alt-bold.woff') format('woff'), url('fonts/pro-nova-alt-bold.ttf') format('truetype'), url('fonts/pro-nova-alt-bold.svg') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'pro-nova-alt-light';src: url('fonts/pro-nova-alt-light.eot');src: local('?'), url('fonts/pro-nova-alt-light.woff') format('woff'), url('fonts/pro-nova-alt-light.ttf') format('truetype'), url('fonts/pro-nova-alt-light.svg') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'pro-nova-alt-regular';src: url('fonts/pro-nova-alt-regular.eot');src: local('?'), url('fonts/pro-nova-alt-regular.woff') format('woff'), url('fonts/pro-nova-alt-regular.ttf') format('truetype'), url('fonts/pro-nova-alt-regular.svg') format('svg');font-weight: normal;font-style: normal;}




@font-face {
font-family: entypo-fontello;
src: url('font/entypo-fontello.html'), url('font/entypo-fontello-2.html');
}


li img.desaturate{
filter: gray; /* IE */
-webkit-filter: grayscale(1); /* Old WebKit */
-webkit-filter: grayscale(100%); /* New WebKit */
filter: url(resources.html#desaturate); /* older Firefox */
filter: grayscale(100%); /* Current draft standard */
}

li img.desaturate:hover{
filter: none; /* IE */
-webkit-filter: grayscale(0); /* Old WebKit */
-webkit-filter: grayscale(0%); /* New WebKit */
filter: url(resources.html#desaturate); /* older Firefox */
filter: grayscale(0%); /* Current draft standard */
}

html {
-webkit-font-smoothing: antialiased;
}

body {
color: #000;
font-size: 16px;
line-height: 21px;
font-smooth: always; 
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;font-family: 'pro-nova-alt-regular'; font-family: 'pro-nova-alt-regular';
-webkit-font-smoothing: subpixel-antialiased; letter-spacing:0;
}

h1, h2, h3, h4, h5,
.custom-caption p,
span.dropcap1,
span.dropcap2,
span.dropcap3,
span.dropcap4,
.v-call-text,
.smash-text,
.v-smash-text-large,
.testimonial-text,
.header-advert,
.v-icon-character,
.v-fancy-heading h1 {
font-family: 'pro-nova-alt-regular';}

h6,
.v-counter h6.v-counter-text,
.progress-bar-wrap .bar-text > span.progress-value,
table.v-table th,
.team-member figcaption span,
.read-more-button,
.v-pagination li span.current,
.twitter-link a,
.comment-meta .comment-author {
font-family: 'pro-nova-alt-regular';
letter-spacing: 1.5px;
font-weight: normal !important;
}


/* ================================================== 
GENERAL CODES
================================================== */



div.center {
text-align: center !important;
}

::selection, ::-moz-selection {
background-color: #25CBF5;
color: #fff;
}

body.modal-open {
margin-right: 0;
}

label {
font-weight: normal;
font-size: 13px;
line-height: 22px;
}

a {
outline: none!important;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-decoration: none !important;
color: #333;
}

a:hover {
text-decoration: none;
color: #25CBF5;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
outline-style: none;
outline: none;
text-decoration: none;
}



h6.special {
font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
font-weight: 400 !important;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #323436;
margin-bottom: 15px;
}


p {
margin: 0 0 15px; padding:0;
font-size: 16px;
line-height: 26px;
font-family: 'pro-nova-alt-regular';
font-smooth: always;
-webkit-font-smoothing: antialiased;
}

dl dt {
font-weight: bold;
}

dl dd {
margin-bottom: 20px;
}

dl dt, dl dd {
line-height: 180%;
}

ul ul, ul ol, ol ol, ol ul {
margin-left: 0;
}

a.text-link {
border-bottom: 1px dotted #e3e3e3;
border-color: #25CBF5;
}

.no-js-alert {
background: none repeat scroll 0 0 #222222;
color: #FFFFFF;
font-size: 24px;
height: 100%;
left: 0;
-moz-opacity: 0.9;
opacity: 0.9;
filter: alpha(opacity=90);
padding: 20% 5% 0;
position: fixed;
text-align: center;
top: 0;
width: 90%;
z-index: 9999;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.clearfix {
clear: both !important;
}

#container {
position: relative;
/*z-index: 99;
overflow: hidden;
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
-webkit-transform-origin: 50% 1%;
-moz-transform-origin: 50% 1%;
-ms-transform-origin: 50% 1%;
-o-transform-origin: 50% 1%;
transform-origin: 50% 1%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;*/
}

.no-csstransforms3d #container {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform-style: flat;
transform-style: flat;
position: inherit;
}

iframe {
border: 0;
}

video.wp-video-shortcode {
max-width: 100%;
}


address {
font-style: italic;
margin: 0 0 24px;
}



ins {
background: #fff9c0;
text-decoration: none;
}

pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
-ms-word-wrap: break-word;
word-wrap: break-word;
border: 1px solid #E4E4E4;
border-radius: 2px;
}

audio {
margin: 20px 0;
}

.v-spacer {
min-height: 0;
}



/* --------------------------------------------
FLEXSLIDER / REVSLIDER
-------------------------------------------- */

.flexslider {
background: transparent;
border: 0;
width: 100%;
z-index: 2;
display: block;
position: relative;
overflow: hidden;
}

.flexslider ul.slides {
background: transparent;
margin: 0; padding:0;
height: auto;
overflow: hidden;
list-style: none !important;
}

.flexslider .slides > li {
position: relative;
text-align: center;
overflow: hidden;
margin: 0; padding:0;
display: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

.flexslider .slides li img {
max-width: 100%;
width: 100%; 
height: auto;
display: block !important;
}
.flexslider .slides li img.slid-l{ display:block!important}
.flexslider .slides li img.slid-m{display:none!important}

.flex-direction-nav,
.flex-direction-nav li {
margin: 0; display:none;/* aro */
padding: 0;
list-style: none;
}

.flex-direction-nav a, .carousel-wrap a.next, .carousel-wrap a.prev {
width: 38px;
height: 38px;
margin: -19px 0 0;
display: block;
background: transparent url('../img/base/showcase-nav.html') no-repeat center left;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -9999px;
opacity: 0;
filter: alpha(opacity=0);
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 3;
}

.flex-direction-nav .flex-next {
background-position: center right;
right: -36px;
}

.flex-direction-nav .flex-prev {
left: -36px;
}


/*Carousel Wrap*/
.carousel-wrap > a {
color: #333333;
}

.carousel-wrap > a:hover {
color: #25CBF5 !important;
}

.carousel-wrap a.prev {
left: -10px;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity=0);
}

.carousel-wrap a.next {
right: -10px;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity=0);
background-position: center right;
}

.carousel-wrap:hover a.next, .carousel-wrap:hover a.prev {
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}

.flex-direction-nav .flex-disabled {
opacity: 0 !important;
filter: alpha(opacity=0) !important;
pointer-events: none;
}

.carousel-wrap {
position: relative;
margin-right: -11px;
margin-left: -11px;
}



.content-slider {
position: static;
}

.content-slider .flex-direction-nav .flex-next {
right: 20px !important;
}

.content-slider .flex-direction-nav .flex-prev {
left: 20px !important;
}

.flexslider:hover .flex-next {
opacity: 1;
filter: alpha(opacity=100);
right: 20px !important;
}

.flexslider:hover .flex-prev {
opacity: 1;
filter: alpha(opacity=100);
left: 20px !important;
}

.tp-caption a.btn.v-btn {
/*font-size: 12px;*/
margin-right: 0;
}

.flex-direction-nav .disabled {
opacity: .3 !important;
filter: alpha(opacity=30);
cursor: default;
}

.thumb-slider .flex-direction-nav {
height: 100%;
position: absolute;
top: 0;
width: 100%;
}

.thumb-slider .flex-direction-nav li {
position: relative !important;
left: auto !important;
top: 50% !important;
}

.thumb-slider .flex-direction-nav a, .gallery-slider .flex-direction-nav a, .gallery-nav .flex-direction-nav a, .item-slider .flex-direction-nav a {
height: 38px;
width: 36px;
background: transparent url('../img/base/slider-nav.html') no-repeat center left;
}

.thumb-slider .flex-prev,
.thumb-slider:hover .flex-prev,
.gallery-slider .flex-prev,
.gallery-slider:hover .flex-prev,
.gallery-nav .flex-prev,
.gallery-nav:hover .flex-prev,
.item-slider .flex-prev,
.item-slider:hover .flex-prev {
left: 0 !important;
}

.thumb-slider .flex-next,
.thumb-slider:hover .flex-next,
.gallery-slider .flex-next,
.gallery-slider:hover .flex-next,
.gallery-nav .flex-next,
.gallery-nav:hover .flex-next,
.item-slider .flex-next,
.item-slider:hover .flex-next {
right: 0 !important;
}

.thumb-slider .flex-direction-nav a.flex-next,
.gallery-slider .flex-direction-nav a.flex-next,
.gallery-nav .flex-direction-nav a.flex-next,
.item-slider .flex-direction-nav a.flex-next {
background-position: center right;
}

.thumb-slider:hover .flex-direction-nav a.flex-prev,
.gallery-slider:hover .flex-direction-nav a.flex-prev,
.gallery-nav:hover .flex-direction-nav a.flex-prev,
.item-slider:hover .flex-direction-nav a.flex-prev {
-moz-opacity: 0.8;
opacity: 0.8;
filter: alpha(opacity=80);
}

.thumb-slider:hover .flex-direction-nav a.flex-next,
.gallery-slider:hover .flex-direction-nav a.flex-next,
.gallery-nav:hover .flex-direction-nav a.flex-next,
.item-slider:hover .flex-direction-nav a.flex-next {
-moz-opacity: 0.8;
opacity: 0.8;
filter: alpha(opacity=80);
}

.flex-control-nav {
position: absolute;
bottom: 20px;
margin: 0;
z-index: 4;
list-style: none !important;
text-align: center;
width: 100%;
}

.flex-control-nav li {
display: inline-block;
margin-right: 5px;
margin-bottom: 0;
}

.flexslider .flexslider-caption {
position: absolute;
bottom: 0px;
z-index: 10;
padding-top: 12px;
padding-bottom: 12px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
background: rgba(0,0,0,0.6);
left: 0%;
right: 0%;
}

.flex-control-nav li a {border-radius:100px;color: #b2b2b2; background:#b2b2b2; font-size:14px; margin:0 2px 0;
}
.flex-control-nav li a i{ width:17px;}
.flex-control-nav li a:hover { background:#fed700;
cursor: pointer; color:#fed700
}

.flex-control-nav li a.flex-active {
-moz-opacity: 1; background:#fed700;
opacity: 1;
filter: alpha(opacity=100); color:#fed700
}

.flex-pauseplay {
position: absolute;
color: #fff;
bottom: 18px;
left: 20px;
font-size: 13px;
height: 13px;
}

.flex-pauseplay span:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}

.flex-pauseplay .pause:before {
content: "\f04c";
}

.flex-pauseplay .play:before {
content: "\f04b";
}

.blog-slider .flex-pauseplay, .thumb-slider .flex-pauseplay {
bottom: 16px;
font-size: 11px;
height: 13px;
}

.flex-pauseplay:hover {
cursor: pointer;
}

.flex-pauseplay span {
height: 11px;
display: block;
line-height: 13px;
}

.thumb-slider .flex-control-nav, .thumb-slider .flex-pauseplay {
display: none;
}

p.flex-caption {
text-shadow: none;
background: rgba(0, 0, 0, .4);
}

.item-slider p.flex-caption {
position: absolute;
bottom: 0;
padding: 15px 25px;
color: #fff;
margin: 0;
font-size: 16px;
right: 0;
}

.custom-caption {
position: absolute;
z-index: 2;
top: 60px;
left: 60px;
width: auto;
max-width: 500px;
}

.custom-caption p {
text-align: left;
width: auto;
font-size: 24px;
padding: 0px 4px 2px;
line-height: 28px;
margin-bottom: 0;
text-decoration: underline;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.ls-wp-fullwidth-container {
min-height: 100px;
}

.ls-container .ls-nav-prev, .ls-container .ls-nav-next {
background-image: url('../img/base/slider-nav.html') !important;
background-position: center left !important;
width: 36px !important;
height: 38px !important;
-moz-transition: all 0.3s ease-in-out !important;
-webkit-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
opacity: 0;
filter: alpha(opacity=0);
}

.ls-container .ls-nav-prev {
left: 0px !important;
}

.ls-container .ls-nav-next {
background-position: center right !important;
right: 0px !important;
}

.ls-container:hover .ls-nav-prev, .ls-container:hover .ls-nav-next {
opacity: 1;
filter: alpha(opacity=100);
}

.v-rev-slider {
height: 450px;
}

.v-rev-slider .v-slider-overlay {
background-repeat: repeat;
background-position: center center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
background-image: url('../img/base/video-overlay-1.html');
}

.v-rev-slider .v-slider-overlay.overlay-colored {
background-color: #6DBFEC;
opacity: 0.4;
}

.v-overlay-colored {
background-repeat: repeat;
background-position: center center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
}

img.size-full {
max-width: 100%;
height: auto;
}

.aligncenter, div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

.alignright {
float: right;
margin: 5px 0 20px 20px;
}

.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}

a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.aligncenter, img.alignleft, img.alignright, img.alignnone {
max-width: 100%;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.no-margin {
margin: 0;
}

.img-link {
display: block;
} 
/* --------------------------------------------
LAYOUT
-------------------------------------------- */

body.boxed-layout {
width: 1000px;
margin: 0px auto;
background: #F1F1F1;
}

body.boxed-layout #container {
box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.bg-special {
background: none;
background-image: url(../img/irongrip.html) !important;
background-attachment: scroll;
background-size: initial;
background-position: 50% 50%;
background-repeat: repeat;
}

#back-to-top { 
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: rgba(254,215,0 , 0.8);
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
box-shadow: inset 0 0 5px rgba(0,0,0,.1);
position: fixed;
bottom: -45px; border-radius:40px; width:40px;  height:40px;
right: 10px;
z-index: 1000;
padding: 8px 13px 8px;
cursor: pointer;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
opacity: 0;
color: #fff;
}

#back-to-top:hover {
color: #000;
}

#back-to-top i.fa {
font-size: 22px;
}

.v-page-wrap {
margin-top: 0px;
margin-bottom: 50px;
min-height: 500px;
}

.v-page-wrap.no-bottom-spacing {
margin-bottom: 0;
}

.v-page-wrap.no-top-spacing {
margin-top: 0;
}

aside.left-sidebar.sticky {
float: none;
position: fixed;
z-index: 6;
left: auto;
padding-top: 100px!important;
}

aside.right-sidebar.sticky {
float: none;
position: fixed;
z-index: 6;
right: auto;
padding-top: 100px!important;
}




/* footer
================================================== */

footer {
padding: 55px 0 0;
border-top: 0 solid transparent;
padding-bottom: 44px;
border-top-width: 1px;
background: #222222;
}

.footer-v2 footer {
background: #f7f7f7;
border-top: 3px solid #eee;
padding: 45px 0;
padding-bottom: 30px;
}

footer a:hover {
color: #25CBF5;
}

footer, footer p {
color: #999;
line-height: 21px;
}

.footer-v2 footer, .footer-v2 footer p {
color: #666;
}

footer .widget ul li,
footer .v-category-widget ul,
footer .v-archive-widget ul,
footer .v-nav-menu-widget ul,
footer .v-recent-comments-widget ul,
footer .v-meta-data-widget ul,
footer .v-recent-entry-widget ul {
border-color: #333333;
}


footer .widget hr {
border-color: #333333;
}

footer h4 {
font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
letter-spacing: 1.8px;
font-weight: 400!important;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 0;
font-size: 13px;
line-height: 23px;
text-transform: uppercase;
display: inline-block;
width: auto;
color: #f4f4f4!important;
}

footer a {
color: #fff;
/*font-size: 14px !important;*/
}

.footer-v2 footer a {
color: #444;
}

footer a, footer a:hover {
text-decoration: none !important;
}

footer .widget {
padding-bottom: 10px;
}

footer ul.social-icons li a {
border: 1px solid rgba(247, 247, 247, 0.17);
border-radius: 0 100px 100px;
margin-right: 8px;
}

.footer-v2 footer ul.social-icons li a {
border: 1px solid rgba(61, 61, 61, 0.52);
}

.copyright {
padding: 16px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: auto;
overflow: hidden;
font-size: 12px;
border-top: 0 solid transparent;
border-top-width: 1px;
background-color: #2C2C2C;
border-top-color: #333333;
}

.footer-v2 .copyright {
background-color: #EBEBEB;
border-top-color: #E0E0E0;
}

.copyright p {
font-size: 12px;
float: left;
margin-bottom: 0;
line-height: 24px;
color: #aaa;
padding-bottom: 2px;
}

.footer-v2 .copyright p {
color: #555;
}

.copyright a, .copyright a:hover {
text-decoration: none;
}

.copyright nav .menu {
float: right;
}

.copyright nav .menu li {
font-size: 13px;
margin: 0 !important;
}

.copyright nav .menu li:first-child {
border-left: 0;
}

.copyright nav .menu li ul {
display: none;
}


footer .widget ul.wp-tag-cloud li > a {
border: 1px solid #3F3E3E;
padding: 5px 8px;
}

footer .widget .wp-tag-cloud li a {
background: #242424;
border-color: #5E5E5E;
}

footer .widget ul.wp-tag-cloud li > a:hover {
color: #fff;
}

footer .footer-contact-info p {
margin-bottom: 6px;
}

footer .footer-contact-info .fa {
margin-right: 10px;
font-size: 14px;
width: 12px;
}

footer .widget ul li > a {
padding-bottom: 4px;
padding-top: 10px;
}

footer .v-recent-entry-widget.widget ul li:first-child a {
padding-top: 0px;
}

footer .v-recent-entry-widget .post-date {
margin-bottom: 10px;
display: block;
margin-top: -2px;
font-size: 12px;
}

.copyright a {
color: #aaa;
border-bottom: solid 1px rgba(255,255,255,.07);
padding-bottom: 2px;
font-size: 12px;
}

.footer-v2 .copyright a {
color: #555;
border-bottom: solid 1px rgba(206, 206, 206, 0.6);
}

.copyright a:hover {
color: #25CBF5;
}










/*Form Controls
================================================== */
/*
input, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
outline: 0;
border-radius: 0;
box-shadow: none;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
width: 100%;
border: solid 1px #e3e3e3;
border-bottom-color: #F0F0F0;
border-top-color: #e0e0e0;
color: #777;
background-color: rgba(0,0,0,.03) !important;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
outline: none !important;
-moz-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
-webkit-box-shadow: 0 1px 2px rgba(10,10,0,.1)inset;
-o-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
color: #323436;
background-color: rgba(150,150,150,.01) !important;
outline: none !important;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.form-control {
font-size: 13px;
height: 40px; 
border: 1px solid #e3e3e3;
border-radius:2px;
}

.form-control:focus {
box-shadow: none;
color: #323436;
background-color: rgba(250, 250, 250, .01);
outline: none !important;
border: solid 1px #e3e3e3;
border-bottom-color: #F0F0F0;
border-top-color: #e0e0e0;

-moz-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
-webkit-box-shadow: 0 1px 2px rgba(10,10,0,.1)inset;
-o-box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
box-shadow: 0 1px 2px rgba(10,10,10,.1)inset;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}

.button, button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
color: #999;
}

button::-moz-focus-inner {
border: 0;
}

.form-group:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
End Form*/




/*Login*/

.signup {
width: 430px;
background: #fff;
padding: 40px;
padding-bottom: 30px;
border-radius: 2px;
box-shadow: 0 2px 15px 5px rgba(0,0,0,.1);
border-top: 4px solid #25CBF5;
}

.body-sign .checkbox-custom {
margin-top: 8px;
}

.body-sign .line-thru {
display: block;
font-size: 12px;
font-size: 1.2rem;
position: relative;
}

.body-sign .line-thru span {
color: #CCC;
position: relative;
z-index: 3;
}

.body-sign .line-thru:before {
background-color: #FFF;
content: '';
height: 10px;
left: 50%;
position: absolute;
margin: -5px 0 0 -20px;
top: 50%;
width: 40px;
z-index: 2;
}

.body-sign .line-thru:after {
border-bottom: 1px solid #DADADA;
content: '';
display: block;
left: 10%;
position: absolute;
top: 47%;
width: 81%;
z-index: 1;
}

body .btn-facebook, 
body .btn-facebook:focus {
background: #3B5998;
border: 1px solid #37538D;
}

body .btn-twitter, 
body .btn-twitter:focus {
background: #55ACEE;
border: 1px solid #47A5ED;
}

body .btn-facebook, 
body .btn-facebook:active, 
body .btn-facebook:hover, 
body .btn-facebook:focus,
body .btn-twitter,
body .btn-twitter:active,
body .btn-twitter:hover,
body .btn-twitter:focus,
body .btn-gplus,
body .btn-gplus:active,
body .btn-gplus:hover,
body .btn-gplus:focus {
color: #FFF;
font-weight: 300;
padding-left: 30px;
padding-right: 30px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
border-radius: 2px;
margin-left: 5px;
margin-right: 5px;
}

.btn-facebook:hover {
background: #4162a7;
border-color: #3d5c9c;
}

.btn-twitter:hover {
background: #63b3ef;
border-color: #55acee;
}
/*End Login*/




.portfolio-grid li {
float: left;
height: 70px;
position: relative;
margin: 0 6px 6px 0 !important;
background-image: url(../img/crease.html);
-moz-background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #25CBF5 !important;
color: #ffffff;
}

.browser-ie .portfolio-grid li, .browser-ie10 .portfolio-grid li {
background-image: none;
}

.portfolio-grid li a {
padding: 0 !important;
}

.portfolio-grid li a img {
width: 70px;
height: 70px;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.portfolio-grid li:hover img {
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity=0);
}

.portfolio-grid li a:after {
content: "\f064";
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
font-size: 16px;
position: absolute;
right: 50%;
top: 50%;
margin-top: -8px;
margin-right: -9px;
color: #ffffff;
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity=0);
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.portfolio-grid li:hover a:after {
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}

.browser-ie .portfolio-grid li a:after {
display: none;
}

.v-portfolio-items.no-padding li.v-portfolio-item {
padding: 1px;
}


.full-width-area.v-portfolio-items {
padding: 0 2%;
}

.full-width-area.v-portfolio-items .v-portfolio-item {
width: 24%;
padding: 0 1%;
}

.v-portfolio-item.standard figcaption .thumb-info a {
top: 50%;
position: absolute;
margin-top: -25px;
margin-left: -25px;
}

.v-portfolio-filter-wrap {
display: block;
margin-bottom: 20px;
}

.v-portfolio-filter-wrap .select {
line-height: 30px;
margin-bottom: 10px;
display: block;
position: relative;
outline: none;
}

.has-no-sidebar .v-portfolio-filter-wrap .select {
text-align: center;
padding-left: 20px;
}

.v-portfolio-filter-wrap .select:hover {
text-decoration: none;
}

.v-portfolio-filter-wrap .select i {
margin-right: 10px;
}