* {
	outline: 0;
}

/******breadcrumb************/
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

    ul.breadcrumb li + li:before {
        padding: 8px;
        color: black;
        content: "/\00a0";
    }

    ul.breadcrumb li a {
        color: #0275d8;
        text-decoration: none;
    }

        ul.breadcrumb li a:hover {
            color: #01447e;
            text-decoration: underline;
        }
/******end-breadcrumb************/

/******Loader************/
.loaded .loader {
    height: 0;
}
.loader {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999;
	background: #fff;
	transition: all 0.3s ease;
}
.cssload-loader {
	width: 38px;
	height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -19px;
	margin-left: -19px;
	transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	perspective: 1200;
	-o-perspective: 1200;
	-ms-perspective: 1200;
	-webkit-perspective: 1200;
	-moz-perspective: 1200;
}
.cssload-flipper {
	position: relative;
	display: block;
	height: inherit;
	width: inherit;
	animation: cssload-flip 1.02s infinite ease-in-out;
	-o-animation: cssload-flip 1.02s infinite ease-in-out;
	-ms-animation: cssload-flip 1.02s infinite ease-in-out;
	-webkit-animation: cssload-flip 1.02s infinite ease-in-out;
	-moz-animation: cssload-flip 1.02s infinite ease-in-out;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
.cssload-front, .cssload-back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: rgb(220,50,50);
	height: 100%;
	width: 100%;
	backface-visibility: hidden;
}
.cssload-back {
	background-color: rgb(45,62,82);
	z-index: 800;
	transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}
 @keyframes cssload-flip {
 0% {
 transform: perspective(180px) rotateX(0deg) rotateY(0deg);
}
 50% {
 transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 transform: perspective(180px) rotateX(-180deg) rotateY(-179.9deg);
}
}
 @-o-keyframes cssload-flip {
 0% {
 -o-transform: perspective(180px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -o-transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -o-transform: perspective(180px) rotateX(-180deg) rotateY(-179.9deg);
}
}
 @-ms-keyframes cssload-flip
{
 0% {
 -ms-transform: perspective(180px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -ms-transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -ms-transform: perspective(180px) rotateX(-180deg) rotateY(-179.9deg);
} }
 @-webkit-keyframes cssload-flip {
 0% {
 -webkit-transform: perspective(180px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -webkit-transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -webkit-transform: perspective(180px) rotateX(-180deg) rotateY(-179.9deg);
}
}
 @-moz-keyframes cssload-flip {
 0% {
 -moz-transform: perspective(180px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -moz-transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -moz-transform: perspective(180px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/************************/

.head-social {
	display: none;
}
.top_up {
	position: fixed;
	left: 0;
	bottom: 0;
	font-size: 20px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0;
	text-align: center;
	width: 100%;
	height: auto;
	border-radius: 0;
	display: none;
	z-index: 9999;
}
.blue_box img.bg {
	position: relative;
	top: -10px;
	left: -10px;
	z-index: -99;
	width: 206px;
	height: 206px;
	padding: 0;
}
.title_box h2 {
	font-size: 11px;
	line-height: 11px;
	text-transform: none;
	color: #666;
	margin: 0;
}
/*My team*/

.teams {
	margin-bottom: 20px;
}
.teams a {
	display: block;
	padding: 15px;
	transition: all 0.3s ease 0s;
	border: 1px solid #fff;
}
.teams a:hover {
	background: #f9f9f9;
	border: 1px solid #eee;
}
.teams h1 {
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}
.teams p {
	text-align: center;
	text-transform: uppercase;
	color: #666;
	margin: 0;
	font-size: 12px;
}
/*yu hiisen be*/

.product-thumb {
	z-index: 1;
	position: relative;
	text-decoration: none !important;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-align: center;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.product-thumb:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.25);
	box-shadow: 0 4px 2px rgba(0,0,0,0.25);
}
.product-header {
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.product-thumb .product-header >img {
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.product-thumb .product-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 22px;
	border-top: none;
	position: relative;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.product-thumb .product-title {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
	margin-bottom: 5px;
	font-size: 16px;
}
.product-desciption {
	color: #858585;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.4em;
}
a.col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	display: block;
}
/*Introduction CSS*/

/* =============================================================== */

/* Recent Projects and Portfolio

/* =============================================================== */

.fixx {
}
#page-content {
	width: 100%;
	height: auto;
	background: #fff;
	margin: 30px auto;
	padding: 30px 0 50px;
}
.portfolio-filter {
	background: #f8f8f8;
	list-style: none;
	padding: 0;
	margin: 0;
}
.portfolio-filter li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: #999;
}
.portfolio-filter li a:hover, .portfolio-filter li a.active {
	background: #4D667B;
	color: #fff;
}
.portfolio-container {
	padding: 0;
}
.portfolio-container li {
	margin-bottom: 30px;
	display: block;
	min-height: 252px;
}
.portfolio-container .project-item img {
	width: 100%;
	height: auto;
	display: block;
}
.single-project {
	margin-bottom: 40px;
	padding-bottom: 70px;
	border-bottom: 1px solid #eee;
	color: #999;
}
.single-project .project-meta {
	border: none;
	text-align: left;
	padding-top: 0;
}
.project-item {
	display: block;
	background: #000;
}
.project-meta {
	display: block;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	position: relative;
}
.readmore {
	display: inline-block;
	background: #4D667B;
	color: #fff;
	padding: 15px 25px;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}
.readmore:hover {
	background: #FFF;
	color: #4D667B;
}
.project-item a {
	display: block;
	color: #4D667B;
	border: 1px solid #f5f5f5
}
.project-item .project-meta .effect {
	position: absolute;
	top: 30px;
	left: 0;
	height: 100%;
	width: 100%;
	background: #4D667B;
	text-align: center;
	line-height: 0;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}
.project-item .overlay:hover .project-meta .effect {
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	line-height: 0 !important;
}
.project-item .project-meta .effect i {
	position: relative;
	color: #4D667B;
	top: -10px;
	margin-right: 0 !important;
}
.project-item .project-meta .project-name {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.project-item .project-meta .project-category {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	font-size: 11px;
	display: block;
	font-style: italic;
	color: #adadad;
}
.project-item .overlay:hover .project-meta .project-name, .project-item .overlay:hover .project-meta .project-category {
	color: #fff;
}
.project-thumb {
	position: relative;
	overflow: hidden;
}
.years-now {
	position: absolute;
	top: 10px;
	left: -24px;
	background: #ee3737;
	color: white;
	padding: 2px 30px 0;
	transform: rotate(-45deg);
}
.years {
	position: absolute;
	top: 10px;
	left: -24px;
	background: #4d667b;
	color: white;
	padding: 2px 30px 0;
	transform: rotate(-45deg);
}
.project-thumb i {
	position: absolute;
	color: #fff;
	font-size: 0;
	top: -20px;
	left: 50%;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #000;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	line-height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
}
.project-item .overlay:hover .project-thumb img {
	opacity: .7;
	filter: alpha(opacity=70);
}
.project-item .overlay:hover .project-thumb i {
	font-size: 20px;
	opacity: .7;
	filter: alpha(opacity=70);
	top: 50%;
}
svg text {
	font-family: 'levenim';
}
.dropdown-menus:after {
	content: "\f107";
	position: absolute;
	color: #999;
	font-family: 'FontAwesome';
	right: 10px;
	bottom: 10px;
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.box_left h2 {
	font-size: 11px;
	color: #fff;
	background: #2F4167;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 0;
	margin: 0;
}
.box_left {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.box_left ul {
	padding: 0;
	list-style: none;
}
.box_left ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #ccc;
	margin: 0 10px;
	padding: 8px 0;
	transition: all 0.5s ease 0s;
}
.box_left ul li a:hover {
	color: #F33;
	padding-left: 5px;
}
.navbar-nav {
	margin: 0;
	position: absolute;
	top: 70px;
	right: 0;
	width: 200px;
	background: #2F4167;
	z-index: 9999;
}
.dropdown:hover > a, .grid_menu:hover > a {
	background: #2F4167 !important;
	color: #fff !important;
}
.dropdown:hover > a:after, .grid_menu:hover > a:after {
	color: #fff !important;
}
.dropdown-menu > li > a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	clear: both;
	font-weight: normal;
	line-height: 30px;
	color: #ddd;
	white-space: nowrap;
}
.dropdown:hover > .dropdown-menu, .grid_menu:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	height: 100%;
	padding: 5px 15px 15px 25px;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 0.4s ease, -webkit-transform 0.4s ease;
	-moz-transition: all 0.4s ease, -moz-transform 0.4s ease;
	-ms-transition: all 0.4s ease, -ms-transform 0.4s ease;
	-o-transition: all 0.4s ease, -o-transform 0.4s ease;
	transition: all .4s ease, transform .4s ease;
}
.dropdown-menu {
	position: relative;
	overflow: hidden;
	z-index: 1000;
	float: left;
	height: 0;
	min-width: 200px;
	padding: 0 15px 0 25px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #2F4167;
	transition: all 0.5s ease 0s;
	display: block !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
	-moz-transition: all 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
	-ms-transition: all 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
	-o-transition: all 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
	transition: all 0.4s ease, transform 0.4s ease, visibility 0.4s linear 0s;
}
/*CSS End*/

.map_lock {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.05);
	z-index: 9999;
}
.head-line {
	background: #FB8B09;
}
.head-line .contactus span {
	color: white;
	font-size: 13px;
	padding: 13px;
	float: right;
	text-align: center;
	margin: 0;
}
/*buteel*/

.our_work {
	padding: 15px;
	text-align: justify;
	color: #888;
	line-height: 24px;
}
.img_box {
	height: auto;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.dates-now {
	position: absolute;
	top: 17px;
	left: -30px;
	background: #ee3737;
	color: white;
	padding: 2px 30px 0;
	transform: rotate(-45deg);
}
.dates {
	position: absolute;
	top: 17px;
	left: -30px;
	background: #4d667b;
	color: white;
	padding: 2px 30px 0;
	transform: rotate(-45deg);
}
.singlework_body {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 4px;
}
.singlework_body .item-box {
	margin: 0;
	clear: both;
}
.shares {
	list-style: none;
	float: left;
	background: #7e7e7e;
	border-radius: 3px;
	padding: 0;
	margin: 10px 0 0 10px;
	overflow: hidden;
}
.shares li {
	float: left;
}
.shares li span {
	color: #fff;
	padding: 4px;
	display: inline-block;
	line-height: 19px;
	font-size: 12px;
	border-right: 1px solid #939393;
}
.links {
	display: inline-block;
	padding: 15px 0 0;
	color: #999;
	float: left;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.links i {
	margin-right: 6px;
}
.shares li span i {
	margin-right: 5px;
}
.shares li a {
	border-radius: 0;
	margin: 0;
	display: block;
	background: #7e7e7e;
	height: auto;
	width: auto;
	font-size: 12px;
	padding: 8px;
	text-align: center;
}
.shares li a i {
	padding: 0;
	font-size: 12px;
}
.shares li a:hover {
	background: #32353A;
}
.singlework_body a {
	background: #32353A;
	color: #fff;
	padding: 6px 8px 5px;
	display: inline-block;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 12px;
	float: left;
}
.singlework_body a:hover {
	background: #7e7e7e;
}
.singlework_body a i {
	font-size: 10px;
	padding: 4px 5px 3px 3px;
}
.our_work img {
	padding: 0;
	margin-top: 0;
	box-shadow: none;
	width: 100%;
}
.our_work h2 {
	padding: 0 0 20px;
	color: #555;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.our_work h4 {
	border-bottom: 1px dashed #e7e7e7;
	font-size: 22px;
	padding: 15px 0;
	color: #666;
	margin-top: 15px;
}
/*slide*/

.list-slide {
	position: relative;
}
.list-slide font {
	font-size: 8px;
	font-family: arial;
	color: #777;
	padding: 0 2px;
	line-height: 12px;
	display: none;
	position: relative;
	top: -1px;
}
.circle-slide h5 {
	width: 50px;
	border-radius: 0;
	height: auto;
	text-align: center;
	padding: 4px 0;
	line-height: 8px;
	font-size: 6px;
	text-transform: none;
	color: #fff;
	white-space: normal;
}
.list-slide h5 {
	margin: 0;
	font-size: 8px;
	color: #fff;
	background: none;
	font-family: "Zazaalight";
	text-transform: uppercase;
	padding: 0;
}
.smart_box h2 {
	font-size: 12px !important;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	margin: 0;
}
.smart_box h2 font {
	text-transform: none !important;
}
/*Уриа*/



.uria {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.pv-icon:after {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.uria .pv-icon:after {
	box-shadow: 0 0 0 1px #FFFFFF;
	left: 0;
	padding: 0;
	top: 0;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.uria .pv-icon {
	color: white;
	width: 36px;
	height: 36px;
	font-size: 20px;
	padding: 9px;
	border-radius: 50%;
	text-align: center;
	margin: 0 15px 0 0;
	transition: box-shadow 0.2s ease 0s;
	position: relative;
}
.uria a:hover > .pv-icon:after {
	opacity: 0.5;
	box-shadow: 0 0 0 1px #00BFFF;
	transform: scale(0.75);
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
}
.uria a:hover > .pv-icon {
	box-shadow: 0 0 0 2px #FFF;
}
.uria a {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 15px;
	display: block;
	position: relative;
	height: auto;
	text-transform: uppercase;
	margin: 0;
	transition: all 0.5s ease 0s;
}
.uria a:hover {
	color: #00ceff;
}
/*Dib yu hiideg ve*/

.work a {
	display: block;
	padding: 30px;
	color: #333;
	text-align: center;
	margin: 0 0 40px;
	border-radius: 3px;
	transition: all 0.3s ease-out;
}
.work a:hover {
	background: #f2f2f2;
}
.work .info {
	font-size: 14px;
	transition: all 0.3s ease-out;
	color: #999;
}
.work h2 {
	font-size: 18px;
	margin: 15px 0;
}
.worked h3 {
	font-size: 30px;
	margin: 15px 15px 30px;
	color: #666;
}
.worked h3 strong {
	color: #4CAACA;
}
.work h3 {
	font-size: 30px;
	margin: 15px 15px 30px;
}
h3.working {
	font-size: 24px;
	color: #fff;
	margin: 10px auto;
}
.work h3 strong {
	color: #999;
}
.work ul li a {
	display: block;
	padding: 5px 10px;
	line-height: 14px;
	font-size: 12px;
	color: #333;
	transition: all 0.5s ease 0s;
}
.work ul li a:hover {
	color: #F33;
}
/***************/



.search {
	padding: 20px 0 0;
}
.search-input {
	background: #f3f3f3;
	border: 0;
	width: 100%;
	padding: 8px 12px;
}
.r-menu {
	list-style: none;
	margin: 0;
	padding: 10px 10px 20px;
}
.r-menu li a i {
	padding-left: 10px;
	padding-right: 10px;
}
.r-menu li a {
	display: block;
	padding: 5px;
	color: #666;
	font-size: 14px;
	transition: all 0.3s ease-in-out 0s;
}
    .r-menu li a:hover {
        background: #0357bd;
        color: #eee;
        padding-left: 12px;
    }
.blank {
	color: #FB8B09;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px;
}
.blank i {
	padding: 0 10px 0 0;
}
.team {
	list-style: none;
	margin: 0;
	padding: 10px 0 20px;
}
.team li {
}
.team li img {
	padding-right: 10px;
}
.team li a {
	display: block;
	padding: 5px;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	transition: all 0.3s ease-in-out 0s;
}
.team li h5 {
	color: #222;
	margin: 12px 0 5px;
}
.team-h3 {
	background: #FB8B09;
	color: white;
	padding: 10px 12px 12px;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto Condensed';
	margin: 20px 0 0;
	text-transform: uppercase;
}
.team li a:hover {
	background: #eee;
	color: #F33;
}
.head-line a {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 15px;
	display: inline-block;
	line-height: 10px;
	transition: all 0.4s ease 0s;
}
.head-line a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.4);
}
.header {
	background: #fff;
	z-index: 999;
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.header_out {
	width: 100%;
	transition: all 0.3s ease-out 0s;
	height: auto;
}
.logo {
	display: block;
	height: 70px;
	position: relative;
	padding: 0px;
	float: left;
	padding-left: 10px;
	transition: all 0.3s ease-out 0s;
}
.logo img {
	height: 90px;
}
.contactus {
	float: right;
}
/*****footer*****/



.footer-content ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}
.footer-content ul li {
}
.footer-content ul li a {
	display: inline-block;
	color: #ddd;
	font-size: 13px;
	margin: 7px 0;
	padding: 5px 15px;
	border-left: 1px solid rgba(255,255,255,0.3);
	line-height: 12px;
	transition: all 0.3s ease 0s;
}
.footer-content ul li a:hover {
	color: #00BFFF;
	text-decoration: none;
	border-left: 2px solid #00BFFF;
}
.footer-content {
	background: #0357bd;
}
.footer-content h3 {
	font-family: 'Roboto Condensed';
	color: #ddd;
	font-size: 24px;
	text-transform: uppercase;
	padding: 30px 0 20px;
	font-weight: 300;
}
.footer-content b {
	color: #ddd;
	font-size: 14px;
}
.footer-content p {
	color: #ddd;
	padding: 0 15px;
	margin: 10px 0;
	font-size: 14px;
}
.footer {
	padding: 15px;
	color: #999;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.social-footer {
	float: right;
}
.social-footer a {
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.3);
	margin-left: 10px;
	color: #ccc;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.social-footer i {
	line-height: 32px;
}
.social-footer a:hover {
	background: #00BFFF;
	margin-left: 10px;
	color: #FFF;
}
.contact-form {
	padding: 0px 0 20px;
}
.contact-input {
	background: #eee;
	border: 1px;
	border-radius: 2px;
	padding: 10px;
	font-size: 13px;
	color: black;
	font-style: italic;
	width: 100%;
	outline: 0;
}
.layout {
	padding: 0 0 15px;
}
.hayag {
	padding: 20px 15px;
}
.layout textarea {
	resize: none;
	color: #fff;
	overflow: hidden;
}
.contact-send {
	background: #FB8B09;
	border: 0;
	color: white;
	border-radius: 2px;
	padding: 5px 20px;
	font-size: 12px;
	outline: 0;
	transition: all 0.5s ease 0s;
	line-height: 20px;
	text-transform: uppercase;
}
.contact-send:hover, .contact-reset:hover {
	background: #0357bd;
	box-shadow: none;
	color: #fff;
}
.contact-reset {
	background: none;
	border: 0;
	margin-left: 15px;
	color: white;
	border-radius: 2px;
	padding: 5px 20px;
	font-size: 12px;
	outline: 0;
	transition: all 0.5s ease 0s;
	line-height: 20px;
	text-transform: uppercase;
}
.fm {
	display: inline-block;
	position: fixed;
	bottom: 9px;
	right: 90px;
	z-index: 99999
}
.fm > img {
}
/*Мэдээний жагсаалтын CSS*/

.newsframe {
	padding: 35px 0;
	border-bottom: 1px solid #E5E5E5;
}
.newsframe img {
	max-width: 250px;
	min-width: 250px;
}
.image_box {
	float: left;
	margin-right: 15px;
}
.list_date {
	margin-right: 15px;
}
.news_title {
	text-align: justify;
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.news_title h2 {
	font-size: 16px;
	margin: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}
.news_title h2:hover {
	color: #ED1C44;
}
.newsframe .readmore {
	text-transform: uppercase;
	font-size: 11px;
	display: inline;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #ED1C44;
}
.newsframe .readmore:hover {
	color: #ED1C44;
}
.list_date {
	font-size: 12px;
}
.visit {
	font-size: 12px;
}
/*Дэлгэрэнгүй мэдээний CSS*/



.body1 {
	margin-top: 30px;
	margin-bottom: 30px;
	background: white;
}
.single_news {
	padding: 15px;
	margin: 10px;
}
.single_news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0 0 15px;
	font-weight: bold;
	padding: 0 0 10px;
	color: #FB8B09;
	border-bottom: 1px solid #eee;
}
.single_news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0 0 15px;
	color: #FB8B09;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ddd;
}
.singleitem_body {
	text-align: justify;
}
.singleitem_body img {
	max-width: 100%;
	margin: 15px 0;
}
/*Tweet slider*/







.tweet-slide .fa-twitter {
	font-size: 60px !important;
	color: rgba(255,255,255,0.5);
}
.newsCss {
	color: #fff;
}
.newsCss p {
	margin: 10px;
}
.newsCss a {
	font-style: italic;
	color: #3faeff;
}
.newsCss a:hover {
	text-decoration: none;
	color: #ff0;
}
.rmore {
	font-size: 16px;
	color: #0062a9;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	display: block;
	text-align: center;
	display: block;
}
.rmore:hover {
	color: #F30;
	text-decoration: none;
}
.panel-group {
	display: block;
}
.panel-title a:hover {
	text-decoration: none;
	color: #039;
}
.panel-body>p {
}
.huvsgul_map {
	width: 100%;
}
.huvsgul_map polygon {
	fill: #CCC;
	cursor: pointer;
}
.huvsgul_map polygon:hover {
	fill: #0052ae;
}
#tseg text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	pointer-events: none;
	fill: #222;
}
.gleft-menu {
	list-style: none;
	padding: 5px 10px;
	cursor: default;
}
.gleft-menu li {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	margin-bottom: 15px;
}
.sub-left-menu {
	list-style: none;
	padding: 5px;
	display: none;
}
.sub-left-menu li {
	border: 0;
	margin: 0;
	padding: 0;
}
.sub-left-menu li.disable {
	display: block;
	color: #777;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	padding: 8px 10px;
}
.sub-left-menu li a {
	display: block;
	padding: 8px 10px;
	color: #2C5697;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
}
.sub-left-menu li a:hover {
	text-decoration: none;
	background: #f5f5f5;
	border-right: 2px solid #f30;
	color: #f30;
}
.right_fix {
	display: none;
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 9999;
}
.right_fix a {
	color: #fff;
	display: block;
	height: 55px;
	line-height: 55px;
	position: relative;
	left: -145px;
	background: #2F4167;
	transition: all 0.3s ease-out;
	margin-bottom: 1px;
}
.right_fix a:hover {
	left: 0;
}
.right_fix a span {
	padding: 0 12px;
}
.rt-icon {
	float: right;
	width: 35px;
	height: 35px;
	font-size: 17px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	margin: 10px 10px 10px 8px;
}
.singleitem_body .nav-tabs > li.active > a, .singleitem_body .nav-tabs > li.active > a:hover, .singleitem_body .nav-tabs > li.active > a:focus {
	color: #FFF;
	cursor: default;
	background-color: #FB8B09;
	border: 1px solid #FB8B09;
}
.singleitem_body .nav > li > a:hover {
	color: #000;
}
.singleitem_body .tab-content p {
	padding: 15px 0;
}
.singleitem_body .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
	color: #555;
	background: #eee;
}
.singleitem_body .nav-tabs {
	border-bottom: 1px solid #FB8B09;
}
.singleitem_body .nav-tabs > li > a {
	border-radius: 0;
}
.img_product {
	padding: 0 20px;
}
.service tr, .service td {
	padding: 10px;
	border: 1px dashed #eee;
}
.service em {
	color: #666;
	font-size: 12px;
}
.light_box_in > h3{
	padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #135cce;
}
.ifno{
	padding-right: 20px;
}
.ifno > p{
	color: #999;
    padding: 0;
}
.ifno input{
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 0;
}
.ifno button{
    margin: 20px 0;
    background: #ee3737;
    color: #fff;
    padding: 7px 16px 6px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.newses{
	padding:10px 0 50px
}
.news_info{
	padding: 0 !important
}
.news_info .news-thumb{
	background-size: cover;
	background-position: center center;
    min-height: 210px;
    border: 1px solid #eee;
}
.news_info h4.news-title{
	font-size: 16px;
    color: #FB8B09;
    font-weight: 600;
	transition: all 0.3s ease
}
.news_info p{
	color:#666;
	text-align: justify
}
.news_info:hover > .news-title{
	color:#E43235
}
.stat{
	background-size:cover;
	background-attachment: fixed;
	padding: 80px 0
}
.stat .stat_box{
    width: 20%;
    float: left;
    padding: 20px 0;
}
.stat .stat_box h5{
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
	padding: 0 0 0 20px;
}
.stat .stat_box h1{
	margin: 0;
    color: #fff;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.customer a{
    background: #fff;
    padding: 6px 8px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    border-radius: 3px;
}
@media (min-width: 769px) and (max-width: 979px) {
#page-content {
	width: 100%;
	height: auto;
}
}

@media (min-width: 979px) and (max-width: 1200px) {
#page-content, header {
	width: 970px
}
}

@media (min-width: 1200px) {
#page-content {
	width: 1170px;
}
}

@media (min-width: 768px) {
.link_box_water a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #eee;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 60px;
	left: 33px;
}
.link_box_water a:hover {
	bottom: 57px;
	box-shadow: none;
}
.link_box_pos a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #fff;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 85px;
	left: 85px;
}
.link_box_pos a:hover {
	bottom: 82px;
	box-shadow: none;
}
.link_box_hos a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #fff;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 100px;
	left: 45px;
}
.link_box_hos a:hover {
	bottom: 97px;
	box-shadow: none;
}
.link_box_dent a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #fff;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 60px;
	left: 65px;
}
.link_box_dent a:hover {
	bottom: 57px;
	box-shadow: none;
}
.link_box_pos a i, .link_box_water a i, .link_box_hos a i, .link_box_dent a i {
	font-size: 20px;
	margin-left: 5px;
	line-height: 14px;
	top: 2px;
	position: relative;
}
.uria {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.uria a {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 20px 15px;
	display: block;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	transition: all 0.5s ease 0s;
}
.uria .pv-icon {
	color: white;
	width: 25px;
	height: 25px;
	font-size: 16px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px 0 0;
	display: inline-block;
	transition: box-shadow 0.2s ease 0s;
	position: relative;
}
#page-content {
	width: 100%;
	height: auto;
}
.logo {
	display: block;
	height: 70px;
	position: relative;
	width: auto;
	padding: 0px;
	float: left;
	padding-left: 10px;
	transition: all 0.3s ease-out 0s;
}
.dropdown-menus:after {
	content: "\f107";
	position: absolute;
	color: #999;
	font-family: 'FontAwesome';
	right: 10px;
	bottom: 10px;
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.box_left h2 {
	font-size: 11px;
	color: #fff;
	background: #2F4167;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 0;
	margin: 0;
}
.box_left {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.box_left ul {
	padding: 0;
	list-style: none;
}
.box_left ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #ccc;
	margin: 0 10px;
	padding: 8px 0;
	transition: all 0.5s ease 0s;
}
.box_left ul li a:hover {
	color: #F33;
	padding-left: 5px;
}
.dropdown:hover > a, .grid_menu:hover > a {
	background: #2F4167 !important;
	color: #fff !important;
}
.dropdown:hover > a:after, .grid_menu:hover > a:after {
	color: #fff !important;
}
.dropdown-menu > li > a {
	display: block;
	border-bottom: 1px solid #56585B;
	clear: both;
	font-weight: normal;
	line-height: 30px;
	color: #919191;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #5E9DEA;
}
.dropdown:hover > .dropdown-menu, .grid_menu:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	height: 100%;
	padding: 5px 15px 15px 25px;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 0.4s ease, -webkit-transform 0.4s ease;
	-moz-transition: all 0.4s ease, -moz-transform 0.4s ease;
	-ms-transition: all 0.4s ease, -ms-transform 0.4s ease;
	-o-transition: all 0.4s ease, -o-transform 0.4s ease;
	transition: all .4s ease, transform .4s ease;
}
.dropdown-menu {
	position: relative;
	overflow: hidden;
	z-index: 1000;
	float: left;
	height: 0;
	min-width: 200px;
	padding: 0 15px 0 25px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #2F4167;
	transition: all 0.5s ease 0s;
	display: block !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
	-moz-transition: all 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
	-ms-transition: all 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
	-o-transition: all 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
	transition: all .4s ease, transform .4s ease, visibility .4s linear 0s;
}
.item h1 {
	font-size: 50px;
	font-family: 'Jikharev';
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
	line-height: inherit;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
}
/*Tweet slider*/



