/*
Theme Name: Colores
Theme URI: http://www.rollthemes.com/demo/wordpress/colores/
Author: RollThemes
Author URI: http://rollthemes.com
Description: Colores is a Responsive Multipurpose Wordpress (Desktop, tablet, mobile phone…) simple and clean. You can use it for a variety of websites such as Corporate, Business, Photo Studio, Freelancers, Portfolio Theme and Creative Agency etc. Theme includes lots of features like Drag &amp; Drop page builder, unique page builder blocks etc. You will receive a detailed documentation along with additional features like Unlimited color schemes, Google webfonts, custom widgets and page builder blocks etc. Functions are based on solid back-end Customize of Wordpress and intuitive in operation. With the outstanding features it is great, professional and easy to use with everyone.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: colores
Tags: light, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
	* Repeatable Patterns
		** Typography
		** Alignments
		** Content
		** Accessibility
		** Text meant only for screen readers.
		** Media
		** Make sure embeds and iframes fit their containers.
		** Captions
		** Galleries
		** Elements
		** Forms
		** Bootstrap resetting elements
	* Site
		** Top
		** Header
		** Navigation
		** Mobile navigation
		** Page Title
		** Breadcrumbs
		** Page
		** Content Area
		** Widget Area
		** Blog
		** Pagination
		** Author Post
		** Entry Footer
		** Comments
		** Portfolio
		** Portfolio Single
		** Contact Form
	* Widgets
		** Widget Search
		** Widget Text
		** Widget Categories
		** Widget Recent Post
		** Widget Flickr
	* Footer
		** Footer Area
		** Footer Menu
		** Footer Socials
	* Bottom
	* Go Top Button
	* Shortcodes
		** Title Box
		** Tags
		** Newsletter
		** Widget Brand 
		** Tweets
		** Text
		** Tabs
		** Accordion
		** Experts
		** Single Members
		** Maps
		** Infomation
		** Pricing Table
		** Purchase Box
		** Logo Client
		** Process Single
		** Box Skill
		** Members
		** Newsflash
		** Testimonial
		** Icon Box
		** Slider
	* Media Queries
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
a {
	color: #12d11f;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

a:hover {
	color: #14971c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

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

dl {
	margin: 0 20px;
}



.padding-top-10px { padding-top: 10px; }
.padding-top-20px { padding-top: 20px; }
.padding-top-30px { padding-top: 30px; }
.padding-top-40px { padding-top: 40px; }
.padding-top-50px { padding-top: 50px; }
.padding-top-60px { padding-top: 60px; }
.padding-top-70px { padding-top: 70px; }
.padding-top-80px { padding-top: 80px; }
.padding-top-90px { padding-top: 90px; }
.padding-top-100px { padding-top: 100px; }
.padding-bottom-10px { padding-bottom: 10px; }
.padding-bottom-20px { padding-bottom: 20px; }
.padding-bottom-30px { padding-bottom: 30px; }
.padding-bottom-40px { padding-bottom: 40px; }
.padding-bottom-50px { padding-bottom: 50px; }
.padding-bottom-60px { padding-bottom: 60px; }
.padding-bottom-70px { padding-bottom: 70px; }
.padding-bottom-80px { padding-bottom: 80px; }
.padding-bottom-90px { padding-bottom: 90px; }
.padding-bottom-100px { padding-bottom: 100px; }

.margin-top-20px { margin-top: 20px; }
.margin-top-30px { margin-top: 30px; }
.margin-top-40px { margin-top: 40px; }
.margin-top-60px { margin-top: 60px; }
.margin-top-80px { margin-top: 80px; }
.margin-top-100px { margin-top: 100px; }
.margin-bottom-20px { margin-bottom: 20px; }
.margin-bottom-30px { margin-bottom: 30px; }
.margin-bottom-30px { margin-bottom: 30px; }
.margin-bottom-40px { margin-bottom: 40px; }
.margin-bottom-50px { margin-bottom: 50px; }
.margin-bottom-60px { margin-bottom: 60px; }
.margin-bottom-70px { margin-bottom: 70px; }
.margin-bottom-80px { margin-bottom: 80px; }
.margin-bottom-90px { margin-bottom: 90px; }
.margin-bottom-100px { margin-bottom: 100px; }

.white { color: #fff !important; }
.white .title {
	color: #fff;
}
.dark { color: #333 !important; }

.rt-animation { opacity: 0; }
.rt-animation.animated { opacity: 1; }

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #c0c0c0;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #c0c0c0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #c0c0c0;
}

/* Typography */
body,
button,
input,
select,
textarea {
	font: 12px/20px "Open Sans", sans-serif;
    background-color: #f4f4f4;
    color: #011d27;
    font-weight: 400;
}

b, strong {
	font-weight: bold;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

table {
	width: 100%;
	margin: 0 0 20px;
}

th,td {
	padding: 7px;
	text-align: center;
	border-collapse: collapse; 
    border: 1px solid;
    border-color: #d6d6d6;
}

blockquote {
	border-left: 3px solid #12d11f;
	background-color: #011d27;
	color: #fefefe;
	font-size: 18px;
    line-height: 24px;
	padding: 67px 68px;
    font-weight: 300;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 600;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

abbr[title] {
	border-bottom: 1px dotted #c0c0c0;
	cursor: help;
}

mark,
ins {
	background-color: #12d11f;
	color: #fff;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 0;
    font-family: Consolas, monospace;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}

h1 { font: 52px/62px "Oswald", sans-serif;}
h2 { font: 42px/50px "Oswald", sans-serif;}
h3 { font: 32px/38px "Oswald", sans-serif;}
h4 { font: 26px/31px "Oswald", sans-serif;}
h5 { font: 22px/27px "Oswald", sans-serif;}
h6 { font: 18px/22px "Oswald", sans-serif;}

h1, h2, h3, h4, h5, h6 { color: #011d27; font-weight: 300; margin: 10px 0 20px 0; }
h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 { font-weight: 600; }
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 { font-weight: 400; }


/* Alignments */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 8px 30px 25px 0 !important;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 8px 0 25px 30px !important;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 10px;
}

/* Content */
.sticky {
	display: block;
}

.page-header {
	margin: 0;
	border: 0;
}

.page-header .nothing {
	padding: 0;
	background-color: transparent;
	font-size: 40px;
	line-height: 40px;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Galleries */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: auto 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Elements */
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 30px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dd, dt {
	line-height: 30px;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333;
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #333; 
}

/* Forms */
button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}

input[type="checkbox"] {
	display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

select,
textarea,
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"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	color: #333;
	line-height: 20px;
	padding: 9px 20px;
	-webkit-transition: border 0.3s ease 0s;
	   -moz-transition: border 0.3s ease 0s;
		-ms-transition: border 0.3s ease 0s;
		 -o-transition: border 0.3s ease 0s;
			transition: border 0.3s ease 0s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border: 1px solid #011d27;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 18px;
    border: none;
    color: #f4f4f4;
    padding: 11px 25px;
    background-color: #12d11f;
    vertical-align: top;
    outline: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #0f1521;
}

/* Bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
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"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.post-password-form label {
	color: #707070;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.color {
    color: #12d11f;
}

/* Site 
-------------------------------------------------------------- */
body.boxed .site {
	max-width: 1230px;
	margin: 50px auto;
}

/* Top */
.top {
    min-height: 2px;
    background-color: #12d11f;
}

.top .contact-info {
    margin: 10px 0;
    padding: 0;
}

.top .contact-info li {
    display: inline-block;
    position: relative;
    margin-right: 27px;
}

.top .contact-info li a {
    color: #fff;
    padding-left: 12px;
}

.top .contact-info li a:hover {
    color: #0f1521;
}

.top .contact-info li i {
	font-style: normal;
	font-size: 15px;
	width: 15px;
	height: 15px;
	position: relative;
}

.top .contact-info li i:before {
	left: 0;
    top: 3px;
    position: absolute;
}

/* Header */
.site-header {
    background-color: #011d27;
    z-index: 99;
    position: relative;
}

body.boxed .site-header,
body.boxed .page-wrap {
	max-width: 1230px;
}

body.boxed .site-header {
	width: 100%;
}

body.boxed .panel-grid {
	max-width: 1230px;
	margin: 0 -15px !important;
}

body.boxed .panel-row-style {
	margin: 0 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.site-header.light,
.header.light #mainnav ul li ul li a {
    background-color: #fff;
}

.site-header.light #mainnav > ul > li > a,
.site-header.light #mainnav ul li ul li a,
.site-header.light .no-nav {
    color: #011d27;

    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.site-header.light #mainnav ul li ul li a:hover {
    background-color: #011d27;
    color: #fff;
}

.site-header.fixed {
	position: fixed;
	width: 100%;
	z-index: 9999;
    top: -100px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

/* Navigation
-------------------------------------------------------------- */
.mainnav .menu-fallback {
	margin: 42px 0 43px 0;
	display: inline-block;
}

#mainnav {
    float: right;
}

#mainnav ul {
    list-style: none; 
    margin: 0;
    float: left;
}

#mainnav > ul > li {
    float: left;
}

#mainnav > ul > li > a {
    display: block; 
    line-height: 50px; 
    background: transparent; 
    color: #fff;
    letter-spacing: 0.3px;
    padding: 27px 14px 23px 15px;
}

#mainnav ul li a {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 20px;
}

#mainnav ul li ul li a { 
    display: block; 
    line-height: 36px;
    background-color: #011d27;
    color: #fff;
    padding: 7px 25px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul li {
    position: relative;
}

#mainnav ul li ul {
    width: 200px;
    position: absolute; 
    top: 100%; 
    left: 0; 
    opacity: 0; 
    visibility: hidden;
    padding: 5px 0 0;
    background-color: #12d11f;
}

#mainnav ul li ul li ul {
    left: 100%; 
    top: 0px;
}

#mainnav .sub-menu li a:hover {
    background-color: transparent;
}

#mainnav .menu > li:hover:before {
    content: ""; 
    position: absolute; 
    left:50%;
    top:-3px;
    border-width: 9px 10px;
    border-color: #c80000 transparent transparent transparent;
    border-style: solid;
    margin-left: -9px;
}

body.boxed .menu > li:hover:before {
    top: 0;
}

.menu2 > li:before {
    content: ""; 
    position: absolute; 
    left: 15px;
    bottom: -5px;
    height: 5px;
    width: 0;
    background-color: #12d11f;
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu2 > li:hover:before {
    opacity: 1;
    width: 100%;
}

#mainnav li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#mainnav .sub-menu {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
}

#mainnav ul li ul.right-sub {
  right: 0;
  left: auto;
}

#mainnav ul li ul ul.right-sub {
  right: 100%;
}

/* Mobile navigation
---------------------------------------- */
.btn-menu {
    font-size: 28px;
    font-family: "FontAwesome";
    color: #12d11f;
    float: right;
    text-align:center;
    width: 24px;
    height: 24px;
    margin-top: 41px;
    cursor: pointer;
    display: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-menu:before{
    content: "\f0c9";
}

#mainnav-mobi {
   display: block;
   margin: 0 auto;
   position: absolute;
   background-color: #808080!important;
   z-index: 1000;
   width: 200%!important;
}

