.header_title_inner font {
	position: relative;
	bottom: 20px;
}

.content_first_inner{
	width: 100%;
	background-size: cover;
	height: 528px;
	display:block;
	overflow:hidden;
}

.description_after_head {
	margin: 90px 0;
	color: #808080;
}

.description_after_head, .first_of_all {
	font-family: 'Lato',sans-serif;
	font-size: 24px;
	text-align: center;
}

.first_of_all {
	font-weight: bold;
	color: #3a3a3a;
	margin-bottom: 90px;
}

.work_together_inner{
	text-transform: uppercase;
	width: 40%;
	font-family:'Lato',sans-serif;
	color:#3498db;
	font-size: 26px;
	padding:15px 0;
	text-align: center;
	border-radius: 3px;
	border:1px solid #3498db;
	display:block;
	margin:100px auto 150px auto;
}

.work_together_inner:hover{
	background-color:#3498db;
	color:#fff;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s
    transition-delay:0;
}

.echipa .tab-header{
	font:normal 22px 'Montserrat',sans-serif;
	color:#3498db;
	padding-bottom: 40px;
}

.echipa .team-container {
	margin: 0 auto;
	text-align: center;
	height: 299px;
	overflow: hidden;
	cursor: pointer;
}

.echipa .hidden-container {
	background-color: #f7f7f7;
	display: none;
}

.echipa .team-container .inner {
	padding-top: 30px;
}

.echipa .team-container .thumbnail-poza {	
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*.echipa .team-container:hover .thumbnail-poza {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
*/
.echipa .team-container:hover {
	overflow: visible;
	background-color: #f7f7f7;
	position: relative;
	z-index: 999;
}

.echipa .team-container:hover .inner {
	height: auto;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.57);
	-moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.57);
	box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.57);
}

.echipa .team-container:hover .hidden-container{
	display: block;
}

.echipa .thumbnail-poza {
	display: block;
	margin: 0 auto;
}

.echipa .name {
	color: #2c3e50;
	font:bold 24px 'Montserrat',sans-serif;
	margin: 20px 0 8px 0;
	text-transform: uppercase;
}

.echipa .divider {
	margin: 0 auto;
	width: 20px;
	height: 4px;
	background-color: #ccc;
}

.echipa .job {
	color:#808080;
	font:normal 16px 'Lato',sans-serif;
	margin: 5px 0 14px 0;
}

.echipa .blue-divider {
	width: 95px;
	height: 1px;
	margin: 0 auto;
	background-color: #77b8e5;
	margin-bottom: 30px;
}

.echipa .description {
	color: #2c3e50;
	font:normal 14px 'Lato',sans-serif;
	padding: 0 5% 15% 5%;
}

.echipa .work_together_inner {
  color: #2c3e50;
  border: 1px solid #2c3e50;
  margin: 60px auto 150px auto;
  width: 350px;
}

.echipa .work_together_inner:hover {
	background-color: #2c3e50;
  	color: #fff;
}

.echipa .first_of_all {
  margin-bottom: 35px;
}



.tab-header{
	font:normal 22px 'Montserrat',sans-serif;
	color:#3498db;
	padding-bottom: 40px;
}

.contact .description_after_head {
  margin: 60px 0;
}

.contact .form-gutter:first-child {
	padding: 0!important;
	padding-right: 15px!important;
}

.contact .form-gutter:last-child {
	padding: 0!important;
	padding-left: 15px!important;
}

.contact #form-contact label, .cariere #contact-form label {
	color:#808080;
	font:normal 16px 'Lato',sans-serif;
}

.cariere #contact-form label {
	float: left;
}

.contact #form-contact input,textarea,.cariere #contact-form input {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	width: 100%;
	height: 35px;
	font-size: 14px;
	padding: 6px 20px;
	color:#000;
	margin-bottom: 10px;
}

select.select-job {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding: 6px 20px;
  color: #808080;
  margin-bottom: 10px;
  font: normal 14px 'Lato',sans-serif;
}

.contact #form-contact textarea {
	height:110px;
	margin-bottom: 0px;
	resize:vertical;
}

.contact #form-contact #trimite, .cariere #contact-form #trimite {
	background-color: #fff;
	text-transform: uppercase;
	font:normal 16px 'Lato',sans-serif;
	color: #3498db;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #3498db;
	display: block;
	height: auto;
	padding: 5px 0;
	margin: 15px 0;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s
	transition-delay:0;
}