.newsCss {
	color: #fff;
}
.newsCss p {
	margin: 20px;
	font-size: 28px;
	line-height: 28px;
}
.newsCss a {
	font-style: italic;
	color: #3faeff;
	display: block;
}
.newsCss a:hover {
	text-decoration: none;
	color: #ff0;
}
.uria a:after {
	display: none !important;
}
.teams p {
	font-size: 12px;
}
.teams h1 {
	font-size: 18px;
}
.right_fix {
	display: none;
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 9999;
}
.right_fix a {
	color: #fff;
	display: block;
	height: 55px;
	line-height: 55px;
	position: relative;
	left: -145px;
	background: #2F4167;
	transition: all 0.3s ease-out;
	margin-bottom: 1px;
}
.right_fix a:hover {
	left: 0;
}
.right_fix a span {
	padding: 0 12px;
}
.rt-icon {
	float: right;
	width: 35px;
	height: 35px;
	font-size: 17px;
	border: 2px solid white;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	margin: 10px 10px 10px 8px;
}
}

@media (min-width: 1024px) {
.link_box_water a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #eee;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 120px;
	left: 33px;
}
.link_box_water a:hover {
	bottom: 117px;
	box-shadow: none;
}
.link_box_pos a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #fff;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 155px;
	left: 170px;
}
.link_box_pos a:hover {
	bottom: 152px;
	box-shadow: none;
}
.link_box_hos a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #fff;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 155px;
	left: 110px;
}
.link_box_hos a:hover {
	bottom: 152px;
	box-shadow: none;
}
.link_box_dent a {
	border-radius: 5px;
	padding: 10px 25px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.5);
	background: #fff;
	color: #333;
	display: inline-block;
	font-size: 15px;
	position: relative;
	bottom: 105px;
	left: 145px;
}
.link_box_dent a:hover {
	bottom: 102px;
	box-shadow: none;
}
.link_box_pos a i, .link_box_water a i, .link_box_hos a i, .link_box_dent a i {
	font-size: 20px;
	margin-left: 5px;
	line-height: 14px;
	top: 2px;
	position: relative;
}
.header_out {
	height: 90px;
}
.right_fix {
	display: none;
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 9999;
}
.right_fix a {
	color: #fff;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    left: -120px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-out;
    margin-bottom: 1px;
}
.right_fix a:hover {
	left: 0;
}
.right_fix a span {
	padding: 0 2px 0 10px;
}
.rt-icon {
	float: right;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 0;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    margin: 5px;
}
#page-content {
	width: 1170px;
}
/*Menu position*/

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	border-bottom: 0;
}
.fixed .logo {
	height: 70px;
}
/*.fixed .logo text, .fixed .logo path{

	fill:#fff;

	}*/

