/*  
Theme Name: Enix
Theme URI: http://www.indonez.com/
Description: Minimalist Business Wordpress Theme
Author: Indonez
Author URI: http://themeforest.net/user/indonez
Version: 1.3
Tags: fixed-layout, translation-ready, custom-menu, two-columns, featured-images
License: GNU General Public License and Themeforest general license
License URI:
*/

/* ------------------------------------------------------------------
   
   	[Table of contents]
   	1. element
	   	1.1. global
	   	1.2. typhography
	   	1.3. button
	   	1.4. form
	   	1.5. table
	   	1.6. isotope
	   	1.7. promo-box
	   	1.8. box icon
	   	1.9. panel
	   	1.10. alert
	   	1.11. tab and accordion
	   	1.12. pricing table
	   	1.13. progress bar
	   	1.14. portfolio
	   	1.15. testimonials
	   	1.16. team
	   	1.17. widget
	   	1.18. header
	   	1.19. slideshow
	   	1.20. blog
	   	1.21. pagination
	   	1.22. page header
	   	1.23. parallax 
	   	1.24. scroll up
   	2. pages
   		1.1. index.html - Home 1
   		1.2. index-version2.html - Home 2
   		1.3. index-version3.html - Home 3
		1.4. services.html
		1.5. about.html
		1.6. contact.html
   	3. footer
	4. responsive component
	
------------------------------------------------------------------ */
/* [ global ] */
html, body {
  height: 100%;
}

body {
  background-color: #6d6d6d;
  color: #939292;
  padding: 0;
  margin: 0;
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  position: relative;
  z-index: 0;
  cursor: default;
  overflow-x: hidden;
  height: auto;
}

a {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

a:hover {
  color: #42b3ed;
}

::selection {
  background: #42b3ed;
  color: #fff;
}

::-moz-selection {
  background: #42b3ed;
  color: #fff;
}

.row {
  max-width: 1118px !important;
}

.container, .container-fluid {
  padding: 70px 0;
  overflow: hidden;
}

/*=================================================== [ Wordpress Styling ] ===================================================*/
.sticky{}
.bypostauthor{}
.wp-caption{max-width:100%;}
.wp-caption-text{font-style:italic;}
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

#main-container {
  height: auto;
  background: #fff;
  *zoom: 1;
}
#main-container:before, #main-container:after {
  content: " ";
  display: table;
}
#main-container:after {
  clear: both;
}

#main-container.box {
  max-width: 1180px;
  height: auto !important;
  position: relative;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main-container.box #idz-header,
#main-container.box .header-info-container {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#main-container.box #idz-footer {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.no-margin {
  margin: 0 !important;
}
.fit-bottom {
  margin-bottom: -71px !important;
}
.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.idz-animation {
  opacity: 0;
}