.contact #form-contact #trimite:hover, .cariere #contact-form #trimite:hover {
	background-color: #3498db;
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s
	 transition-delay:0;
}

.contact .right-tab p {
	font:normal 16px 'Lato',sans-serif;
	color: #808080;
	line-height: 37px;
}

.contact .right-tab .adresa p:first-child {
	font:bold 16px 'Lato',sans-serif;
}

.contact .google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.contact .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact .google-row {
	margin: 0;
}

.about .description_after_head {
	margin-top: 75px;
}

.about .icon_desc_inner{
	margin:0 auto;
	display:table;
	width: 100%;
}

.about .desc_title_inner{
	font-family:'Montserrat',sans-serif;
	font-size:34px;
	color:#3498db;
	margin-bottom:30px;
}

.about .desc_content_inner{
	font-family:'Lato',sans-serif;
	font-size:24px;
	color:#808080;
}

.about .for_margin_desc_inner{
	  margin-bottom: 150px;
}

.about .work_together_inner{
	text-transform: uppercase;
	width:100%;
	font-family:'Lato',sans-serif;
	color:#3498db;
	font-size: 26px;
	padding:15px 0;
	text-align: center;
	border-radius: 3px;
	border:1px solid #3498db;
	display:block;
	margin-bottom:150px;
	margin-top:30px;
}

.about .work_together_inner:hover{
	background-color:#3498db;
	color:#fff;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s
    transition-delay:0;
}

.portofolio-inner .desc_title_inner{
	font-family:'Montserrat',sans-serif;
	font-size:22px;
	color:#3498db;
	margin-bottom:30px;
	padding-top: 30px;
}

.portofolio-inner .desc_content_inner{
	font-family:'Lato',sans-serif;
	font-size:16px;
	color:#808080;
}
.portofolio-inner .desc_content_inner p{
	  padding-bottom: 25px;
}
.portofolio-inner .project_details {
	border-bottom: 1px solid #d2d2d2;
	margin-top: 17px;
    padding-bottom: 9px;
    margin-bottom: 17px;
}

.portofolio-inner .project_details .title {
	color:#808080;
	font:bold 16px 'Lato',sans-serif;	
}

.portofolio-inner .project_details .description {
	color:#808080;
	font:normal 16px 'Lato',sans-serif;
}

.portofolio-inner .full-width {
	width: 100%;
	background-color: #f3f3f3;
	text-align: center;
}

.portofolio-inner .full-width p {
	color:#727272;
	font:normal 26px 'Lato',sans-serif;
	padding-bottom: 50px;
}

.portofolio-inner .full-width .sales p {
	color: #2c3e50;
	font: normal 42px 'Lato',sans-serif;
	background: url("../images/euro-icon.png") 0% 50% no-repeat;
	padding-bottom: 0px;
	padding-left: 40px;
	display: inline-block;
}

.portofolio-inner .full-width img {
	margin: 0px 0 14px 0;
}

.portofolio-inner .full-width .results {
	padding: 43px 0;
	font: normal 34px 'Montserrat',sans-serif;
	color: #2c3e50;
}

.portofolio-inner .testimonial {
	background-color: #3498db;
	color: #fff;
    padding: 52px 75px 75px 75px;
	text-align: center;
	font-size: 18px;
    font-family: "Roboto" sans-serif;
    font-style: italic;
    font-weight: 100;
    border-radius: 5px;
}

.portofolio-inner .testimonial img {
	padding-bottom: 50px;
}

.portofolio-inner .arrow {
	display: block;
	margin: 0 auto;
}

.portofolio-inner .test_user img {
	display: block;
	margin: 0 auto;
	/*width: 150px;*/
}

.portofolio-inner .test_user p {
	text-align: center;
}

.portofolio-inner .test_user .name {
	padding-top: 25px;
	color:#808080;
	font:bold 24px 'Lato',sans-serif;
}

.portofolio-inner .test_user .job {
	color:#3498db;
	font:bold 16px 'Lato',sans-serif;
}

.portofolio-inner #owl-project .owl-pagination {
	position: relative;
	bottom: 50px;	
}

.portofolio-inner #owl-project .owl-controls .owl-buttons div {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity:1;
}