.logo {
	display: block;
	height: 90px;
	position: relative;
	width: auto;
	padding: 0px;
	float: left;
	padding-left: 0;
	transition: all 0.3s ease-out 0s;
}
.logo a {
	display: block;
	height: 100%;
}
.navbar-nav {
	margin: 0;
	position: relative;
	top: auto;
	right: auo;
	width: auto;
	background: transparent;
}
.dropdown-menu > li > a {
	display: block;
	border-bottom: 1px solid #eee;
	clear: both;
	font-weight: normal;
	line-height: 42px;
	color: #666;
	white-space: nowrap;
	text-transform: uppercase;
}
.grid_menu:hover > .dropdown-menu {
	padding: 0 !important;
}
.fixed .dropdown:hover > .dropdown-menu, .fixed .grid_menu:hover > .dropdown-menu {
	top: 70px;
}
.dropdown:hover > .dropdown-menu, .grid_menu:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	top: 90px;
	height: auto;
	padding: 20px 25px;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 0.4s ease, -webkit-transform 0.4s ease;
	-moz-transition: all 0.4s ease, -moz-transform 0.4s ease;
	-ms-transition: all 0.4s ease, -ms-transform 0.4s ease;
	-o-transition: all 0.4s ease, -o-transform 0.4s ease;
	transition: all .4s ease, transform .4s ease;
}
.dropdown-menu {
	position: absolute;
	top: 120px;
	height: auto;
	right: 0;
	z-index: 1000;
	float: left;
	min-width: 200px;
	padding: 20px 25px;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	transition: all 0.5s ease 0s;
	display: block !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
	-moz-transition: all 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
	-ms-transition: all 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
	-o-transition: all 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
	transition: all .4s ease, transform .4s ease, visibility .4s linear 0s;
}
/*Slide puzzle*/