.container-border {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.container-gray {
  background: #f8f8f8;
}

.container-dark {
  background: #3a3a3a;
}

.parallax {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
}
.parallax .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.content-image-right {
  padding-top: 70px;
  padding-bottom: 30px;
}

.separator {
  margin : 30px 0;
  clear: both;
  border-bottom: 1px solid #e0e0e0;
  float: left;
  width: 100%;
  display: block;
}

.circle-separator {
  text-align: center;
  font-size: 28px;
  color: #c9c9c9;
  background: #e0e0e0;
  height: 1px;
  margin: 45px 0;
}
.circle-separator i {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  height: 60px;
  width: 60px;
  position: relative;
  top: -31px;
  line-height: 60px;
  display: inline-block;
  padding-left: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.social-list li {
  display: inline;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list a {
  color: inherit;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.social-list.social-bg a:hover i {
  color: #fff;
}

.facebook-color:hover {
  color: #3b5998 !important;
}

.twitter-color:hover {
  color: #33ccff !important;
}

.pinterest-color:hover {
  color: #c92619 !important;
}

.dribbble-color:hover {
  color: #EA4C89 !important;
}

.googleplus-color:hover {
  color: #DD4B39 !important;
}

.linkedin-color:hover {
  color: #006699 !important;
}

.instagram-color:hover {
  color: #9c7c6e !important;
}

.stumbleupon-color:hover {
  color: #e64011 !important;
}

.mail-color:hover {
  color: #578ad6 !important;
}

.rss-color:hover {
  color: #f26109 !important;
}

.facebook-bgcolor:hover {
  background: #3b5998 !important;
}

.twitter-bgcolor:hover {
  background: #33ccff !important;
}

.pinterest-bgcolor:hover {
  background: #c92619 !important;
}

.dribbble-bgcolor:hover {
  background: #EA4C89 !important;
}

.googleplus-bgcolor:hover {
  background: #DD4B39 !important;
}

.linkedin-bgcolor:hover {
  background: #006699 !important;
}

.instagram-bgcolor:hover {
  background: #9c7c6e !important;
}

.stumbleupon-bgcolor:hover {
  background: #e64011 !important;
}

.mail-bgcolor:hover {
  background: #578ad6 !important;
}

.rss-bgcolor:hover {
  background: #f26109 !important;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

pre {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #e1e1e1;
}

hr {
  background: #eaeaea;
}

.img-radius-top {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.img-radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


/* [ typhography ] */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #353535;
  letter-spacing: -0.8px;
  -webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 11px;
}

h1.heading-light {
  font-size: 48px;
}

h2.heading-light {
  font-size: 36px;
}

h3.heading-light {
  font-size: 28px;
}

h4.heading-light {
  font-size: 26px;
}

h5.heading-light {
  font-size: 18px;
}

h6.heading-light {
  font-size: 13px;
}

.heading-light {
  color: #2f2f2f;
  font-weight: 300;
  margin-bottom: 10px;
}

.heading-title {
  display: block;
}
.heading-title:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #eaeaea;
  display: block;
  margin-top: 10px;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-strong {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-color {
  color: #169fe6;
}

.inline-list li {
  display: inline;
}

.icon-margin {
  margin-right: 7px;
  position: relative;
}

p.lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #2f2f2f;
  margin-bottom: 27px;
}
p:empty, span:empty{
    display: none;
}
p.lead-half {
  font-size: 20px;
  font-weight: 300;
}

.highlight {
  padding: 2px 5px 3px 5px;
  background: #169fe6;
  color: #fff;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dropcap {
  text-align: center;
  font-size: 46px;
  color: #353535;
  float: left;
  margin: 14px 17px 12px 0;
  padding: 0;
  font-weight: bold;
}
.dropcap.circle, .dropcap.square {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  margin: 8px 12px 0 0;
  background: #169fe6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dropcap.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

blockquote {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 24px;
  color: #b0b0b0;
  line-height: 30px;
  padding: 0;
  font-style: italic;
  margin-bottom: 28px;
}
blockquote:before {
  display: none;
}
blockquote cite {
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  color: #393939;
  font-style: normal;
}
blockquote cite:before {
  width: 14px;
  height: 1px;
  background: #393939;
  top: -moz-calc(50% + 1px);
  top: -webkit-calc(50% + 1px);
  top: -o-calc(50% + 1px);
  top: calc(50% + 1px);
}
blockquote cite span {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  background: #169fe6;
  padding: 4px 11px 5px;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.idz-list li:before {
  margin-right: 10px;
}
.idz-list a:hover {
  color: #42b3ed;
}
.alignleft {
	float:left;
	margin:3px 16px 11px 0
}
.alignright {
	float:right;
	margin:3px 0 11px 16px
}
.aligncenter {
    display: block;
	margin: 0px auto 20px auto;
}
.badge {
  color: #fff;
  font-size: 11px;
  background: #169fe6;
  padding: 5px 9px;
  margin-left: 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


/* [ form ] */
fieldset {
  border: 4px solid #e9e9e9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7-form {
    margin: 0 60px;
}
.wpcf7-form fieldset {
    padding: 20px 15px;
}
.wpcf7-form .form-group {
    width: 100%;   
}
.wpcf7-form .wpcf7-textarea{
    height: 120px;
}

.form-control {
  border: 2px solid #dcdcdc;
  font-size: 14px;
  background: #fafafa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 28px;
}

/* [ table ] */
.table {
  margin-bottom: 28px;
}
.table th {
  color: #fff;
  background: #169fe6;
}



/* [ promo-box ] */
.promo-box {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.promo-box.no-border {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.promo-box.no-border:before {
  display: none;
}



.idz-tab.resp-tab-content li i {
  float:left;
  font-size:46px;
  margin-bottom:18px;
  text-align:center;
  width:100%;
}

.idz-tab.resp-tab-content li span {
  background:#FAFAFA;
  border:1px solid #DDDDDD;
  float:left;
  font-family:consolas, monospace;
  font-size:10px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding:3px 5px 4px;
  text-align:center;
  width:100%;
}
/* [ alert ] */
.alert-box {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* [ tab and accordion ] */
.accordion {
  margin-bottom: 28px !important;
}

/* [ testimonials ] */
.testimonial-text {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.testimonial-description span {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
  padding: 4px 11px 5px;
  background: #169fe6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* [ team ] */
.idz-team {
  background: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 38px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.idz-team .team-description {
  padding: 20px;
}
.idz-team h4 {
  margin-bottom: 5px;
}
.idz-team span {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  margin-bottom: 14px;
  background: #169fe6;
  padding: 0 8px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.idz-team img {
  margin: -1px -1px 1px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.idz-team p {
  margin: 0;
}
.idz-team .social-icon {
  margin-bottom: 0;
  line-height: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.idz-team .social-icon li {
  top: 100%;
  position: relative;
  margin-right: 5px;
  opacity: 0;
}
.idz-team .social-icon li:nth-child(1) {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.idz-team .social-icon li:nth-child(2) {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.idz-team .social-icon li:nth-child(3) {
  transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
}
.idz-team .social-icon li:nth-child(4) {
  transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
}
.idz-team .social-icon li:nth-child(5) {
  transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -webkit-transition: all 0.95s ease-in-out;
}
.idz-team .social-icon li:last-child {
  margin-right: 0;
}
.idz-team .social-icon li, .idz-team .social-icon a {
  display: inline-block;
}
.idz-team .social-icon a {
  height: 38px;
  width: 38px;
  background: #169fe6;
  color: #fff;
  line-height: 38px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.idz-team .social-icon a:hover {
  background: #42b3ed;
}
.idz-team .team-container {
  position: relative;
}
.idz-team .team-container:hover .overlay-team {
  opacity: 0.5;
}
.idz-team .team-container:hover .social-icon li {
  opacity: 1;
  top: -moz-calc(50% - 19px);
  top: -webkit-calc(50% - 19px);
  top: -o-calc(50% - 19px);
  top: calc(50% - 19px);
}
.idz-team .overlay-team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3b3b3b;
  opacity: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

/* [ widget ] */
.idz-widget .heading-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget-panel {
  text-align: center;
}
.widget-panel .social-list {
  margin-bottom: 10px;
}
.widget-panel img {
  margin-bottom: 15px;
}

.widget-category a:hover,
.archive-list  a:hover {
  color: #42b3ed;
}
.idz-sidebar ul {
    list-style-type: none;    
    padding-left: 0;
}
.widget-category li,
.archive-list li {
  line-height: 34px;
}
.widget-category .idz-list,
.archive-list .idz-list {
  margin-bottom: 0;
}

.widget-popular ul {
  margin-bottom: 0;
}
.widget-popular li {
  margin-bottom: 30px;
  display: inline-block;
  clear: both;
  width: 100%;
}
.widget-popular li:last-child {
  margin-bottom: 0;
}
.widget-popular img {
  float: left;
  width: 96px;
  height: 80px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.widget-popular ul li p.popular-title {
    font-size:14px !important;
    font-weight:400;
    line-height:24px;
    margin:0 0 8px 0;
}
.widget-popular ul li p.popular-title a {
    color: #939292;
}
.widget-popular ul li img {
    margin:0 20px 0 0;
    float:left;
    position:relative;
}
.widget-popular ul li, #footer ul.popular-list li {
    list-style-type:none;
    padding:0;
}
.widget-popular  ul li p.comment-count {
    font-size: 11px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ff8d2c;
    margin:0;
}

.widget-facebook {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 15px 22px 0 22px;
  float: left;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget-facebook iframe {
  height: 258px;
  margin: 0 auto;
}

.tag-cloud {
  position: relative;
}
.tag-cloud a {
  color: inherit;
  font-size: 11px;
  padding: 0px 9px 1px 9px;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget-tag .tag-cloud a:hover {
  color: #42b3ed;
  border: 1px solid #42b3ed;
}

.widget-twitter li {
  list-style: none;
}
.widget-twitter li:last-child .twitter-text {
  margin-bottom: 0;
}
.widget-twitter .tweet_list {
  margin-bottom: 0;
}
.widget-twitter .twitter-text {
  color: #999999;
  background: #efefef;
  padding: 26px 28px 27px;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 22px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget-twitter .twitter-text p {
  margin-bottom: 0;
}
.widget-twitter .twitter-text a, .widget-twitter .twitter-text .at {
  color: #169fe6;
}
.widget-twitter .twitter-text a:hover, .widget-twitter .twitter-text a:focus, .widget-twitter .twitter-text .at:hover, .widget-twitter .twitter-text .at:focus {
  color: #42b3ed;
}
.widget_categories li:before,
.archive-list li:before {
	margin-right:9px;
	position:relative;
	top:0px;
	float:left;
	font-size:14px
}
.widget_categories li:before,
.archive-list li:before {
	font-family:"FontAwesome";
	content:"\f105"
}
.textwidget ul {
    list-style-type: none;
    padding-left: 0;
}

/* [ header ] */
.header-info-container {
  min-height: 50px;
  background: #f5f5f5;
  color: #adadad;
  font-size: 13px;
  padding: 11px 0;
}
.header-info-container a {
  color: #adadad;
}

.header-info-left,
.header-info-right {
  position: relative;
}

.header-info-left {
  float: left;
}
.language-flag {
    float: right;
    margin-right: 10px;
}
.header-info-right {
  float: right;
}
.header-info-right span {
  float: left;
  margin-right: 25px;
}

.action-header li {
  margin-right: 20px;
}
.action-header li:after {
  content: "";
  background: #adadad;
  width: 1px;
  height: 13px;
  position: relative;
  display: inline-block;
  top: 3px;
  margin-left: 20px;
}
.action-header li:last-child:after {
  display: none;
}

.social-header {
  font-size: 16px;
  float: right;
}

.action-header,
.social-header {
  margin-bottom: 0;
}
.action-header li,
.social-header li {
  display: inline-block;
}

.action-header a:hover {
  color: #42b3ed;
}

.logo-container {
  float: left;
  padding: 34px 0 36px 8px;
}
.logo-container img {
  width: 100%;
  height: auto;
}

.contact-header {
  font-size: 13px;
  float: right;
  margin: 48px 0 57px 0;
}
.contact-header strong {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  display: block;
  line-height: 1;
}
.contact-header li {
  padding: 0 23px;
  display: inline-block;
  border-right: 1px solid #dedede;
  text-align: right;
}
.contact-header li:last-child {
  border: none;
  padding-right: 0;
}

.navigation-container {
  height: 70px;
  border-top: 5px solid #1285c1;
  background: #169fe6;
  *zoom: 1;
}
.navigation-container:before, .navigation-container:after {
  content: " ";
  display: table;
}
.navigation-container:after {
  clear: both;
}

.form-search {
  font-size: 13px;
  width: 184px;
  float: right;
  padding-top: 15px;
  padding-bottom: 18px;
  *zoom: 1;
}
.form-search:before, .form-search:after {
  content: " ";
  display: table;
}
.form-search:after {
  clear: both;
}
.form-search .input-group-placeholder {
  margin-bottom: 0;
}
.form-search .form-control {
  background: #1285c1;
  height: 32px;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #42b3ed;
}
.form-search .input-group-icon {
  height: 32px;
  width: 32px;
  line-height: 32px;
  color: #71c5f0;
  right: 8px !important;
  top: -1px;
}
.form-search .form-control::-moz-placeholder {
  color: #71c5f0;
}
.form-search .form-control:-ms-input-placeholder {
  color: #71c5f0;
}
.form-search .form-control::-webkit-input-placeholder {
  color: #71c5f0;
}

.menu-container {
  float: left;
  z-index: 999;
  position: relative;
}

.idz-menu a {
  color: #fff;
  font-size: 14px;
  padding: 23px 24px 25px;
}
.idz-menu a.active, .idz-menu a:hover, .idz-menu a:focus, .idz-menu a.highlighted,
#idz-header #menu .idz-menu li.current_page_parent > a, 
#idz-header #menu .idz-menu li.current-menu-parent > a, 
#idz-header #menu .idz-menu li.current-menu-ancestor > a,
#idz-header #menu li.current-menu-ancestor > a {
  background: #1285c1;
  color: #fff;
}

.idz-menu ul a {
  color: #939292;
  font-size: 12px;
}
.idz-menu ul a.active, .idz-menu ul a:hover, .idz-menu ul a:focus, .idz-menu ul a.highlighted, .idz-menu ul.sub-menu li.current_page_item a.active {
  color: #42b3ed;
  background: transparent;
}

#idz-header.header-version2 .navigation-container,
#idz-header.header-version3 .navigation-container {
  border-top: none;
  background: transparent;
  height: 65px;
}
#idz-header.header-version2 .menu-container,
#idz-header.header-version3 .menu-container {
  float: right;
}
#idz-header.header-version2 .idz-menu a,
#idz-header.header-version3 .idz-menu a {
  color: #939292;
  padding: 38px 24px 40px;
}
#idz-header.header-version2 .idz-menu a.active, 
#idz-header.header-version2 .idz-menu a:hover, 
#idz-header.header-version2 .idz-menu a:focus, 
#idz-header.header-version2 .idz-menu a.highlighted,
#idz-header.header-version3 .idz-menu a.active,
#idz-header.header-version3 .idz-menu a:hover,
#idz-header.header-version3 .idz-menu a:focus,
#idz-header.header-version3 .idz-menu a.highlighted {
  background: transparent;
  position: relative;
  color: #169fe6;
}
#idz-header.header-version2 .idz-menu a.active:before, 
#idz-header.header-version2 .idz-menu a:hover:before, 
#idz-header.header-version2 .idz-menu a:focus:before, 
#idz-header.header-version2 .idz-menu a.highlighted:before,
#idz-header.header-version3 .idz-menu a.active:before,
#idz-header.header-version3 .idz-menu a:hover:before,
#idz-header.header-version3 .idz-menu a:focus:before,
#idz-header.header-version3 .idz-menu a.highlighted:before,
#idz-header.header-version2 #menu li.current-menu-ancestor > a:before {
  content: "";
  background: #169fe6;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#idz-header.header-version2 .idz-menu ul a,
#idz-header.header-version3 .idz-menu ul a {
  padding: 10px 20px;
}
#idz-header.header-version2 .idz-menu ul a.active, 
#idz-header.header-version2 .idz-menu ul a:hover, 
#idz-header.header-version2 .idz-menu ul a:focus, 
#idz-header.header-version2 .idz-menu ul a.highlighted,
#idz-header.header-version2 #menu li.current_page_parent > a, 
#idz-header.header-version2 #menu li.current-menu-parent > a,
#idz-header.header-version2 #menu li.current-menu-parent > a.highlighted, 
#idz-header.header-version2 #menu li.current-menu-ancestor > a,
#idz-header.header-version3 .idz-menu ul a.active,
#idz-header.header-version3 .idz-menu ul a:hover,
#idz-header.header-version3 .idz-menu ul a:focus,
#idz-header.header-version3 .idz-menu ul a.highlighted,
#idz-header.header-version3 #menu li.current-menu-ancestor > a {
  color: #169fe6;
  background: transparent;
}
#idz-header.header-version2 .idz-menu ul a.active:before, #idz-header.header-version2 .idz-menu ul a:hover:before, #idz-header.header-version2 .idz-menu ul a:focus:before, #idz-header.header-version2 .idz-menu ul a.highlighted:before,
#idz-header.header-version3 .idz-menu ul a.active:before,
#idz-header.header-version3 .idz-menu ul a:hover:before,
#idz-header.header-version3 .idz-menu ul a:focus:before,
#idz-header.header-version3 .idz-menu ul a.highlighted:before {
  display: none;
}
#idz-header.header-version2 .idz-menu ul a.has-submenu,
#idz-header.header-version3 .idz-menu ul a.has-submenu {
  padding-right: 40px;
}
#idz-header.header-version2 .form-search-trigger,
#idz-header.header-version3 .form-search-trigger {
  float: right;
  color: #939292;
  font-size: 16px;
  padding: 33px 18px 34px;
  position: relative;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#idz-header.header-version2 .form-search-trigger.active, #idz-header.header-version2 .form-search-trigger:hover,
#idz-header.header-version3 .form-search-trigger.active,
#idz-header.header-version3 .form-search-trigger:hover {
  color: #169fe6;
  cursor: pointer;
}
#idz-header.header-version2 .form-search,
#idz-header.header-version3 .form-search {
  z-index: 99999;
  position: absolute;
  right: 0;
  top: 77px;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 18px;
  width: 250px;
  display: none;
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
#idz-header.header-version2 .form-search:before,
#idz-header.header-version3 .form-search:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -20px;
  right: 13px;
}
#idz-header.header-version2 .form-search:after,
#idz-header.header-version3 .form-search:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -16px;
  right: 15px;
}
#idz-header.header-version2 .form-search .input-group-icon,
#idz-header.header-version3 .form-search .input-group-icon {
  background: #169fe6;
  color: #fff;
  top: 0;
  right: 0 !important;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#idz-header.header-version2 .form-control,
#idz-header.header-version3 .form-control {
  background: #fafafa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #555555;
  border: 1px solid #dcdcdc;
}
#idz-header.header-version2 .form-control::-moz-placeholder,
#idz-header.header-version3 .form-control::-moz-placeholder {
  color: #ccc;
}
#idz-header.header-version2 .form-control:-ms-input-placeholder,
#idz-header.header-version3 .form-control:-ms-input-placeholder {
  color: #ccc;
}
#idz-header.header-version2 .form-control::-webkit-input-placeholder,
#idz-header.header-version3 .form-control::-webkit-input-placeholder {
  color: #ccc;
}
#idz-header.header-version2 .logo-container,
#idz-header.header-version3 .logo-container {
  padding: 16px 0 17px 8px;
}
#idz-header.header-version2 .logo-container img,
#idz-header.header-version3 .logo-container img {
  width: 183px;
  height: auto;
}

#idz-header.header-version3 .header-info-container {
  min-height: 32px;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
#idz-header.header-version3 .social-header li {
  border-right: 1px solid #e1e1e1;
  margin-right: -4px;
}
#idz-header.header-version3 .social-header li:first-child {
  border-left: 1px solid #e1e1e1;
}
#idz-header.header-version3 .social-header a {
  width: 42px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#idz-header.header-version3 .action-header li {
  border-right: 1px solid #e1e1e1;
  margin: 0;
  padding: 0 15px;
}
#idz-header.header-version3 .action-header li:first-child {
  border-left: 1px solid #e1e1e1;
}
#idz-header.header-version3 .action-header li:after {
  display: none;
}
#idz-header.header-version3 .social-header a,
#idz-header.header-version3 .action-header li {
  height: 42px;
  line-height: 42px;
}
#idz-header.header-version3 .idz-menu a.active:before, #idz-header.header-version3 .idz-menu a:hover:before, #idz-header.header-version3 .idz-menu a:focus:before, #idz-header.header-version3 .idz-menu a.highlighted:before {
  display: none;
}

