/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
}
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	color:#4A4A4A;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hr_hidden { width:100%; height:0; background:none; border:none; }
/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/

hr {
	color: rgba(229,229,229,1.00) !important;
}

/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, p {
}
.page_loading {
	width:100%;
	height:100%;
	position:fixed;
	cursor:wait;
	overflow:hidden;
	background:#f7f7f7 url(images/loading_big.gif)  no-repeat center center;
	top:0;
	left:0;
	z-index:11000 !important;
}
.loading_div{
	margin-top:65px;
	width:100%;
	height:100%;
	position:fixed;
	background:url(images/loading_text.png)  no-repeat center center;
}
.loading_make_transform {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.loading_scale {
	/*-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
h1 {
	font-size: 80px;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-size: 44px;
	position: relative;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	margin-bottom: 10px;
}
p.lead {
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.page_error_404 {
	width:100%;
	height:400px;
	background:url(images/error_404.png) no-repeat center center;
	margin:80px 0;
}
.page_error_404 h4 {
	text-align:center;
	color:#999;
	font-weight:bold;
}
.page_up_butt {
	width:50px;
	height:50px;
	background:url(images/top.png) no-repeat;
	position:fixed;
	right:5%;
	top:90%;
	z-index:1001;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	cursor:pointer;
	display:none;
}
.page_up_butt:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
@font-face {
  font-family: 'bpg';
  src: url('css/fonts/bpg/BPGExtraSquare.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/bpg/BPGExtraSquare.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/bpg/BPGExtraSquare.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/bpg/BPGExtraSquare.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/bpg/BPGExtraSquare.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'bpgextra';
  src: url('css/fonts/bpgextra/BPGExtraSquareMtavruli.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/bpgextra/BPGExtraSquareMtavruli.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.svg#svgFontName') format('svg'); /* Legacy iOS */
}



tr, td {
	border: 1px solid #034ea2;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}


/*--------------------------------------------------------
/* SHORTCODES
--------------------------------------------------------*/
.page {
	width:1200px;
	height:auto;
	margin:0 auto;
	position:relative;
}
body {
	background:#fff;
	font-size:14px;
	font-family:"bpg";
}
#main_container {
	width:100%;
	height:auto;
	min-height:100%;
}
.nicescroll-rails {
	width:7px !important;
	background:url(images/scroll_bg.png) repeat;
}
.nicescroll-rails div {
	width:7px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border:none !important;
	background:#1A1A1A !important;
}






/*--------------------------------------------------------
/* LINKS
--------------------------------------------------------*/
a {
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:link, a:visited {
	color:#6A8DB4;
}
a:hover {
	color:#6A8DB4;
}
a:active  {
	color:#6A8DB4;
}
a img {
	border:none;
}
.single_slider {
	width: 500px;
	height: 400px;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.single_slider img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.services_page {
	margin-top: 40px;
}

/*--------------------------------------------------------
/* HEADER
--------------------------------------------------------*/
header {
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	border-bottom: 2px solid #034ea2;
}
#header_logo {
	top: 6px !important;
	left: 100px !important;
	z-index: 1000000;
	position: absolute;
}
nav {
	margin-left: 300px;
}
nav ul li {
	display: inline-block;
	text-align: right;
	padding: 20px 25px 16px 25px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	font-size: 18px;
	color: #034ea2;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	
}
nav ul li:hover {
	color: #fff;
	background: #034ea2;
}

.level_2 {
	position: absolute;
	z-index: 100;
	top: 62px;
	left: 410px;
	background: rgba(0,0,0,0.4);
	width: 350px;
	height: auto;
	cursor: pointer;
	display: none;
}
.level_2 li {
	width: 300px;
	text-align: left;
}
.level_2 a li {
	color: #fff !important;
}
.level_2 a li:hover {
	background: #f00 !important;
}
/*--------------------------------------------------------
/* MAIN
--------------------------------------------------------*/
.main_information {
	margin-top: 20px;
	width: 100%;
	height: auto;
	text-align: center;
}
.main_information_item {
	width: 300px;
	height: 150px;
	display: inline-block;
	margin: 10px 20px;
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	padding: 15px;
}
.main_information_title {
	font-size: 16px;
	color: #034ea2;
	text-transform: uppercase;
}
.main_page_titles {
	font-size: 20px;
	background: #E7191C;
	width: 100%;
	display: block;
	margin-top: 20px;
	padding: 6px 6px 6px 15px;
	text-transform: uppercase;
	color: #fff;
}
.main_information_item  span{
	color: #034ea2;
	border: 1px solid #034ea2;
	padding: 5px 10px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.main_products_container { 
	padding: 20px;
	text-align: center !important;
	border-bottom: 1px solid #D4D4D4 !important;
}
.main_google_map iframe {
	width: 550px !important;
	height: 300px !important;
	border-right: 1px solid #D4D4D4;
}
.main_google_map  {
	float: left;
	width: 600px !important;
	height: 300px !important;
	border-right: 1px solid #D4D4D4;
	display: inline-block;
}
.main_contact_info {
	margin-top: 20px;
}
.contact_inforamtion {
	width: 100%;
	height: auto;
	text-align: center;
}
.contact_inforamtion_text_edited {
	width: 350px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding: 20px ;
	border-left: 1px solid rgba(221,221,221,1.00);
	text-align: left;
}
.contact_inforamtion_text_edited p {
	font-size: 13px;
}
.contact_inforamtion_text_edited span {
	text-transform: uppercase;
	font-family: 'bpgextra';
	font-size: 14px;
}
.contact_info_title {
	text-transform: uppercase;
	font-family: 'bpgextra';
	font-size: 15px;
	color: #F80000;
	font-weight: bold;
	padding: 20px 0 ;
	
}
.contact_button span {
	font-size: 18px;
	color: #034ea2;
	border: 1px solid #034ea2;
	padding: 7px 14px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 20px;
}
.contact_button {
	margin-top: 30px;
	display: block;
	text-align: center;
}
.contact_button span:hover {
	color: #fff;
	background: #034ea2;
	cursor: pointer;
}
	
.single_text {
	margin-top: 20px;
	padding: 20px 100px;
}
.gallery_page {
	margin-top: 30px;
}

.gallery_item_container {
	width: 548px;
	height: 450px;
	display: inline-block;
	margin: 22px;
	border: 2px solid #034ea2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gallery_item_container:hover {
	border: 2px solid #f00;
}
.gallery_item_container img{
	width: 532px;
	height: 430px;
	display: inline-block;
	padding: 9px;
}

.main_images_container {
	margin: 40px 0;
	text-align: center;
}
.main_images_container img{
	padding: 21px;
	border: 1px solid #034ea2;
}
/*--------------------------------------------------------
/* PAGINATION
--------------------------------------------------------*/
.pagination {
	width:100%;
	height:auto;
	border-top: 1px solid #FFF;
	margin:50px 0;
}
.pagination a {
	width:40px;
	height:33px;
	background:#EBEBEB;
	color:#111;
	display:inline-block;
	vertical-align:middle;
	margin:15px 5px;
	font-size:18px;
	text-align:center;
	padding-top:7px;
}
.pagination a:hover {
	background:#034ea2;
}
.pagination p {
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	color:#034ea2;
}
.pagi_active {
	background:#034ea2 !important;
}





/*--------------------------------------------------------
/* FOOTER
--------------------------------------------------------*/
footer {
	width:100%;
	min-width: 1200px;
	height:auto;
	overflow:hidden;
	clear:both;
	font-family: 'bpgextra';
	text-transform:uppercase;
	margin:30px 0 0 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.3);
}
.socials_footer {
	width: 500px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -250px;
	font-size: 24px;
}
.socials_footer i {
	margin: 0 5px;
}
.socials_footer img {
	display: none;
}
.footer_copyright {
	padding:7px 10px 0 10px;
	margin:0;
	color:#929292;
	text-align: left;
	font-size:12px;
}
.footer_copyright span {
	float:right;
}
.socials {
	width:100%;
	height:auto;
	margin:30px 0;
}
.socials i {
	width:50px;
	height:35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #7F7F7F;
	margin:0 9px;
	color:#B7B7B7;
	font-size:22px;
	padding:15px 0 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.socials i:hover {
	color:#FFF;
	border:1px solid #FFF;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.fa-facebook { color:#3b5998; }
.fa-facebook-square { color:#3b5998; display: none; }
.fa-twitter { color:#1da1f2; }
.fa-google-plus { color:#dd4b39;  display: none;}
.fa-youtube { color:#cd201f; }
.fa-skype { color:#12A5F4; display: none;}
.fa-envelope:hover { color:#0198f1; display: none; }








/*--------------------------------------------------------
/* CONTACT
--------------------------------------------------------*/
.cont_info {
	width:400px;
	height:auto;
	margin:20px 0 0 0;
	display:inline-block;
	vertical-align: top;
	padding:15px;
	font-size:13px;
	color:#034ea2;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.cont_info span {
	width:95px;
	display:inline-block;
	font-weight:bold;
}
.single_arrows_bg_contact {
	height:550px;
}
.contact_form {
	width:440px;
	height:auto;
	margin:20px 20px 0 30px;
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #034ea2;
}
.carer {
	text-align:center;
}
.carer div {
	margin:0 15px;
}
.contact_form_input3 {
	width:400px;
    -ms-transform: skewX(-6deg);
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg);
	border:1px solid #034ea2;
	margin:5px 0 5px 10px;
	overflow:hidden;
}
.contact_form_input input {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.contact_form_input2 input {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.contact_form_input3 textarea {
    -ms-transform: skewX(6deg);
    -webkit-transform: skewX(6deg);
    transform: skewX(6deg);
}
input[type=text] {
	width:400px;
	height:auto;
	padding:5px 12px;
	margin:5px 0;
	font-size:15px;
	border:1px solid #C9C9C9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
textarea {
	width:400px;
	height:92px;
	padding:12px;
	margin:5px 0;
	font-size:15px;
	border:1px solid #C9C9C9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
input[type=text]:focus, textarea:focus {
	border:1px solid #034ea2;
}
.contact_form_input4 {
	width:150px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
	border:1px solid #337ab7;
	background:#034ea2;
	margin:5px 0 5px 12px;
	overflow:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact_form_input4 input, .contact_form_input4 img {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
input[type=submit] {
	width:150px;
	height:42px;
	border:none;
	padding:9px;
	background:#fff;
	color:#034ea2;
	font-size:15px;
	text-align:center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor:pointer;
	font-family: 'bpgextra';
	text-transform:uppercase;
	border: 1px solid #034ea2;
}
.contact_form_input4:hover {
}
input[type=submit]:hover {
	background: #034ea2;
	color: #fff;
}
.contact_info .fa-facebook { color:#3b5998; }
.contact_info .fa-twitter { color:#4099ff; }
.contact_info .fa-linkedin { color:#0e76a8; }
.contact_info .fa-google-plus { color:#d34836; }

.loading_gif {
	position:absolute;
	height:30px;
	margin:6px 0 0 5px;
	display:none;
}
.contact_error_email {
	width:400px;
	text-align:center;
	background:#D40003;
	color:#FFF;
	padding:7px 0;
	margin:10px 0 -20px 50px;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.message_sent {
	width:400px;
	text-align:center;
	background:#00D411;
	color:#FFF;
	padding:7px 0;
	margin:10px 0 -20px 50px;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.contact_error_text {
	width:400px;
	text-align:center;
	background:#D40003;
	color:#FFF;
	padding:7px 0;
	margin:10px 0 -20px 50px;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
}

.google_map {
	width:100%;
	height:400px;
	overflow:hidden;
	border-bottom:3px solid #034ea2;
}
.google_map div {
	width:900px;
	height:300px;
    -ms-transform: skewX(26deg);
    -webkit-transform: skewX(26deg);
    transform: skewX(26deg);
	margin:0 0 0 -100px;
}
.google_map iframe {
	width:100% !important;
	height:100% !important;
}

.portfolio_price {
	font-size: 13px !important;
	color: #838383 !important;
}


.main_page_videos {
	width: 100%;
	height: 220px;
	margin-top: 30px;
	text-align: center;
}
.main_page_videos1 {
	margin: 10px;
	display: inline-block;
	border: 2px solid #fff;
}