.list-slide {
	position: relative;
}
.list-slide font {
	font-size: 14px;
	font-family: arial;
	color: #777;
	padding: 0 10px;
	line-height: 12px;
	position: relative;
	display: inline-block;
	top: -2px;
}
.circle-slide h5 {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 55px 0;
	line-height: 22px;
	font-size: 18px;
	text-transform: none;
	color: #fff;
	white-space: normal;
	background: rgba(0, 0, 0, 0.6);
}
.list-slide h5 {
	margin: 0;
	font-size: 18px;
	color: #333;
	background: rgba(255,255,255,0.8);
	font-family: "Zazaalight";
	text-transform: uppercase;
	padding: 11px 15px 10px 25px;
}
.head-social {
	display: block;
}
.worked h3 {
	font-size: 34px;
	margin: 40px 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	color: #306398;
}
h3.working {
	font-size: 34px;
	margin: 40px auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	color: #fff;
}
/***who****/

.who h3 {
	font-size: 34px;
	margin: 40px 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	color: #306398;
}
.who ul li a {
	display: block;
	padding: 20px;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	color: #777;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 15px;
}
.who ul li a img {
	transition: all 0.2s ease-out;
}
.who ul li a:hover > img {
	transform: scale(1.05);
}
.who ul li a:hover > h1 {
	color: #0066FF;
}
.who h1 {
	transition: all 0.2s ease-out;
	font-size: 16px;
	margin: 15px 0 5px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}
