@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body,
html {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: "Montserrat";
	color: #6f6f6f;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

.container {
	padding: 30px 65px 0px 65px;
}

.container-nav {
	padding: 20px 15px 20px 35px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1 {
	font-weight: bold;
	font-size: 36px;
	text-transform: capitalize;
	color: #000000;
}
h1 small { text-transform: lowercase }
h2 {
	line-height: 24px;
	font-weight: 300;
}
h5 { font-size: 14px }
p { font-size: 14px }
a {
	color: inherit;
	transition: all 0.5s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #DF3B25;
}
.highlight { color: #DF3B25 }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }

.color {
    background-color: #DF3B25;
    border-color: #DF3B25;
}
.color:focus,
.color:hover {
	 border-color: #333333;
	 background-color: #DF3B25;
}

.btn-menu-li {
    margin-left: 20px;
}

.btn-go-to {
    width: auto;
}

.section-title-banner {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    /*margin-top: -490px;*/
    margin-bottom: 20px;
    font-weight: bold;

    color: #000000;
}



.footer-artek-privacy-policy {
    margin-left:105px;
    white-space: nowrap;
}

.footer-artek-terms-of {
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
}

.footer-artek-reserve {
    margin-left: 0;
    font-size: 10px;
    white-space: nowrap;
}


#tf-footer .container img{
    height: 50px;
    width: auto; 
    margin-top: -20px;
}

.section-sub-title-banner {
    top: 312.8px;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    margin-bottom: 40px;
}

.section-title {
    font-family: 'Montserrat';
    font-size: 36px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    line-height: 43.88px;
    margin-bottom: 20px;
}

.section-sub-title {
    font-family: 'Montserrat';
    width: 426px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
}

.img-two-corner {
	border-radius: 40px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

.right-content{
	/*padding: 15px;*/
	height: auto;
	width: 35%;
	float: left;
}

.left-content {
	/*padding: 15px;*/
	height: auto;
	width: 60%;
	float: right;
}

.right-content1{
	/*padding: 15px;*/
	height: auto;
	width: 49%;
	float: left;
}

.left-content1 {
	padding: 15px;
	height: auto;
	width: auto;
	/*float: right;*/
}



.img-rounded-standard {
	border-radius: 10px;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.box-title {
	margin: 25px 25px 0 25px;
}

.title-group {
	font-size: 12px;
	color: #000000;
	font-weight: 500;
	/*margin-bottom: 20px;*/
}

.title-box {
	font-size: 24px;
	color: #000000;
	font-weight: 500;
}

#box-sub {
    
    margin-left: -10px;
    white-space : nowrap;
	margin-top: 40px;
	display: flex;
	/*vertical-align: bottom;*/
}

.color-red {
	color: #DF3B25;
	font-weight: 600;
}

.color-white {
	color: #fff;
}

.color-black {
	color: #000;
}

.mt-1 {
	margin-top: 15px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}


.btn-circle-rounded {
	 text-align: center;
	 margin: 60px 0;
}

.btn-circle-rounded i.fa {
	 text-align: center;
	 font-size: 30px;
	 background-color: #DF3B25;
	 color: #ffffff;
	 padding: 25px 0;
	 border-radius: 50px;
	 margin: 0 10px;
	 margin-right: 20px;
	 width: 82px;
	 height: 80px;
	 transition: background-color 0.5s;
}
.btn-circle-rounded:hover i.fa { background-color: #333333 }


.no-border {
	border: none;
}

.input-border {
	border: 1px solid #ccc;
	height: 80px;
	margin-left: 15px;
	vertical-align: middle;
	padding: 15px;
	border-radius: 2px;
	margin-bottom: 20px;
}

.input-border-2 {
	border: 1px solid #ccc;
	height: 80px;
	margin-left: 35px;
	vertical-align: middle;
	padding: 15px;
	border-radius: 2px;
	margin-right: -10px;
}



/* Navigation */
#tf-menu {
    margin-bottom: 0;
    background-color: #ffffff;
    /*padding: 0px 0px 20px 0px;*/
    height: auto;
}
.navbar-brand img {
    height: 50px;
    width: auto;
}
/*.navbar-brand { padding: 12px 15px }*/
.navbar-nav > li > a {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 8px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #DF3B25;
    /*border-bottom: 4px solid #DF3B25;*/
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #DF3B25 }
/* Header Page */
#tf-header {
    padding: 20px 0;
    background: #DF3B25;
    margin-top: 70px;
    color: #ffffff;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}
#tf-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #ffffff }

/* Home Style */
#tf-homepage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    background-image: url('/user-uploads/homepage/a59fb196e88bd04024cec67ef7cd19c5.png');
}

#homepage {
	/*margin-top: 6%;*/
	width: auto;
    height: 763px;
    padding: 10% 0;
    background-attachment: fixed;
}

/*.home-container {
	padding: -20px;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: -410px;
}

.title-container {
	margin-top: 250px;
}


#tf-home .img-right {
	margin-right: -200px;
	float: left;
	display: block;
	max-width: 30%;
	height: auto;
}

#tf-home .img-left {
	margin-left: -200px;
	float: right;
	display: block;
	max-width: 30%;
	height: auto;
}*/

/*#tf-home h1 { 
    color: #000000;
    font-weight: 700;
    line-height: 43.88px;
}

.content-heading p.lead { margin-bottom: 80px }*/
a.goto-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    transition: all 0.5s;
}

a.goto-btn:hover {
    color: #ffffff;
    border-bottom: 2px solid #DF3B25;
}

/* Group Section */
#tf-groups,
#group { 
	max-width: 100%;
	max-height: 100%;
	background-color: #ffffff;
}

