/*
Theme Name: itrust-bootstrap
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itrust-bootstrap
Tags:

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.

 itrust-bootstrap is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/* 5.2 Menus
--------------------------------------------------------------*/

a:focus, a:hover {
	color: #337ab7	
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

/*--------------------------------------------------------------
6.0 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: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

/*--------------------------------------------------------------
12.1 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;
}

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

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

.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;
}

/*Custom*/

body {
	font-family: 'Ubuntu', sans-serif;	
}

@font-face {
	font-family: 'icomoon_kouskouras_new';
	src:url('fonts/icomoon_kouskouras_new.eot?-50jr8y');
	src:url('fonts/icomoon_kouskouras_new.eot?#iefix-50jr8y') format('embedded-opentype'),
		url('fonts/icomoon_kouskouras_new.ttf?-50jr8y') format('truetype'),
		url('fonts/icomoon_kouskouras_new.woff?-50jr8y') format('woff'),
		url('fonts/icomoon_kouskouras_new.svg?-50jr8y#icomoon_kouskouras_new') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon_kouskouras_new';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*Header*/
header .logo_wrapper {
	background: url('images/logo_bg.png');
	background-size: cover;
	min-height: 500px;
	position: relative;
}

header .logo_wrapper img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

header .menu_wrapper {
	padding: 20px 0;	
}

header .center-side {
	float: left;
	width: 100%
}

header .center-side>div {
	margin:0 50px 0 160px
}

header .left-side {
	float: left;
	width: 160px;
	margin-left: -100%;
}

#searchsubmit {
	background-image: url('images/search-icon.png');
	width: 17px;
	height: 27px;
	padding: 0
}

header#masthead  .navbar-header.shrink {
	height: 61px !important;
	overflow: hidden !important;
	width: 50%
}

header .right-side {
	float: left;
	width: 50px;
	margin-left: -50px;
	margin-top: 10px
}

header .right-side.shrink {
	width: 320px;
	margin-left: -320px	
}

header .menu_wrapper nav {
	float: left;
	margin-bottom: 0
}

header .navbar-header {
	width: auto;
	clear: none;
}

header .navbar-header a {
	color: #202020;
	font-size: 20px
}

header .navbar-default {
	border: none;
	background: none;	
}

header .navbar-toggle {
	background-color: #000;
    border: none;
    border-radius: 0;
    margin-right: 0;
	padding: 9px 4px;
}

header .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;	
}

header .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
}

header .navbar-default .navbar-nav > li > a {
	color: #202020;	
	padding: 10px 5px
}

header .navbar-default .navbar-nav > li {
	padding: 5px 10px 0
}

.search-bar button {
	background: none;
	border: none;
	outline: none !important;
	box-shadow: none !important;
	padding-right: 0
}

.search-bar input {
	background: none;
	border: none;
	border-bottom: 1px solid #45525e !important;
	box-shadow: none !important;
	outline: none !important;
	padding-left: 0
}

.search-bar ::-webkit-input-placeholder { /* WebKit browsers */
	color: #45525e
}

.search-bar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #45525e;
	opacity:  1
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #45525e;
	opacity:  1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #45525e
}

.search-bar button span {
	color: #686868;
	font-size: 15px
}

#s {
	width: 0;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}

#s.in {
	width: 100%
}

.searchbox {
	position: relative;
	min-width: 17px;
	min-height: 25px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbox-open {
	width: 100%;
	overflow: visible;
}

.searchbox-input {
	position: absolute;
	top: 0px;
	right: 0;
	border: 0;
	outline: 0;
	background: #e1e1e1;
	margin: 0;
	padding: 5px;
}

.searchbox-input::-webkit-input-placeholder {
	color: #000;
}

.searchbox-input:-moz-placeholder {
	color: #000;
}

.searchbox-input::-moz-placeholder {
	color: #000;
}

.searchbox-input:-ms-input-placeholder {
	color: #000;
}

.searchbox-icon,
.searchbox-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	text-align: center;
	cursor: pointer;
	background-image: url('images/search-icon.png');
	background-color: #fff;
	width: 17px;
	height: 30px;
	display: block;
}

header .main-navigation li {
	line-height: 63px;	
}

header .main-navigation .current_page_item > a, 
header .main-navigation .current-menu-item > a, 
header .main-navigation .current_page_ancestor > a {
	text-decoration: underline;
}

