@import "fonts.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
input, textarea { outline: none; }
ol, li {
	list-style: none;
}
a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
  color: inherit;
}

html * {
  box-sizing: border-box;
}
body {
  background: #fff;
  font-size: 14px;
}

a,a:hover, a:focus, a:visited {text-decoration: none; outline: none;}
img, button { border: none; outline: none; }

body,html {
	background: #fff;
	font-family: 'Roboto', 'NotoSansGeorgian';
}

/*Header*/
header {
	height: 80px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	z-index:1;
}
header .main_navigation {
	display: table;
	margin: 0 auto;
}
header .main_navigation.hide_menu { left: -100%; }
header .main_navigation li {
	display: inline-block;
	margin: 0 15px;
	font-family: 'Roboto', 'DejaVuNeueCaps';
	text-transform: uppercase;
	letter-spacing: 2.2px;
	font-size: 12px;
	line-height: 80px;
	position: relative;
}
header .main_navigation li a::before {
	position: absolute;
	bottom: 0;
	content: ' ';
	width: 0%;
	height: 1px;
	background: black;
	transition: ease-in-out .4s;
}
header .main_navigation li:hover a::before { width: 100%; }

header .search_icon,
header .languages {
	margin-top: -80px;
	line-height: 80px;
	margin-right: 15px;
}
header .languages { margin-right: 65px; }
header .search_icon { float: right; font-size: 18px; cursor: pointer; transition: ease .3s; }