.selector {
  /*position: absolute;*/
  /*margin-top: 100px;*/
  /*left: 35%;
  top: 70%;
  width: 45%;
  height: 50%;*/
  
}

.selector button {
  position: relative;
  width: 220px;
  height: 220px;
  /*padding: 10px;*/
  left: 45%;
  top: 240px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all .1s;
  border: 2px solid #ddd;
}

/*.selector button:hover { background: #3071a9; }

.selector button:focus { outline: none; }*/

.selector ul {
  position: absolute;
  list-style: none;
  /*padding: 0;*/
  /*margin: 0;*/
  /*top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;*/
}

.selector li {
  position: absolute;
  /*width: 100%;
  height: 100%;
  margin: 0 50%;*/
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}

/*.selector li input { display: none; }*/

.selector li div {
  position: absolute;
  left: 50%;
  bottom: 100%;
  background: #fff;
  border-radius: 50%;
  font-size: 1px;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

/*.selector li input + label:hover { background: #f0f0f0; }*/

/*.selector li input:checked + label {
  background: #5cb85c;
  color: white;
}*/

/*.selector li input:checked + label:hover { background: #449d44; }*/

.selector.open li div {
	/*text-align: center;
	font-size: 30px;*/
	background-color: #d4d2d2;
	color: #ffffff;
	padding: 5px;
	border-radius: 200px;
	border-bottom-left-radius: 0;
	/*margin-right: 40px;*/
	width: 150px;
	height: 150px;
	/*transition: background-color 0.5s;*/
	transform: rotate(-25deg);
}

.selector.open li div img {
	border: 2px solid #ddd;
	text-align: center;
	font-size: 30px;
	background-color: #ffffff;
	color: #ffffff;
	/*padding: 10px;*/
	border-radius: 200px;
	/*border-bottom-left-radius: 0;*/
	margin-right: 40px;
	width: 140px;
	height: 140px;
}

/*.selector.open li > div > a > img {
	 border: 2px solid #ddd;
	 background-color: #ffffff;
	 padding: 2px;
	 border-radius: 200px;
	 margin-right: 40px;
	 width: 140px;
	 height: 140px;
	 object-fit: fill;
}*/


/* Campain Section */
#tf-campains,
#campain { 
	/*padding: 30px 30px 30px 30px;*/
	height: auto;
	background-color: #fff;
	background-image: radial-gradient(#ededed 10%, transparent 11%),radial-gradient(#ededed 10%, transparent 11%);
	background-size: 30px 30px;
	background-position: 0 0, 30px 30px;
	background-repeat: repeat; 
}

/*.section-campain {
	background-image: radial-gradient(#ededed 10%, transparent 11%),radial-gradient(#ededed 10%, transparent 11%);
	background-size: 30px 30px;
	background-position: 0 0, 30px 30px;
	background-repeat: repeat; 
}*/

#container-campain .box { 
	height: 420px;
	border-radius: 0px 50px 8px 8px;
	margin: 10px 10px 50px 10px;
	background-color: #fff;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.img-brain {
	width: 700px;
	height: 700px;
	margin-left: -200px;
}

#container-campain .box img { 
   border-radius: 0px 50px 0px 0px;
   width: 100%;
   height: 250px;
}

#container-campain .box h5 {
	 padding: 10px 0;
	 margin: 0;
}

#box-sub a{
	text-align: right;
}


/* Managemant Section */
#tf-managemants,
#managemant { 
	padding: 30px 0;
	height: auto;
	background-color: #fff;
}

#managemant .right-content{
	height: 300px;
}

.img-management {
    margin-left: -5%;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 10px;
	width: 39%;
}


/* Article Section */
#tf-articles,
#article {
	padding: 30px 0;
	height: auto;
	background-color: #fff;
	background-image: radial-gradient(#ededed 10%, transparent 11%),radial-gradient(#ededed 10%, transparent 11%);
	background-size: 30px 30px;
	background-position: 0 0, 30px 30px;
	background-repeat: repeat; 
}

.banner-article {
	margin-top: -433px;
    margin-left: 300px;
    /* top: 0; */
    position: absolute;
}

#container-article {
	margin-top: 40px;
	/*margin-left: -30px;
	margin-right: -30px;*/
}

#container-article .box { 
	height: 450px;
	border-radius: 0px 50px 8px 8px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

#container-article .box img { 
   border-radius: 0px 50px 0px 0px;
   width: 100%;
   height: 250px;
}

#container-article .box h5 {
	 padding: 10px 0;
	 margin: 0;
}

/* Isotope Filter */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
	 /* change duration value to whatever you like */
	 -webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}
