@font-face {
    font-family: 'bpg_arial';
    src: url('includes/fonts/bpg_arial-webfont.eot');
    src: url('includes/fonts/bpg_arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/bpg_arial-webfont.woff') format('woff'),
         url('includes/fonts/bpg_arial-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'bpg_nateli_mtavruli';
    src: url('includes/fonts/bpg_nateli_mtavruli.eot');
    src: url('includes/fonts/bpg_nateli_mtavruli.eot') format('embedded-opentype'),
         url('includes/fonts/bpg_nateli_mtavruli.woff2') format('woff2'),
         url('includes/fonts/bpg_nateli_mtavruli.woff') format('woff'),
         url('includes/fonts/bpg_nateli_mtavruli.ttf') format('truetype'),
         url('includes/fonts/bpg_nateli_mtavruli.svg#bpg_nateli_mtavruli') format('svg');
}
body {
	margin:0px;
	font-family:bpg_arial;
	font-size: 1em;
	color:#333333;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
	overflow:hidden;
}
a {
	text-decoration: none;
}
figure {
	width: 250px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 8px;
	margin: 0px;
}
figure figcaption {
	margin: 15px 0 0;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
}
.figure-left {
	float: left;
	margin: 10px 20px 10px 0px;
}
.figure-right {
	float: right;
	margin: 10px 0px 10px 20px;
}
h2 {
	font-family:bpg_nateli_mtavruli;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}
.headerwrapper {
	border-top:5px solid #007CC3;
	height:100px;
}
.container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 20px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.logo {
	float: left;
	margin-top: 22px;
}
.lang {
	float: right;
	color:#333333;
	font-family: Arial;
	font-size: 11px;
	margin: 14px 10px 0;
	font-weight:bold;
}
.lang a {
	color:#333333;
	margin-left:5px;
}
.lang a:hover {
	color:#007CC3;
}
.lang span {
	color:#007CC3;
}
.clear {
  content: "";
  display: table;
  clear: both;
}

.section-slider {
	background-color:#E7E7E7;
	padding: 30px 0;
	-webkit-box-shadow: inset 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
	-moz-box-shadow:    inset 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
	box-shadow:         inset 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
}
.slider {
	border:3px solid #FFFFFF;
}

.section-pagetittle {
	background-color:#E7E7E7;
	padding: 20px 0 10px;
	-webkit-box-shadow: inset 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
	-moz-box-shadow:    inset 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
	box-shadow:         inset 0px 2px 8px 0px rgba(80, 80, 80, 0.5);
}
.section-page {
	padding: 20px 0;
}
.section-page p {
	line-height: 28px;
	font-size: 14px;
}
.section-page li {
	line-height: 28px;
	font-size: 14px;
}
.section-promo {
	padding: 20px 0;
}
.promobox {
	width:24%;
	float:left;
	text-align:center;
	border-right:1px solid #DADADA;
}
.promobox-last {
	border-right:none;
}
.promobox:hover {
	opacity:0.8;
}
.promobox img {
	height:70px;
	opacity:0.7;
	margin-top:18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.promobox p {
	color:#333333;
	font-family:bpg_nateli_mtavruli;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin-top:25px;
}

.news-list {
	border:1px solid #D6D6D6;
	padding:20px;
	margin-bottom:15px;
	color: #333333;
	border-radius: 4px;
}
.news-list:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news-list h3 {
	font-size:16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.news-list h4 {
	font-size:13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-list img {
	float: left;
	margin: 0 20px 0 0;
	width: 230px;
}

.section-news {
	background-color: #E7E7E7;
	border-top: 5px solid #007CC3;
	border-bottom: 1px solid #DEDEDE;
	padding: 15px 0;
}
.news {
	width:44%;
	float:left;
	color: #333333;
}
.news h3 {
	font-size:13px;
	font-weight: bold;
	margin-bottom: 8px;
}
.news p {
	background-image: url(img-site/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	font-size: 14px;
}
.news a {
	color: #333333;
	text-decoration:none;
}
.news a:hover {
	color:#007CC3;
}
.container hr {
	width:30px;
	color:#007CC3;
	background-color:#007CC3;
	height:1px;
	border:none;
	margin: 40px 0px;
}
.news hr {
	width:30px;
	color:#007CC3;
	background-color:#007CC3;
	height:1px;
	border:none;
	margin: 20px 0;
}
.subscribeform {
	width:44%;
	float: right;
	background-color:#FFFFFF;
	border:1px solid #D6D6D6;
	padding:20px;
	text-align:left;
	margin-top: 20px;
}
.subscribeform h3 {
	font-family:bpg_nateli_mtavruli;
	font-size:18px;
	font-weight:bold;
	color:#007CC3;
	margin:15px 0;
}
.subscribeform input {
	padding-top:6px;
	padding-bottom:4px;
	padding-left:10px;
	color:#666666;
	border:1px solid #C0C0C0;
	outline:none;
	float:left;
	border-right:none;
	font-family:bpg_arial;
	width: 50%;
}
.subscribebutton {
	text-align:center;
	text-decoration:none;
	float:left;
	background-color:#007CC3;
	font-family:bpg_nateli_mtavruli;
	font-weight:bold;
	color: #FFFFFF;
}
.subscribebutton a {
	padding-left:18px;
	padding-right:18px;
	text-decoration: none;
	display: block;
	height:30px;
	line-height:33px;
	color: #FFFFFF;
}
.subscribebutton a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.subscribebutton a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.subscribebutton a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#888888;
}
.subscribebutton a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.subscribeform p {
	clear:both;
	color:#666666;
	padding-top:15px;
	line-height:20px;
	font-size:13px;
}

.section-footer {
	padding:14px 0;
	background-color:#E7E7E7;
	border-top:1px solid #DEDEDE;
}
.footerlistbox {
	width:22%;
	margin-right:2%;
	float:left;
	color:#555555;
}
.footerlistbox h3 {
	font-family:bpg_nateli_mtavruli;
	font-weight:bold;
	font-size:16px;
	text-align:left;
}
.footerlistbox p {
	font-size:13px;
	padding-left: 20px;
	background-image: url(img-site/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.footerlistbox a:link {
	color:#777777;
	text-decoration:none;
}
.footerlistbox a:visited {
	color:#777777;
	text-decoration:none;
}
.footerlistbox a:hover {
	color:#007CC3;
	text-decoration:none;
}
.footerlistbox a:active {
	color:#007CC3;
	text-decoration:none;
}

.footersocial {
	float:left;
	margin-right:5px;
	opacity:0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footersocial:hover {
	opacity:1;
}

.footerlastwrapper {
	background-color:#D5D5D5;
	color:#777777;
	font-family:Arial;
	font-size:12px;
	padding-top:14px;
	padding-bottom:10px;
}
.copy {
	float: left;
	margin-top: 5px;
}
.created {
	float:right;
	width:162px;
	height:25px;
	background-image: url(img-site/transmedia.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align:left;
	font-size:10px;
	font-family:Arial;
	text-transform:none;
	line-height:25px;
	color:#777777;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.created:hover {
	background-image: url(img-site/transmedia.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.gallery {
	text-align: center;
	margin: 10px 0;
}
.gallery h3 {
	font-size:16px;
	padding: 20px 0;
	margin: 20px 0;
	border-bottom: 5px solid #007CC3;
	display:block;
}
.gallery-block {
	float: left;
	width: 29%;
	text-align: center;
	border:1px solid #D6D6D6;
	padding: 1%;
	margin: 0 1% 2% 1%;
	color: #333333;
	display: block;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-block:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery-block h4 {
	font-size:13px;
	margin: 5px 0 0 0;
}
.gallery-block img {
	width: 100%;
}

.contactform {
	width:44%;
	float: left;
	background-color:#FFFFFF;
	border:1px solid #D6D6D6;
	padding:20px;
	text-align:left;
}
.contactform h3 {
	font-family:bpg_nateli_mtavruli;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	color:#007CC3;
	margin:10px 0 20px 0;
}
.contactform h4 {
	font-family:bpg_arial;
	font-size:13px;
	color:#777777;
	margin:10px 0;
}
.contactform input {
	padding: 8px;
	margin-bottom: 5px;
	color:#666666;
	font-size:14px;
	width:240px;
	outline:none;
	font-family:bpg_arial;
	border:1px solid #B4B8B2;
}
.contactform textarea {
	padding: 8px;
	margin-bottom: 15px;
	color:#666666;
	font-family:bpg_arial;
	font-size:14px;
	width: 95%;
	max-width: 95%;
	height: 100px;
	outline:none;
	border:1px solid #B4B8B2;
}
.contactformbutton {
	text-align:center;
	text-decoration:none;
	background-color:#007CC3;
	width: 120px;
}
.contactformbutton a {
	font-family:bpg_nateli_mtavruli;
	font-weight:bold;
	padding-left:18px;
	padding-right:18px;
	text-decoration: none;
	display: block;
	height:30px;
	line-height:33px;
	color: #FFFFFF;
}
.contactformbutton a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.contactformbutton a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.contactformbutton a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#888888;
}
.contactformbutton a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.address {
	width:44%;
	float:right;
	color: #333333;
}
.address h3 {
	font-size:18px;
	font-weight: bold;
	margin-top:24px;
	margin-bottom: 8px;
}
.address p {
	font-family:bpg_arial;
	font-size:14px;
	line-height: 30px;
}

.google-map {
	
}

/* misc */

.hidden {
     position: absolute;
     clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
     clip: rect(1px, 1px, 1px, 1px);
}
.nolink {
	pointer-events: none;
    cursor: default;
}

#scrolltab{
	width:40px;
	height:40px;
	position:fixed;
	top:80%;
	right:10px;
	margin-top:-20px;
	background-color:black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 1px solid grey;
	border-radius:4px;
	z-index:2000;
	display:none;
	background-image: url(img-site/scrolltop.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	cursor:pointer;
}
.contacterror {
	font-family:bpg_arial;
	font-size:15px;
	color:#C40606;
	margin-bottom:24px;
	font-weight:bold;
}
.contactsuccess {
	font-family:bpg_arial;
	font-size:15px;
	color:#059905;
	margin-bottom:24px;
	font-weight:bold;
}
.trainingitem {
	background-image: url(img-site/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	margin-top:15px;
	margin-bottom:15px;
}
.trainingitem a:link {
	color:#333333;
}
.trainingitem a:visited {
	color:#333333;
}
.trainingitem a:hover {
	color:#007CC3;
}
.trainingitem a:active {
	color:#007CC3;
}
.counter {
	clear:both;
	padding-top:15px;
}
.sharebuttons {
	border-top:1px solid #DADADA;
	padding-top:20px;
	margin-top:30px;
	margin-bottom:20px;
}