header .search_icon.opacity { display: none;  }
header .search_icon:hover { color: #9CCA67; }
header .languages li {
	display: inline-block;
	margin: 0 10px;
	letter-spacing: 2.2px;
	font-size: 14px;
	line-height: 80px;
}
header .languages li.active { color: #9CCA67; font-family: 'Roboto', 'NotoSansGeorgian'; }

header .search_bg {
	position: absolute;
	background: #f7f7f7;
	width: 230px;
	right: 52px;
	top: -80px;
	height: 100%;
	transition: ease .5s;
}
header .search_bg.open { top: 0; }
header .search_bg form { height: 100%; }
header .search_bg input {
	outline: none;
	background: none;
	border: none;
	height: 100%;
	padding-left: 20px;
	font-size: 16px;
	width: 80%;
}
header .search_bg button {
	width: calc(20% - 20px);
	height: 100%;
	background: none;
	float: right;
	margin-right: 20px;
	font-size: 20px;
}

a.burger_menu {
	cursor: pointer;
	padding: 12px 0;
	position: absolute;
	top: 26px;
	right: 18px;
}
a.burger_menu span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #222;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.burger_menu span:before,
a.burger_menu span:after {
  position: absolute;
  background: #222;
  content: '';
  width: 20px;
  height: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.burger_menu span:before {
  top: -8px;
}
a.burger_menu span:after {
  top: 8px;
}

a.burger_menu.active span {
  background: transparent;
}
a.burger_menu.active span:before {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
          transform: rotate(45deg) translate(5px, 6px);
}
a.burger_menu.active span:after {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
          transform: rotate(-45deg) translate(5px, -6px);
}

.logo {
	position: absolute;
	top: 13px;
	left: 10px;
}

/*Header (END)*/

/*Container*/
.all_page_title {
	margin-top: 35px;
  margin-bottom: 25px;
  font-size: 30px;
  font-family: 'sfns-regluar', 'DejaVuNeue';
  color: #000;
}
/*Container (END)*/

/*Home Page*/
.events_icon {
	background: url('../imgs/calendar.svg');
	height: 29px;
	width: 29px;
	margin: 0 auto;
	margin-bottom: -20px;
}
.single_news_main {
	overflow: hidden;
	float: left;
	background: #fff;
	border: 1px solid #F4F4F4;
	box-shadow: 0 2px 13px rgba(158, 158, 158, 0.1);
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 15px;
}
.single_news_main .image {
	max-height: 250px;
	overflow: hidden;
	position: relative;
}
.single_news_main .image img {
	width: 100%;
	height: 100%;
	transition: ease .3s;
}
.single_news_main:hover .image img {
	transform: scale(1.1);
}
.single_news_main .info {
	padding: 20px 0;
}
.single_news_main .info h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'sfns-regluar', 'DejaVuNeueCaps-Bold';
}
.single_news_main .info p {
	color: #707070;
	font-size: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 19px;
	max-height: inherit;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 60px;
}
.single_news_main .read_more {
	margin-top: 15px;
	transition: ease .3s;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.single_news_main .read_more span { float: left; letter-spacing: 1.5px; }
.single_news_main .read_more:hover { color: #9CCA67; }
.single_news_main .read_more i {
	font-size: 18px;
	margin-top: 1px;
	float: left;
	margin-top: 2px;
}
.see_all_news {
	clear: both;
	background: #FFC80A;
	text-align: center;
	border-radius: 50px;
	margin: 12px auto;
	width: 140px;
  font-size: 13px;
	display: block;
	padding: 12px;
	letter-spacing: 2px;
	margin-top: 25px;
	text-transform: uppercase;
  font-weight: 700;
	border: 2px solid transparent;
	transition: ease .3s;
	margin-bottom: 20px;
}
.see_all_news:hover {
	background: none;
	border: 2px solid #FFC80A;
}
.ongoin_projects {
	width: 94%;
	margin: 0 auto;
}
.ongoin_projects .header {
	background: url('https://aric.ge/wp-content/uploads/2020/05/green.png');
	background-size: 100% 100%;
	width: 100%;
	height: 100px;
	padding: 25px 0;
	display: flex;
  align-items: center;
}
.ongoin_projects .header p {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	float: left;
	margin-top: 9px;
	font-weight: 700;
  letter-spacing: .7px;
}
.ongoin_projects .content {
	background: #F9F9F9;
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
	padding-top: 25px;
	margin-bottom: 35px;
}
.ongoin_projects .content .single_ongoing_project {
	float: left;
	overflow: hidden;
	width: calc(33% - 15px);
	margin-right: 15px;
	margin-bottom: 25px;
}
.ongoin_projects .content .single_ongoing_project .image {
	max-height: 200px;
	overflow: hidden;
}
.ongoin_projects .content .single_ongoing_project:hover .image img { transform:scale(1.1);}
.ongoin_projects .content .single_ongoing_project .image img { width: 100%; height: auto;  transition: ease .3s;}
.ongoin_projects .content .single_ongoing_project h2 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-bottom: 4px;
}
.owl-carousel.main { margin-top: 20px; margin-bottom: 30px; }
.owl-carousel.main .item .info {
	float: left;
	width: 50%;
}
.owl-carousel.main .item .image {
	float: left;
	width: 50%;
	position: relative;
}

.owl-carousel.main .item .info h3 {
	font-size: 40px;
	line-height: 48px;
	padding-right: 100px;
  font-family: 'Roboto', 'DejaVuNeueCaps';
	font-weight: 100;
}
.owl-carousel.main .item .info p {
	color: #9FA3A7;
	font-size: 16px;
	margin-top: 15px;
	letter-spacing: 1px;
	padding-right: 50px;
	font-family: 'Roboto', 'NotoSansGeorgian-Regular';
}
/*.owl-carousel.main .owl-stage-outer { padding: 20px; }*/
.owl-carousel.main .owl-item img { box-shadow: 0px 2px 18px rgb(171, 171, 171); }

.about_aric {
	clear: both;
	background: #FFC80A;
	text-align: center;
	border-radius: 50px;
	display: block;
	padding: 13px 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
	margin-top: 40px;
  font-weight: 700;
	border: 2px solid transparent;
	transition: ease .3s;
}

.about_aric:hover {
	background: none;
	border: 2px solid #FFC80A;
	color: #FFC80A;
}
.contact_aric {
	background: none;
	border: 2px solid #F6F6F6;
	text-align: center;
	border-radius: 50px;
	display: block;
	padding: 13px 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left;
	margin-top: 40px;
  font-weight: 700;
	transition: ease .2s;
}

.contact_aric:hover {
	border-color: #FFC80A;
	color: #FFC80A;
}

.nav-tabs {
	border: none;
	float: left;
	margin-left: 45px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: none;
	border-radius: 50px;
	box-shadow: 0 2px 4px rgba(68, 68, 68, 0.2);
}

.nav-tabs>li>a {
	color: #555;
	cursor: pointer;
	background-color: #DCFFB4;
	border: none;
	border-radius: 50px;
	padding: 12px 25px;
	box-shadow: 0 2px 4px rgba(68, 68, 68, 0.2);
	margin-right: 15px;
	letter-spacing: 1px;
}

/*Home Page (END)*/

/*About*/
.about_text {
	color: #9FA3A7;
	font-size: 15px;
}
.about_text p { margin-top: 15px; letter-spacing: 1.3px; }
.about_text p.download_text { font-size: 18px; color: black; margin-top: 35px; }
.owl-carousel {
	margin-top: 45px;
}
.owl-carousel .img { padding: 18px; }
.owl-carousel img.carousel-image {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}
.arrow-icon-left {
	background: url('../imgs/icon-arrow-left.svg');
	height: 18px;
	width: 24px;
	position: absolute;
	top: calc(50% - 24px);
	left: -45px;
}
.arrow-icon-right {
	background: url('../imgs/icon-arrow-right.svg');
	height: 18px;
	width: 24px;
	position: absolute;
	top: calc(50% - 24px);
	right: -45px;
}
.owl-carousel .owl-dot {
	border: 2px solid #CACACA;
	background: white;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	display: inline-block;
	margin: 3px;
}
.owl-carousel .owl-dots { margin: 20px auto 0 auto; text-align: center;}
.owl-carousel .owl-dot.active { background: #9CCA67; border: 2px solid #9CCA67; }

.owl-carousel.main .owl-dots { padding-left: calc(50% + 30px); }

.contact_btn {
	width: 170px;
	display: block;
	padding: 13px 0;
	border-radius: 50px;
	border: 2px solid #F6F6F6;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 25px;
}
.contact_btn i { font-size: 16px; float: left; margin: 2px -13px 0 18px; }

ul.download_upload { margin-top: 25px; }
ul.download_upload li {
	display: inline-block;
	margin-right: 30px;
	color: black;
	letter-spacing: 1.7px;
	cursor: pointer;
}
ul.download_upload li.upload_application_form .icon,
ul.download_upload li.download_application_form .icon {
	background: url('../imgs/arrow-up.svg');
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
ul.download_upload li.upload_application_form .icon { transform: rotate(180deg);}
ul.download_upload li div.icon,
ul.download_upload li span { float: left; }
ul.download_upload li:hover span { color: #9CCA67; }

.modal-header { border: none; }
.modal-header .close {
  margin-top: -2px;
  font-size: 34px;
	position: absolute;
	right: 20px;
  top: 15px;
	z-index: 99;
}

#uploadcv form {
	text-align: center;
}
#uploadcv form button {
	width: 140px;
	display: block;
	padding: 13px 0;
	border-radius: 50px;
	color: black;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: #8bc34a;
	font-size: 13px;
}
#uploadcv form input {
	margin: 25px auto;
	outline: none;
}
#uploadcv form button i {
	transform: rotate(-90deg);
	transition: ease .3s;
	float: left;
  margin: 2px -13px 0 18px;
}
#uploadcv form button:hover i { margin-top: -3px; }

/*About (END)*/

/*Projects*/
.single_project {
	overflow: hidden;
	float: left;
	background: #fff;
	border: 1px solid #F4F4F4;
	box-shadow: 0 2px 13px rgba(0, 0, 90, 0.1);
	margin-top: 15px;
	margin-bottom: 25px;
}
.single_project .image {
	max-height: 250px;
	overflow: hidden;
	position: relative;
}
.single_project a.category {
	position: absolute;
	background: #fff;
	left: 15px;
	top: 15px;
	padding: 10px 25px;
	color: black;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
}
.single_project a.category:hover { color: #9CCA67;  }
.single_project .image img {
	width: 100%;
	height: 100%;
	transition: ease .3s;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.single_project:hover .image img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.single_project .info {
	padding: 20px;
}
.single_project .info h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'sfns-regluar', 'DejaVuNeueCaps-Bold';
}
.single_project .info .project_description {
	color: #707070;
	font-size: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 19px;
	max-height: inherit;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 57px;
}
.single_project .read_more {
	margin-top: 15px;
	transition: ease .3s;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.single_project .read_more a { float: left; letter-spacing: 1.5px; }
.single_project .read_more:hover { color: #9CCA67; }
.single_project .read_more i {
	font-size: 18px;
	margin-top: 1px;
	float: left;
	margin-top: 2px;
}
/*Projects (END)*/

/*News*/
.single_news {
	width: 100%;
	margin-bottom: 25px;
	float: left;
}
.inside_page .left,
.single_news .left {
	float: left;
	width: 30%;
	overflow: hidden;
}
.inside_page .left .image,
.single_news .left .image {
	border-radius: 15px;
	overflow: hidden;
}
.inside_page .left .image img,
.single_news .left .image img {
	width: 100%;
	height: auto;
}

.inside_page .info,
.single_news .info {
	float: left;
	width: 70%;
	padding-left: 30px;
}
.single_news .info h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.inside_page span.date,
.single_news .info span.date {
	background: #F8F8F8;
	border-radius: 50px;
	padding: 4px 8px 6px 8px;
	font-size: 12px;
	overflow: hidden;
}

.single_news .info p {
	margin-top: 25px;
	letter-spacing: .5px;
	line-height: 22px;
	font-size: 14px;
	color: #707070;
	font-family: 'sfns-regluar', 'NotoSansGeorgian';
}
.single_news .info {
    float: left;
    width: 70%;
    padding-left: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: inherit;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 165px;
}
.single_news .readmore {
	border: 2px solid #F6F6F6;
	text-align: center;
	border-radius: 50px;
	margin: 15px auto;
	width: 150px;
	display: block;
	padding: 12px;
	letter-spacing: 1px;
}
.inside_page {
	float: left;
	width: 100%;
	overflow: hidden;
}
.inside_page span.date {
	float: left;
	margin-left: 20px;
	margin-bottom: -10px;
}
.inside_page .left { clear: left; margin-top: 20px; }
.inside_page h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 36px;
	font-family: 'sfns-regluar', 'DejaVuNeue';
	color: #000;
	padding-left: 20px;
}
.inside_page .left .image {
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
	border-radius: 0;
}
.inside_page .info { margin-top: 10px; }

.inside_page .info p {
	margin-top: 25px;
	letter-spacing: .5px;
	line-height: 22px;
	font-size: 14px;
	color: #707070;
	font-family: 'sfns-regluar', 'NotoSansGeorgian';
}

.inside_page .like_share { margin-top: 35px; width: 100%; float: left; }

.inside_page .left { width: 40%; padding: 20px; }
.inside_page .info { width: 60%; }

/*News (END)*/

/*Contact*/
.contact_box {
	background: #fff;
	border: 1px solid #F1F1F1;
	box-shadow: 0px 2px 17px rgba(189, 189, 189, 0.1);
	padding: 25px;
	height: 330px;
	float: left;
	overflow: hidden;
}
.contact_information {
	background: #FFC80A;
	padding: 25px;
	height: 330px;
	float: left;
	overflow: hidden;
}
.contact_box input {
	border: none;
	background: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	letter-spacing: .8px;
}
.mail_form { clear: both; margin-top: 45px; }
.contact_box textarea {
	border: none;
	background: none;
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	padding-bottom: 20px;
	resize: none;
	height: 80px;
	letter-spacing: .8px;
	margin-top: 20px;
}
.contact_box button {
	background: #FFC80A;
	text-align: center;
	border-radius: 50px;
	margin: 15px auto;
	width: 130px;
	display: block;
	padding: 12px;
	letter-spacing: 2px;
	margin-top: 25px;
}
.contact_box h2 {
	color: #FFC80A;
	font-size: 17px;
	letter-spacing: 1px;
	float: left;
}
.contact_box i {
	float: right;
	font-size: 26px;
	color: #FFC80A;
}
.contact_information h2 {
	color: #000;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.contact_information .infos li {
	margin: 25px 0;
	position: relative;
	padding-left: 30px;
}
.contact_information .infos li::before {
	content: ' ';
	width: 17px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
	background: black;
}
.contact_information .social {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.contact_information .social li {
	display: inline-block;
	margin-right: 15px;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	transition: ease .2s;
	font-size: 18px;
}
.contact_information .social li:hover {
	color: #FFC80A;
}
#map {
	width: 100%;
	height: 300px;
	margin: 20px 0;
	clear: left;
	float: left;
	box-shadow: 0px 2px 17px rgba(189, 189, 189, 0.1);
}
/*Contact (END)*/

/*Gallery*/
#photo-gallery { width: 100%; float: left; margin-bottom: 30px; }
#photo-gallery a {
	width: calc(33% - 20px);
	margin-right: 20px;
	margin-top: 20px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	max-height: 300px;
}
.gallery #photo-gallery a:nth-child(1),
.gallery #photo-gallery a:nth-child(2),
.gallery #photo-gallery a:nth-child(6),
.gallery #photo-gallery a:nth-child(7),
.gallery #photo-gallery a:nth-child(11),
.gallery #photo-gallery a:nth-child(12),
.gallery #photo-gallery a:nth-child(16)
.gallery #photo-gallery a:nth-child(17)
{ width: calc(50% - 25px); }


#photo-gallery a img { width: 100%; height: auto;}
#photo-gallery a { position: relative;}
#photo-gallery a::before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: ' ';
	position: absolute;
}

#photo-gallery a:hover::before { background: rgba(255, 200, 10, .6); }

#video-gallery a {
	width: calc(33% - 20px);
	margin-right: 20px;
	margin-top: 20px;
	display: block;
	float: left;
	overflow: hidden;
	height: 220px;
	position: relative;
}
#video-gallery a img { width: 100%; height: 100%; }
#video-gallery a .video {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 2px 17px rgba(189, 189, 189, 0.1);
    position: absolute;
    bottom: 48px;
    right: 10px;
    padding: 0 7px;
}
#video-gallery a .frame { height: 180px; } 
#video-gallery a p.upload_date {
    text-align: center;
    margin-top: 8px;
}
#video-gallery a .frame::before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: ' ';
	position: absolute;
}