.isotope-item {
	 margin-right: -1px;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
.isotope {
	 -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	 transition-property: height, width;
}
.isotope .isotope-item {
	 -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property: -moz-transform, opacity;
	 transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
	 font-size: 14px;
	 background: #f1f1f1;
	 border: 1px solid #333;
	 letter-spacing: 2px;
	 color: #333;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 padding: 10px 35px;
	 border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	 background: #ffffff !important;
	 background: rgba(255, 255, 255, 0.57) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close { opacity: 1 }
.nivo-lightbox-error {
	 color: #C59A6D !important;
	 text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	 background: #fff;
	 -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	 -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	 box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	 border-top: 4px solid #DF3B25;
}


/* Contact Section */
#tf-kontaks,
#kontak {
	/*padding: 62px 62px 0px 62px;*/
	/*height: auto;*/
	/*background-color: #F4F4F4;*/
	/*border-top-right-radius: 30px;*/
}

.container-rounded {
	border-top-right-radius: 50px;
}

.kontak-container {
	padding: 62px 62px 40px 62px;
	margin-left: 15px;
	margin-right: 15px;
	border-top-right-radius: 50px;
	background-color: #F4F4F4;
}

#kontak .left-content {
	/*height: auto;*/
	width: 65%;
}

.item-image-slider .overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    padding: 10% 0;
    background-attachment: fixed;
}

.banner-overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    padding: 10% 0;
    background-attachment: fixed;
}


/* ================== WORK PAGE ===============================  */
/* Home Style */
#tf-work-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    display: block;
}

#tf-work-banner-detail {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    display: block;
}

#tf-work-banner-detail .overlay {
    width: auto;
    height: 700px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    padding: 10% 0;
    background-attachment: fixed;
}

#tf-work-banner .overlay {
    width: auto;
    height: 400px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    padding: 10% 0;
    background-attachment: fixed;
}

.work-banner-client {
	width: 60%;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	vertical-align: middle;
	line-height: 44px;
	margin-top: 100px;
	margin-bottom: 20px;
	margin-left: 150px;
}

.content-heading .work-banner-client {
    width: 60%;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	vertical-align: middle;
	line-height: 44px;
	margin-top: 100px;
	margin-bottom: 20px;
	margin-left: 65px;
}

.content-heading .work-banner-title {
    width: 90%;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 44px;
	margin-top: 2%;
	margin-bottom: 100px;
	margin-left: 65px;
}

.content-heading .work-banner-subcompany {
    width: 60%;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	vertical-align: middle;
	line-height: 44px;
	margin-left: 65px;
}

.work-banner-quote {
    width: 90%;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 44px;
	margin-top: 2%;
	margin-bottom: 100px;
	margin-left: 30px;
}

.work-banner-title {
	width: 90%;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 44px;
	margin-top: 2%;
	margin-bottom: 100px;
	margin-left: 30px;
}

.work-banner-subcompany {
	width: 60%;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	vertical-align: middle;
	line-height: 44px;
	margin-left: 150px;
}

.subcompany-service-name {
    margin-top : 50px;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #797979;
}

.subcompany-title {
    margin-top : 15px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
}


.box-owner h1 {
    margin-top: 0px; 
    text-transform: unset; 
    line-height: 45px;
}

.box-owner h3 {
    line-height: 40px; 
    color: #000000;
}

#tf-work-ceo,
#work-ceo {
	padding: 30px 0;
	height: auto;
	background-color: #fff;
}

#work-ceo img{
	border-radius: 10px;
}

.box-2 {
	padding-top: 250px;
	height: 370px;
	width: 300px;
	background-repeat: no-repeat;
	border-radius: 10px;
	background-size: contain;
	box-shadow: inset 0px -100px 80px rgba(0,0,0,0.4);
    padding: 10px;
    border: 1px solid grey;
}

.box-2-title {
	margin-top: 100%;
	margin-left: 20px;
}

.box-3 {
	height: 340px;
	background-size: cover;
	border-radius: 10px;
	box-shadow: inset 0px -100px 80px rgba(0,0,0,0.4);
    padding: 10px;
    border: 1px solid grey;
}

.box-3-title {
	padding-top: 90%;
	margin-left: 20px;
}

.box-4 {
	height: 470px;
	border-style:solid;
	border-width: 2px;
	border-color:white;
}

.box-4-title {
	padding-top: 90%;
}

.heading-box-title {
	font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    /*white-space: nowrap;*/
}

.sub-heading-box-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
}

/* Work History Section */
#tf-historys,
#history { 
	padding-top: 30px;
	background-color: #fff;
	margin-bottom: 100px;
}

#history .left-content{
    /*margin-top: 50px;*/
	height: 400px;
}

#tf-historys-grafik {
	width: 100%;
	height: 1100px;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-image: url('/../user-uploads/about/journey.png');*/
}
.container-relative {
	display: flex;
	/*display: none;*/
}

.img-history {
	left: 15%;
	background-size: cover;
	width: 700px;
}

.history-1 {
	/*height: auto;*/
	/*width: 400px;*/
	margin-top: -855px;
	margin-left: 210px;
}

.history-2 {
	/*height: auto;*/
	/*width: 260px;*/
	margin-top: -390px;
	margin-left: -100px;
}

