/* #darknetworks.hu
   ========================================================================== */


@font-face {
    font-family: 'segoe_ui_8bold';
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuib-webfont.eot');
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuib-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuib-webfont.woff') format('woff'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuib-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'segoe_ui_8regular';
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeui-webfont.eot');
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeui-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeui-webfont.woff') format('woff'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeui-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'segoe_uilight';
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuil-webfont.eot');
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuil-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuil-webfont.woff') format('woff'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/segoeuil-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'segoe_uisemibold';
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/seguisb-webfont.eot');
    src: url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/seguisb-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/seguisb-webfont.woff') format('woff'),
         url('http://ikarusjarmutechnika.hu/assets/fonts/segoeui/seguisb-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #fff;
	font-family: 'segoe_ui_8regular';

	font-size: 14px;
	font-weight: 300;
	color: #000;
	line-height: 26px;
	text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a, input {
	color: #dd001f;

    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover, input:hover {
	color: #b8001a;
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #000;
}

header ol, header ul {
	list-style: none;
}

/*---------------------------------------
   HEADINGS
-----------------------------------------*/

h1,
h2 {
    font-weight: normal;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 36px;
    line-height: 4.063rem;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-family: 'segoe_ui_8bold';
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 4px;
}

.products .container .section-header h2 {
	border-bottom: 1px solid #dd001f;
}

.contactusmap .container .section-header h2 {
	border-bottom: 1px solid #777674;
}

h2 span {
  display: inline-block;
  position: relative;
}
h2 span:before,
h2 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #c2c2c2;
  top: 21px;
  width: 100px;
}
h2 span:before {
  right: 100%;
  margin-right: 15px;
}
h2 span:after {
  left: 100%;
  margin-left: 15px;
}

.products .container .section-header h2 span:before,
.products .container .section-header h2 span:after {
	border-top: 1px solid #dd001f;
}

.contactusmap .container .section-header h2 span:before,
.contactusmap .container .section-header h2 span:after {
	border-top: 1px solid #777674;
}


h3 {
    font-size: 18px;
    line-height: 38px;
    /*font-weight: 300;*/
	text-transform: uppercase;
	font-family: 'segoe_uisemibold';
}

h4 {
    font-size: 25px;
    line-height: 37px;
    /*font-weight: 300;*/
	text-transform: uppercase;
	font-family: 'segoe_uilight';
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h1, h3, h5, p, ul, li {
	text-align: left;
}

h3 {
	margin-top: 0px;
}






.btn {
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	background-color: #263d7b;
	border: 0;
}

.btn-primary:hover {
	background-color: #304d9c;
}


/*---------------------------------------
   TEXTS AND BG
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.black-text {
    color: #000000;
}

.red-text {
    color: #db3f46;
}

.dark-red-text {
	color: #b8001a;
}

.grey-text {
    color: #c0c0c0;
}

.blue-text {
    color: #263d7b;
}


.dark-grey-text {
	color: #757575;
}

.fs-12 {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}

.fs-13 {
	font-size: 13px;
	line-height: 19px;
	margin: 0;
}

.fs-22 {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.tnr {
	font-family: "Times New Roman", Times, serif;
}

.grey-bg {
    background: #f0f0f0 !important;
}

.dark-blue-bg {
    /*background: #2464a4 !important;*/
	background: url('../images/products_background.jpg');
	background-size: cover;
}

.img-trns-bkg {
	background: url('../images/image_transparent.png') no-repeat center;
}






.aboutus, .partners, .activities, .products, .contactus {
    padding-top: 60px;
    padding-bottom: 60px;
}

.partners {
	background: #f9f9f9;
}


.contactusmap {
	padding-top: 60px;
    padding-bottom: 60px;
	background: url('../images/contact_map_background.jpg') no-repeat;
	height: 424px;
}

.contactusmap img {
	margin: 29px 0;
}


footer {
	padding-top: 0px;
	padding-bottom: 40px;
	background: #fafafa;
}

footer .container {
	/*border-top: 1px solid #e0e0e0;	*/
	padding-top: 40px;
}

footer img {
	float: right;
	margin-top: 2px;
}

.subpage {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 310px;
	border-bottom: 10px solid #263d7b;
	background: url('../images/ik-jarmutechnika-02.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}






.section-header {
	width: 100%;
	padding-bottom: 30px;
}
.section-header-inner {
	width: 53%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.section-heading {
	font-size: 3em;
	font-weight: bold;
	margin: 0 auto;
}
.section-heading-left-line {
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #ddd;
}
.section-heading-right-line {
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #ddd;
}















/*---------------------------------------------------------------------------------*/
/*	4.	Header
/*---------------------------------------------------------------------------------*/

.main-header {
	color: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 9999;
    top: 0;

    background-color: rgba(0, 0, 0, 0.6);


    font-family: Arial, Helvetica, sans-serif;

    -webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.main-header .header {
	padding: 30px 0;
	font-weight: bold;
	font-size: 0.875em;
	/*border-bottom: 1px solid transparent;*/

	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
}
body.ss-home .main-header .header {
	/*border-bottom: 1px solid rgba(255, 255, 255, .3);*/
}
.main-header .logo {
	float: left;

	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}
.main-header .header nav {
	float: right;
	padding-top: 24px;
	padding-bottom: 6px;
}
.main-header .header ul li{
	float: left;
	margin: 0 20px;
	position: relative;

}

.main-header .header ul li a {
	color: #fff;
	text-transform: uppercase;

}
.main-header .header ul li a:hover {
	color: #db3f46;
	text-transform: uppercase;

}

.main-header .header ul li:first-child{
	margin: 0 20px 0 0;
}
.main-header .header ul li:last-child{
	margin: 0 0 0 20px ;
}

body.ss-home.ss-no-sticky-main-nav .main-header.ss-no-sticky {
	position: absolute;
	left: 0;
	top: 0;
}
body.ss-no-sticky-main-nav .main-header.ss-no-sticky {
	position: static;
}
body.ss-no-sticky-main-nav .section-content-container {
	margin-top: 0;
}
.main-header.ss-sticky.ss-on-scroll .header {
	padding: 25px 0;
}
/* Set the differance Header size on default and on oscroll */
/* Allows you to easily change the Header size on scroll without using hard-coded JS */
.ss-header-diff {
	height: 12px;
}

.main-header.ss-sticky.ss-on-scroll .logo {
	margin-top: -0px;
}
.main-header.ss-sticky.ss-on-scroll {
	/*background-color: rgba(19, 57, 57, 0.8);*/
	background-color: rgba(0, 0, 0, 1);
}
.main-header.ss-sticky.ss-on-scroll .header {
	border: none;
}







.sticky {

}















.slide-video {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	/*height: 850px;*/
	height: 520px;
}
#slider-inner-wrapper {
	/*width: 1322px;*/
	width: 100%;
	height: 510px;
	margin: 0 auto;
	position: relative;


}
#slider-wrap {
	height: 510px;
	/*width: 1140px;*/
	width: 100%;
	position: relative;
	margin: 0 auto;

}
#slider-wrap article {
	list-style-type: none;
	position: relative;
	height: 510px;
	/*width: 1140px;*/
	width: 100%;
	z-index: 0;




}

.slide-video article h2 {
	color: #fff;

	font-size: 41px;
	font-weight: bold;
	line-height: 46px;
	margin-top: -8px;

}
.slide-video article p {
	color:white!important;
	width:420px;
	font-size: 15px;
	line-height: 23px;
	font-weight:normal;
}

.slide-video article .article-wrap {
	position:relative;
	margin:0 auto;
	display:block;
	width:1140px;
	z-index:0;
}




.slide-video nav {
	display:block;
	width:546px;
	height:93px;
	position:absolute;
	top: 730px;
	left:50%;
	margin:0 0 0 -273px;
	z-index:99;
	}





.slide-video nav li {
	float:left;
	width:93px;
	display:inline;
	}
.slide-video nav li a {
	display:block;
	width:73px;
	padding:10px;
	background:transparent;
	}
.slide-video nav li.active{
	background: #000;
	}
.slide-video nav li:hover {
	background: #dd001f;
	}
.slide-video nav li a img {
	border:none;
	display:block;
	}





#lang nav {
	display:block;
	width:1300px;
	height:170px;
	position:absolute;
	top:300px;
	left:50%;
	margin:0 0 0 -650px;
	z-index:99;
	}



#sliders nav #prev span,
#sliders nav #next span {
	position:absolute;
	top:-999em;
	}






.fa-arrow-circle-o-left, .fa-arrow-circle-o-right {
	color: #fff;
	-webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
    opacity: 0.5;
}

.fa-arrow-circle-o-left:hover, .fa-arrow-circle-o-right:hover {
	color: #fff;
	opacity: 1;
}








form {
	padding-top: 30px;
}

label {
	float: left;
	clear: left;
	margin: 11px 20px 0 0;
	width: 95px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-family: 'segoe_uisemibold';
}

input {
	width: 430px;
	padding: 7px 13px;
	float: right;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #c4cdcd;
	font-size: 14px;
	color: #000;
}
	input::-webkit-input-placeholder  {
    	color: #ccc;
	}
	input::-moz-placeholder {
	    color: #ccc;
	}
	input::-o-placeholder {
	    color: #ccc;
	}
	input::-ms-placeholder {
	    color: #ccc;
	}

textarea {
	width: 430px;
	height: 200px;
	float: right;
	padding: 7px 13px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #c4cdcd;
	font-size: 14px;
	color: #000;
}
	textarea::-webkit-input-placeholder  {
    	color: #ccc;
	}
	textarea::-moz-placeholder {
	    color: #ccc;
	}
	input::-o-placeholder {
	    color: #ccc;
	}
	input::-ms-placeholder {
	    color: #ccc;
	}

input:focus, textarea:focus {
	background: #f1f1f1;
	outline: none
}

input[type=submit] {
	width: 130px;
	height: 50px;
	float: right;
	padding: 4px 2px;
	margin: 0px;
	background: #b8001a;
	cursor: pointer;
	color: #fff;
	border: 0;
	font-size: 15px;
}

input[type=submit]:hover {
	background: #dd001f;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  text-transform: uppercase;
}
































.ss-lightbox-single {
    position: relative;
    width: 100%;
    display: inline-block;
}
.ss-lightbox-single-overlay {
    background-color: rgba(0, 182, 136, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*padding: 0 21% 0;*/
    overflow: hidden;
    opacity: 0;
    text-align: center;
    display: table;
 	-webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.ss-lightbox-single:hover .ss-lightbox-single-overlay {
    opacity: 1;
}
.ss-lightbox-single a {
    width: 90px;
    height: 90px;
    border: solid 2px rgba(255, 255, 255, 0.75);
    font-size: 32px;
    display: inline-block;
    padding: 27px 0;
}
.ss-lightbox-single a:hover {
	color: #fff;
}






.section-content {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}



/*---------------------------------------------------------------------------------*/
/*	8.	Portfolio(Last Works)
/*---------------------------------------------------------------------------------*/

.works-header {
	font-size: 0.875em;
	line-height: 1.5em;
    margin-bottom: 60px;
}
/*Base Portfolio*/
.portfolio-button-group {

	margin-bottom: 30px;

	text-align: left;

}
.center-align {
	text-align: center;
}
.right-align {
	text-align: right;
}
.left-align {
	text-align: left;
}
.portfolio-button-group input[type=radio], .portfolio-button-group input[type=checkbox] {
	display: none;
}
.portfolio-button-group label {
	background-color: none;
	color: #ff546c;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.5em;
    border: solid 1px #ff546c;
	cursor: pointer;
	padding: 6px  7px;
	display: inline-block;

	float: none;
	margin: 0;
	width: none;
	text-align: center;
	width: auto;

	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.lightcolor label {
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.25);
}
.portfolio-button-group .radio-input-disabled {
    cursor: default !important;
}
.portfolio-button-group label:hover {
    border: solid 1px #ff546c;
	background-color: #ff546c;
    color: #fff;
}
.portfolio-button-group .radio-input-checked {
	border: solid 1px #ff546c;
	background-color: #ff546c;
    color: #fff;
}
.blog-paginator {
    display: inline-block;
    margin-top: 60px;
    text-align: center;
    width: 100%;
}
.portfolio-paginator {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 60px;
}
.portfolio-paginator.center-align {
    text-align: center;
}
.portfolio-paginator ul, .blog-paginator ul {
    display: inline-block;
}
.portfolio-paginator ul li {
    float: left;
    margin-right: 5px;
    list-style: none;
}
.portfolio-paginator ul li a, .blog-paginator ul li a {
    background-color: none;
	color: #133939;
	font-weight: bold;
	font-size: 0.875rem;
    line-height: 1em;
    border: solid 1px #c4cdcd;
	cursor: pointer;
	width: 40px;
    height: 40px;
	display: table;
    text-align: center;
    padding-top: 12px;

	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.portfolio-paginator ul li a:hover, .blog-paginator ul li a:hover {
    border: solid 1px #00b688;
	background-color: #00b688;
    color: #fff;
}
.portfolio-paginator ul li .current, .blog-paginator ul li .current {
    border: solid 1px #133939 !important;
    background-color: #133939 !important;
    color: #fff !important;
    cursor: default !important;
}
.hide-portfolio-paginator, .hide-blog-paginator {
    display: none;
}
.portfolio-items-container {
    display: block;

    -webkit-transition: height 0.5s ease-out;
	-moz-transition: height 0.5s ease-out;
	-ms-transition: height 0.5s ease-out;
	-o-transition: height 0.5s ease-out;
	transition: height 0.5s ease-out;
}
.portfolio-4col-gutter, .portfolio-3col-gutter, .portfolio-2col-gutter {
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
}
.portfolio-item {
    float: left;
    margin: 0 0 10px;
	padding: 0 5px;
	overflow: hidden;
}
.portfolio-item .inner-container {
    position: relative;
    width: 100%;
}

.portfolio-4col-gutter .portfolio-item {
    width: 25%;
}
.portfolio-3col-gutter .portfolio-item {
    width: 33.333333%;
}
.portfolio-2col-gutter .portfolio-item {
    width: 50%;
}
.portfolio-5col-nogutter .portfolio-item, .portfolio-4col-nogutter .portfolio-item, .portfolio-3col-nogutter .portfolio-item, .portfolio-2col-nogutter .portfolio-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0 0;
}
.portfolio-5col-nogutter .portfolio-item {
    width: 20%;
}
.portfolio-4col-nogutter .portfolio-item {
    width: 25%;
}
.portfolio-3col-nogutter .portfolio-item {
    width: 33.333333%;
}
.portfolio-2col-nogutter .portfolio-item {
    width: 50%;
}
.portfolio-item-overlay {
    background-color: rgba(38, 61, 123, 0.75);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 21% 0;
	overflow: hidden;
	opacity: 0;
	text-align: center;
    display: table;
   	-webkit-backface-visibility: hidden;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.item-view, .item-link {
	font-size: 1.5em;
	padding: 14px 12.65822784810127%;
	display: table-cell;
	margin: auto;

	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	-moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
	-ms-transition: opacity 0.3s ease, -ms-transform 0.3s ease;
	-o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
}


.item-view a {
	color: white;
}



.item-view {
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	-o-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}
.item-link {
	-webkit-transform: translate(30px, 0);
	-moz-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	-o-transform: translate(30px, 0);
	transform: translate(30px, 0);
}
.portfolio-item h3 {
	margin-top: 20px;

	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	transform: translate(0, 30px);

	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	-moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
	-ms-transition: opacity 0.3s ease, -ms-transform 0.3s ease;
	-o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.portfolio-item h3 a {
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
.portfolio-item a:hover {
	color: #000;
}
.portfolio-item .portfolio-item-image {
	overflow: hidden;
}
.portfolio-item .portfolio-item-image img{
	width: 100%;
}
.portfolio-item .portfolio-item-image img {
	-webkit-transition: -webkit-transform 0.8s ease-out;
	-moz-transition: -moz-transform 0.8s ease-out;
	-ms-transition: -ms-transform 0.8s ease-out;
	-o-transition: -o-transform 0.8s ease-out;
	transition: transform 0.8s ease-out;
}
.portfolio-item:hover .portfolio-item-image img {
	-webkit-transform: scale(1.3, 1.3) rotate(10deg);
	-moz-transform: scale(1.3, 1.3) rotate(10deg);
	-ms-transform: scale(1.3, 1.3) rotate(10deg);
	-o-transform: scale(1.3, 1.3) rotate(10deg);
	transform: scale(1.3, 1.3) rotate(10deg);
}
.portfolio-item-image a img {
    position: relative;
    -webkit-backface-visibility: hidden;
}
.portfolio-item:hover .portfolio-item-overlay {
	opacity: 1;
}
.portfolio-item:hover .item-view,
.portfolio-item:hover .item-link {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.portfolio-item:hover h3 {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.item-buttons {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.portfolio-item-overlay .item-buttons > div:not(:first-child) {
	border-left: solid 1px rgba(255, 255, 255, 0.25);
}

/*Portfolio Single*/
.portfolio-single-1-header h2 {
    font-weight: bold;
    margin-bottom: 0.75em;
    font-size: 1.5rem;
    line-height: 1.5em;
}
.portfolio-single-1 a {
    color: #133939;
}
.portfolio-single-1 a:hover {
    color: #00b688;
}
.portfolio-single-1 .portfolio-info-container {
    padding-left: 66px;
}


.portfolio-single-1-title {
	font-size: 1.375rem;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.portfolio-single-two-third .portfolio-single-1-title {
	font-size: 1.125rem;
	margin-top: 8px;
}
.portfolio-single-two-third .portfolio-more-info h3 {
	font-size: 1.125rem;
	font-weight: bold;
}
.portfolio-single-1-desc p:last-child {
    margin-bottom: 0;
}
.portfolio-single-1 .entry-meta {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 30px;
}
.entry-meta .icon {
    padding-right: 5px;
}
.portfolio-single-1 .entry-meta .sep {
    padding: 0 4px;
}
.portfolio-single-1 .meta p {
    margin-bottom: 10px;
}
.portfolio-single-1 .meta p:last-child {
    margin-bottom: 0;
}
.portfolio-single-1 .meta a {
    color: #34c099;
}
.portfolio-single-1 .meta a:hover {
    color: rgba(52, 192, 153, 0.5);
}
.portfolio-single-1 .social-sharing {
	display: inline-block;
	width: 100%;
    margin-top: 30px;
}
.portfolio-single-1 .social-sharing ul li {
    float: left;
    margin-right: 15px;
    list-style: none;
}
.portfolio-single-1 .social-sharing ul li a {
    font-size: 1rem;
}
.portfolio-meta-separator {
    width: 100%;
}
.meta-separator-inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.portfolio-meta-separator {
    margin-top: 30px;
    margin-bottom: 60px;
}
.portfolio-meta-separator .icon {
    color: #ddd;
    padding: 0 12px;
}
.meta-separator-left-line, .meta-separator-right-line {
    height: 1px;
    position: absolute;
    width: 43%;
    top: 50%;
    margin-top: -1px;
    background-color: #ddd;
}
.meta-separator-left-line {
    left: 0;
}
.meta-separator-right-line {
    right: 0;
}
.portfolio-single-1 figure {
    margin-bottom: 60px;
}
.portfolio-single-1-full .portfolio-info-container {
    padding-left: 0;
    display: inline-block;
}
.portfolio-single-1-full .portfolio-more-info {
    padding-left: 66px;
}
.portfolio-single-1-full .portfolio-more-info h3 {
	font-weight: bold;
	font-size: 1.125rem;
}
.section-header-2 .portfolio-meta-separator {
    margin-bottom: 20px;
}

.portfolio-featured {
    margin: 0 -47px;
    display: inline-block;
}
.portfolio-featured-item {
    width: 50%;
    float: left;
    padding: 0 47px;
    margin-bottom: 30px;
}
.portfolio-featured-item p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-bottom: 60px;
}
.portfolio-featured-item-image {
    position: relative;
    width: 100%;
    display: inline-block;
}
.portfolio-featured-overlay {
    background-color: rgba(0, 182, 136, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    display: table;
 	-webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.portfolio-featured-item-image:hover .portfolio-featured-overlay {
    opacity: 1;
}
.portfolio-featured-item-image a {
    width: 90px;
    height: 90px;
    border: solid 2px rgba(255, 255, 255, 0.75);
    font-size: 32px;
    display: inline-block;
    padding: 27px 0;
}
.portfolio-featured-item-image a:hover {
	color: #fff;
}


.item-overlay-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}







.map-canvas {
    width: 100%;
    height: 300px;
}