header .main-navigation ul ul {
	box-shadow: none;
	width: 600px;
	margin-top: 11px;
}

.main-navigation ul ul a {
	width: 100%;
	font-size: 18px;
}

header .main-navigation ul ul li {
	display: inline;
}

header .navbar-nav > li > a {
	line-height: 30px;	
}

/*Homepage*/
.page-template-homepage-template .info {
	color: #fff;
	background: #ff0000;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 50px;
}

.page-template-homepage-template .info h1 {
	/*font-size: 60px;
	margin-bottom: 15px;*/
	font-size: 50px;
	font-style: italic;
	margin-bottom: 25px;
}

.page-template-homepage-template .info .info_wrapper {
	position: relative;
	float: left;
}

.page-template-homepage-template .info .content {
	font-size: 18px;
	margin-bottom: 110px;
}

.page-template-homepage-template .info .hr_wrapper {
	width: 100%;
	float: left;
}

.page-template-homepage-template .info .vertical_line {
	position: absolute;
	margin: auto;
	width: 2px;
	height: 80%;
	background: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.page-template-homepage-template .info hr {
	width: 50%;
	margin: 0 auto;
	height: 2px;
	color: #fff;
	margin: 30px auto;
}

.page-template-homepage-template .info .info_box {
	width: 37.5%;
	float: left;
	color: #fff;
	margin-right: 12.5%;
}

.page-template-homepage-template .info .info_box_second,
.page-template-homepage-template .info .info_box_fourth {
	margin-left: 12.5%;
	margin-right: 0;
}

.info_box .icon {
	margin: 0 auto;
	width: 83px;
	height: 83px;
	margin-bottom: 25px;
	
	border: 3px solid #fff;
    border-radius: 50px;
    font-size: 48px;
    padding-top: 16px;
}

.icon-gnwsi:before {
	content: "\e604";
}

.icon-diafania:before {
	content: "\e605";
}

.icon-ant_times:before {
	content: "\e606";
}

.icon-sinepia:before {
	content: "\e608";
}

.icon-ipeuthinotita:before {
	content: "\e609";
}

.icon-asfalia:before {
	content: "\e60b";
}

.icon-taxitita:before {
	content: "\e60c";
}

.icon-apotelesmat:before {
	content: "\e60d";
}

.icon-ektel_auto:before {
	content: "\e603";
}

.icon-isagoges:before {
	content: "\e600";
}

.icon-exagoges:before {
	content: "\e601";
}

.icon-diametakom:before {
	content: "\e602";
}

.info_box .title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.info .info_box .text {
	font-size: 16px;
}

.page-template-homepage-template .news {
	padding-top: 50px;
	padding-bottom: 40px;
}

.page-template-homepage-template .news .title_wrapper {
	border-bottom: 2px solid #ff0000;
	text-align: center;
	margin-bottom: 45px;
}

.page-template-homepage-template .news .title {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #000;
	margin-bottom: 25px;
}

.page-template-homepage-template .news .news_box .title {
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	width: 80%;
}

.page-template-homepage-template .news .news_box .desc {
	width: 80%;
	font-size: 16px;
}

.page-template-homepage-template .news .news_box .meta {
	font-size: 14px;
	color: #aaaaaa;
	font-style: italic;
}

.page-template-homepage-template .news .news_box .meta span {
	color: #ff0000;
	text-transform: uppercase;
}

.page-template-homepage-template .news .news_box a {
	margin-bottom: 20px;
	display: block;
}

.page-template-homepage-template .news .news_box img {
	width: 100%;
	height: auto;
}

.page-template-homepage-template .parallax {
	background-attachment: fixed;
    background-image: url("images/parallax.jpg");
    background-position: center center;
    background-size: cover;
    height: 390px;
    position: relative;
}

.social .icon-facebook:before {
	content: "\e60e";
	font-size: 40px;
	color: #000;
	display: inline-block;
	padding: 10px 13px;
}

.social .icon-twitter:before {
	content: "\e60f";
	font-size: 40px;
	color: #000;
	display: inline-block;
	padding: 13px 15px 7px 15px;
}

.social .icon-facebook:hover:before {
	color: #fff;
	background: #ff0000;
}

.social .icon-twitter:hover:before {
	color: #fff;
	background: #ff0000;
}

.page-template-homepage-template .faq {
    padding-bottom: 40px;
    padding-top: 50px;
}

.page-template-homepage-template .faq .panel {
	border: none;
	box-shadow: none;
}

.page-template-homepage-template .faq .panel-default > .panel-heading {
	background-color: transparent;
}

.page-template-homepage-template .faq .panel-title {
	font-weight: bold;
	font-size: 17px;
	font-style: italic;	
}

.page-template-homepage-template .faq .panel-title a:hover,
.page-template-homepage-template .faq .panel-title a:focus {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-template-homepage-template .faq .panel-title a {
    color: #f00	
}

.page-template-homepage-template .faq .panel-title a.collapsed {
	color: #333
}

.page-template-homepage-template .faq .divider {
	width: 100%;
	padding: 0 15px;
}

.page-template-homepage-template .faq .divider span {
	width: 20%;
	display: block;
	height: 1px;
	background: #ddd;
}

.page-template-homepage-template .faq .panel-group .panel-heading + .panel-collapse > .list-group, 
.page-template-homepage-template .faq .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;	
}

.page-template-homepage-template .faq .panel-body {
	font-style: italic;	
}

/*Contact form*/

.map {
	position: relative;
}

.map #map-canvas {
	height: 800px;	
}