/* header responsive */
.search-trigger,
.menu-trigger {
  font-size: 18px;
  text-align: center;
  color: #42b3ed;
  background: #1285c1;
  width: 38px;
  height: 38px;
  float: right;
  line-height: 38px;
  margin: 13px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.search-trigger.active, .search-trigger:hover,
.menu-trigger.active,
.menu-trigger:hover {
  cursor: pointer;
  background: #fff;
  color: #42b3ed;
}

.menu-trigger {
  float: left;
}

/* [ slideshow ] */
#slideshow-container {
  padding: 0;
  margin: 0;
  float: left;
}
#slideshow-container .tp-rightarrow.default,
#slideshow-container .tp-leftarrow.default {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#slideshow-container .tp-rightarrow.default:hover:before,
#slideshow-container .tp-leftarrow.default:hover:before {
  color: #42b3ed;
}
#slideshow-container .tp-leftarrow.default:before,
#slideshow-container .tp-rightarrow.default:before {
  font-family: "FontAwesome";
  content: "\f104";
  color: #979797;
  position: relative;
  font-size: 32px;
  right: 2px;
  bottom: 1px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
#slideshow-container .tp-rightarrow.default:before {
  font-family: "FontAwesome";
  content: "\f105";
  left: 2px;
}

.slideshow {
  width: 100%;
  /*height: 520px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #f2f2f2;
  border: none;*/
}
.slideshow .tp-bannertimer {
  background: rgba(22, 159, 230, 0.5);
  height: 3px;
}
.slideshow .slider-title {
  font-family: "Roboto", sans-serif;
  color: #414141;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
.slideshow .slider-caption {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #999999;
  font-size: 28px;
}
.slideshow .slider-separator {
  width: 442px;
}
.slideshow .slider-separator:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
  background: #169fe6;
}
.slideshow .slider-button {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #169fe6;
  border: 1px solid transparent;
  display: inline-block;
  padding: 12px 47px 13px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.42857;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.slideshow .slider-button:hover {
  background: #42b3ed;
  color: #fff;
}
.slideshow .slider-list {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  padding: 4px 12px 7px;
  background: #169fe6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.slideshow .slider2-title,
.slideshow .slider2-caption {
  color: #fff;
}

/* [ blog ] */
.idz-artice {
  margin-bottom: 68px;
  *zoom: 1;
}
.idz-artice:before, .idz-artice:after {
  content: " ";
  display: table;
}
.idz-artice:after {
  clear: both;
}
.idz-artice.single-blog {
  margin-bottom: 44px;
}

.blog-media {
  position: relative;
  margin-bottom: 38px;
}

.blog-quote {
  background-image: url("images/bg-testimonial.gif");
  background-repeat: repeat-y;
  padding: 32px 28px 31px 50px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.blog-quote blockquote {
  font-size: 22px;
  color: #868686;
  margin: 0;
}
.blog-quote cite {
  color: #868686;
}
.blog-quote cite:before {
  background: #868686;
}
.blog-quote p {
  margin-bottom: 32px;
}

.blog-link {
  background: #efefef;
  padding: 36px 0;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.blog-link:after {
  font-family: "linea-icon";
  content: "\e7f9";
  font-size: 24px;
  color: #c2c2c2;
  position: absolute;
  bottom: 16px;
  right: 17px;
}
.blog-link a {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #999999;
}
.blog-link a:hover {
  color: #42b3ed;
}

.blog-carousel {
  margin-bottom: 0;
}
.blog-carousel img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.blog-carousel-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-carousel-nav .left-nav,
.blog-carousel-nav .right-nav {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  height: 32px;
  width: 32px;
  line-height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.blog-carousel-nav .left-nav:hover,
.blog-carousel-nav .right-nav:hover {
  cursor: pointer;
  background: rgba(66, 179, 237, 0.5);
}
.blog-carousel-nav .right-nav {
  left: 32px;
}
.blog-carousel-nav i {
  top: 1px;
  position: relative;
}

.blog-container {
  margin-left: 120px;
}
.blog-container .idz-wrapbox {
     margin:0 20px;
}
.blog-more {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.blog-more:before {
  content: "";
  background: #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.blog-more .button {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
.blog-more .button-more {
  display: inline-block;
  background: #fff;
  position: relative;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 2;
}
.search-results .blog-more .button-more {
    display: none;
}
.blog-information {
  float: left;
  width: 85px;
  min-height: 100px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.date-blog-information {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #a3a3a3;
  text-align: center;
  padding: 21px 0 0;
}
.date-blog-information span {
  font-size: 14px;
  color: #fff;
  display: block;
  background: #169fe6;
  margin: 22px -1px 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.post-title {
  font-size: 23px;
}

.post-title,
.post-information a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.post-title:hover,
.post-information a:hover {
  color: #42b3ed;
}

.post-information {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 0;
}
.post-information li, .post-information a {
  color: #bbbbbb;
}
.post-information li {
  display: inline;
  border-right: 1px solid #bbbbbb;
  padding: 0 15px;
}
.post-information li:first-child {
  padding-left: 0;
}
.post-information li:last-child {
  border-right: none;
}
.idz-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.idz-video iframe {
  border: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.mejs-container.mejs-audio,
.mejs-container.mejs-audio .mejs-controls {
  height: 60px !important;
  background: #e9eef2;
}

.mejs-container {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mejs-container .mejs-controls div {
  padding-top: 14px;
}
.mejs-container .mejs-controls .mejs-time {
  padding-top: 22px;
}
.mejs-container .mejs-controls .mejs-time-rail {
  padding-top: 19px;
}
.mejs-container .mejs-controls .mejs-time {
  padding-top: 24px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  margin-top: 13px;
}

.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #169fe6;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #cad2d8;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #9aa5ad;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 12px;
}

.mejs-controls .mejs-button button:before {
  color: #9aa5ad;
}

.idz-sidebar {
  margin-bottom: 45px;
  *zoom: 1;
}
.idz-sidebar:before, .idz-sidebar:after {
  content: " ";
  display: table;
}
.idz-sidebar:after {
  clear: both;
}
.idz-sidebar .idz-widget {
  margin-bottom: 0;
}
.sharing-box {
    margin-bottom: 60px;
}
.sharing-box .share-facebook {
  float: left;
}
.sharing-box .share-facebook iframe {
  position: relative;
  top: 6px;
}
.sharing-box .social-list {
  float: right;
  margin: 0;
}
.sharing-box .social-list a {
  background: #169fe6;
  color: #fff;
  margin-right: 5px;
}
.author-link {
    font-size: 14px;
}
.blog-author {
  padding: 19px 19px 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 38px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.blog-author img {
  float: left;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  position: relative;
}
.blog-author .author-description {
  margin-left: 110px;
}
.blog-author h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-author p {
  margin-bottom: 0;
  font-size: 14px;
}
.blog-author .author-link {
  color: #169fe6;
}
.blog-author .author-link:hover {
  color: #42b3ed;
}

.blog-comment-container {
  margin-bottom: 38px;
}
.blog-comment-container h4.heading-name {
  margin: 0;
  line-height: 1;
}
.blog-comment-container ol {
  list-style: none;
}
.blog-comment-container ol li {
  position: relative;
}
.blog-comment-container ol li ol {
  margin: 0px 0px 38px 90px;
}
.blog-comment-container ol li:last-child .comment-text {
  margin-bottom: 0;
}
.blog-comment-container .avatar {
  z-index: 99;
  position: absolute;
}

.blog-comment li {
  position: relative;
  list-style: none;
  line-height: 28px;
  list-style-position: outside;
}

.avatar {
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: #dedede;
  top: 0;
  left: 0;
}

.avatar img {
  width: 70px;
  height: 70px;
}

.comment-text {
  background-color: #fcfcfc;
  border: solid 1px #e1e1e1;
  margin-left: 90px;
  width: auto;
  margin-bottom: 38px;
  padding: 26px 30px 12px 30px;
  position: relative;
}
.comment-reply-link {
  right: 30px;
  top: 26px;
  color: #fff;
  padding: 1px 9px;
  font-size: 10px;
  position: absolute;
  background: #169fe6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.comment-reply-link:hover {
  background: #42b3ed;
}

.comment-text h4 {
  margin-bottom: 0px;
}

.comment-text small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.comment-text,
.avatar,
.avatar img,
.comment-reply-link,
.blog-from-comment {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.blog-from-comment {
  border: 1px solid #e1e1e1;
  padding: 26px 38px;
  margin-bottom: 38px;
}
.blog-from-comment .button {
  margin-bottom: 0;
}
.blog-from-comment input.form-control {
  width: 60%;
  display: inline-block;
}
.blog-from-comment .label-required {
  width: 30%;
  font-weight: normal;
  margin-left: 16px;
  font-size: 12px;
}
.blog-from-comment .label-required em {
  color: red;
}
.blog-from-comment form {
  margin: 0 -19px;
}
.comment-notes, .logged-in-as {
    margin-left: 20px;
}
#comment-form #submit {
    font-family:"Open Sans", "Helvetica", Arial, sans-serif;
	display:inline-block;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	padding:9px 16px 11px 16px;
	font-size:14px;
	color:#fff;
	line-height:1.42857;
	margin-bottom:10px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
    background:#169fe6;
    margin-left: 20px;
    
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#comment-form #submit:hover {
    background:#42b3ed;
	border-color:#42b3ed;
	color:#fff
}
#comments ol ul.children {
margin:0px 0px 20px 90px;
}

.author-info img {
    margin-bottom:15px;
    border:3px solid #F8F8F8;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    height:90px;
    position:relative;
    width:90px;
}

/* [ pagination ] */
/* Pagination */
.wp-pagenavi .pages{
    border:0;
    font-size: 13px;
    margin-right: 26px;
    padding: 15px 0px;
}
.wp-pagenavi .pages, .wp-pagenavi .extend{
    font-size:12px;
    font-weight:300;
    display:inline-block;
    margin-right:3px !important;
    margin-bottom:3px !important;
    padding:7px 18px 7px 0px !important;
    border:0 !important;
}

.wp-pagenavi a, .wp-pagenavi .current{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    font-weight:normal !important;
    display:inline-block;
    color:#cacaca !important;
    background: #fff; 
    border: 2px solid #d0d0d0;
    text-decoration:none;
    margin:0 5px 5px 0 !important;
    padding:6px 13px !important;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
    color:#fff !important;
    background:#169fe6;
    font-weight:normal !important;
    margin:0 5px 5px 0 !important;
    padding:6px 13px !important;
    border: 2px solid #169fe6 !important;
}
.pagination {
  margin-top: 54px;
}

.pagination-container {
  margin-bottom: 38px;
}
.pagination-container span {
  font-size: 16px;
  float: left;
  margin-right: 26px;
  padding: 14px 0px;
  line-height: 0;
}

.pagination li {
  display: inline-block;
  margin-right: 9px;
}

.pagination li > a {
  font-size: 16px;
  color: inherit;
  border: 2px solid #d0d0d0;
  padding: 9px 13px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.pagination li a:hover,
.pagination li.active a:hover {
  color: #fff;
  border-color: #42b3ed;
  background: #42b3ed;
}

.pagination li.active a {
  color: #fff;
  border-color: #169fe6;
  background: #169fe6;
}

/* [ page header ] */
#idz-page-header {
  background: #f8f8f8;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-title {
  float: right;
  font-size: 19px;
  color: #169fe6;
  line-height: 59px;
  margin: 0;
}
.page-title span {
  font-weight: 300;
}

/* [ breadcrumb ] */
.idz-breadcrumb {
  margin: 0;
  list-style: none;
  float: left;
}

.idz-breadcrumb > li {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 59px;
  position: relative;
  padding: 0 33px 0 10px;
}

.idz-breadcrumb > li:after {
  content: "";
  background: url("images/breadcrumb-separator.png") no-repeat no-repeat;
  width: 18px;
  height: 59px;
  position: absolute;
  right: 0;
}

.idz-breadcrumb a,
.idz-breadcrumb li,
.idz-breadcrumb > li:after {
  color: #adadad;
}

.idz-breadcrumb a:hover {
  color: #42b3ed;
}

.idz-breadcrumb > .current_item {
  color: #169fe6;
}
.idz-breadcrumb li a.home {
    font-family:'FontAwesome';
    text-indent: -9999px;
}
.idz-breadcrumb li a.home:before{
    content:"\f015"
}

/* [ parallax ] */
.parallax1 {
  background: #3a3a3a url(images/bg-parallax1.png);
}

.parallax2 {
  background: #f8f8f8 url(images/bg-parallax2.png);
}

.parallax3 {
  background: #f8f8f8 url(images/bg-parallax3.jpg);
}

.testimonial-carousel-container {
  position: relative;
}

/* [ scroll up ] */
#scrollUp {
  bottom: 55px;
  right: 50px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 33px;
  background-color: #169fe6;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

#scrollUp:hover {
  background: #42b3ed;
}

#scrollUp i {
  position: relative;
  top: 7px;
  left: -1px;
}

/* [ index.html - Home 1 ] */
.testimonial-carousel-nav {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: #e7e7e7;
  width: 100%;
  height: 100%;
}
.testimonial-carousel-nav .left-nav, .testimonial-carousel-nav .right-nav {
  height: 40px;
  width: 40px;
  line-height: 36px;
  border: 1px solid #e7e7e7;
  position: absolute;
  top: -moz-calc(50% - 40px);
  top: -webkit-calc(50% - 40px);
  top: -o-calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.testimonial-carousel-nav .left-nav:hover, .testimonial-carousel-nav .right-nav:hover {
  cursor: pointer;
  background: #f8f8f8;
}
.testimonial-carousel-nav .left-nav:hover i, .testimonial-carousel-nav .right-nav:hover i {
  color: #42b3ed;
}
.testimonial-carousel-nav .left-nav {
  padding-right: 2px;
  left: 0;
}
.testimonial-carousel-nav .right-nav {
  padding-left: 2px;
  right: 0;
}

.testimonial-carousel {
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial-carousel blockquote {
  font-style: normal;
}
.testimonial-item blockquote p {
    margin-left: 100px;
    margin-right: 100px;
}
.testimonial-carousel .testimonial-item img {
  margin-bottom: 20px;
}

.step-process {
  border: 1px solid #e0e0e0;
  background: #fff;
  display: table;
  float: none;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.step-process h4 {
  color: #7f7f7f;
}
.step-process li {
  text-align: center;
  border-right: 1px solid #e0e0e0;
  padding: 37px 40px 25px;
  display: table-cell;
  float: none;
  position: relative;
}
.step-process li:last-child {
  border: none;
}
.step-process li:last-child:after {
  display: none;
}
.step-process li:after {
  content: "\f101";
  font-family: "FontAwesome";
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  font-size: 28px;
  position: absolute;
  padding-left: 5px;
  height: 60px;
  width: 60px;
  top: -moz-calc(50% - 30px);
  top: -webkit-calc(50% - 30px);
  top: -o-calc(50% - 30px);
  top: calc(50% - 30px);
  right: -moz-calc(0% - 30px);
  right: -webkit-calc(0% - 30px);
  right: -o-calc(0% - 30px);
  right: calc(0% - 30px);
  line-height: 57px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.step-process img {
  width: 128px;
  height: auto;
  margin-bottom: 40px;
}

.post-item img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 28px;
}

/* [ index-version2.html - Home 2 ] */
.box-counter2 {
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  text-align: center;
  padding: 60px 0 48px;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.box-counter2 * {
  position: relative;
  z-index: 2;
}
.box-counter2 span {
  font-size: 72px;
  display: block;
  color: #169fe6;
  margin-bottom: 36px;
}
.box-counter2 br {
    display: none;
}
.box-counter2 .wrapper-icon-counter {
  position: absolute;
  font-size: 170px;
  right: -50px;
  bottom: -30px;
  z-index: 1;
}
.box-counter2 i {
  color: #eeeeee;
}
.box-counter2 h5 {
  font-weight: 300;
}

/* [ services.html ] */
.information-box {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #169fe6 url(images/information-box.png);
  padding: 40px 27px 50px;
  margin-bottom: 28px;
}
.information-box * {
  color: #fff;
}
.information-box .info-list {
  margin-bottom: 0;
}
.information-box .info-list i {
  margin-right: 5px;
}

.services-list-container {
  margin-bottom: 0;
  list-style-type: none;
}

.services-list {
  position: relative;
  margin-bottom: 65px;
  list-style-type: none;
}
.services-list:last-child {
  margin-bottom: 0;
}
.services-list:before {
  content: "";
  background: #e4e4e4;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 100px;
}
.services-list:after {
  content: "";
  background: #e4e4e4;
  height: 17px;
  width: 17px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 93px;
}
.services-list i {
  font-size: 65px;
  color: #169fe6;
  float: left;
}
.services-list .service-list-information {
  margin-left: 150px;
}

.offset-box {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.offset-box:hover {
  background: #f8f8f8;
}

.bg-trigon2 {
  background: url(images/trigon2.png) no-repeat no-repeat;
}

/* [ about.html ] */
.all-team-container {
  position: relative;
  overflow: hidden;
}

.pin-team {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #169fe6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.pin-team:before {
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 16px;
}
.pin-team:hover {
  cursor: pointer;
}
.pin-team:hover span {
  opacity: 1;
}
.pin-team span {
  padding: 5px 15px;
  position: absolute;
  background: #169fe6;
  display: block;
  min-width: 180px;
  font-size: 14px;
  line-height: 24px;
  left: -74px;
  bottom: 42px;
  opacity: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.pin-team span:before {
  content: "";
  border: solid;
  border-color: #169fe6 transparent;
  border-width: 6px 6px 0 6px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  bottom: -6px;
}

.pin1 {
  top: 280px;
  left: 180px;
}

.pin2 {
  top: 320px;
  left: 380px;
}

.pin3 {
  top: 215px;
  left: 570px;
}

.pin4 {
  top: 295px;
  right: 350px;
}

.pin5 {
  top: 340px;
  right: 200px;
}

.box-counter i {
  font-size: 64px;
  color: #169fe6;
  display: inline-block;
  margin-bottom: 10px;
}
.box-counter span {
  font-family: "Roboto", sans-serif;
  color: #939292;
  font-size: 48px;
  font-weight: 300;
}
.box-counter hr {
  height: 4px;
  background: #169fe6;
  margin: 18px 0;
}

/* [ contact.html ] */
.circle-icon-list {
  margin-bottom: 0;
  color: #169fe6;
}
.circle-icon-list li {
  margin-right: 40px;
}
.circle-icon-list i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #169fe6;
  color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 11px;
  top: 2px;
  position: relative;
}

.map-container {
  position: relative;
  margin-top: 40px;
}

#map {
  width: 100%;
  height: 380px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
}

.map-information {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 15px 0 0;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
.map-information address {
  font-size: 13px;
  border-left: 1px solid #d5d5d5;
  padding: 10px 15px;
  margin-bottom: 0;
  margin-left: 15px;
  float: left;
}
.map-information .logo-map {
  float: left;
}
.map-information .logo-map img {
  width: 62px;
  height: auto;
}

.contact-form legend {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #353535;
  padding: 0 15px;
}
.contact-form .form-group.column {
  padding: 0;
}
.contact-form label,
.wpcf7-form label {
  background: #dcdcdc;
  color: #939292;
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px 2px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 1;
  position: relative;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.wpcf7-form label {
    margin-bottom: -2px;
}
.contact-form label + .form-control {
  position: relative;
  margin-top: -8px;
  z-index: 2;
}
.contact-form label.focus {
  background: #169fe6;
  color: #fff;
}
.contact-form fieldset {
  margin: 20px 32px 39px;
}

.contact-form .loading {
  margin-left: 20px;
  position: absolute;
  background: url(images/AjaxLoader.gif) no-repeat center center;
  min-height: 32px;
  min-width: 32px;
  display: none;
  top: 3px;
}
.contact-form .button {
  margin-bottom: 0;
}
.contact-form .success-contact {
  display: none;
}

/* [ footer ] */
#idz-footer {
  float: left;
  width: 100%;
  background: #4d4d4d;
  padding: 75px 0 40px;
  color: #888888;
  font-size: 13px;
  line-height: 24px;
}
#idz-footer a {
  color: inherit;
}
#idz-footer a:hover {
  color: #42b3ed;
}

.heading-footer {
  color: #fff;
  text-transform: uppercase;
}

.logo-footer {
  margin-bottom: 30px;
}
.logo-footer img {
  width: 225px;
  height: auto;
}

.footer-menu {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.footer-menu li {
  padding: 0 17px;
  border-right: 1px solid #888888;
}
.footer-menu li:last-child {
  padding-right: 0;
  border: none;
}
.footer-menu .active {
  font-weight: bold;
}

.footer-information {
  margin-top: 55px;
}

/* [ responsive component ] */
@media screen and (max-width: 767px) {
  .sharing-box {
    text-align: center;
  }
  .sharing-box .social-list,
  .sharing-box .share-facebook {
    float: none;
  }
}
@media screen and (max-width: 479px) {
  .blog-container {
    margin-left: 0;
  }

  .blog-comment li ol {
    margin: 0 0 19px 19px !important;
  }

  .blog-from-comment {
    padding: 26px 19px;
  }

  .post-information {
    margin-left: 100px;
    margin-bottom: 19px;
    min-height: 100px;
  }
  .post-information li {
    display: block;
    border-right: none;
    padding: 0;
    line-height: 26px;
  }

  .avatar {
    width: 45px;
    height: 45px;
    position: relative;
    margin-bottom: -19px;
    left: -15px;
    top: -18px;
  }
  .avatar img {
    width: auto;
    height: auto;
  }

  .comment-text {
    margin-left: 0;
    margin-top: 40px;
  }
  .comment-text .reply {
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }

  .blog-author {
    clear: both;
    float: left;
    width: 100%;
  }
  .blog-author img {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    float: none;
  }
  .blog-author .author-description {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: 0;
    clear: both;
  }
  .blog-author .author-description p {
    display: none !important;
  }
  .blog-author .author-description h4 {
    margin-bottom: 0;
  }

  .pagination {
    margin: 0;
  }

  .pagination-container {
    text-align: center;
  }
  .pagination-container span {
    line-height: 1;
    display: block;
    margin: 0 0 19px;
    width: 100%;
  }

  .widget-facebook {
    padding: 15px 15px 20px;
  }
  .widget-facebook iframe {
    width: 96%;
  }
}