.who p {
	font-style: italic;
}
/**********/

.work h3, .newses h3 {
	font-size: 34px;
	margin: 40px 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	color: #306398;
}
.work h3 strong {
	color: #999;
}
.work ul li a {
	display: block;
	padding: 10px 20px;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	color: #777;
	transition: all 0.5s ease 0s;
}
.work ul li a:hover {
	color: #F33;
}
.bluebox {
	position: relative;
	width: 140px;
	height: 140px;
}
.bluebox img {
	width: 140px;
	height: 140px;
}
.blue_box {
	position: relative;
	text-align: center;
}
.blue_box img.bg {
	position: relative;
	top: -33px;
	left: -33px;
	z-index: -99;
	width: 206px;
	height: 206px;
	padding: 0;
}
.title_box h2 {
	font-size: 32px !important;
	text-transform: none !important;
	color: #666 !important;
}
.smart_box h2 {
	font-size: 32px !important;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.smart_box h2 font {
	text-transform: none !important;
}
.title_box h2 font {
	color: #5DA8EB !important;
}
.uria .pv-icon {
	color: white;
	width: 30px;
	display: inline-block;
	height: 30px;
	font-size: 18px;
	padding: 0;
	font-family: 'Roboto Condensed';
	border-radius: 50%;
	text-align: center;
	margin: 0 15px 0 0;
	transition: box-shadow 0.2s ease 0s;
	position: relative;
}
.uria a {
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 30px;
	padding: 20px;
	display: block;
	font-weight: 300;
	position: relative;
	text-align: center;
	height: auto;
	text-transform: uppercase;
	margin: 0;
	transition: all 0.5s ease 0s;
	background: rgba(0,0,0,0.7);
}
.uria a:after {
	content: "\f0da";
	position: absolute;
	font-family: Fontawesome;
	color: rgba(255,255,255,0.3);
	right: 20px;
	top: 50%;
	margin-top: -15px;
	font-size: 40px;
	display: block;
}
.uria .container > div:last-child a:after {
	display: none;
}
.dropdown-menu li {
	position: relative;
}
.box_left {
	float: left;
	width: 220px;
	padding: 0 0 25px;
}
.box_left ul {
	padding: 0;
	list-style: none;
}
.box_left ul li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #222;
	margin: 0 25px;
	padding: 13px 0 13px;
	transition: all 0.5s ease 0s;
}
.box_left ul li a:hover {
	color: #005FC1;
	padding-left: 5px;
}
.grid_menu {
}
.grid_menu .ul_menu {
	list-style: none;
	background: #fafafa;
	width: auto;
	position: absolute;
	left: 50%;
	top: 140px;
	padding: 0;
	width: 880px;
	margin: -440px;
}
.box_left h2 {
	font-size: 12px;
	color: #fff;
	background: #4d5a65;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 12px;
	padding: 15px 25px 15px;
	margin: 0;
}
.dropdown:hover > a, .grid_menu:hover > a {
	background: #f5f5f5 !important;
	color: #666 !important;
}
.dropdown-menus:after {
	transition: all 0.5s ease 0s;
	content: "\f107";
	position: absolute;
	color: #2F4167;
	font-family: 'FontAwesome';
	right: 8px;
	bottom: 40px;
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	transition: bottom 0.3s;
}
.fixed .dropdown-menus:after {
	bottom: 30px;
}
.fixed_height {
	height: 70px;
	transition: all 0.3s ease-out 0s;
}
.dropdown-menu > li > a {
	font-size: 12px;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 14px;
	font-weight: normal;
}
.item h1 {
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
	line-height: inherit;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 0;
	font-style: italic;
}
/*Цэсний css*/