.contact {
	padding-top: 50px;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.8);
	z-index: 99;
	width: 100%;
}

.contact .title_wrapper {
	border-bottom: 2px solid #ff0000;
	text-align: center;
	margin-bottom: 45px;
}

.contact .title {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #000;
	margin-bottom: 25px;
}

.contact .wpcf7-form .row {
	margin-left: 0;
	margin-right: 0;	
}

.contact .wpcf7-form input {
	width: 100%;
	border: 1px solid #ebebeb;
	margin-bottom: 40px;
	padding: 5px;
}

.contact .wpcf7-form textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 5px;
	resize: none;
}

.contact .wpcf7-form input[type="submit"] {
	color: #fff;
	background: #ff0000;
	border-radius: 12px;
	width: auto;
	float: right;
	border: 1px solid #ff0000;
	padding: 3px 20px;
	font-size: 18px;
}

.contact .wpcf7-form input[type="submit"]:hover {
	color: #ff0000;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.contact .wpcf7-form input::-webkit-input-placeholder,
.contact .wpcf7-form textarea::-webkit-input-placeholder {
   color: #aaaaaa;
}

.contact .wpcf7-form input:-moz-placeholder,
.contact .wpcf7-form textarea:-moz-placeholder {
   color: #aaaaaa  
}

.contact .wpcf7-form input::-moz-placeholder,
.contact .wpcf7-form textarea::-moz-placeholder {
   color: #aaaaaa;  
}

.contact .wpcf7-form input:-ms-input-placeholder,
.contact .wpcf7-form textarea:-ms-input-placeholder {  
   color: #aaaaaa;  
}

.contact .info_contact {
	font-size: 17px;
	color: #333;
}

.contact .info_contact span {
	color: #ff0000;
}

/*Archive page*/
.page-template-archive-template .new_box,
.archive .new_box {
	margin-bottom: 50px;
}

.page-template-archive-template .new_box img,
.archive .new_box img {
	width: 100%;
	height: auto;
}

.page-template-archive-template .new_box .title,
.archive .new_box .title {
	color: #ff0000;
	font-size: 19px;
	margin: 20px 0;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.page-template-archive-template .new_box .title:hover,
.archive .new_box .title:hover {
	color: #676767;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-template-archive-template .new_box .desc,
.archive .new_box .desc {
	color: #676767;
	font-size: 16px;
}

.page-template-archive-template .new_box .desc p,
.archive .new_box .desc p {
	margin: 0;
}

.page-template-archive-template .new_box .meta,
.archive .new_box .meta {
	color: #aaaaaa;
	font-size: 14px;
}

.page-template-archive-template .new_box .meta span,
.archive .new_box .meta span {
	color: #ff0000;
}

.page-template-archive-template .new_box .continue,
.archive .new_box .continue {
	color: #676767;
	font-size: 16px;
	width: 100%;
	text-align: right;
	margin: 10px 0 20px 0;
	display: block;
	font-weight: bold;
}

.page-template-archive-template .new_box .continue:hover,
.archive .new_box .continue: hover {
	color: #ff0000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}

.page-template-archive-template .pagination,
.archive .pagination {
	text-align: center;
    width: 100%;
}

.page-template-archive-template .pagination span,
.archive .pagination span {
	padding: 15px 20px;
	border: 1px solid #000;
	color: #fff;
	background: #ff0000;
}

.page-template-archive-template .pagination a,
.page-template-archive-template .pagination .dots,
.archive .pagination a,
.archive .pagination .dots {
	padding: 15px 20px;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

.page-template-archive-template .pagination a:hover,
.archive .pagination a:hover {
	color: #fff;
	background: #ff0000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sidebar_inner.sticky-menu {
	position: fixed;
	top: 20px;
	z-index: 90;
}

.sidebar_inner.nosticky-menu {
	position: static;
}

.sidebar_inner {
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	z-index: 100;
}

.sidebar .widget-title {
	color: #aaa;
	font-size: 16px;
	margin-bottom: 22px;
	margin-top: 0;
	text-transform: uppercase;
}

.single-itrust_service .sidebar .widget-title, .post-type-archive-itrust_service .sidebar .widget-title {
	color: #666	
}

.sidebar .textwidget {
	color: #000;
	font-size: 14px;
}

.sidebar .widget_categories ul {
	padding-left: 0;
}

.sidebar .widget_categories li a:before {
	content: ">";
	font-size: 12px;
	color: #666;
	padding-right: 20px;
	position: absolute;
	left: 0;
	top: 17px;
}

.sidebar .widget_categories li {
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	position: relative;
	padding-left: 15px;
}

.sidebar .widget_categories li:last-child {
	border-bottom: none;
}

.sidebar .widget_categories li a {
	color: #aaa;
	font-size: 15px;
}

.post-type-archive-itrust_service .sidebar .widget_categories li a, .single-itrust_service .sidebar .widget_categories li a {
	color: #666
}

.post-type-archive-itrust_service .sidebar, .single-itrust_service .sidebar {
	padding-top: 35px
}

.sidebar .widget_categories li a:hover,
.sidebar .widget_categories li a:hover:before {
	color: #ff0000;
	text-decoration: none;
}

.sidebar .widget_tag_cloud a {
	color: #aaaaaa;
	font-size: 12px!important;
	padding: 8px 14px;
	border: 1px solid #ebebeb;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.sidebar .widget_tag_cloud a:hover {
	color: #fff;
	background: #ff0000;
	text-decoration: none;
	border: 1px solid #ff0000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sidebar .desc_sidebar {
	color: #676767;
	font-size: 15px
}

.sidebar .call_us {
	color: white;
	background-color: #f00;
	border-radius: 5px;
	padding: 15px 10px 20px 10px;
	font-size: 15px;
	background-image: url('images/phone-icon.png');
	background-position: top right;
	background-repeat: no-repeat;
	border-top-right-radius: 20px;
}

.sidebar .call_us span {
	font-size: 23px;
	font-weight: bold;
	color: white
}

/*Sidebar in company*/

.sidebar_wrap {
	
}

.moving {
	position: absolute;
	opacity: 0.5
}

.sidebar .reasons-sidebar h4, .reasons-sidebar .widget_categories li a, .sidebar .reasons-sidebar .textwidget, .sidebar .reasons-sidebar .widget_categories li a:before {
	color: #f4f4f4
}

.sidebar .reasons-sidebar .widget_categories li a:hover, .sidebar .reasons-sidebar .widget_categories li a:hover:before {
	color: #333	
}

.sidebar .history-sidebar h4, .history-sidebar .widget_categories li a, .sidebar .history-sidebar .textwidget, .sidebar .history-sidebar .widget_categories li a:before {
	color: #333
}

.sidebar_wrap .textwidget {
	color: #aaaaaa	
}

.page-template-company-template .office_sidebar .widget-title {
	color: #e1e1e1;
}

.page-template-company-template .office_sidebar .textwidget {
	color: #fff;
}

.page-template-company-template .reasons_sidebar .widget-title,
.page-template-company-template .reasons_sidebar .textwidget,
.page-template-company-template .reasons_sidebar .widget_categories li a:before,
.page-template-company-template .reasons_sidebar .widget_categories li a {
	color: #fff;
}

.page-template-company-template .reasons_sidebar .widget_categories li a:hover, 
.page-template-company-template .reasons_sidebar .widget_categories li a:hover:before {
	color: #000;
}

/*Single*/
.single-post .attachment-post-thumbnail {
	width: 100%;
	height: auto;	
}

.single-post .title {
	color: #202020;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}

.single-post .tags {
	color: #ff0000;
	font-size: 24px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 12px 0;
	font-size: 14px;
	padding-left: 60px;
}

.single-post .tags span {
	color: #202020;
}

.single-post .desc {
	color: #676767;
	font-size: 16px;
	padding: 30px 0;
}

.single-post .meta {
	font-size: 14px;
	color: #aaa;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}

.single-post .author {
	text-align: center;
	margin-bottom: 20px;
}

.single-post .author div {
	width: 100%;
}

.single-post .author div:first-child {
	margin-bottom: 10px;
}

.single-post .meta span {
	font-size: 14px;
	color: #ff0000;	
}

#comments .comment-form-author {
	width: 45%;
	float: left;
	margin-right: 10%;
}

#comments h3:before {
	content: "";
	background: url('images/pen.png');
	width: 25px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}

#comments h3 {
	color: #202020;
	font-size: 24px;
	font-weight: bold;	
	position: relative;
	padding-left: 45px;
	margin: 60px 0 40px 0;
}

#respond {
	float: left	
}

#comments .comment-form-author label,
#comments .comment-form-author input {
	width: 100%;
	float: left;
}

#comments .comment-form-email {
	width: 45%;
	float: left;
}

#comments .comment-form-email label,
#comments .comment-form-email input {
	width: 100%;
	float: left;
}