.history-3 {
	/*height: auto;*/
	/*width: 260px;*/
	margin-top: -930px;
	margin-left: -130px;
}

.history-4 {
	/*height: auto;*/
	/*width: 260px;*/
	margin-top: -320px;
	margin-left: -80px;
}

#tf-visi-misi,
#visi-misi {
	/*margin-top: -300px;*/
}

.left-content1-container {
	width: 100%;
	height: auto;
	vertical-align: middle;
	padding: 15px;
}




#tf-group1,
#group1 {
	margin: 20px;
}

.container-group {
	/*vertical-align: middle;*/
	/*margin-right: 50%;*/
	/*margin-left: 10%;*/
	margin-top: 30%;
    margin-left: -20%;
	height: 580px;
	/*margin-left: 50%;*/
}

.selector1{
	position: relative;
    /* margin: 50%; */
    top: 40%;
    left: -20%;
}

.selector1 ul {
  list-style: none;
  transform: rotate(-25deg);
}

.selector1 li {
  /*position: absolute;*/
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}

.selector1 li div {
  position: absolute;
  left: 50%;
  bottom: 100%;
  background: #fff;
  border-radius: 50%;
  font-size: 1px;
  display: none;
  cursor: pointer;
  /*box-shadow: none;*/
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.selector1.open li div {
	background-color: #d4d2d2;
	color: #ffffff;
	padding: 5px;
	display: block;
	border-radius: 200px;
	border-bottom-left-radius: 0;
	width: 150px;
	height: 150px;
	margin: 85px;
	/*transform: rotate(-25deg);*/
}

.selector1.open li div img {
	/*border: 2px solid #ddd;*/
	text-align: center;
	font-size: 30px;
	background-color: #ffffff;
	color: #ffffff;
	border-radius: 200px;
	margin-right: 40px;
	width: 140px;
	height: 140px;
}

.selector1 button {
	position: relative;
	width: 220px;
	height: 220px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 0;
	color: white;
	margin-top: -120px;
	margin-left: 40%;
	font-size: 20px;
	/* cursor: pointer; */
	box-shadow: 0 0 80px #ccc;
	transition: all .1s;
	border: 2px solid #ddd;
}

.selector1 button img {
    padding: 20px; 
    text-align: center; 
    width: 200px;
}

/*.selector1 div {
	display: none;
}*/

/*.selector button:hover { background: #3071a9; }

.selector button:focus { outline: none; }*/





/*.selector li input { display: none; }*/



/*.selector li input + label:hover { background: #f0f0f0; }*/

/*.selector li input:checked + label {
  background: #5cb85c;
  color: white;
}*/

/*.selector li input:checked + label:hover { background: #449d44; }*/





/* EXPERIENCE */
#tf-partner {
	margin-bottom: 15px;
}

.section-content {
	background-color: #f3f3f3;
	border-radius: 0px 50px 0px 0px;;
}

#tf-partner .box-partner {
	height: 270px;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	/*border-style:solid;
	border-width: 5px;
	border-color:white;*/
}




/* WORK 1 */
#tf-work1 {
    /*background: url(../img/bg/01.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;*/
    /*color: #cfcfcf;*/
}



#tf-work1.slider { 
	background: none;
	margin-top: 5%;
}

#tf-work1.slider { padding: 0 }
.carousel-caption {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators {
    position: absolute;
    /*bottom: 60px;*/
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    /*margin-left: -30%;*/
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #E5B112;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }

.content-text {
	margin-top: 12%;
	margin-left: 100px;
}

.item-image-slider {
	/*width: 700px;*/
	/*height: 400px;*/
}




/* Group Section */
#tf-content,
#content { 
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 100px;
	max-width: 100%;
	max-height: 100%;
	background-color: #ffffff;
}

.releated-portfolio {
	margin-left: -50px;
	margin-right: -50px;
}



.body-content {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
	margin-top: 64px;
}

.body-content p {
    font-size: 18px;
}



/* Intro Section */
#tf-intro {
	 background-color: #e5b112;
	 padding: 5% 0;
	 color: #ffffff;
	 text-align: center;
}
#tf-intro img.intro-logo {
	 margin: 0 auto;
	 margin-bottom: 30px;
}