#mainnav-mobi ul {
   display: block;
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav-mobi ul li {
   margin:0;
   position: relative;
   text-align: left;
   border-top: 1px solid #fff;
   cursor: pointer
}

#mainnav-mobi ul li:before {
    border: 0;
}

#mainnav-mobi ul > li > a {
   text-decoration: none;
   height: 50px;
   line-height: 50px;
   padding: 0 30px;
   color: #fff;
}

#mainnav-mobi ul.sub-menu {
   top: 100%;
   left: 0;
   z-index: 2000;
   position: relative;
   background-color: #00051C;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   position: relative;
   border-top: 1px solid rgba(18, 209, 31, 0.3);
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   display: block;
   text-decoration: none;
   padding: 0 60px;
   border-top-color: rgba(255,255,255,.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
   border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
   color: #fff;
}

.btn-submenu:before {
    content: "+";
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    padding-left: 1299px!important;
    padding: 10px 20px;
    margin-top: -20px;
}

.btn-submenu.active:before {
   content: "-";
   font-size: 34px;
   top: 22px;
   font-weight: 100;
}

/* Page Title */
.page-title {
    text-align: center;
    padding: 53px 0 52px 0;
}

.page-title .title {
    font-size: 33px;
    color: #000!important;
    line-height: 28px;
    font-weight: 400;
    margin: -1px 0 0;
    text-transform: uppercase;
}

.page-title ul {
    margin: 0;
    padding: 0;
}

.page-title ul li {
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
}

/* Breadcrumbs */
.page-title .breadcrumbs {
    margin-top: 8px;
}

.page-title .breadcrumbs li {
    position: relative;
    padding-left: 10px;
}

.page-title .breadcrumbs li:before {
	content: "/";
	color: #12d11f;
	top: 0;
	left: 2px;
	position: absolute;
}

.page-title .breadcrumbs li:first-child {
	padding: 0;
}

.page-title .breadcrumbs li:first-child:before {
	content: "";
}

.page-title .breadcrumbs,
.page-title .breadcrumbs a {
    color: #12d11f;
}

.page-title .breadcrumbs a:hover {
    color: #fff;
}

/* Page */
.page-template.page-template-page_fullwidth .content-wrapper .content-area {
	width: 100%;
}

.home.page .page-wrap {
	padding-bottom: 0;
}

.page .page-wrap,
.blog .page-wrap,
.single-post .page-wrap {
	padding-bottom: 130px;
}

.page-wrap {
	padding-top: 58px;
    background-color: #f4f4f4;
}

/* Content Area */
.no-sidebar {
	margin-bottom: 30px;
}

.home .content-wrapper .content-area {
	width: 100%;
}

.content-wrapper .content-area,
.home.blog .content-wrapper .content-area {
	width: 74.35%;
	margin-right: 2.56%;
	float: left;
}




.page-wrap.fullwidth .content-wrapper .content-area {
	width: 100%;
	margin-right: 0;
}

.page-wrap.fullwidth .content-wrapper .widget-area {
	display: none;
}

/* Widget Area */
.content-wrapper .widget-area {
	width: 23.076%;
    float: right;
}

/* Blog */
.hentry {
	margin-bottom: 60px;
	float: left;
	width: 100%;
	position: relative;
}

.hentry:before,
.hentry:after {
	content: "";
	display: table;
	clear: both;
}

.hentry .title-post {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 8px 0;
}

.hentry .title-post a {
    color: #011d27;
}

.hentry .title-post a:hover {
	color: #12d11f;
}

.hentry .entry-header .meta-post {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 24px;
}

.hentry .entry-header ul li {
	display: inline-block;
	margin-right: 20px;
}

.hentry .meta-post .post-comments a {
	position: relative;
    display: inline;
    color: #011d27;
    padding-right: 18px;
}

.hentry .meta-post .post-comments a:before,
.hentry .meta-post .post-comments a:after {
    position: absolute;
    content: ""; 
    -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                    transition: all 0.3s;
}

.hentry .meta-post .post-comments a:before {
    width: 13px;
    height: 9px;
    top: 2px;
    right: 0;
    background-color: #b9b9b9;
    border-radius: 1px;
}

.hentry .meta-post .post-comments a:after {
    right: 7px;
    bottom: 3px;
    border-width: 0 0 3px 3px;
    border-color: transparent #b9b9b9;
    border-style: solid;
}

.hentry .meta-post .post-comments a:hover {
    color: #12d11f;
}

.hentry .meta-post .post-comments a:hover:before {
    background-color: #12d11f;
}

.hentry .meta-post .post-comments a:hover:after {
    border-color: transparent #12d11f;
}

.hentry .meta-post .post-categories {
	color: #12d11f;
}

.hentry .meta-post .post-categories span {
	color: #011d27;
}

.hentry .meta-post .post-author {
	display: none;
}

.hentry .entry-post {
	padding-bottom: 30px;
	position: relative;
}

.hentry .entry-post + .entry-footer {
	margin-top: 24px;
}

.hentry .entry-thumb {
	position: relative;
    text-align: center;
}

.hentry .entry-thumb a {
	display: inline-block;
	position: relative;
}

.hentry .entry-thumb img,
.hentry.format-image img {
    border: 3px solid;
    border-color: #e4e4e4;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.hentry.format-image:hover img {
    border-color: #12d11f;
}

.hentry.format-image .flex-direction-nav a {
	left: 3px;
	bottom: 3px;
	opacity: 1;
}

.hentry.format-image .flex-direction-nav a.flex-next {
	left: 44px;
}

.hentry .entry-thumb img + .overlay {
    background-image: url('images/overlay.png');
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid;
    border-color: #12d11f;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.hentry .entry-thumb img + .overlay:before {
	content: "";
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url('images/link.svg');
    background-size: 50px 50px;
    position: absolute;
}

.hentry .entry-thumb:hover img + .overlay {
	opacity: 1;
}

.hentry.format-video .entry-content iframe,
.hentry.format-video .entry-post iframe {
	width: 100%;
}

.hentry .entry-post .read-more {
    font-family: "Oswald";
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 22px;
    background-color: #0f1521;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hentry .entry-post .read-more:hover {
    background-color: #12d11f;
}

.hentry .twitter-tweet {
	width: 100% !important;
}

.hentry .twitter-tweet .EmbeddedTweet {
	max-width: 100% !important;
}

.hentry .entry-content {
	margin-top: 20px;
}

.hentry .entry-content img {
	border: 3px solid #e4e4e4;
}

.hentry .entry-content .alignleft {
	position: relative;
}

.hentry .entry-content .alignleft:before,
.hentry .entry-content .alignleft:after {
	display: table;
	content: "";
	clear: both;
}

.hentry .entry-content,
.hentry .entry-footer .edit-link {
	margin-bottom: 20px;
}

.hentry .entry-footer {
	float: left;
	width: 100%;
}

.hentry .entry-footer .edit-link {
	display: inline-block;
}

/* Post Gallery */
.hentry.format-gallery .blog-gallery .slider .flex-direction-nav {
    display: none;
}

.hentry.format-gallery .blog-gallery .carousel {
    margin-top: 6px;
}

.hentry.format-gallery .blog-gallery .flex-active-slide img {
    border-color: #12d11f;
}

.hentry.format-gallery .blog-gallery .carousel .slides li {
    position: relative;
}

.hentry.format-gallery .carousel ul.slides li {
    margin-left: 5px;
    margin-right: 0;
    cursor: pointer;
}

.hentry.format-gallery .carousel ul.slides li:first-child {
    margin-left: 0;
}

.hentry.format-gallery .carousel li:hover img,
.hentry.format-gallery .slider li:hover img,
.hentry.format-gallery .flex-active-slide img {
    border: 3px solid;
    border-color: #12d11f;
}

.hentry.format-gallery .featured-post img {
    border: 3px solid;
    border-color: #e4e4e4;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.hentry.format-gallery .carousel {
    position: relative;
}