#comments .comment-form-comment {
	width: 100%;
	float: left;	
	margin-bottom: 37px;
}

#comments .comment-form-comment label,
#comments .comment-form-comment textarea {
	width: 100%;
	float: left;	
}

#comments label {
	font-size: 14px;
	color: #676767;
	margin-bottom: 25px
}

#comments input {
	border: 2px solid #ebebeb;
	padding: 10px;
	margin-bottom: 23px
}

#comments textarea {
	border: 2px solid #ebebeb;
	resize: none;
	padding: 10px;
}

#comments input:focus,
#comments textarea:focus {
	border: 2px solid #ff0000;
	color: #ff0000;
}

#comments #submit {
	background: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 6px;
	color: #fff;	
	padding: 5px 10px;
}

#comments #submit:hover {
	color: #ff0000;
	background: #fff;
	border: 1px solid #ff0000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#comments .comments-count:before {
	content: "";
	background: url('images/comment-icon.png');
	width: 24px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}

#comments .comments-count {
	color: #202020;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 45px;
	margin: 35px 0 20px 0;
}

#comments .comment-divider {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #ebebeb;
	position: relative;
	margin-top: 30px;
}

#comments .comment-divider div {
	padding: 10px;
	color: #202020;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ebebeb;
	position: absolute;
	z-index: 99;
	top:-22px;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	width: 30%;
}