/* Service Section */
#tf-services { padding: 60px 0 }
.section-header {
	 /*padding: 0px 0px 40px 40px;*/
	 /*text-align: center;*/
}
.section-header h2 { text-transform: uppercase }
.section-header h5 { 
    font-size: 18px;
	font-family: 'Montserrat';
	color: #000000;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
}
.fancy {
	 line-height: 0.5;
	 text-align: center;
	 margin-bottom: 40px;
	 margin-top: 20px;
}
.fancy span {
	 display: inline-block;
	 position: relative;
}
.fancy span:before,
.fancy span:after {
	 content: "";
	 position: absolute;
	 height: 5px;
	 border-bottom: 1px solid #f1f1f1;
	 top: 15px;
	 width: 400px;
}
.fancy span:before {
	 right: 100%;
	 margin-right: 10px;
}
.fancy span:after {
	 left: 100%;
	 margin-left: 10px;
}
/* service lists */
.service { margin-bottom: 20px }
.service .media-right i.fa {
	 text-align: center;
	 font-size: 30px;
	 background-color: #DF3B25;
	 color: #ffffff;
	 padding: 25px 0;
	 border-radius: 50px;
	 border-top-left-radius: 0;
	 margin: 0 10px;
	 margin-right: 20px;
	 width: 82px;
	 height: 80px;
	 transition: background-color 0.5s;
}
.service .media-left i.fa {
	 text-align: center;
	 font-size: 30px;
	 background-color: #DF3B25;
	 color: #ffffff;
	 padding: 25px 0;
	 border-radius: 50px;
	 border-top-right-radius: 0;
	 margin: 0 10px;
	 margin-left: 20px;
	 width: 82px;
	 height: 80px;
	 transition: background-color 0.5s;
}
.process:hover i.fa,
.service:hover i.fa { background-color: #333333 }
h4.media-heading {
	 margin-top: 0;
	 margin-bottom: 5px;
	 font-size: 16px;
	 font-weight: 400;
	 text-transform: uppercase;
	 color: #333;
	 line-height: 20px;
}
/* About Us */
#tf-about { padding: 40px 0 }
.gray-bg { background-color: #f3f3f3 }
.img-wrap .profile-img {
	 position: relative;
	 margin-bottom: 40px;
}
.profile-img .social {
	 position: absolute;
	 z-index: 1;
	 bottom: -10px;
	 left: 50px;
}
.about-right-content { padding: 40px 0 }
.about-left-content { padding-bottom: 60px }
.about-left-content h2,
.about-left-content h2 small { color: #333 }
.about-left-content h2 small { font-weight: 300 }
ul.social li a.fa {
	 background: #FFCC32;
	 width: 50px;
	 height: 50px;
	 padding: 15px;
	 text-align: center;
	 margin-right: -5px;
	 font-size: 20px;
	 color: #ffffff;
	 margin-bottom: 0;
}
ul.social li a.fa:hover { background-color: #333333 }
/* Skills Progress Bar */
.progress {
	 height: 12px;
	 margin-bottom: 20px;
	 overflow: hidden;
	 background-color: #999999;
	 border-radius: 0;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
.progress-bar {
	 float: left;
	 width: 0;
	 height: 100%;
	 font-size: 12px;
	 line-height: 20px;
	 color: #fff;
	 text-align: center;
	 background-color: #FFCC32;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 -webkit-transition: width .6s ease;
	 -o-transition: width .6s ease;
	 transition: width .6s ease;
}
.skills {
	 margin-top: 30px;
	 padding: 20px 0;
}
.skillset p {
	 font-size: 13px;
	 margin-bottom: 5px;
}
/* Counter */
#tf-counter {
	 border-top: 1px solid #D1D1D1;
	 border-bottom: 1px solid #D1D1D1;
}
.facts { padding: 0 }
.facts .count-box { position: relative }
.count-box {
	 -webkit-backface-visibility: hidden;
	 border-left: 1px solid #d3d3d3;
	 padding: 40px 0;
	 margin: 0;
	 overflow: hidden;
	 transition: all 0.5s;
	 transform: translateX(0px) translateY(0%);
	 -webkit-transform: translateX(0px) translateY(0%);
	 -moz-transform: translateX(0px) translateY(0%);
	 -ms-transform: translateX(0px) translateY(0%);
	 -o-transform: translateX(0px) translateY(0%);
}

.hover-bg img {
    width="600"
      height="337"
      style="width: 300px; height: 337px;"
}
/*.count-box .hover-bg{ 
  position: absolute;
  display: block;
  background-color: #FFCC32;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
  transform: translateX(0px) translateY(150px);
  -webkit-transform: translateX(0px) translateY(150px);
  -ms-transform: translateX(0px) translateY(150px);
	 -o-transform: translateX(0px) translateY(150px);
	 opacity: 0;
}
.count-box:hover .hover-bg{
  background: #FFCC32;
  color: #fff !important;
  transform: translateX(0px) translateY(-40px);
	 -webkit-transform: translateX(0px) translateY(-40px);
	 -moz-transform: translateX(0px) translateY(-40px);
	 -ms-transform: translateX(0px) translateY(-40px);
	 -o-transform: translateX(0px) translateY(-40px);
	 opacity: 1;
}*/
.count-box:hover,
.count-box:hover > i.fa { color: #ffffff }
.count-box:hover {
	 -webkit-backface-visibility: hidden;
	 background-color: #e5b112;
}
.counter i.fa {
	 font-size: 40px;
	 color: #DF3B25;
}
.count-box.last { border-right: 1px solid #d3d3d3 }
/* Portfolio / Works Sections */
#tf-team { padding: 60px 0 }
#team .item {
	 padding: 30px 0px;
	 margin: 5px 20px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
}
.item .hover-bg {
	 position: relative;
	 overflow: hidden;
}

.hover-bg .hover-text {
	 position: absolute;
	 display: block;
	 bottom: 0;
	 width: 100%;
	 height: 25%;
	 padding: 20px;
	 color: #ffffff;
	 transition: all 0.8s;
	 -webkit-transition: all 08s;
	 -moz-transition: all 0.8s;
	 -o-transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
	 transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 -webkit-transform: translateX(100%) translateY(-90%);
	 transform: translateX(100%) translateY(-90%);
	 opacity: 1;
	 background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
	 -webkit-transform: translateX(0%) translateY(-90%);
	 transform: translateX(0%)  translateY(-90%);
	 opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
	 width: 15px;
	 height: 15px;
	 margin: 5px;
	 background: #bababa;
}
/* Why Us or Features Section */
#tf-features,
#feature { padding: 60px 0 }
.features-content { padding: 0 30px 0 }
.features-content h4 {
	 text-transform: uppercase;
	 margin-bottom: 20px;
	 color: #333333;
}
.nav.nav-pills > li > a {
	 position: relative;
	 display: block;
	 background-color: #ffffff;
	 padding: 25px;
	 border-bottom: 3px solid #cccccc;
	 text-transform: uppercase;
	 margin-bottom: 5px;
}
.nav.nav-pills > li > a small {
	 text-transform: lowercase;
	 font-style: italic;
}
.nav.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	 color: #fff;
	 background-color: #E5B112;
	 padding: 25px;
	 border-bottom: 3px solid #996600;
}
.nav-pills > li > a { border-radius: 4px }
ul.features li span.fa {
	 font-size: 35px;
	 vertical-align: middle;
	 margin-right: 20px;
	 float: left;
	 clear: both;
	 margin-top: 5px;
}
/* Portfolio or works blocks */
#tf-works { padding: 60px 0 }
ul.cat { margin: 30px 0 }
ul.cat li a {
	 background: inherit;
	 border: 1px solid;
	 padding: 5px 10px;
	 border-radius: 3px;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
	 background: #f1f1f1;
	 border: 1px solid;
	 padding: 5px 10px;
	 border-radius: 3px;
	 color: inherit;
}
.nopadding { padding: 0 }
.box a { margin: 2px }
.box .hover-bg {
	 position: relative;
	 overflow: hidden;
}
.box .hover-bg .hover-text {
	 height: 100%;
	 bottom: 0;
	 -webkit-transform: translateX(0%) translateY(0%);
	 transform: translateX(0%) translateY(0%);
	 background: transparent;
}
.box:hover .hover-bg .hover-text { background-color: rgba(1, 1, 1, 0.5) }
.box .hover-bg:hover .hover-text.off {
	 -webkit-transform: translateX(0%) translateY(0%);
	 transform: translateX(0%)  translateY(0%);
	 opacity: 1;
}
.box .hover-text i.fa {
	 font-size: 20px;
	 background: #e5b112;
	 padding: 13px;
	 position: relative;
	 top: 40%;
	 border-radius: 50%;
	 width: 45px;
	 height: 45px;
	 transition: all 0.5s;
}
.box .hover-text i.fa:hover { background: #333333 }
.box .hover-text i.fa.fa-expand {
	 border-top-right-radius: 0;
	 -webkit-transform: translateX(-400%) translateY(0%);
	 transform: translateX(-400%)  translateY(0%);
	 opacity: 0;
	 transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-expand {
	 -webkit-transform: translateX(0%) translateY(0%);
	 transform: translateX(0%)  translateY(0%);
	 opacity: 1;
}
.box .hover-text i.fa.fa-chain {
	 border-top-left-radius: 0;
	 -webkit-transform: translateX(400%) translateY(0%);
	 transform: translateX(400%)  translateY(0%);
	 opacity: 0;
	 transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-chain {
	 -webkit-transform: translateX(0%) translateY(0%);
	 transform: translateX(0%)  translateY(0%);
	 opacity: 1;
}
/* Style 2 - Not Fullwidth */
#itemsWorkThree .box,
#itemsWorkTwo .box { margin-bottom: 30px }
#itemsWorkTwo .hover-bg .hover-text { padding: 30% 0 }
#itemsWorkTwo .box:hover .hover-bg .hover-text {
	 background-color: rgba(255, 223, 125, 0.70);
	 border: 10px solid rgba(185, 156, 72, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
	 text-transform: capitalize;
	 color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
	 font-weight: 700;
	 text-transform: uppercase;
	 color: #000000;
	 -webkit-transform: translateX(0%) translateY(400%);
	 transform: translateX(0%)  translateY(400%);
	 opacity: 0;
	 transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
	 -webkit-transform: translateX(0%) translateY(0%);
	 transform: translateX(0%)  translateY(0%);
	 opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
	 font-size: 20px;
	 background: transparent;
	 padding: 13px;
	 position: relative;
	 top: 40%;
	 border-radius: 50%;
	 width: 45px;
	 height: 45px;
	 transition: all 0.5s;
	 border: 1px solid #ffffff;
}
#itemsWorkTwo .box .hover-text i.fa:hover { background: #333333 }
/* Portfolio Style #3 */
#itemsWorkThree .box h5 {
	 border: 1px solid #ddd;
	 padding: 10px 0;
	 margin: 0;
}

/* Single Portfolio Detail */
#work-detail-one,
#work-detail-two,
#work-detail-three { padding: 60px 0 }
.work-detail .dl-horizontal dt {
	 text-align: left;
	 margin-bottom: 10px;
}
.work-related-thumb { margin-bottom: 30px }
.work-related-thumb .img-thumbnail {
	 display: inline-block;
	 max-width: 100%;
	 height: auto;
	 padding: 0;
	 line-height: 1.42857143;
	 background-color: transparent;
	 border: 1px solid transparent;
	 border-radius: 0;
	 -webkit-transition: all .2s ease-in-out;
	 -o-transition: all .2s ease-in-out;
	 transition: all .2s ease-in-out;
}
.work-related-thumb .img-thumbnail:hover { opacity: 0.8 }
/* Process Section */
#tf-process { padding: 60px 0 }
.process i.fa {
	 text-align: center;
	 font-size: 30px;
	 background-color: #DF3B25;
	 color: #ffffff;
	 padding: 25px 0;
	 border: 4px solid #ffffff;
	 border-radius: 50px;
	 border-top-left-radius: 0;
	 margin: 0 10px;
	 margin-right: 20px;
	 width: 92px;
	 height: 90px;
	 transition: background-color 0.5s;
}
#tf-process .gray-bg { position: relative }
.gray-bg .vline {
	 position: absolute;
	 height: 100%;
	 padding: 5px;
	 border-left: 3px solid #ffffff;
	 left: 20%;
}
#process { padding: 60px 0 20px 0 }
.process { margin-bottom: 40px }
/* Pricing Section */
#tf-pricing { padding: 60px 0 }
.price h1 { font-size: 50px }
.price { text-align: center }
.price.panel-default { border-color: #333 }
.price.panel-default > .panel-heading {
	 font-size: 20px;
	 text-transform: uppercase;
	 font-weight: 600;
	 color: #FFF;
	 background-color: #333333;
	 border-color: inherit;
}
.price .panel-heading { padding: 30px 15px }
.price .panel-body { border-bottom: 1px solid }
.price ul.list-unstyled { padding: 20px }
.price ul.list-unstyled li { padding: 10px 0 }
.price ul.list-unstyled li small { margin-top: -10px }
/* Featured */
.price.featured {
	 -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
	 -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
	 box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
}
.price.featured.panel-default {
	 border-color: #DF3B25;
	 background-color: #ffffff;
	 margin-top: -20px;
	 position: relative;
	 z-index: 1;
	 margin-left: -5px;
	 margin-right: -5px;
}
.price.featured.panel-default { border-color: #DF3B25 }
.price.featured.panel-default > .panel-heading { background-color: #DF3B25 }
.featured .panel-body { margin-top: 20px }
.featured .panel-body,
.featured.panel-default > .panel-heading { border-color: #DF3B25 }
.featured .tf-btn { margin-top: 20px }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	 outline: 0;
	 outline: 0;
	 outline-offset: 0;
}
.btn:active,
.btn.active {
	 background-image: none;
	 outline: 0;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
.tf-btn {
	 font-size: 12px;
	 word-spacing: 2px;
	 font-weight: 700;
	 padding: 10px 20px;
	 /*background-color: #333333;*/
	 text-transform: uppercase;
	 /*border-color: #333333;*/
	 transition: all 0.5s;
}
.tf-btn:focus,
.tf-btn:hover {
	 background-color: #DF3B25;
	 border-color: #DF3B25;
}
/*.color {
	 background-color: #DF3B25;
	 border-color: #DF3B25;
}
.color:focus,
.color:hover {
	 border-color: #333333;
	 background-color: #DF3B25;
}*/
/* Blog Section */
#tf-blog,
#blog-post { padding: 60px 0 }
#blog-post a.btn { margin: auto 0 }
.post-wrap { position: relative }
.media.post {
	 background: #fff;
	 padding: 10px;
}
.post-wrap {
	 position: relative;
	 margin-bottom: 30px;
	 transition: all 0.5s;
}
.post-meta {
	 border-top: 1px solid #ebebeb;
	 background-color: #ffffff;
	 padding: 5px 10px;
	 height: auto;
	 position: relative;
	 min-height: 35px;
}
ul.metas li:after {
	 content: ' / ';
	 margin-right: 3px;
	 margin-left: 3px;
}
ul.metas li:last-child:after { content: ' ' }
ul.metas li a { color: #e5b112 }
.meta-detail {
	 background: #f4f4f4;
	 border-radius: 3px;
	 padding: 2px;
}
/* Contact Section */
/*********************************
/* Map Section
**********************************/
#tf-contact { padding: 60px 0 }
#map {
	 position: relative;
	 width: 100%;
	 height: 400px;
}
.contact-detail {
	 text-align: center;
	 margin: 60px 0;
}
.contact-detail i.fa {
	 text-align: center;
	 font-size: 30px;
	 background-color: #DF3B25;
	 color: #ffffff;
	 padding: 25px 0;
	 border-radius: 50px;
	 border-top-left-radius: 0;
	 margin: 0 10px;
	 margin-right: 20px;
	 width: 82px;
	 height: 80px;
	 transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #333333 }
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
	 border-color: inherit;
	 outline: 0;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
.form-control {
	 display: block;
	 width: 100%;
	 height: 44px;
	 padding: 10px 12px;
	 font-size: 14px;
	 line-height: 1.42857143;
	 color: #555;
	 background-color: #fff;
	 background-image: none;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 -webkit-transition: none;
	 -o-transition: none;
	 transition: none;
}

.form-control-dark {
	display: block;
	 width: 100%;
	 height: 70px;
	 padding: 10px 12px;
	 font-size: 14px;
	 line-height: 1.42857143;
	 color: #555;
	 background-color: #fff;
	 background-image: none;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 -webkit-transition: none;
	 -o-transition: none;
	 transition: none;
	background-color: #EFEFEF;
}
p.help-block.text-danger ul li {
	 display: block;
	 margin-left: -20px;
	 color: #DF3B25;
}
#success .alert-danger {
	 color: #DF3B25;
	 background-color: #FDFDFD;
	 border-color: #DF3B25;
	 margin-bottom: 10px;
}
/* Footer */
#tf-footer {
	 /*padding: 3% 0 2% 0;*/
	 background-color: #000000;
	 color: #ffffff;
}

.footer-right-content {
	width: 130%;
	margin-left: -10%;
	margin-bottom: 30px;
}

.row-footer {
    margin-right: 50px;
}

.font-12 {
	font-size: 12px;
}
ul.social li a i {
	 font-size: 18px;
	 background: transparent;
	 width: 32px;
	 height: 32px;
	 padding: 7px 0;
	 text-align: center;
	 border-radius: 50%;
	 border-top-left-radius: 0;
	 border: 1px solid transparent;
	 color: #ffffff;
	 transition: all 0.5s;
}
ul.social li a i:hover { border-color: #ffffff }
/* Blog Page */
.blog .media.post {
	 background: #fff;
	 padding: 10px;
	 border: 1px solid #E9E9E9;
	 border-bottom-color: transparent;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
}
.blog .post-meta {
	 border-top: 1px solid #ebebeb;
	 background-color: #ffffff;
	 padding: 5px 10px;
	 height: auto;
	 position: relative;
	 min-height: 35px;
	 border: 1px solid #ebebeb;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
	 position: relative;
	 float: left;
	 padding: 6px 12px;
	 margin-left: 0;
	 line-height: 1.42857143;
	 color: #FFFFFF;
	 text-decoration: none;
	 background-color: #DF3B25;
	 border: 1px solid #DF3B25;
	 margin: 3px 3px;
	 font-weight: 700;
	 text-transform: uppercase;
	 border-radius: 5px;
}
.pagination > li > a.active,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	 color: #FFFFFF;
	 background-color: #ddab15;
	 border-color: #ddab15;
}
/* Sidebar */
.widget {
	 margin-bottom: 40px;
	 padding: 0 20px;
}
.comment h4,
.widget h4,
h4.text-uppercase {
	 font-weight: 300;
	 color: #DF3B25;
}
.comment h4 span.comments { color: #333333 }
/* Search */
button.btn.btn-default {
	 padding: 11px 15px;
	 color: #ffffff;
	 background: #DF3B25;
}
/* Categories and Archive Widget */
ul.bullet-lists { margin-top: 20px }
ul.list-unstyled.bullet-lists li span.fa.fa-circle {
	 font-size: 8px;
	 vertical-align: middle;
	 margin-right: 10px;
	 color: #DF3B25;
}
ul.list-unstyled.bullet-lists li { padding: 5px 0 }
ul.list-unstyled.bullet-lists li:hover { color: #DF3B25 }
/* Post Tab */
.post-tab .nav-tabs > li > a {
	 margin-right: -1px;
	 line-height: 1.42857143;
	 border: 1px solid #ddd;
	 border-radius: 0px 0px 0 0;
}
.post-tab .list-group-item:first-child {
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
	 margin-top: -1px;
}
.post-tab .nav-tabs > li > a:hover,
.post-tab .nav-tabs > li > a:focus {
	 color: #FFF;
	 background-color: #FC3;
	 border: 1px solid #ddd;
	 border-bottom-color: transparent;
}
/* Tags */
ul.list-inline.bullet-lists li a { color: inherit }
ul.list-inline.bullet-lists li {
	 background: #F8F8F8;
	 padding: 5px 10px;
	 margin-bottom: 5px;
	 margin-right: 2px;
	 border: 1px solid #F4F4F4;
	 border-radius: 3px;
	 transition: all 0.3s;
}
ul.list-inline.bullet-lists li:hover { background: #DF3B25 }
/* Single Blog Post */
.blog-post .post-wrap img,
.work-detail img.featured { margin: 20px 0 }
ul.meta-tags li a { font-style: italic }
ul.meta-tags li:after { content: ',' }
ul.meta-tags li:last-child:after { content: ' ' }
/* Author Box */
.media.post-author {
	 background: #DF3B25;
	 padding: 20px;
	 margin-top: -1px;
}
.media.post-author a { content: inherit }
.blog-post .post-wrap {
	 padding: 20px;
	 margin-bottom: 0;
	 border: 1px solid #DDDDDD;
	 border-top-right-radius: 4px;
	 border-top-left-radius: 4px;
}
/* Comment */
.media.comment-block {
	 border: 1px solid #DDD;
	 padding: 20px;
}
.comment { margin-top: 40px }
.comment form { margin-top: -30px }
.comment input,
.comment textarea { margin-bottom: 15px }