.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto Condensed';
	font-size: 12px;
	text-transform: uppercase;
	padding: 39px 25px;
	transition: all 0.3s ease 0s;
	color: #4a4a4a;
	line-height: 12px;
}
.fixed .navbar-default .navbar-nav > li > a {
	padding: 30px 25px;
}
.home a {
	padding: 15px !important;
	font-size: 22px !important;
	transition: all 0.3s ease 0s !important;
}
.home a:hover {
	color: #eee !important;
}
#main_map {
	display: block;
}
.right_banner {
	display: block;
}
.likes {
	display: block;
	border: 1px solid white;
}
.my-tweet {
	display: block;
}
.img-rec {
	display: block;
	margin: 15px 0 0;
}
.my-video {
	display: block;
	margin: 15px 0;
}
/*Дэлгэрэнгүй мэдээний CSS*/







.single_news {
	padding: 30px;
}
.singleitem_body img {
	max-width: 100%;
	margin: 20px 0;
}
/*Tweet slider*/







.tweet-slide .fa-twitter {
	font-size: 120px !important;
	color: rgba(255,255,255,0.5);
}
.newsCss {
	color: #fff;
}
.newsCss p {
	margin: 30px;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
.newsCss a {
	font-style: italic;
	color: #3faeff;
}
.newsCss a:hover {
	text-decoration: none;
	color: #ff0;
}
.panel-group {
	display: none;
}
.huvsgul_map {
	width: 100%;
	height: 400px;
}
.right_banner {
	margin: 15px 0 0 0;
	padding: 10px;
	background: white;
}
.modal_box {
	width: 300px;
}
.img_box {
	overflow: hidden;
	width: 100%;
}
.singlework_body {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 4px;
}
.singlework_body .item-box {
	margin: 0;
	clear: both;
}
.shares {
	list-style: none;
	float: left;
	background: #7e7e7e;
	border-radius: 3px;
	padding: 0;
	margin: 15px 0 0;
	overflow: hidden;
}
.shares li {
	float: left;
}
.shares li span {
	color: #fff;
	padding: 7px 15px 8px;
	display: inline-block;
	line-height: 19px;
	border-right: 1px solid #939393
}
.links {
	display: inline-block;
	padding: 7px 0;
	margin-left: 50px;
	color: #999;
	float: left;
	font-size: 14px;
	margin-top: 15px;
	width: auto;
}
.links i {
	margin-right: 6px;
}
.shares li span i {
	margin-right: 10px;
}
.shares li a {
	border-radius: 0;
	margin: 0;
	display: block;
	background: #7e7e7e;
	height: 34px;
	width: 34px;
	padding: 10px;
	text-align: center;
}
.shares li a i {
	padding: 0;
	font-size: 15px;
}
.shares li a:hover {
	background: #32353A;
}
.singlework_body a {
	background: #32353A;
	color: #fff;
	padding: 5px 20px 6px;
	display: inline-block;
	border-radius: 3px;
	margin-top: 15px;
	margin-right: 15px;
	float: left;
}
.singlework_body a:hover {
	background: #7e7e7e;
}
.singlework_body a i {
	font-size: 13px;
	padding: 5px 10px 5px 0;
}
.our_work img {
	padding: 0;
	box-shadow: none;
	width: 100%;
}
.our_work h2 {
	padding: 0 0 20px;
	color: #333;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.our_work h4 {
	border-bottom: 1px dashed #e7e7e7;
	font-size: 22px;
	padding: 15px 0;
	color: #666;
	margin-top: 15px;
}
.our_work {
	padding: 30px;
}
    .top_up {
        position: fixed;
        left: 15px;
        bottom: 15px;
        font-size: 20px;
        background: #306398;
        color: #fff;
        padding: 8px 14px 0;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        display: none;
        z-index: 9999;
    }
/*yu hiisen be*/

.product-thumb {
	z-index: 1;
	position: relative;
	text-decoration: none !important;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-align: center;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.product-thumb:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.25);
	box-shadow: 0 4px 2px rgba(0,0,0,0.25);
}
.product-header {
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.product-thumb .product-header >img {
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.product-thumb .product-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 22px;
	border-top: none;
	position: relative;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.product-thumb .product-title {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
	margin-bottom: 5px;
	font-size: 16px;
}
.product-desciption {
	color: #858585;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.4em;
}
a.col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	display: block;
}
.fixed {
	position: fixed;
	top: -100px;
	width: 100%;
	z-index: 9999;
}
}