.comment-list {
	padding-left: 0;
	float: left;
	width: 100%;
	margin-bottom: 60px;
	list-style: none;
}

.comment-list ol {
	list-style: none;
}

.comment-list .comment-author {
	float: left;
	width: 10%;
}

.comment-list .comment-content {
	float: left;
	border: 1px solid #ebebeb;
	width: 90%;
	padding: 20px;
	margin-bottom: 10px;
}

.comment-list .comment-content div {
	float: left;
}

.comment-list .comment-content .author-comment {
	font-style: italic;
	color: #aaa;
}

.comment-list .comment-content .fn {
	color: #ff0000;	
	margin-right: 20px;
}

.comment-list .comment-content .reply a {
	color: #aaa;
}
.comment-list .comment-content .reply a:hover {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.comment-list .comment-content .comment-metadata {
	color: #aaa;
	margin-right: 20px;
}

/*Company*/

.page-template-company-template section {
	font-size: 17px
}

.page-template-company-template section h2 {
	/*font-size: 48px;*/
	font-size: 35px;
	font-weight: bold;
}

.page-template-company-template .office {
	background: #000;
	color: #fff;
	padding: 55px 0 40px 0;
}

.page-template-company-template .history {
	background: #fff;
	color: #000;
	padding: 55px 0 40px 0;
}

.page-template-company-template .history .title_wrapper {
	border-bottom: 2px solid #ff0000;
    margin-bottom: 45px;
    text-align: center;
}

.page-template-company-template .history .title_wrapper div {
	color: #000;
    font-size: 18px;
    font-style: italic;
	font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.page-template-company-template .reasons {
	background: #ff0000;
	color: #fff;
	padding: 55px 0 40px 0;
}

.page-template-company-template .reasons h2 {
	text-align: center;
}

.page-template-company-template .reasons p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}

.page-template-company-template .info_box {
	text-align: center;
	font-size: 14px;
	margin-bottom: 45px;
	min-height: 350px;
}

.page-template-company-template .bar {
	margin-top: 20px;
	display: none;
}

.page-template-company-template .bar span {
	display: inline-block;
}

.page-template-company-template .bar div {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.page-template-company-template .bar .circle {
	background: #000;
	border-radius: 10px;
	width: 17px;
	height: 17px;
}

.page-template-company-template .bar .line1 {
	width: 40%;
	background: #000;
	height: 3px;
	margin: 0 12px 7px 0;
}

.page-template-company-template .bar .line2 {
	width: 3%;
	background: #000;
	height: 3px;
	margin: 0 12px 7px 0;
}

/*Services*/

.page-template-services-template .main_content h2 {
	color: #000;
	/*font-size: 48px;*/
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}

.page-template-services-template .main_content p {
	color: #000;
	font-size: 16px;
	margin-bottom: 50px;
}

.page-template-services-template .service_box {
	padding-left: 0;
	padding-right: 0;
}

.page-template-services-template .service_box .title {
	color: #ff0000;	
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.page-template-services-template .service_box .desc {
	color: #202020;	
	font-size: 18px;
	margin-bottom: 25px;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.page-template-services-template .service_box .more {
	color: #fff;
	background: #ff0000;
	border-radius: 5px;
	border: 1px solid #ff0000;
	font-size: 18px;
	padding: 7px 20px;
}

.page-template-services-template .service_box .more:hover {
	color: #ff0000;
	background: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-template-services-template .hr_wrapper {
	width: 100%;
	float: left;
}

.page-template-services-template hr {
	background: #ff0000;
	height: 2px;
	width: 50%;
	margin: 40px auto 45px auto;
}

/*Single service*/

.single-itrust_service .attachment-post-thumbnail {
	width: 100%;
	height: auto;
}

.single-itrust_service .title {
	color: #000;
	/*font-size: 48px;*/
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.single-itrust_service .desc {
	color: #202020;
	font-size: 16px;
	margin-top: 30px;
}

.single-itrust_service .contact {
	background: transparent;
    padding: 40px 0;
    position: relative;
}

.single-itrust_service .info_contact {
	visibility: hidden;
}

.single-itrust_service .sidebar .widget_categories li a.current_service,
.single-itrust_service .sidebar .widget_categories li a.current_service:before {
	color: #ff0000;	
}

/*Info*/

.page-template-info-template {
	color: #000;
}

.page-template-info-template .main_content h2 {
	/*font-size: 48px;*/
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}

.page-template-info-template .main_content .main_content_inner > div {
	padding-left: 0;
	float: left;
}

.page-template-info-template .main_content .title {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

.page-template-info-template .main_content .desc {
	font-size: 18px;
	color: #202020;
}

.page-template-info-template .main_content .note {
	font-size: 16px;
	margin-top: 20px;
	float: left;
}

.page-template-info-template .main_content a {
	color: #ff0000;
	font-size: 16px;
}

.page-template-info-template .main_content a:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-template-info-template .main_content ul {
	list-style: none;
	padding-left: 0;
}

.page-template-info-template .main_content li:before {
	content: "";
	background: #ff0000;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 6px;
}

.page-template-info-template .main_content li {
	font-size: 16px;
	position: relative;
	padding-left: 20px;
}

.page-template-info-template .main_content .hr_wrapper {
    float: left;
    width: 100%;
}

.page-template-info-template .main_content hr {
	background: #ff0000;
	float: left;
    height: 2px;
    margin: 30px 0 45px 0;
    width: 50%;
}

.page-template-info-template .wpcf7-form input {
	border: 2px solid #ebebeb;
    margin-bottom: 20px;
    padding: 5px;
    width: 95%;
	font-size: 14px
}

.page-template-info-template .wpcf7-form select {
	border: 2px solid #ebebeb;
    margin-bottom: 20px;
    padding: 5px;
    width: 95%;
}

.page-template-info-template .wpcf7-form .radio_wrapper {
	margin-bottom: 20px;
}

.page-template-info-template .wpcf7-form .radio_wrapper > span {
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 10px;
}

.page-template-info-template .wpcf7-form p {
   color: #676767;
   font-size: 14px;
}

.page-template-info-template .wpcf7-form textarea {
	border: 2px solid #ebebeb;
    padding: 5px;
    resize: none;
    width: 100%;
	margin-bottom: 50px;
}

.page-template-info-template .wpcf7-form input:focus,
.page-template-info-template .wpcf7-form textarea:focus {
	color: #ff0000;
	border: 2px solid #ff0000;	
}

.page-template-info-template .wpcf7-form input[type=radio] {
    width: auto;
}

.page-template-info-template .wpcf7-form .wpcf7-submit {
	background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 12px;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 3px 20px;
    width: auto;
}

.page-template-info-template .wpcf7-form .wpcf7-submit:hover {
	background: #fff;
    color: #ff0000;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.entry_title h1 {
	color: #202020;
	/*font-size: 48px;*/
	font-size: 35px;
	text-align: center;
	padding-bottom: 10px;
}

/*Footer*/
.site-footer {
	background: #000;
	padding-top: 25px;
	padding-bottom: 25px;
}

.site-footer .phone {
	color: #fff;
	font-size: 17px;
	text-align: right;
}

.site-footer .phone span {
	color: #ff0000;
}

.site-footer .map {
	color: #fff;
	font-size: 17px;
	position: relative;
	padding-left: 25px;
	display: inline-block;
}

.site-footer .map:hover {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.site-footer .map:before {
	content: "";
	display: inline-block;
	background: url('images/map_icon.png');
	width: 18px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
}

.site-footer .company,
.site-footer .company_wrapper {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-style: italic;
}

.site-footer .company:hover {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.site-footer .company_wrapper {
	text-align: right;
}

.share_wrapper {
	background: #fff;
	padding: 25px 0;
}

.share_wrapper a {
	color: 	#0b0b0b;
	font-size: 17px;
	font-weight: bold;
}

.share_wrapper a:hover {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.share_wrapper a:first-child {
	margin-right: 10px;
}

/*Search*/

.search-results .entry-title a {
	color: #000;
	font-size: 25px;
}

.search-results  .page-title {
	color: #000;	
}

.search-results .entry-meta a,
.search-results .entry-footer a {
	color: #ff0000;
}

.search-results .entry-footer span {
	display: block;
}

/*Contact form*/

div.wpcf7-validation-errors {
	border: none;
	color: #f00;
}

div.wpcf7-mail-sent-ok {
	border: none;
	color: #398f14;
}

/*Breadcrumb*/

.breadcrumbs {
	color: #202020;
	font-size: 16px;
	text-align: center;
	margin-bottom: 45px;
}

.breadcrumbs a {
	color: #202020;
	font-size: 16px;
}

.breadcrumbs a:hover {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-template-company-template section {
	min-height: 600px
}

.home .info a {
	color: black
}


@media (min-width: 992px) {
	
	.logo_wrapper {
		height: calc(100vh - 105px);
	}

	header .navbar-header a:after {
		content: " ";
		width: 0px;
		height: 1px;
		display: block;
		margin-top: 5px;
		background: #333333
	}
	
	header .navbar-header a:hover:after,
	header .navbar-header .current-menu-item a:after {
		width: 100%;
		transition: width 0.2s ease-in-out;
		-webkit-transition: width 0.2s ease-in-out;
		-moz-transition: width 0.2s ease-in-out;
		-ms-transition: width 0.2s ease-in-out;
		-o-transition: width 0.2s ease-in-out
	}
	
	header#masthead  .navbar-header {
		-webkit-transition: width 1s ease-in;
		-moz-transition: width 1s ease-in;
		-ms-transition: width 1s ease-in;
		-o-transition: width 1s ease-in;
		transition: width 1s ease-in
	}
		
}

@media (max-width: 1199px) {
	header .menu_wrapper img {
		margin-right: 20px;
	}
	
	header .navbar-header a {
		font-size: 17px;
	}
	
	header .left-side {
		width: 100px
	}
	
	header .center-side>div {
		margin: 0 50px 0 100px
	}
	
	.sidebar .call_us {
		font-size: 14px;
	}
	
	.sidebar .call_us span {
		font-size: 17px;
	}
	
}

@media (max-width: 991px) {
	
	.sidebar_inner.sticky-menu {
		position: static !important;
		width: auto !important	;
		margin-top: 20px !important;
	}
	
	#search-bar {
		display: none
	}
	
	.navbar>.container-fluid {
		padding: 0
	}
	
	header .navbar-toggle {
		margin-top: 16px
	}
	
	header .navbar-nav > li > a {
		line-height: normal
	}
	
	header .center-side>div {
		margin: 0 0 0 100px
	}
	
	.navbar-header .nav>li>a {
		position: relative;
		display: block;
		padding: 10px 15px
	}
	
	header .navbar-default .navbar-nav > li {
		float: none;
		width: 0;
		opacity: 0;
		transition: all 0.05s ease-in;
		-webkit-transition: all 0.4s ease-in;
		-moz-transition: all 0.15s ease-in;
		-ms-transition: all 0.15s ease-in;
		-o-transition: all 0.15s ease-in
	}
	
	.navbar-collapse.collapse.in .navbar-nav>li {
		width: 100%;
		opacity: 1
	}
	
	.navbar-toggle, .navbar-header.collapse.in {
		display: block !important
	}
	
	.navbar-header.collapse {
		display: none !important
	}
	
	.page-template-homepage-template .news .news_box {
		margin-bottom: 30px;
	}
	
	.site-footer .phone {
		text-align: left;
	}
	
	.site-footer .container .row > div {
		margin-bottom: 10px;
	}
	
	.sidebar .call_us {
		width: 50%;
	}
	
	.contact .info_contact {
		margin: 30px 0;
	}
	
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.page-template-company-template .sidebar {
		margin-top: 40px;
	}
	
	header .search_wrapper {
		top: 11px;
	}
	
	header .logo_wrapper img {
		width: 80%;
		height: auto;	
	}
	
	header .navbar-nav {
		margin: 0;
		padding: 25px 0;
		width: 100%
	}
	
	header #header-menu {
		background: #000;
		margin: 0;
		padding: 0;
		width: 100%
	}
	
	header .navbar-default .navbar-nav > li > a {
		color: #fff;
		overflow: hidden;
		white-space: nowrap
	}
	
	header .navbar-default .navbar-nav > li > a:focus, 
	header .navbar-default .navbar-nav > li > a:hover,
	header .navbar-header .current-menu-item a {
		background-color: #ff0000!important;
		text-decoration: none;
		color: white
	}
	
	header {
		position: relative;	
	}
	
	header .navbar-default {
		position: absolute;
		right: 0;
		top: 85px;
		width: 100%;
		z-index: 100;
	}
	
	header .navbar-default .navbar-collapse, 
	header .navbar-default .navbar-form {
		border-color: transparent
	}
}

@media (max-width: 767px) {
	
	.map #map-canvas {
		height: 1200px;
	}
	
	.page-template-info-template .main_content .main_content_inner > div {
		padding-left: 15px;
	}
	
	#comments .comment-form-author {
		width: 100%;
		margin-right: 0;
	}
	
	#comments .comment-form-email {
		width: 100%;
	}
	
	header .search_wrapper {
		display: none;	
	}
	
	.page-template-homepage-template .info h1 {
		font-size: 30px;
	}

}

@media (max-width: 479px) {
	.page-template-homepage-template .info .info_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.page-template-homepage-template .info .info_box_second,
	.page-template-homepage-template .info .info_box_fourth {
		margin-left: 0;	
	}
	
	.page-template-homepage-template .info .vertical_line,
	.page-template-homepage-template .info .hr_wrapper {
		display: none;	
	}
	
	.single-itrust_service .contact .info_contact {
		margin: 0;
	}
	
	.sidebar .call_us {
		width: 100%;	
	}
	
	.page-template-services-template .service_box .desc,
	.single-itrust_service .desc {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.single-itrust_service .title {
		font-size: 25px;	
	}
	
	.page-template-info-template .wpcf7-form .radio_wrapper {
		font-size: 15px;	
	}
	
	.single-post .tags {
		padding-left: 0	
	}
	
	.comment-list .comment-author {
		width: 100%;
		margin-bottom: 10px;	
	}
	.page-template-company-template .bar .line1 {
		width: 30%;
	}
	
	header .logo_wrapper {
		background-position: center;
		min-height: 300px;
		position: absolute;
		top: 105px;
		width: 100%;
	}
	
	.page-template-homepage-template .site-content {
		margin-top: 300px;
	}
	
	.page-template-homepage-template .parallax {
		height: 300px;
	}

}