.portofolio-inner #owl-project .owl-prev {
	background: url("../images/prev-owl-arrow.png") center center no-repeat!important;
	left: 11px;
	background-color: rgba(0,0,0,0.5)!important;
}

.portofolio-inner #owl-project .owl-next {
	right: 10px;
	background: url("../images/next-owl-arrow.png") center center no-repeat!important;
	background-color: rgba(0,0,0,0.5)!important;
}
	/*Add MM*/
.portofolio-inner{
	margin-top: 5px;
}

.portofolio-inner .item img{
	width: 100%;
	padding-top: 82px;
}

.portofolio .project_title{
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 295px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;

}

.portofolio .project_title.atmosphere{
	background: url('../images/atm_portfolio.png') center center no-repeat;
}

.portofolio .project_title.emenatwork{
	background: url('../images/mw_portfolio.png') center center no-repeat;
}

.portofolio .project_title.mobile{
	background: url('../images/mw1_portfolio.png') center center no-repeat;
}

.portofolio .project_title.codevex{
	background: url('../images/codevex.png') center center no-repeat;
}

.portofolio .project_title.pets{
	background: url('../images/Pets.png') center center no-repeat;
}

.portofolio .project_title.mana{
	background: url('../images/mana.png') center center no-repeat;
}

.portofolio .project_title.secret{
	background: url('../images/secretulprajiturilor.png') center center no-repeat;
}

.portofolio .project_title.stream{
	background: url('../images/streamwide.png') center center no-repeat;
}

.portofolio .project_title.wavin{
	background: url('../images/wavin.png') center center no-repeat;
}

.portofolio .project_title.aristo{
	background: url('../images/aristo.png') center center no-repeat;
}

.portofolio .project_title .project_name{
	font-family:'Montserrat',sans-serif;
	/*font-size:34px;*/
	font-size:28px;
	text-align: center;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	transition: all 1s ease;
}

.portofolio .text_project{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 20%;
	bottom: 0;
	right: 0;
	z-index: 999;
}

.portofolio .for_margin_row{
	margin-bottom:30px;
}