#video-gallery a:hover::before { background: rgba(255, 200, 10, .6); }
/*Gallery (END)*/

.footer_fixator { margin-bottom: 30px; }

/*Footer*/
footer {
	background: #F6F6F6;
	height: 80px;
	width: 100%;
	line-height: 80px;
}
footer .respo-logo {
  background: url('https://aric.ge/wp-content/uploads/2020/06/respologo.svg');
	height: 68px;
	width: 150px;
	margin-top: 7px;
}

/* Small devices (phones, 767px and down) */
@media(max-width:767px){
	.owl-carousel.main .item .info h3 {
			font-size: 28px;
			line-height: 28px;
			padding-right: 0;
		}
		.owl-carousel.main .item .image,
		.owl-carousel.main .item .info { width: 100%; }
		.owl-carousel.main .item .image { margin-top: 25px; }
		.contact_aric,
		.about_aric {
			margin-top: 10px;
			padding: 9px 18px;
    	font-size: 12px;
		}
		.owl-carousel.main .owl-dots { padding-left: 0; }
		.ongoin_projects .content .single_ongoing_project { width: 100%; }
		.ongoin_projects .header { height: auto; }
		.ongoin_projects .header p { margin-top: 0; }
		.nav-tabs { margin-left: 0; }
		.nav-tabs>li>a {
			padding: 9px 19px;
    	font-size: 13px;
		}
		.nav-tabs>li { margin-top: 15px; }
		.all_page_title { font-size: 20px; }
		footer .all-rights  {
			float: inherit !important;
			text-align: center;
			margin-top: 20px;
		}
		footer { height: auto; line-height: normal;}
		footer .respo {
			float: inherit !important;
			text-align: center;
			margin: 0 auto;
		}
		footer .respo-logo { margin: 0 auto; }

		.owl-carousel.main .item .info p { padding-right: 0; }

		header { position: inherit; }
		header .main_navigation {
	    display: block;
	    margin: 0;
	    text-align: center;
	    background: #9bc669;
	    position: absolute;
	    width: 100%;
	    z-index: 99;
	    margin-top: 80px;
			overflow: hidden;
			left: 0;
			transition: ease .3s;
		}
		header .main_navigation li a::before { display: none; }
		header .main_navigation li { display: block; line-height: 50px; }

		header .search_bg {
			top: -80px;
			height: 80px;
			left: 0;
			right: auto;
		}
		header .languages { margin-top: 0; margin-right: 95px; }
		header .search_icon { margin-right: 60px; }

		.inside_page .info, .single_news .info { width: 100%; }
		.inside_page .left, .single_news .left { width: 100%; }
		.single_news .info { padding-left: 0; }
		#video-gallery a,
		#photo-gallery a { width: 100% !important; }
		.contact_box input { width: 100%; }
		.contact_box,
		.contact_information { height: auto; width: 100%;}
		.contact_information .social li { margin-bottom: 15px; }

}
/* Medium devices (tables, 768px and up) */
@media all and (max-width: 991px) and (min-width: 768px) {
	.contact_information { width: 100%; }
	.contact_box input {
	    width: calc(50% - 20px);
	    margin-right: 10px;
	}
	.contact_box,
	.contact_information { height: auto; }
	header { position: inherit; }
	header .main_navigation {
		display: block;
		margin: 0;
		text-align: center;
		background: #9bc669;
		position: absolute;
		width: 100%;
		z-index: 99;
		margin-top: 80px;
		overflow: hidden;
		left: 0;
		transition: ease .3s;
	}
	header .main_navigation li a::before { display: none; }
	header .main_navigation li { display: block; line-height: 50px; }

	header .search_bg {
		top: -80px;
		height: 80px;
		left: 0;
		right: auto;
	}
	header .languages { margin-top: 0; margin-right: 95px; }
	header .search_icon { margin-right: 60px; }
}


/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){
	.container.gallery,
	.container.contact { width: 1000px; }

	.single_project { width: calc(50% - 20px); margin-right: 40px; }
	.single_news_main { width: calc(50% - 20px); margin-right: 40px; }
	.main_news .single_news_main:nth-child(2)  { margin-right: 0; float: right; }
	.single_project:nth-child(even) { margin-right: 0; float: right; }

	.contact_box { width: calc(65% - 20px); margin-right: 20px; }
	.contact_box input { width: calc(50% - 20px); margin-right: 30px; }
	.contact_box input:nth-child(2) { margin-right: 0; }
	.contact_information { width: 100%; }
	.contact_information,
	.contact_box { height: 330px; }

}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px){


}

/* Small devices (phones) */
@media(max-width:440px){

}



/*---Custom---*/
.player35 {
    display: block;
    height: 100%;
    width: 100%;
	margin-top: -30px;
}