.hentry.format-gallery .carousel .flex-direction-nav {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.hentry.format-gallery .carousel:hover .flex-direction-nav {
    opacity: 1;
}

.hentry.format-gallery .carousel .flex-direction-nav li {
    display: inline;
}

.hentry.format-gallery .carousel .flex-direction-nav li a i {
    font-size: 24px;
    color: #0f1521;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.hentry.format-gallery .carousel .flex-direction-nav li a {
    position: absolute;
}

.hentry.format-gallery .carousel .flex-direction-nav li a.flex-prev {
    left: 12px;
}

.hentry.format-gallery .carousel .flex-direction-nav li a.flex-next {
    right: 12px;
}

.hentry.format-gallery .carousel .flex-direction-nav li a:hover i {
    color: #12d11f;
}

.hentry.format-gallery .blog-gallery {
    margin-bottom: 25px;
}

.page-links > span, 
.page-links a {
	display: inline-block;
    background-color: #0f1521;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    margin-right: 6px;
}

.page-links > span,
.page-links a:hover {
	background-color: #12d11f;
}

/* Featured Overlay */
.hentry .featured-post {
	margin-bottom: 30px;
}

.hentry.format-image .featured-post {
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.hentry.format-image .post-overlay,
.hentry.format-gallery .post-overlay {
    background-image: url('images/overlay.png');
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border: 5px solid;
    border-color: #12d11f;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.hentry.format-image .featured-post:hover .post-overlay,
.hentry.format-gallery .blog-gallery .flex-active-slide .post-overlay {
    opacity: 1;
}

.hentry.format-image .post-overlay.center a {
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url('images/link.svg');
    background-size: 50px 50px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hentry.format-gallery .blog-gallery .post-overlay a {
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url('images/link.svg');
    background-size: 50px 50px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hentry.format-image .featured-post:hover .post-overlay.center a,
.hentry.format-gallery .blog-gallery .flex-active-slide .post-overlay a {
    opacity: 1;
}

/* Pagination */
.posts-navigation .nav-links {
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 300;
    text-align: center;
    position: relative;
    min-height: 46px;
}

.posts-navigation .nav-links .nav-previous {
	position: absolute;
	display: inline-block;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
}

.posts-navigation .nav-links .nav-next {
	position: absolute;
	display: inline-block;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
}

.posts-navigation .nav-links a {
    background-color: #0f1521;
    padding: 10px 15px 10px 35px;
    color: #fff;
}

.posts-navigation .nav-links .nav-next a {
    padding: 10px 35px 10px 15px;
}

.posts-navigation .nav-links a:hover {
    background-color: #12d11f;
}

.posts-navigation .nav-links a:before {
    content: "\f104";
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 20px;
    margin-top: -10px;
    font-family: "FontAwesome";
}

.posts-navigation .nav-links .nav-next a:before {
    content: "\f105";
    right: 15px;
    left: auto;
}

.post-navigation {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.post-navigation .nav-links {
	position: relative;
}

.post-navigation .nav-links .nav-previous {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	width: 50%;
}

.post-navigation .nav-links .nav-next {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	width: 50%;
	text-align: right;
}

.pagination span, 
.pagination a {
	display: inline-block;
    background-color: #0f1521;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    margin-right: 6px;
}

.pagination span,
.pagination a:hover {
	background-color: #12d11f;
}

.navigation.posts-navigation {
	float: left;
	width: 100%;
	position: relative;
}

.navigation.posts-navigation:before,
.navigation.posts-navigation:after {
	content: "";
	display: table;
	clear: both;
}

/* Author Post */
.author-post {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.author-post:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70%;
    height: 1px;
    background-color: #e4e4e4;
}

.author-post .gravatar {
    float: left;
    width: 140px;
    margin-top: 10px;
}

.author-post .gravatar img {
    border: 3px solid;
    border-color: #12d11f;
}

.author-post .info {
    background-color: #011d27;
    color: #fff;
    padding: 0 0 20px 20px;
    margin-bottom: 1px;
    min-height: 140px;
    margin-left: 142px;
}

.author-post .info h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
}

.author-post .info a {
    font-weight: 300;
}

.author-post .categories-post,
.author-post .share-post {
    float: right;
    margin-bottom: 1px;
}

.author-post .share-post {
    position: relative;
    margin-right: 1px;
}

/* Share Post */
.share-post {
    background-color: #12d11f;
    display: inline-block;
    font-family: "Oswald";
    font-weight: 300;
    color: #fff;
}

.share-post span {
    float: left;
    line-height: 40px;
}

.share-post span.st_sharing {
    padding-left: 21px;
    padding-right: 21px;
}

.share-post span span {
    font-size:0 !important;
    background:none !important;
}

.share-post span span span {
    padding-left: 35px !important;
    height: 26px !important;
    position: relative;
}

.share-post span span span:hover {
    opacity: 1 !important;
}

.share-post span.st_facebook,
.share-post span.st_twitter,
.share-post span.st_pinterest,
.share-post span.st_email {
    background-color: #11c21d;
    background-image: none;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 1px;
}

.share-post span span span:before {
    content: "\f099";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0;
}

.share-post span span span.facebook:before {
    content: "\f09a";
}

.share-post span span span.pinterest:before {
    content: "\f17d";
}

.share-post span:hover {
    background-color: #14971c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.share-post span:hover span span:before {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Entry Footer */
.hentry .entry-footer .tags-links {
	color: #12d11f;
	margin-bottom: 10px;
}

.hentry .entry-footer .tags-links span {
	color: #011d27;
}

/* Comments */
.bypostauthor {
	display: block;
}

.comments-area {
    float: left;
    content: "";
    width: 100%;
}

.comments-area .comment-title {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 26px;
}

.comments-area article {
    position: relative;
    float: left;
    width: 100%;
}

.comments-area article:after,
.comments-area article:before {
    content: " ";
    display: table-cell;
    clear: both;
}

.comments-area .comment-list,
.comments-area .comment-list .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area .comment-list {
    float: left;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 24px;
    width: 100%;
}

.comments-area .comment-list .children {
    padding-left: 119px;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.comments-area .comment-list .avatar {
    float: left;
}

.comments-area .comment-list .gravatar + .comment_content { 
    margin-left: 120px;
}

.comments-area .comment-list .comment_content .comment_meta {
	position: relative;
	margin-bottom: 10px;
}

.comments-area .comment-list .comment_content .comment_meta:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e4e4e4;
	content: "";
}

.comments-area .comment-list .comment_content .comment_meta .comment_author {
	margin-right: 3px;
}

.comments-area .comment-list .comment_content div[itemprop="text"] {
    margin-top: -4px;
    display: inline-block;
}

.comments-area .comment-list .comment_content div[itemprop="text"] p {
    margin-bottom: 14px;
}

.comments-area .comment-list > li,
.comments-area .comment-list .children > li {
    float: left;
    margin-bottom: 33px;
    width: 100%;
}

.comments-area .comment-list .children > li:last-child {
    margin-bottom: 0;
}

.comments-area .comment-waiting {
    margin-left: 115px;
    color: rgba(255,0,0,0.7);
    margin-bottom: 10px;
}

.comments-area .comment-list .gravatar + .comment-body + .comment-meta,
.comments-area .comment-list .gravatar + .comment-body + .comment-waiting + .comment-meta {
    margin-left: 120px;
}

.comments-area .comment-list .comment-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #959595;
    font-size: 10px;
    font-family: "Open Sans";
    font-weight: 300;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.comments-area .comment-list .comment-meta li {
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 2px;
}

.comments-area .comment-list .comment-meta li:first-child {
    padding-left: 0;
}

.comments-area .comment-list .comment-meta li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #959595;
}

.comments-area .comment-list .comment-meta li:first-child:before {
    width: 0;
}

.comments-area .comment-list .comment-meta li a {
    color: #959595;
}

.comments-area .comment-list .comment-meta li a:hover {
    color: #000;
}

.comments-area .comment-list .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
}

.comments-area .no-comments {
    color: #E44E4E;
}

.comments-area .comment-respond {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .comment-reply-title {
    font-weight: 300;
    margin-bottom: 26px;
    font-size: 24px;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond fieldset input,
.comments-area .comment-respond fieldset textarea {
    height: 40px;
    border-radius: 0;
    border: 1px solid;
    border-color: #e4e4e4;
    padding-left: 10px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comments-area .comment-respond fieldset input:focus,
.comments-area .comment-respond fieldset textarea:focus {
    border-color: #011d27;
}

.comments-area .comment-respond fieldset input {
    width: 100%;
}

.comments-area .comment-respond fieldset {
    margin-left: 3%;
    display: inline-block;
    width: 31%;
    margin-bottom: 30px;
}

.comments-area .comment-respond fieldset.message {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
}

.comments-area .comment-respond fieldset:first-child {
    margin-left: 0;
}

.comments-area .comment-respond fieldset textarea {
    height: auto;
    width: 100%;
    padding-top: 8px;
}

.comments-area .form-submit .submit {
    float: right;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 18px;
    border: none;
    color: #f4f4f4;
    padding: 10px 25px;
    background-color: #12d11f;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.comments-area .form-submit .submit:hover {
    background-color: #0f1521;
}

/* Portfolio */
.page-template-portfolio .content-area, 
.single-portfolio .content-area,
.tax-portfolio_category .content-area {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
}

.work-filter {
    background-color: #12d11f;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 58px !important;
}

.work-filter li {
    display: inline-block;
    text-decoration: none;
    padding: 0 !important;
    margin-left: 1px;
    border: 0;
}

.work-filter li:first-child {
    margin-left: 0;
}

.work-filter li a {
    display: inline-block !important;
    font-family: "Oswald";
    line-height: 70px;
    padding: 0 25px;
    background-color: #11c21d;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.work-filter.work-filter-widget li a {
    color: #fff;
}

.work-filter .active a {
    background-color: #14971c;
}

.works-container {
    margin: 0 -15px;
}

.works-container .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
}

.works-container .item-wrap {
    position: relative;
    overflow: hidden;
}

.works-container .item-wrap .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url('images/overlay.png');
    background-position: center;
    border: 5px solid #12d11f;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.works-container .item-wrap img {
    border: 3px solid #cacaca;
}

.works-container .item-wrap .content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.works-container .item-wrap .content .link {
    position: absolute;
    bottom: 10%;
    width: 100%;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -ms-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
}

.works-container .item-wrap .content .link a {
    background: url('images/link.svg');
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.works-container .item-wrap .content .project {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 41%;
    text-align: center;
    width: 100%;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -ms-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
}

.works-container .item-wrap .content .project a:hover{
    color: #fff;
}

.works-container .item-wrap .hover + a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.works-container .item-wrap:hover .hover + a img {
    border-color: transparent;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.works-container .item-wrap:hover .hover {
    opacity: 1;
}

.works-container .item-wrap:hover .content .link {
    bottom: 17%;
}

.works-container .item-wrap:hover .content .project {
    bottom: 34%;
}

.works-masonry .text-center {
    bottom: 0;
    left: 50%;
    margin: 50px 0 0 -75px;
    background-color: #0f1521;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left;
    position: relative;
}

.works-masonry .text-center:hover {
    background-color: #12d11f;
}

.works-masonry .text-center a {
    color: #fff;
    padding: 25px;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
}

/* Portfolio Single */
.single-portfolio .page-wrap {
    background-color: #fff;
}

.single-portfolio .portfolio-direc {
    background-color: #12d11f;
    float: left;
    margin: 0 0 80px 0;
    width: 100%;
}

.single-portfolio .portfolio-direc a {
    background-color: #11c21d;
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 24px;
    line-height: 74px;
}

.single-portfolio .portfolio-direc .next-posts {
    float: right;
}

.single-portfolio .portfolio-direc .prev-posts {
    float: left;
}

.single-portfolio .portfolio-info {
	float: left;
	width: 40.37505%;
}

.single-portfolio .portfolio-img {
    border: 3px solid;
    border-color: #e4e4e4;
    float: left;
    width: 57.26495%;
    margin-right: 2.36%;
}

.single-portfolio .portfolio-info .title {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    margin-top: -5px;
    margin-bottom: 20px;
}

.single-portfolio .posts .some-posts li .post-overlay a:hover {
    color: #fff;
}

.single-portfolio .portfolio-info p {
    margin-bottom: 24px;
}

.single-portfolio .portfolio-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.single-portfolio .portfolio-info ul li {
    line-height: 20px;
}

.single-portfolio .portfolio-info ul li.portfolio-tags a {
    font-weight: 700;
    color: #011d27;
    display: inline-block;
    margin-right: 3px;
}

.single-portfolio .portfolio-info ul li.portfolio-tags a:hover {
    color: #12d11f;
}

.single-portfolio .portfolio-info ul li span {
    font-weight: 700;
    color: #011d27;
}

.single-portfolio .posts {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.single-portfolio .posts .title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 58px;
}

.single-portfolio .posts .some-posts {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.single-portfolio .posts .some-posts li {
    float: left;
    position: relative;
    width: 270px;
    overflow: hidden;
}

.single-portfolio .posts .some-posts li .post-overlay {
    background-image: url('images/overlay.png');
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border: 5px solid;
    border-color: #12d11f;
    z-index: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.single-portfolio .posts .some-posts li .post-overlay > a {
    content: "";
    bottom: 5%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url('images/link.svg');
    background-size: 50px 50px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-portfolio .posts .some-posts li .post-overlay .title {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 55%;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-portfolio .posts .some-posts li:hover .post-overlay .title,
.single-portfolio .posts .some-posts li.active .post-overlay .title {
    bottom: 47%;
}

.single-portfolio .posts .some-posts li:hover .post-overlay,
.single-portfolio .posts .some-posts li.active .post-overlay {
    opacity: 1;
}

.single-portfolio .posts .some-posts li:hover .post-overlay > a,
.single-portfolio .posts .some-posts li.active .post-overlay > a {
    opacity: 1;
    bottom: 15%;
}

.single-portfolio .posts .some-posts li img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-portfolio .posts .some-posts li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* Contact Form */
.wpcf7 {
	margin-top: 120px;
}

.wpcf7-form span {
	margin-left: 3%;
    display: inline-block;
    height: 40px;
    width: 31.1%;
    margin-bottom: 30px;
    position: relative;
}

.wpcf7-form span input {
	width: 100%;
}

.wpcf7-form span.your-name, .wpcf7-form span.your-email, .wpcf7-form span.your-subject {
    margin-left: 0;
}

.wpcf7-form span.your-message {
	margin-left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.wpcf7-form span.your-message textarea {
	width: 100%;
	height: 100%;
    border: 1px solid #e4e4e4;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.wpcf7-form p {
	margin-bottom: 0;
}

.wpcf7-form span.your-message textarea:focus {
    color: #959595;
    border-color: #0f1521;
}

.wpcf7-form .textarea-wrap textarea:focus {
    border-color: #0f1521;
}

.wpcf7-form .wpcf7-submit {
    float: right;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 18px;
    border: none;
    color: #f4f4f4;
    padding: 10px 25px;
    background-color: #C80000;

    -webkit-transition: background-color 0.3s ease-in-out;
       -moz-transition: background-color 0.3s ease-in-out;
         -ms-transition: background-color 0.3s ease-in-out;
          -o-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #0f1521;
}

.wpcf7-not-valid-tip {
	width: 100% !important;
	position: absolute !important;
	top: 45px;
	left: 0;
}

/* 404 Page */
.error404,
.error404 .page-wrap {
	background-color: #011d27;
	text-align: center;
}

.error404 {
	border-top: 2px solid #12d11f;
}

.error404 .top,
.error404 .col-md-8,
.error404 .page-title,
.error404 .footer-social,
.error404 .footer-area,
.error404 .footer-menu,
.error404 .bottom {
	display: none;
}

.error404 .col-md-4 {
	width: 100%;
}

.error404 .col-md-4 .logo {
	margin-top: 100px !important;
	margin-left: 0 !important;
}

.error404 .error-posts {
	padding-bottom: 190px;
}

.error404 .titlebox .title {
	color: #fff;
    font-weight: 300;
    font-size: 24px;
    word-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.error404 .titlebox .sub-title {
	color: #fff;
    font-weight: 400;
    font-size: 36px;
    word-spacing: -1.9px;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.error404 .box-error h1 {
	color: #12d11f;
	font-family: "Oswald";
    font-size: 250px;
    font-weight: 400;
    line-height: 230px;
    margin-bottom: 13px;
}

.error404 .box-error h2 {
    font-weight: 400;
    color: #fff;
    font-family: "Oswald";
    font-size: 150px;
    line-height: 130px;
    margin-top: 13px;
    margin-bottom: 30px;
    display: inline-block;
}

.error404 .divider {
	background-color: #033243;
	width: 570px;
    margin: 0 auto;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 30px;
}

.error404 .divider + span {
	color: #fff;
}

.error404 .divider + span a {
	margin-left: 3px;
}

/* Members 
-------------------------------------------------------------- */
.employee {
	overflow: hidden;
	margin-bottom: 56px;
}

.employee ul {
	margin: 0;
	width: 100%;
	list-style: none;
	float: left;
	position: relative;
	background-color: #011d27;
}

.employee ul li {
	float: left;
	left: -100%;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #011d27;
	position: absolute;
	transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);
	opacity: 0; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out;
}

.employee ul li.active {
	z-index: 9;
	opacity: 1; transform: translateX(0) !important; -o-transform: translateX(0) !important; -ms-transform: translateX(0) !important; -webkit-transform: translateX(0) !important;
	left: 0;
}

.employee .members-img {
    width: 33.334%;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}

.employee .members-img img {
    padding: 20px;
}

.employee .members-info {
    color: #bcd7e0;
    padding-right: 41px;
    padding-left: 20px;
}

.employee .members-info .full-name {
    color: #bcd7e0;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
    margin-top: 36px;
}

.employee .members-info .members-regency {
    margin-bottom: 16px;
    display: block;
}

.employee .members-info .members-regency a {
	color: #12d11f;
}

.employee .members-info .members-sign {
    font-family: "Engagement";
    font-size: 36px;
    float: right;
    margin-right: 7px;
    margin-top: 11px;
    margin-bottom: 41px;
}

.some-members {
	margin-top: 58px;
}

.some-members ul {
	list-style: none;
	margin: 0;
}

.some-members ul li {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.some-members.member-categories ul li {
	width: 25%;
	padding: 0 1.28%;
	margin-bottom: 30px;
	float: left;
}

.tax-members_category .content-area {
	width: 100%;
	padding-bottom: 130px;
}

.some-members ul li img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.some-members .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 5px solid #12d11f;
	background: url('images/overlay.png') center;
	opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

.some-members .overlay h5 {
	font-weight: 300;
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 40%;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.some-members .overlay a {
    background: url('images/info.svg');
    background-size: 50px 50px;
    bottom: 0%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.some-members .overlay.link a {
    background: url('images/link.svg');
    background-size: 50px 50px;
}

.some-members li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.some-members li:hover .overlay,
.some-members li:hover .overlay h5,
.some-members li:hover .overlay a,
.some-members li.active .overlay,
.some-members li.active .overlay h5,
.some-members li.active .overlay a {
	opacity: 1;
}

.some-members li:hover .overlay h5,
.some-members li.active .overlay h5 {
    bottom: 36.5%;
}

.some-members li:hover .overlay a,
.some-members li.active .overlay a {
    bottom: 12.857%;
}

.some-members .items-4 li .overlay h5 {
	top: 27%;
	bottom: auto;
}

.some-members .items-4 li:hover .overlay h5,
.some-members .items-4 li.active .overlay h5 {
    top: 39%;
    bottom: auto;
}

.some-members .items-4 li:hover .overlay a,
.some-members .items-4 li.active .overlay a {
    bottom: 22%;
}

.employee + .title {
	text-align: center;
	font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.single-members .content-wrapper {
	padding: 22px 0 120px 0;
}

/* Widgets 
-------------------------------------------------------------- */
.widget {
    margin-bottom: 58px;
}

.widget p {
    margin-bottom: 20px;
}

.widget .widget-title {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 20px;
    position: relative;
    line-height: 31px;
    margin: 0 0 4px 0;
}

.widget .widget-title:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e4e4e4;
    bottom: 0;
    left: 0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.widget li {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}

.widget li a {
    color: #011d27;
    display: inline;
}

.widget li a:hover {
    color: #12d11f;
}

/* Widget Search */
.widget_search {
    position: relative;
    margin-bottom: 22px;
}

.widget_search .screen-reader-text {
    display: none;
}

.widget_search .searchform input[type="text"] {
    width: 100%;
    background-color: #011d27;
    color: #fff;
    height: 40px;
    border: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Oswald";
    outline: none;
}

.widget_search .searchform input[type="submit"] {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
}

.widget_search:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    padding: 10px 8px 10px 9px;
    background-color: #11c21d;
}

.widget_search *::-webkit-input-placeholder {
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 300;
}

.widget_search *:-moz-input-placeholder {
    /* FF 4-18 */
    color: #fff;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 300;
}

/* Widget Text */
.widget_text .widget-title {
    margin-bottom: 24px;
}

.so-panel .widget-title {
	margin-bottom: 0 !important;
}

.so-panel.widget .widget-title:after {
	height: 0;
}

.widget_text {
    position: relative;
    padding-bottom: 4px;
}

/* Widget Categories */
.widget_categories ul li a {
    display: inline-block;
    width: 90%;
}

/* Widget Recent Post */
.widget_recent_post ul {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 32px;
}

.widget_recent_post ul li {
    border: 0;
    padding-bottom: 0;
}

.widget_recent_post ul li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.widget_recent_post ul li span {
    color: #11c21d;
    font-size: 10px;
    display: block;
    margin-top: -5px;
}

/* Widget Flickr */
.widget_flicker {
    overflow: hidden;
    margin-top: 23px;
}

.widget_flicker .flickr_badge_image {
    float: left;
    margin: 0 12px 12px 0;
}

.widget_flicker ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.widget_flicker li {
    float: left;
    width: 100%;
    border-bottom: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.widget_flicker .hide_item {
    margin-left: -500%;
}

.widget_flicker .flex-direction-nav {
    display: none;
}

.widget_flicker .flickr_badge_image img {
    border: 3px solid;
    border-color: #e4e4e4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_flicker .flickr_badge_image:hover img {
    border-color: #12d11f;
}

.widget_flicker button {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #0f1521;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_flicker button:hover {
    background-color: #12d11f;
}

.widget_flicker .flickr-prev {
    margin-right: 1px;
}

.widget_flicker .flickr-prev:before {
    position: absolute;
    content: "\f104";
    top: 10px;
    left: 10px;
    width: 20px;
    font-style: normal;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
}

.widget_flicker .flickr-next:before {
    position: absolute;
    content: "\f105";
    top: 10px;
    left: 10px;
    width: 20px;
    font-style: normal;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
}

.widget_flicker .flickr-nav {
    position: relative;
    text-align: center;
}

.widget_flicker .flickr-nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

/* Portfolio */
.widget_roll-recent_portfolio li {
	border: 0;
}

.widget_roll-recent_portfolio li a {
	color: #fff;
}

.widget_roll-recent_portfolio li a:hover {
	color: #14971c;
}

.widget_roll-recent_portfolio li.active a:hover {
	color: #fff;
}

/* Footer
-------------------------------------------------------------- */
/* Footer Area */
.footer-area {
	background-color: #0f1521;
	color: #bcd7e0;
    padding: 40px 0;
}

.footer-area .widget .widget-title {
    color: #fff;
    line-height: 26px;
}

.footer-area .widget .widget-title:after {
    height: 0;
}

.footer-area ul {
	border: 0;
}

.footer-area ul li {
    border-bottom: 0;
    border-top: 1px solid #033243;
    float: left;
    width: 100%;
}

.footer-area ul li a {
    color: #bcd7e0;
    width: 100%;
}

.footer-area .widget_brand .brand-over {
    border: 1px solid;
    border-color: #033243;
    padding: 45px 20px 19px 20px;
    background-color: #0f1521;
}

.footer-area .widget_brand .brand-over .divider {
    background-color: #033243;
}

.footer-area  ul li span {
    color: #414c62;
}

.footer-area ul li:first-child,
.footer-area .widget_recent_post ul li {
    border: 0;
}

/* Footer Menu */
.footer-menu {
    background-color: #151e32;
    border-top: 1px solid #033243;
    text-align: center;
    padding: 38px 0 40px 0;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.footer-menu ul li {
    display: inline-block;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 9px;
    position: relative;
}

.footer-menu ul li a {
    display: inline-block;
    font-size: 14px;
    font-family: "Oswald";
    font-weight: 300;
    color: #fff;
}

.footer-menu ul li:hover:before {
    border: 0;
}

.footer-menu ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 1px;
    height: 70%;
    background-color: #fff;
}

.footer-menu ul li:first-child:after {
    width: 0;
}

.footer-menu ul li a:hover {
    color: #12d11f;
}

.footer-menu .no-nav {
    color: #fff;
}

.footer-menu .no-nav a:hover {
    color: #329838;
}

/* Footer Socials */
.footer-social span,
.footer-social ul,
.footer-social ul li a {
    float: left;
    margin: 0;
    padding: 0;
}

.footer-social ul {
    font-size: 0;
}

.footer-social ul li {
    float: left;
    margin-left: 1px;
    list-style: none;
}

.footer-social ul li:first-child {
    margin-left: 0;
}

.footer-social {
    background-color: #12d11f;
}

.footer-social .socials {
    float: right;
    position: relative;
}

.footer-social .socials span {
    color: #fff;
    font-size: 24px;
    padding-right: 45px;
    line-height: 70px;
    font-family: "Oswald";
    font-weight: 300;
}

.footer-social .socials li a {
    width: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 28px;
    background-color: #11c21d;
    text-align: center;
    font-weight: 300;
    font-family: "Oswald";
}

.footer-social .socials li a.active,
.footer-social .socials li a:hover {
    background-color: #14971c;
}

/* Bottom 
-------------------------------------------------------------- */
.bottom {
	background-color: #12d11f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Oswald";
    font-weight: 300;
    padding-top: 21px;
    padding-bottom: 20px;
}

/* Go Top Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: 20px;
    bottom: -45px;
    background-color: #161625;
    color: #fff; 
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    width: 35px;
    height: 35px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
        -o-border-radius: 50%;
           border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.go-top:hover {
    background-color: #12d11f;
    color: #fff;
}

.go-top.show {
    bottom: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

/* Shortcodes 
-------------------------------------------------------------- */
/* Title Box */
.roll-title-box {
    position: relative;
    text-align: center;
}

.roll-title-box .title {
    font-weight: 300;
    font-size: 24px;
    word-spacing: 1px;
    margin: 0;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-title-box .sub-title {
    font-weight: 400;
    font-size: 36px;
    word-spacing: -1.9px;
    letter-spacing: 0px;
    font-family: "Oswald", sans-serif;
    line-height: 54px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Left */
.roll-title-box.left {
    text-align: left;
}

/* Tags */
.roll-tag-list .widget-title {
    margin-bottom: 24px;
}

.roll-tag-list .tags {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}

.roll-tag-list .tags a {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 14px !important;
    padding: 11px 10px;
    margin-right: 2px;
    margin-bottom: 10px;
    text-shadow: none;
    border-radius: 0;
    color: #959595;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
}

.roll-tag-list .tags a:nth-child(4) {
	background-color: #0f1521;
	color: #fff;
}

.roll-tag-list .tags a:hover {
    background-color: #0f1521;
    color: #fff;
}

/* Newsletter */
.widget_mc4wp_widget #mc4wp_email {
    outline: none;
    border: 1px solid;
    border-color: #e4e4e4;
    border-radius: 0;
    padding-left: 10px;
    height: 40px;
    width: 54.37%;
    margin-right: 4.18%;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_mc4wp_widget #mc4wp_email:focus {
    border-color: #0f1521;
}

.widget_mc4wp_widget input[type="submit"] {
    border: 0;
    background-color: #12d11f;
    color: #f4f4f4;
    padding: 7px 25px;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_mc4wp_widget input[type="submit"]:hover {
    background-color: #0f1521;
}

/* Brand */
.widget_brand .logo {
    margin-bottom: 21px;
}

.widget_brand .divider {
    margin-bottom: 34px;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

/* Tweets */
.widget-tweets {
    overflow: hidden;
}

.widget-tweets ul li a {
    color: #12d11f;
}

.widget-tweets ul li span {
    color: #2BB335;
    width: 100%;
    display: inline-block;
    font-size: 10px;
}

.widget-tweets ul li.hide {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Text */
.roll-text .widget-title {
    margin: 0;
}

.roll-text .widget-title:after {
    height: 0;
}

/* Tabs */
.roll-tabs ul {
    overflow: hidden;
    margin:0;
    padding: 0;
}

.roll-tabs .menu-tab li {
    position: relative;
    bottom: -2px;
    float: left;
    margin-right: 2px;
    list-style: none;
    padding: 0;
}

.roll-tabs .menu-tab li a {
    display: block;
    background-color: #011d27;
    color: #fff;
    padding: 17px 30px 18px 30px;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 400;
}

.roll-tabs .menu-tab li a:hover {
    background-color: #12d11f;
    text-decoration: none;
}

.roll-tabs .menu-tab li.active a {
    background-color: #f4f4f4;
    border: 1px solid #011d27;
    padding: 16px 30px 17px 30px;
    transition: none;
    color: #011d27;
}

.roll-tabs .content-tab {
    margin-top: 50px;
    border: 1px solid #011d27;
    padding: 23px 50px 5px 50px;
    margin-top: -1px;
    background-color: #f4f4f4;
}

/* Accordion */
.roll-accordion {
    margin: 0;
}

.roll-accordion .toggle-title {
    position: relative;
    line-height: 48px;
    border: 1px solid #eeeeee;
    padding-left: 66px;
    font-size: 18px;
    color: #191919;
    cursor: pointer;
    min-height: 50px;
    background-color: #fff;
    font-family: "Oswald";
}

.roll-accordion .toggle-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 48px;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #b7b7b7;
    background-color: #1dd329;
}

.roll-accordion .toggle-title.active:before {
    height: 49px;
}

.roll-accordion .toggle-title:after,
.roll-accordion .toggle-title.active:after {
    position: absolute;
    left: 20px;
    top: 0;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.roll-accordion .toggle-title.active:after {
    content: "\f106";
}

.roll-accordion .toggle-title.active {
    border-bottom: none;
}

.roll-accordion .toggle-content {
    display: none;
    border: 1px solid #d6d6d6;
    padding: 16px 20px 20px;
    margin-left: 51px;
}

/* Experts */
.roll-experts {
    text-align: left;
}

.roll-experts .widget-title:after {
    height: 0;
}

.roll-experts p {
    margin-bottom: 68px;
}

.roll-experts a {
    font-size: 18px;
    font-family: "Oswald";
    padding: 14px 23px;
    border: 1px solid #011d27;
    display: inline-block;
    color: #011d27;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.roll-experts a:hover {
    border-color: #1dd329;
    color: #1dd329;
}

/* Maps */
.roll-maps {
    border: 5px solid;
    border-color: #e4e4e4;
    float: left;
    width: 100%;
}

.roll-maps #map {
    height: 300px;
}

/* Infomation */
.roll-infomation .widget-title {
    font-weight: 300;
    margin-bottom: 26px;
    font-size: 24px;
}

.roll-infomation .widget-title:after {
    height: 0;
}

.roll-infomation p,
.roll-infomation a {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.roll-infomation a {
    color: #011d27;
}

.roll-infomation .icon {
    font-family: "FontAwesome";
    font-size: 20px;
    color: #12d11f;
    font-style: inherit;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.roll-infomation .icon:before {
    top: 50%;
    left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.roll-infomation .address .icon {
    font-style: italic;
}

/* Pricing Table */
.ptp-pricing-table {
    margin: 0 -15px !important;
}

body.boxed .ptp-pricing-table {
	margin: 0 -5px !important;
}

.ptp-col {
    padding: 0 1.25% !important;
    width: 25% !important;
}

.ptp-col .ptp-item-container {
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 40px 0 !important;
    background-color: #f4f4f4;
}

div.ptp-not-most-popular,
.ptp-highlight,
.ptp-most-popular {
    display: none;
}

div.ptp-item-container {
    text-align: center;
    border: 0 !important;
    margin: 0 !important;
}

div.ptp-plan {
    width: 100px !important;
    height: 100px !important;
    display: inline-block;
    background-color: #1dd329 !important;
    color: #fff !important;
    padding: 30px 0 0 !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.ptp-plan .number {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    line-height: 29px;
    font-family: "Oswald";
    font-weight: 400;
}

div.ptp-plan .month {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    font-family: "Oswald";
}

div.ptp-price {
    font-size: 24px !important;
    padding: 0 !important;
    margin: 27px 0 10px 0 !important;
    width: 100%;
    display: inline-block;
    background-color: transparent !important;
    font-family: "Oswald";
    line-height: 30px;
}

div.ptp-price + div.ptp-bullet-item {
    border-top:1px solid #d6d6d6 !important;
    margin-top: 26px !important;
}

div.ptp-bullet-item {
    background-color: transparent !important;
    padding: 15px 0 14px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
}

div.ptp-bullet-item b {
    font-size: 12px;
    line-height: 20px;
}

div.ptp-cta {
    margin: 40px 0 0 !important;
    padding: 0 !important;
}

a.ptp-button {
    font-family: "Oswald" !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    border: none !important;
    color: #f4f4f4 !important;
    padding: 10px 25px !important;
    background-color: #12d11f !important;
    line-height: 25px !important;
    width: auto !important;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.ptp-highlight .ptp-plan,
.ptp-highlight .ptp-button,
.ptp-item-container:hover .ptp-plan,
.ptp-item-container:hover .ptp-button {
    background-color: #011d27 !important;
}

/* Purchase Box */
.roll-purchase-box {
    display: table;
    width: 100%;
}

.roll-purchase-box .purchase-left {
    display: table-cell;
    margin-top: -9px;
    width: 85%;
}

.roll-purchase-box .purchase-left .title {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.roll-purchase-box .purchase-right {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
}

.roll-purchase-box .purchase-right a {
    color: #1dd329;
    font-family: "Oswald";
    font-size: 18px;
    padding: 15px 28px;
    background-color: #011d27;
    display: inline-block;
}

.roll-purchase-box .purchase-right a:hover {
    color: #fff;
}

.roll-purchase-box.light .purchase-left .title {
    color: #fff;
}

.roll-purchase-box.light .purchase-left .content {
    color: #12d11f;
}

.roll-purchase-box.light .purchase-right a {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.roll-purchase-box.light .purchase-right a:hover {
    color: #fff;
    background-color: #011d27;
    border-color: #011d27;
}

/* Logo Client */
.roll-logo-client .items {
    padding: 0 15px;
    float: left;
    width: 100%;
    height: 125px;
    border: 1px solid #e4e4e4;
    text-align: center;
    display: table;
}

.roll-logo-client .items a {
    display: table-cell;
    vertical-align: middle;
}

.roll-logo-client .owl-controls {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.roll-logo-client .owl-controls .owl-prev,
.roll-logo-client .owl-controls .owl-next {
    display: inline-block;
}

.roll-logo-client .owl-controls:before {
    width: 100%;
    content: "";
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25px;
}

.roll-logo-client .owl-controls .icons-angle-left,
.roll-logo-client .owl-controls .icons-angle-right {
    width: 50px;
    height: 50px;
    background-color: #12d11f;
    display: inline-block;
    z-index: 99999;
    position: relative;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-logo-client .owl-controls .icons-angle-left:hover,
.roll-logo-client .owl-controls .icons-angle-right:hover {
    background-color: #011d27;
}

.roll-logo-client .owl-controls .icons-angle-left:before {
    position: absolute;
    content: "\f104";
    top: 15px;
    left: 15px;
    width: 20px;
    font-style: normal;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
}

.roll-logo-client .owl-controls .icons-angle-right:before {
    position: absolute;
    content: "\f105";
    top: 15px;
    left: 15px;
    width: 20px;
    font-style: normal;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
}

.roll-logo-client.small {
    background-color: #fff;
    padding: 36px 100px;
    position: relative;
}

.roll-logo-client.small .items {
    border: 0;
    height: auto;
}

.roll-logo-client.small .owl-controls {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 100%;
    padding: 0 25px;
}

.roll-logo-client.small .owl-controls .owl-nav {
    position: relative;
}

.roll-logo-client.small .owl-controls .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.roll-logo-client.small .owl-controls .owl-next {
    position: absolute;
    top: 0;
    right: 0;
}

.roll-logo-client.small .owl-controls:before {
    height: 0;
}

/* Process Single */
.roll-progress-single {
    position: relative;
    margin-bottom: 9PX;
    color: #fff;
    height: 50px;
}

.roll-progress-single .name {
    position: absolute;
    left: 20px;
    top: 16px;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 400;
}

.roll-progress-single .progress-animate {
    height: 10px;
    width: 0;
    background-color: #12d11f;
    height: 100%;
    padding-top: 16px;
    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            -o-border-radius: 0;
                border-radius: 0;
}

.roll-progress-single .progress-bar {
    background-color: #011d27;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            -o-border-radius: 0;
                border-radius: 0;
}

.roll-progress-single .perc {
    width: 0;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding-right: 10px;
    -webkit-transition: opacity 1s ease-in-out;
       -moz-transition: opacity 1s ease-in-out;
         -ms-transition: opacity 1s ease-in-out;
          -o-transition: opacity 1s ease-in-out;
              transition: opacity 1s ease-in-out;
}

.roll-progress-single .perc.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Box Skill */
.box-skill-wrap {
    margin: 0 -15px;
    display: table;
    width: 100%;
}

.box-skill-wrap.items-4 .roll-box-skill {
    width: 25%;
    display: table-column;
    height: 100%;
}

.box-skill-wrap.items-3 .roll-box-skill {
    width: 33.33%;
    height: 100%;
}

.box-skill-wrap.items-2 .roll-box-skill {
    width: 50%;
    height: 100%;
}

.box-skill-wrap.items-1 .roll-box-skill {
    width: 100%;
    height: 100%;
}

.roll-box-skill {
    text-align: center;
    float: left;
    padding: 0 15px;
}

.roll-box-skill .skill {
    position: relative;
    height: 120px;
    margin-bottom: 29px;
}

.roll-box-skill .skill .process {
    text-align: center;
    transform: rotate(90deg);
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
}

.roll-box-skill .skill .number {
    text-align: center;
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -10px;
    margin-right: -17px;
    font-size: 24px;
    font-family: "Oswald";
    font-weight: 300;
}

.roll-box-skill .box-skill h4.title {
    font-size: 24px;
    font-family: "Oswald";
}

.roll-box-skill .title {
    margin: 10px 0;
}

/* Members */
.roll-members {
    text-align: center;
    margin-bottom: 30px;
}

.roll-members .member {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.roll-members .member .avarta {
    border: 3px solid #d6d6d6;
    background-color: #fbfbfb;
}

.roll-members .member .social {
    margin: 0;
    padding: 0;
    top: 3px;
    left: 3px;
    list-style: none;
    position: absolute;
    opacity: 0;
    background-color: #12d11f;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}

.roll-members .member .social li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom-color: transparent;
    margin-top: 1px;
    background-color: #11c21d;
    margin-left: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-members .member .social li:hover {
    background-color: #14971c;
}

.roll-members .member .social li:first-child {
    margin-top: 0;
}

.roll-members .member .social li:nth-child(odd) {
    margin-left: -10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.roll-members .member:hover .social {
    opacity: 1;
}

.roll-members .member:hover .social li {
    margin-left: 0;
}

.roll-members .member .social li a {
    padding: 10px 15.5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-members .member .infomation {
    background-color: #fbfbfb;
    border: 1px solid #d6d6d6;
    padding: 15px 0px;
    margin-top: 1px;
}

.roll-members .member .infomation .full-name {
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
    letter-spacing: 0.25px;
}

.roll-members .member .infomation .full-name a {
    color: #bcd7e0;
}

.roll-members .member .infomation .full-name a:hover {
    color: #14971c;
}

.roll-members .member .infomation .regency {
    color: #12d11f;
}

/* Newsflash */
.roll-newsflash-wrap {
    float: left;
    margin: 0 -15px;
    text-align: center;
}

.roll-newsflash-wrap .items {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 20%;
    float: left;
}

.roll-newsflash-wrap.col4 .items {
    width: 25%;
    overflow: hidden;
}

.roll-newsflash-wrap .link-img {
    position: relative;
    overflow: hidden;
}

.roll-newsflash-wrap .link-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/overlay.png');
    background-position: center;
    width: 100%;
    height: 100%;
    border: 5px solid #12d11f;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-newsflash-wrap .link-img .link {
    content: "";
    bottom: 10%;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url('images/link.svg');
    background-size: 30px 30px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-newsflash-wrap.col4 .link-img .link {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    margin-left: -25px;
}

.roll-newsflash-wrap .link-img .title {
    font-weight: 300;
    font-size: 24px;
    position: absolute;
    bottom: 50%;
    line-height: 29px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-newsflash-wrap .link-img .title a {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #12d11f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-newsflash-wrap .link-img img {
    border: 3px solid #cacaca;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-newsflash-wrap .see-more {
    float: left;
    width: 100%;
}

.roll-newsflash-wrap .see-more a {
    font-size: 18px;
    display: inline-block;
    font-family: "Oswald";
    padding: 14px 23px;
    border: 1px solid #011d27;
    color: #011d27;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-newsflash-wrap .see-more a:hover {
    color: #fff;
    background-color: #011d27;
    border-color: #011d27;
}

.roll-newsflash-wrap .link-img:hover img {
    border-color: transparent;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.roll-newsflash-wrap .link-img:hover .overlay {
    opacity: 1;
}

.roll-newsflash-wrap .link-img:hover .link {
    bottom: 22%;
}

.roll-newsflash-wrap.col4 .link-img:hover .link {
    bottom: 21.11%;
}

.roll-newsflash-wrap .link-img:hover .title {
    bottom: 35%;
}

.roll-newsflash-wrap.col4 .link-img:hover .title {
    bottom: 38%;
}

.roll-newsflash-wrap .link-img .title a:hover {
    color: #fff;
}

/* Testimonial */
.roll-testimonial {
    background-color: #011d27;
    margin: 0 -15px;
}

body.boxed .roll-testimonial {
	margin: 0;
}

.roll-testimonial.center {
    text-align: center;
}

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

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

.testimonial-detail {
    padding: 0 15px;
}

.testimonial-detail blockquote {
    text-align: left;
    margin: 0;
    padding: 33px 30px 34px 30px;
    border: 1px solid #033243;
    border-left: 3px solid #12d11f;
    background-color: #011d27;
    position: relative;
    color: #bcd7e0;
    margin-bottom: 24px;
    font: 12px/20px "Open Sans", sans-serif;
}

.roll-testimonial .testimonial-detail blockquote:before {
    content: "";
    position: absolute;
    left: 55px;
    bottom: -16px;
    border-width: 8px;
    border-color: #033243 transparent transparent #033243;
    border-style: solid;
}

.roll-testimonial .testimonial-detail blockquote:after {
    content: "";
    position: absolute;
    left: 56px;
    bottom: -14px;
    border-width: 7px;
    border-color: #011d27 transparent transparent #011d27;
    border-style: solid;
}

.roll-testimonial.center .testimonial-detail blockquote:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    border-width: 15px;
    border-color: #033243 transparent transparent transparent;
    border-style: solid;
    margin-left: -15px;
}

.roll-testimonial.center .testimonial-detail blockquote:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    border-width: 14px;
    border-color: #011d27 transparent transparent transparent;
    border-style: solid;
    margin-left: -14px;
}

.roll-testimonial.right .testimonial-detail blockquote:before {
    content: "";
    position: absolute;
    left: auto;
    right: 55px;
    bottom: -16px;
    border-width: 8px;
    border-color: #033243 #033243 transparent transparent;
    border-style: solid;
}

.roll-testimonial.right .testimonial-detail blockquote:after {
    content: "";
    position: absolute;
    left: auto;
    right: 56px;
    bottom: -14px;
    border-width: 7px;
    border-color: #011d27 #011d27 transparent transparent;
    border-style: solid;
}

.testimonial-detail .img-user {
    display: inline-block;
    width: 100px;
}

.testimonial-detail .img-user img {
    border: 3px solid #12d11f;
    border-radius: 50%;

    -webkit-transition: border-color 0.3s ease-in-out;
       -moz-transition: border-color 0.3s ease-in-out;
         -ms-transition: border-color 0.3s ease-in-out;
          -o-transition: border-color 0.3s ease-in-out;
              transition: border-color 0.3s ease-in-out;
}

.testimonial-detail:hover .img-user img {
    border-color: #14971c;
}

.testimonial-detail .name {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    margin-top: 7px;
    color: #bcd7e0;
}

.roll-testimonial.no-nav .owl-controls {
    display: none;
}

.roll-testimonial .owl-stage-outer + .owl-controls {
    margin-top: 54px;
    padding-bottom: 50px;
}

.roll-testimonial .owl-carousel.owl-loaded {
    display: inline-block;
    margin-bottom: 50px;
}

.roll-testimonial .owl-nav {
    position: relative;
    width: 100%;
}

.roll-testimonial .owl-nav:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #033243;
    top: 25px;
    left: 0;
    position: absolute;
}

.roll-testimonial .owl-prev {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -50px;
    background-color: #12d11f;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-testimonial .owl-next {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50px;
    height: 50px;
    margin-right: -52px;
    background-color: #12d11f;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-testimonial .icons-angle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    font-style: normal;
}

.roll-testimonial .icons-angle-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    font-style: normal;
}

.roll-testimonial .icons-angle-left:before {
    position: absolute;
    content: "\f104";
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -10px;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
}

.roll-testimonial .icons-angle-right:before {
    position: absolute;
    content: "\f105";
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -3px;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
}

.roll-testimonial .owl-prev:hover,
.roll-testimonial .owl-next:hover {
    background-color: #011d27;
    border-color: #033243;
}

/* Icon Box */
.roll-icon-box-wrap {
    margin: 0 -15px;
    text-align: center;
    float: left;
    width: 100%;
}
.roll-icon-box-wrap .content {
	min-height: 80px;
}
body.boxed .roll-icon-box-wrap {
	margin: 0;
}

.roll-icon-box-wrap.items-4 .roll-icon-box {
    width: 25%;
    padding: 0 15px;
}

.roll-icon-box-wrap.items-3 .roll-icon-box {
    width: 33.33%;
    padding: 0 15px;
}

.roll-icon-box-wrap.items-2 .roll-icon-box {
    width: 50%;
    padding: 0 15px;
}

.roll-icon-box-wrap.items-1 .roll-icon-box {
    width: 100%;
    padding: 0 15px;
}

.roll-icon-box {
    float: left;
    text-align: center;
    position: relative;
}

.roll-icon-box .items-wrap {
    border: 1px solid;
    border-color: #d6d6d6;
    background-color: #fff;
    padding: 40px 20px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.roll-icon-box .items-wrap.no-border {
	border: 0;
	background-color: transparent;
}

.roll-icon-box.left {
    border: 0;
    padding: 0;
}

.roll-icon-box .icon {
    border: 1px;
    border-style: solid;
    border-color: #12d11f;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 24px;
    background-color: #12d11f;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-icon-box.rectangle .icon {
    border-radius: 0;
}

.roll-icon-box.left .icon {
    background-color: #1dd329;
    float: left;
    text-align: center;
}

.roll-icon-box.left .items-wrap:hover .icon {
    background-color: #011d27;
    border-color: #011d27;
}

.roll-icon-box.not-fill .icon {
    background-color: transparent;
    border: 1px solid;
    border-color: #1dd329;
}

.roll-icon-box .icon i {
    font-size: 50px;
    color: #fff;
    top: 50%;
    margin-top: -25px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-icon-box.not-fill .icon i {
    color: #1dd329;
}

.roll-icon-box.not-fill.left .icon i {
    color: #1dd329;
}

.roll-icon-box.not-fill .items-wrap:hover {
    background-color: #fff;
}

.roll-icon-box.not-fill .items-wrap:hover .icon {
    background-color: #1dd329;
    border-color: transparent;
}

.roll-icon-box.not-fill .items-wrap:hover .icon i {
    color: #fff;
}

.roll-icon-box .title {
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    margin-bottom: 23px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-icon-box .title a {
    font-size: 24px;
    color: #011d27;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-icon-box:hover .title a {
    color: #fff;
}

.roll-icon-box.not-fill:hover .title a {
	color: #011d27;
}

.roll-icon-box.left .items-wrap:hover .title a {
    color: #011d27;
}

.roll-icon-box .title a:hover,
.roll-icon-box.left .title a:hover,
.roll-icon-box.not-fill:hover .title a:hover {
    color: #011d27;
}

.roll-icon-box.left .title {
    padding-left: 130px;
    text-align: left;
    width: 100%;
}

.roll-icon-box .content {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-icon-box.left .content {
    padding-left: 130px;
    text-align: left;
    width: 100%;
}

.roll-icon-box-wrap .read-more {
    margin-top: 40px;
}

.roll-icon-box-wrap .read-more,
.roll-icon-box .read-more  {
    background-color: #12d11f;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Oswald";
    padding: 14px 23px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-icon-box-wrap .roll-icon-box.left + .read-more {
    margin-top: 0;
}

.roll-icon-box-wrap .no-fill .read-more,
.roll-icon-box.no-fill .read-more {
    background-color: transparent;
    border: 1px solid;
    border-color: #0f1521;
    color: #0f1521;
}

.roll-icon-box .items-wrap:hover {
    border-color: #011d27;
    background-color: #011d27;
}

.roll-icon-box.left .items-wrap:hover {
    background-color: #fff;
}

.roll-icon-box .items-wrap:hover .title {
    color: #fff;
}

.roll-icon-box .items-wrap:hover .content {
    color: #bcd7e0;
}

.roll-icon-box.left .items-wrap:hover .content {
    color: #011d27;
}

.roll-icon-box.not-fill .items-wrap:hover .title a,
.roll-icon-box.not-fill .items-wrap:hover .content {
    color: #011d27;
}

/* Slider */
.roll-slider {
    position: relative;
    padding: 0;
}

.roll-slider .script-slide {
	display: none;
}

.roll-slider .background-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.roll-slider div.img,
.roll-slider div.text,
.roll-slider div.link {
    position: absolute;
    display: inline-block;
}

.roll-slider .flexslider .flex-direction-nav .flex-prev,
.roll-slider .flexslider .flex-direction-nav .flex-next {
    top: 50%;
}

.roll-slider .flexslider .slides > li {
    height: 100%;
    overflow: hidden;
}

.roll-slider .flexslider .slides {
    overflow: hidden;
}

.roll-slider .flexslider .slides + .container {
    height: 0;
}

.roll-slider .load-video {
    position: absolute;
    background: url('images/loader.gif');
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.roll-slider .bg_video .buttonBar {
    opacity: 0;
}

.roll-slider .description {
    position: absolute;
    z-index: 99;
    height: 100px;
    text-align: center;
    bottom: -50px;
    left: 0;
    width: 100%;
}

.roll-slider .description .title {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    margin: 0;
    color: #fff;
    font-family: "Oswald";
    line-height: 30px;
    margin: 19px 0 7px 0;
}

.roll-slider  .description .subtitle {
    color: #12d11f;
}

.roll-slider .description .des-prev,
.roll-slider .description .des-next {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    border:1px solid;
    border-color: #12d11f;
    color: #12d11f;
    background-color: transparent;
    margin-top: -25px;
}

.roll-slider .description button:before {
    font-size: 20px;
}

.roll-slider .description .des-prev {
    left: 25px;
}

.roll-slider .description .des-next {
    right: 25px;
}

.roll-slider .description + img {
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: 0;
}

.roll-slider .text.import1 p {
    font-size: 36px;
    font-family: "Oswald";
    font-weight: 300;
    line-height: 42px;
    padding: 9px 27px;
    color: #ffffff;
    margin: 0;
}

.roll-slider .text.import2 p {
    font-size: 36px;
    font-family: "Oswald";
    font-weight: 300;
    line-height: 42px;
    padding: 9px 27px;
    color: #ffffff;
    margin: 0;
}

.roll-slider .text p {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    color: #ffffff;
    margin: 0;
}

.roll-slider .link a {
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 400;
    padding: 12px 23px;
    display: inline-block;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	.roll-purchase-box .purchase-left {
		width: 80%;
	}

	.roll-purchase-box .purchase-right {
		width: 20%;
	}

	.roll-members .member .social li a {
		font-size: 14px;
		padding: 5px 11px;
	}

	.single-portfolio .posts .some-posts li {
		width: 290px;
	}

	.widget_mc4wp_widget #mc4wp_email {
		width: 53%;
		margin-right: 1%;
	}

	.widget_flicker .flickr_badge_image {
		width: 67px;
		margin: 0 5px 5px 0;
	}

	.mc4wp-form input[type=submit] {
		margin-top: 1px;
	}

	.testimonial-detail {
		padding: 0;
	}

    .box-skill-wrap.items-4 .roll-box-skill,
    .roll-newsflash-wrap.col4 .items,
    .roll-icon-box-wrap.items-4 .roll-icon-box,
    .works-container .item {
    	width: 25%;
    }

    .footer-area .widget_brand .brand-over {
    	margin-top: 0 !important;
    }

    .widget_flicker .flickr_badge_image {
    	width: 67px;
    }

    .author-post:after {
    	width: 60%;
    }

    .comments-area .comment-list .children {
    	padding-left: 90px;
    }

    .comments-area .comment-list .gravatar {
    	width: 90px;
    }

    .comments-area .comment-list .gravatar + .comment_content {
    	margin-left: 100px;
    }

    body.boxed .site,
    body.boxed .site-header, 
    body.boxed .page-wrap {
    	max-width: 1000px;
    }

    .roll-icon-box-wrap.items-4 .roll-icon-box {
    	width: 25%;
    }

    .works-container .item {
    	width: 33.33%;
    	margin-bottom: 15px;
    }

    .roll-icon-box-wrap.items-3 .roll-icon-box {
    	margin-bottom: 15px;
    	width: 33.33%;
    }

    .works-container .item-wrap:hover .content .project {
    	bottom: 38%;
    }

    .works-container .item-wrap:hover .content .link {
    	bottom: 24%;
    }

    .wpcf7-form span {
    	width: 31%;
    }
}

/* Smaller than standard 980 */
@media only screen and (max-width: 979px) {
	.btn-menu {
        display: block ;
    }

    .roll-newsflash-wrap.col4 .items {
    	width: 50%;
    }

    .roll-purchase-box,
    .roll-purchase-box .purchase-left,
    .roll-purchase-box .purchase-right {
    	display: block;
    }

    .roll-purchase-box .purchase-left,
    .roll-purchase-box .purchase-right {
    	width: 100%;
    }

    .ptp-col {
    	width: 50% !important;
    	float: left;
    	margin-bottom: 15px;
    }

    .roll-icon-box-wrap.items-4 .roll-icon-box,
    .works-container .item {
    	width: 50%;
    	margin-bottom: 15px;
    }

    .widget_flicker .flickr_badge_image {
    	width: 50px;
    }

    .roll-newsflash-wrap.col5 .items {
    	width: 33.33%;
    }

	.roll-icon-box.left .icon {
		float: none;
	}

	.roll-icon-box.left .title,
	.roll-icon-box.left .content {
		padding-left: 0;
		text-align: center;
	}

    .siteorigin-panels-stretch {
    	background-size: cover;
    }

    .widget_mc4wp_widget #mc4wp_email {
    	width: 100%;
    	margin: 0;
    	margin-bottom: 1px;
    }

    .wpcf7-form .input-wrap {
    	margin-right: -4px;
    }

	#mainnav-mobi {
		right: 0;
	}

	.header-inner-pages .top,
	.header-inner-pages header,
	.page-title,
	.page-wrap,
	.footer-social,
	.footer-area,
	.footer-menu,
	.site-footer {
		padding: auto 5px;
	}

	blockquote {
		padding: 40px 51px;
	}

	.single-portfolio .posts .some-posts li {
		width: 220px;
	}

    .comments-area .comment-list .children {
    	padding-left: 30px;
    }

    .comments-area .comment-list .gravatar {
    	width: 60px;
    }

    .comments-area .comment-list .gravatar + .comment_content {
    	margin-left: 70px;
    }

    .comments-area .comment-respond fieldset {
    	width: 31.3%;
    	margin-right: -4px;
    }

    .single-portfolio .portfolio-direc {
    	margin-bottom: 30px;
    }

    .pagination,
    .comments-area {
    	margin-bottom: 50px;
    }

    body.boxed .site,
    body.boxed .site-header, 
    body.boxed .page-wrap {
    	max-width: 780px;
    }

    body.boxed .ptp-pricing-table {
    	margin: 0 !important;
    }

    .wpcf7-form span {
    	width: 30.9%;
    }

    .employee .members-img {
    	margin-right: 0;
    }
}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.panel-grid-cell {
		padding: 0 10px !important;
	}

	.header-wrap .col-xs-12,
	.box-skill-wrap.items-4 .roll-box-skill, 
	.roll-newsflash-wrap.col4 .items, 
	.roll-icon-box-wrap.items-4 .roll-icon-box, 
	.works-container .item {
		width: 50%;
	}

	.content-wrapper .content-area,
	.content-wrapper .widget-area {
		width: 100%;
	}

	.wpcf7-form .input-wrap {
		margin-right: -4px;
	}

	.ptp-col {
		padding: 0 5px !important;
	}

	.ptp-pricing-table {
		padding-left: 20px;
	}

	.widget_flicker .flickr_badge_image {
		width: 75px;
	}

	.widget_mc4wp_widget #mc4wp_email {
		width: 80%;
		margin-right: 10px;
	}

	.roll-testimonial {
		padding: 0 0 0 15px;
	}

	.roll-newsflash-wrap,
	.box-skill-wrap,
	.roll-icon-box-wrap,
	.works-container {
		margin: 0;
	}

	.roll-icon-box .items-wrap {
		padding: 20px 5px;
	}

	.roll-icon-box-wrap.items-3 .roll-icon-box,
	.roll-icon-box-wrap.items-3 .roll-icon-box.left {
		width: 100%;
	}

	.footer-social .socials {
		height: auto;
		text-align: center;
		float: left;
	}

	.footer-social .socials span {
		float: none;
		padding: 0;
	}

	.footer-social ul {
		float: left;
		width: 100%;
	}

	.footer-social ul li {
		margin: 0;
		margin-right: 1px;
	}

    body.boxed .site,
    body.boxed .site-header, 
    body.boxed .page-wrap,
    body.boxed .panel-grid {
    	max-width: 100%;
    }

    body.boxed .ptp-pricing-table,
    body.boxed .panel-grid {
    	margin: 0 !important;
    }

    body.boxed .panel-row-style {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
    }

    body.boxed .ptp-pricing-table,
    body.boxed .roll-testimonial {
    	padding-left: 0;
    }

    .error404 .site-header .col-md-4 {
    	width: 100%;
    }
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	#mainnav-mobi {
		width: 200%!important;
	}

	.box-skill-wrap.items-4 .roll-box-skill, 
	.roll-newsflash-wrap.col4 .items, 
	.roll-icon-box-wrap.items-4 .roll-icon-box, 
	.roll-icon-box-wrap.items-3 .roll-icon-box, 
	.works-container .item,
	.roll-newsflash-wrap.col5 .items,
	.roll-newsflash-wrap.col4 .items,
	.roll-newsflash-wrap.col3 .items,
	.roll-single-members .infomation,
	.single-portfolio .posts .some-posts li,
	.widget_mc4wp_widget #mc4wp_email,
	.roll-icon-box-wrap.items-2 .roll-icon-box,
	.roll-icon-box-wrap.items-3 .roll-icon-box.left,
	#contact-form .input-wrap {
		width: 100%;
		margin-bottom: 15px;
	}

	.ptp-col {
		margin-left: 15px;
		width: 100% !important;
	}

	.ptp-pricing-table {
		padding-left: 0;
	}

	.roll-purchase-box .purchase-left {
		margin-top: 0;
	}

	.roll-single-members .avarta {
		width: 100%;
		min-height: 0;
	}

	.comments-area .comment-list .comment-reply-link {
		position: relative;
		padding: 0 5px;
	}

	.comments-area .comment-list .comment-reply-link:before {
		content: "(";
		position: absolute;
		top: -2px;
		left: 0;
	}

	.comments-area .comment-list .comment-reply-link:after {
		content: ")";
		position: absolute;
		top: -2px;
		right: 0;
	}

	.comments-area .comment-list .gravatar {
		width: 50px;
	}

	.comments-area .comment-list .gravatar + .comment_content {
		margin-left: 60px;
	}

	.comments-area .comment-list .children {
		padding-left: 10px;
	}

	.comments-area .comment-list .children .children {
		padding-left: 10px;
	}

	.widget_widget_progress_single {
		margin-bottom: 30px !important;
	}

	.comment-respond,
	.roll-tabs {
		margin-bottom: 30px;
	}

	blockquote {
		padding: 15px 26px;
		font-size: 15px;
	}

	.post-navigation .nav-links .nav-next,
	.post-navigation .nav-links .nav-previous {
		position: relative;
	}

	.roll-logo-client.small {
		padding: 36px 50px;
	}

	.roll-logo-client.small .owl-controls .owl-prev {
		left: -15px;
	}

	.roll-logo-client.small .owl-controls .owl-next {
		right: -20px;
	}

	.comments-area .comment-respond fieldset {
		margin-left: 0;
	}

	.roll-accordion .toggle-content {
		margin-left: 0;
		padding: 11px 15px 15px;
	}

	.roll-single-members,
	.roll-newsflash-wrap,
	.comments-area .comment-respond fieldset {
		width: 100%;
	}

	.roll-single-members .infomation {
		padding: 0 10px;
	}

	.roll-single-members .avarta {
		padding: 10px;
	}

	.roll-newsflash-wrap .items {
		padding: 0;
	}

	.roll-tabs .content-tab {
		padding: 13px 20px 20px;
	}

	.roll-progress-single .name {
		left: 10px;
		font-size: 16px;
	}

	.roll-progress-single .perc {
		font-size: 16px;
	}

	.roll-title-box .title {
		margin-bottom: 10px;
	}

	.roll-title-box .sub-title {
		font-size: 27px;
		line-height: 35px;
	}

	.single-portfolio .portfolio-direc a {
		font-size: 20px;
		line-height: 55px;
	}

	select, 
	textarea, 
	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"], .uneditable-input {
		width: 100%;
	}

	body.boxed .ptp-col {
		margin-left: 0;
	}

	.footer-social ul li {
		margin-top: 1px;
	}

	.error404 .titlebox .sub-title {
	    font-size: 25px;
    	line-height: 35px;
	}

	.error404 .box-error h1 {
		font-size: 150px;
		/*list-style: 200px;*/
	}

	.error404 .box-error h2 {
		font-size: 80px;
		line-height: 100px;
		margin-top: 0;
	}

	.error404 .divider {
		width: 100%;
	}

	.error404 .logo {
		margin: 0 !important;
	}

	.employee .members-img {
		width: 100%;
		float: none;
	}

	.employee .members-info {
		padding: 5px 10px;
	}

	.employee .members-info .full-name {
		margin-top: 10px;
		text-align: center;
	}

	.employee .members-info .members-regency {
		width: 100%;
		text-align: center;
	}

	.employee .members-info .members-regency a {
		display: inline-block;
		color: #12d11f;
	}

	.employee ul {
		overflow-y: scroll;
	}

    .wpcf7-form span {
    	width: 100%;
    	margin-left: 0;
    }

    .roll-testimonial {
    	padding-right: 0;
    }
}

#articles-sub-menu {
	text-align: center;
	position: relative;
}

#articles-filter {
	position: absolute;
	right: 0;
}

#articles-sub-menu a, #articles-filter a {
	font-family: "Oswald";
	font-weight: 300;
	font-size: 20px;
	display: inline-block;
	background: transparent;
	letter-spacing: 0.3px;
	padding: 15px;
}

#articles-sub-menu #articles-filter a:hover, #articles-sub-menu #articles-filter a:active, #articles-sub-menu #articles-filter a:focus {
	background: transparent;
	color: #c80000;
}

#articles-filter .top {
	background: transparent;
}
#articles-sub-menu a:hover, #articles-sub-menu a:active, #articles-sub-menu a:focus {
	color: #fff;
	background: #c80000;
}

#articles-description table thead {
	background: #c80000;
	color: #fff;
}

#articles-description table thead th {
	cursor: pointer;
}

#articles-description table .headerSortUp, #articles-description table .headerSortDown {
	background: #011d27;
}

#wpcf7-f11-p13-o1 span.your-name, #wpcf7-f11-p13-o1 span.your-email, #wpcf7-f11-p13-o1 span.your-subject {
	width: 100%;
}

#panel-32-0-0-0::after {
	display: none;
}

#panel-32-0-0-0 form {
	text-align: center;
}
/* 

#pikendusjuhtmed {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2015/12/330311.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#juhtmed {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/Pistik.-must-juhe-25A1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#jatkujuhtmed {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/J%C3%A4tkuj.M-ta-oranz1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#pikendustrumlid {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/310031.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#harupesad {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/3x16A1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#taimerid {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/2460051.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#termomeetrid {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/2460101.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#halogeenproz {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/0103-11.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#ledproz {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2010/09/3453701-300x283.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#hoogkand {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/000031.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#lumikand {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/09111.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#ledkand {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/led-must11.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#valgniisk {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/007011.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#valglumi {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/3901_pilt_web1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#valgled {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2010/08/Orbit-LED-300x225.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#valgplafoon {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/Poolkuu-m%C3%A4nd1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#valglaud {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/Lamp-Punane11.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#allikhalo {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/MR21.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#allikled {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/48LED-GU101.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#alliklumi {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/TL51.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#allikhalotorud {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2010/08/250w_toru_small.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}
#kytte {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/11-ribi-2011171.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#pistikud {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/Pistik-M-ga-must1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#lambipesad {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/E14-r%C3%B5ngas-must1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#kaitsmed {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2016/01/Autom.kaitse1.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
}

#uksekellad {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: url(https://acuma.ee/wp-content/uploads/2019/10/avaleht-uksekellad.jpg) center;
	background-size: cover;
	content: "";
	border: 2px solid #c80000;
	text-indent: -9999px;
} */

.page-title {
	background-size: cover !important;
	background-position: center center !important;
}

.subcat-table {
	background: #fff;
	margin: 0px;
}

.subcat-table td {
	border: 0px;
}

.subcat-table img {
	margin: 0px !important;
}

.subcat-table .sup {
	width: 360px;
	text-align: center;
}

.page-id-792 .subcat-table .sup, .page-id-790 .subcat-table .sup, .page-id-788 .subcat-table .sup {
	text-align: center;
;
}
.page-id-792 .subcat-table td, .page-id-790 .subcat-table td, .page-id-788 .subcat-table td {
	text-align: left;
}

.page-id-32 .tooltip {
	background: transparent;
}

.page-id-32 .roll-icon-box .read-more {
	margin-right: 5px;
}

#eripakkumine .close {
	margin-right: 10px;
	/* padding-top: 25px; */
	font-size: 37px;
	position: relative;
	z-index: 100;
}

#eripakkumine .close:hover {
	background: none;
}
#eripakkumine .modal-footer .btn {
	background-color: #c80000;
}

/* 01.11.2019 */
/* left side category menu  */

.footer {
    z-index: 2;
    position: relative;
}


.left-side-category{
    margin-top: 6px;
    margin-bottom: 60px;
    position: sticky;
    top: 100px;
}

.left-side-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color:#7A7A7A;
    font-size: 16px;
}

.page-template-kategooriad .page-title {
    display: none;
    visibility: hidden;
}

.title-area {
    padding: 40px;
    margin-left: -8px;
}

.title-area h3 {
    font-size: 45px;
}

.title-area a {
    font-size: 24px;
    display: block;
    margin-top: 26px;
}

div.products-slider-box {
    display: block;
    width: 100%;
    height: 800px;
}

.home.page .page-wrap {
    background-image: url(https://acuma.ee/wp-content/uploads/2019/11/landingpage-backround6.jpg)!important;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
.hide-desktop {
    display: none;
  }  
  .products-slider-box {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 800px;
}
} 

@media only screen and (max-width: 992px) {
    .left-side-category {
      display: none;
    } 
.menu-item-1117, .menu-item-1120 {
    display: none;
}
    
  }





.mcu-custom-area {
  padding: 10px;
}

.mcu-image {
    height: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    overflow: hidden;
}

.mcu-image img{
    max-height: 207px;
    max-width: 66%;
}

.mcu-custom-area .mcu-custom-area-item {
  padding: 10px;
}

.mcu-custom-area .mcu-item {
  padding: 10px;
  text-align: center;
  height: 279px;
}

.mcu-custom-area .mcu-item .artikkel {
  margin: 10px 0px;
  font-size: 16px;
}

.mcu-custom-area .mcu-item .vaata-link {
  background-color: #c80700;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  padding: 3px 11px;
}

.mcu-custom-area .mcu-item img {
  height: auto;
}

#mcu-test-carousel {
}

#mcu-test-carousel .mcu-article-item {
}

#mcu-custom-area .owl-nav {
  display: none;
}

#mcu-custom-area .owl-nav > div {
}

#mcu-custom-area .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mcu-custom-area .owl-dots .owl-dot {
  border: 1px solid #999;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #bababa;
}

#mcu-custom-area .owl-dots .owl-dot:not(:last-child) {
  margin-right: 5px;
}

#mcu-custom-area .owl-dots .owl-dot.active {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}


 .fixed-position {
	 overflow: hidden;
 }