.portofolio .overlay{
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0.3;
	background-color:#000;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.portofolio .extra
	{	-webkit-transition-property:opacity transform;
		-moz-transition-property:opacity transform;
		transition-property:opacity transform;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;transition-duration:0.3s;
		-webkit-transition-timing-function:ease-out;
		-moz-transition-timing-function:ease-out;transition-timing-function:ease-out;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity:0;
		-webkit-transform:translate3d(0, 10px, 0);
		-moz-transform:translate3d(0, 10px, 0);
		-ms-transform:translate3d(0, 10px, 0);
		-o-transform:translate3d(0, 10px, 0);
		transform:translate3d(0, 10px, 0);
}

.portofolio .sub-title{
	display: block;
	font-family:'Lato',sans-serif;
	font-size:24px;
	text-align: center;
	color:#fff;
	margin-bottom:10px;
}

.portofolio .view_work{
		-webkit-transform:translate3d(0, 10px, 0);
		-moz-transform:translate3d(0, 10px, 0);
		-ms-transform:translate3d(0, 10px, 0);
		-o-transform:translate3d(0, 10px, 0);
		transform:translate3d(0, 10px, 0);
		-webkit-transition:-webkit-transform 0.3s ease-out;
		-moz-transition:-moz-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
		padding: 13px 0;
		background-color: transparent;
		color: #fff;
		border: 1px solid #fff;
		font-size: 16px;
		margin: auto;
		display: block;
		width: 147px;
		font-family: 'Montserrat',sans-serif;
		text-transform: uppercase;
}

.portofolio .view_work:hover{
	background-color:#fff;
	color:#3498db;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s
    transition-delay:0;
}

.portofolio .project_title:hover .overlay{
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity:0.7;
	-webkit-transition-duration:0.78s;
	-moz-transition-duration:0.78s;
	transition-duration:0.78s;
}

.portofolio .project_title:hover .extra{
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity:1;
	-webkit-transition-duration:0.54s;
	-moz-transition-duration:0.54s;
	transition-duration:0.54s;
	-webkit-transition-timing-function:cubic-bezier(0, 0, 0.29, 1);
	-moz-transition-timing-function:cubic-bezier(0, 0, 0.29, 1);
	transition-timing-function:cubic-bezier(0, 0, 0.29, 1);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay:200ms;
    transition-delay: 200ms;
}

/*.project_title:hover .project_name{
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	opacity:1;
	
	}*/

.portofolio .project_title:hover .text_project {
	opacity: 1;
	-ms-transform: translate(0,-20px); 
    -webkit-transform: translate(0,-20px);
    transform: translate(0,-20px);
    -webkit-transition-duration: 100ms; 
    transition-duration: 100ms;
}

.portofolio .project_title .text_project {
	-webkit-transition: all 100ms linear;
  	-moz-transition: all 100ms linear;
  	-o-transition: all 100ms linear;
  	-ms-transition: all 100ms linear;
  	transition: all 100ms linear;
}

.servicii-container .servicii {
	text-align: center;
	font:bold 22px 'Montserrat',sans-serif;	
	color:#808080;
	cursor: pointer;
	text-transform: uppercase;
}

.servicii-container .servicii.active p {
	color:#3498db;
}

.servicii-container .servicii .service-image {
	display: block;
	width: 160px;
	margin: 0 auto;
}

.servicii-container .servicii p {
	display: inline-block;
	padding: 30px 0 20px 0;
}

.servicii-container .service-arrow {
	position: relative;
	top: 30px;
	margin: 0 auto;
	display: block;
}

.servicii-container .tab.development,.tab.marketing {
	display: none;
}

.servicii-container .custom-container {
	width: 100%;
	background-color: #3498db;
}

.servicii-container .custom-container .tab {	
	padding: 5% 20%;
	color:#fff;
}

.servicii-container .custom-container .tab.design {
	background: url("../images/background-design.png") 75% 50% no-repeat;
}

.servicii-container .custom-container .tab.development {
	background: url("../images/background-development.png") 75% 50% no-repeat;
}

.servicii-container .custom-container .tab.marketing {
	background: url("../images/background-marketing.png") 75% 50% no-repeat;
}

.servicii-container .collaborate {
	margin-bottom: 0;
}

.servicii-container .collaborate.pag_servicii {
	margin: 30px 0 90px 0;
}

.servicii-container .first_of_all {
	margin-bottom: 65px;
}

.servicii-container .custom-container .tab p {
	font:normal 28px 'Montserrat',sans-serif;	
	margin-bottom: 0;	
}

.servicii-container .custom-container .tab ul p {
	font:normal 22px 'Lato',sans-serif;	
	padding-left: 40px;
}



.servicii-container .custom-container .tab .header{
	font:bold 22px 'Lato',sans-serif;	
	background: url("../images/inotec/bullet.png") 0% 50% no-repeat;
	/*background: url("http://stg3.inotec.ro:88/demo-cms/public/images/inotec/bullet.png") 0% 50% no-repeat;*/
}

.servicii-container .custom-container .tab ul div{
	padding: 35px 0 58px 0;
}

.servicii-container .work_together{
	width: 350px;
	margin: 30px auto 13px auto;
}

.servicii-container .work_together_inner {
  width: 350px;
}

.servicii-container ul {
   list-style: none;
   padding-left: 30px;
}

.servicii-container .work_together_inner{
	text-transform: uppercase;
	width:100%;
	font-family:'Lato',sans-serif;
	color:#3498db;
	font-size: 26px;
	padding:15px 0;
	text-align: center;
	border-radius: 3px;
	border:1px solid #3498db;
	display:block;
	margin:100px auto 150px auto;
}

.servicii-container .work_together_inner:hover{
	background-color:#3498db;
	color:#fff;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s
    transition-delay:0;
}

.servicii-container .work_together {
	padding: 10px 0;
}

.startup .first_of_all {
	margin-bottom: 0px;
}

.startup .icon_desc_inner{
	margin:0 auto;
	display:table;
}

.startup .description_after_head {
  margin: 50px 0 90px 0;
 }

.startup .desc_title_inner{
	font-family:'Montserrat',sans-serif;
	font-size:34px;
	color:#3498db;
	margin-bottom:45px;
}

.startup .desc_content_inner{
	font-family:'Lato',sans-serif;
	font-size:24px;
	color:#808080;
}

.startup .for_margin_desc_inner{
	margin-bottom:100px;
}

.startup .work_together_inner{
	text-transform: uppercase;
	width:100%;
	font-family:'Lato',sans-serif;
	color:#3498db;
	font-size: 26px;
	padding:15px 0;
	text-align: center;
	border-radius: 3px;
	border:1px solid #3498db;
	display:block;
	margin-bottom:150px;
	margin-top: 0px;
}

.startup .work_together_inner:hover{
	background-color:#3498db;
	color:#fff;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s
    transition-delay:0;
}

.terms .text-container {
	color: #808080;
	font: normal 18px 'Lato',sans-serif;
}
.terms .text-container .title {
	color: #3a3a3a;
	font:bold 20px 'Lato',sans-serif;
	padding-bottom: 20px;
}

.blog .blog-container img {
	max-width: 350px;
	width: 100%;
}

.blog .blog-container .title {
	color: #3498db;
	font:normal 22px 'Montserrat',sans-serif;
}

.blog .blog-container .sumar {
	color: #808080;
	font: normal 16px 'Lato',sans-serif;
	min-height: 100px;
	margin-top: 20px;
}

.blog .work_together_inner{
	text-transform: uppercase;
	width: 158px;
	font-family: 'Lato',sans-serif;
	color: #3498db;
	font-size: 18px;
	padding: 7px 0;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #3498db;
	display: block;
	margin: 10px 0 0 0;
}

.blog .work_together_inner:hover{
	background-color:#3498db;
	color:#fff;
	text-decoration: none;
	-moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s
    transition-delay:0;
}

.blog .article-specs {
	margin: 15px!important;
	padding: 7px 0;
	color: #808080;
	border-top: 1px solid #d2d2d2; 
	border-bottom: 1px solid #d2d2d2;
	font:normal 14px 'Lato',sans-serif;
}

.blog .article-specs .autor {
	font:bold 14px 'Lato',sans-serif;
}

.blog .pages_option{
	float:right;
	margin:10px 0px 40px 0px;
}

.blog .pages_option .selected div {
	background-color: #3498db;
	color: #fff;
}

.blog .nr_page{
	height:26px;
	width:26px;
	text-align:center;
	float:left;
	border:1px solid #d2d2d2;
	border-radius:2px;
	margin-left:10px;
	color:#222;
	font-size:14px;
	font-family:'Open sans',Verdana;
	line-height:23px;
}

.blog .go_prev,.blog .go_next{
	float:left;
	color: #808080;
	font: bold 16px 'Lato',sans-serif;
	padding: 2px 10px;
}

.blog .pages_option .clear{
	border:none;
	float:none;
	border-radius: none;
	height:0;
	width:0;
}

.blog .pages_option .nr_page:hover{
	background-color: #3498db;
	color: #fff;
	-moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s
    transition-delay:0;
}

.cariere .description_after_head{
	margin: 50px 0;
}

.cariere .description_after_head p {
	margin: 0px;
	font-weight: 600;
	color: #3a3a3a;
}

.cariere .descriere {
	font: normal 23px 'Montserrat', sans-serif;
	text-align: center;
}

.cariere .posturi .title,.cariere .formular .title {
	font: normal 22px 'Montserrat', sans-serif;
	color: #3498db;
	text-align: left;
	margin-bottom: 60px;
}

.cariere .posturi .title{
	  margin-bottom: 81px!important;
}

.cariere .job-container {
	margin-bottom: 25px;
	cursor: pointer;
}

.cariere .job-tab {
	font:normal 16px 'Lato' , sans-serif;
	border:1px solid #3498db;
	border-radius: 2px;
	padding: 10px 20px;
	width: 100%;
}

.cariere .job-description {
	padding: 20px;
	border:1px solid #3498db;
	border-top:none!important;
}

.cariere .job-tab div:first-child {
	float:left;
}

.cariere .job-tab .toggle_sign {
	float: right;
}

.cariere #contact-form {
	width: 555px;
	text-align: center;
	margin: 0 auto;
}

.cariere #contact-form input[name='upload_cv'] {
	height: 45px;
	border: 1px solid #e1e1e1;
}

.cariere .ataseaza-container .maxim {
	font: normal 13px 'Lato' , sans-serif;
	float: right;
}

.pazepa {
	color:#fff;
	font:normal 34px 'Lato' , sans-serif;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	text-align: center;
}

/*.content_first.not-found .overlay,.content_first.not-found #video {
	height: 900px;
}*/

.description_after_head + .item img {
	width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1199px){
	.content_first.not-found {
		background: url("../images/404.png") -250px -125px no-repeat!important;
	}

	.portofolio .project_title.aristo .project_name {
		font-size: 20px;
	}

}

@media only screen and (min-width: 0px) and (max-width: 999px){
	.echipa .team-container {
		height: auto!important;
		overflow: visible!important;
	}

	.echipa .team-container:hover {
		background-color: #fff;
	}

	.echipa .team-container:hover .inner {
		box-shadow: none!important;
	}

 	.echipa .hidden-container{
		display: block;
		background-color: #fff;
	}
	.echipa .col-md-3 {
		min-height: 501px;
   	}
	.contact #form-contact .form-gutter {
		padding: 0!important;
	}

	.cariere .formular .title {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 765px){
	.header_title_inner font {
		bottom: 0px;
	}

	.echipa .work_together_inner{
		width: 250px;

	}

   	.echipa .team-container .inner {
	   padding-top: 30px; 
	}

   	.echipa .description {
	  padding: 0 5% 10% 5%;
	}

   	.contact .right-tab {
   		padding-top: 50px;
   	}

	.contact .right-tab p {
		line-height: 30px;
	}

	.about .icon_desc_inner{
		display:none;
	}

	.portofolio-inner #owl-project .owl-next {
		right: 9px!important;
	}

	.portofolio-inner #owl-project .owl-prev {
		left: 10px!important;
	}

	.portofolio-inner .project_details .title{
		padding-bottom: 10px;
	}

	.portofolio .project_title {
		display: inline-block;
		margin-bottom: 20px;
		background-size: cover!important;
	}

	.servicii-container .custom-container .tab {
  		padding: 15% 10%;
  	}

	.startup .icon_desc_inner{
		display:none;
	}

	.startup .work_together_inner{
		margin-top:50px;
	}

	.blog .blog-container img {
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.blog .title {
		margin-top: 20px;
	}

	.blog .work_together_inner {
		margin: 25px 0;
	}

	.cariere #contact-form {
		width: 100%;
		margin: 0 auto;
	}

	.cariere #contact-form input:not(#trimite), #contact-form textarea {
		width: 100%;
	}
	
	/*add mm - img home */
	.portofolio .for_margin_row{
		margin-bottom:0;
	}

	.about .desc_title_inner,.startup .desc_title_inner {
 		font-size: 30px;
 		text-align: center;
 	}

 	.about .desc_content_inner,.startup .desc_content_inner {
	  font-size: 20px;
	  text-align: center;
	}

 	.about .for_margin_desc_inner,.startup .for_margin_desc_inner {
	  margin-bottom: 50px;
	}

	.description_after_head, .first_of_all {
	  font-size: 20px;
	}

	.servicii-container .service-arrow-devel {
    position: relative;
    top: 207px;
    margin: 0 auto;
    display: block;
    
}

.servicii-container .service-arrow-design {
    position: relative;
    top: 384px;
    margin: 0 auto;
    display: block;
    
}


}

@media only screen and (min-width: 0px) and (max-width: 600px){
	.pazepa {
		font-size: 20px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 500px){
	.header_title_inner font {
		display: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 480px){
	.servicii-container .work_together {
		width: auto;
	}
}

@media only screen and (min-width: 0px) and (max-width: 400px){
	.servicii-container ul {
	   list-style: none;
	   padding-left: 0px;
	}

	.servicii-container .custom-container .tab p {
		font:normal 18px 'Montserrat',sans-serif;	
		margin-bottom: 0;	
	}

	.servicii-container .custom-container .tab ul p {
		font:normal 15px 'Lato',sans-serif;	
		padding-left: 20px;
	}

	.servicii-container .custom-container .tab .header{
		font:bold 15px 'Lato',sans-serif;	
	}


	.servicii-container .work_together,.servicii-container .work_together_inner {
		width: 200px;
		font-size: 15px;
	}

	.work_together_inner.portofolio{
		width: 100%;
	}

	.portofolio .project_title .project_name {
		font-size: 18px;
	}

	.portofolio .project_title.aristo .project_name {
		font-size: 15px;
	}

}



@media only screen and (min-width: 767px) and (max-width: 992px){
	.portofolio .project_title .project_name{
		font-size: 20px;
	}
	#image{
	width: 133px;
	height: 133px;
}
}

