#color_schema {
	color: #428bca;
}

@-ms-viewport {
    width: auto;
}

html,body {
    //-ms-overflow-style: none !important; 
    //-ms-content-zoom-limit-min: 1 !important;
    //-ms-content-zoom-limit-max: 1 !important;
    //overflow: hidden;
}

body {
	background: #F6F6F6;

	font-family: 'Open Sans', sans-serif;
	height: 100%;
	color: #444444;
	
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 20px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
.content h2 {
	font-size: 20px;
	font-weight: bold;
}
.content h3 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.content h4 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
}
p {
    margin-bottom: 20px;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}

del {
	color: #999999;
}

ul {
	list-style: none;
	padding: 0;
}
ul li,
ol li {
	margin-bottom: 5px;
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

section {

}
section.light {
	background: rgba(255, 255, 255, 0.5);
	position: relative;
}
section header.major {
	text-align: center;
	background: url("../images/header-bottom.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
section.grey {
	background: #f0f0f0;
	border-top: 1px solid #dddddd;
	//border-bottom: 1px solid #dddddd;
	text-shadow: 0 1px 0 #FFFFFF;
}
section.grey header.major {
	background: url("../images/header-bottom-grey.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
}
section header.major  h2 {
	font-size: 28px;;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-bottom: 20px;
	font-weight: 300;
}
section header.major  .caption {
	padding: 0 32%;
	font-size: 20px;
	display: inline-block;
	color: #999999;
	margin-bottom: 30px;
	font-weight: 300;
}
aside {
	display: block;
}

a {
	outline: none;
	color: #428bca;
	transition: all 0.3s;
	cursor: pointer;
}
a:hover,
a:focus  {
	text-decoration: none;
	outline: none;
	color: #ff6500;
}
a:focus {
	color: #428bca; 
}

h1 a,
h2 a,
h3 a {
	color: #444444;
	transition: all 0.3s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #000000;
}

textarea {
	resize: vertical;
	min-height: 120px;
}

button {
	border: none;
}

#main_container {
	//min-height: 300px;
	
	padding-top: 40px;
}

.v-container-lg {
	padding-top: 70px;
	padding-bottom: 70px;
}
.v-container-md {
	padding-top: 50px;
	padding-bottom: 50px;
}
.v-container-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* header */
#page_header {
	background: #f6f6f6;
}
#page_header .header-opaque{
	background: #f6f6f6;
}

#page_header .logo {
	height: 100px;
}

#page_header .header-top {
	min-height: 190px;
}
#page_header .header-top .top-line {
	color: #ddd;
	background: #354050;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
#page_header .header-top .top-line a {
	color: #ddd;
}
#page_header .header-top .top-line a:hover {
	color: #428bca;
}
#page_header .header-top .info-line {
	background: #e6e0f6;
	//background: linear-gradient(#f0f6ff, #ffddff);
	padding: 30px 0px 30px 0px;
}
.header-info strong a {
	font-size: 20px;
	color: #444;
}
.header-info strong a:hover {
	font-size: 20px;
	color: #000;
}
.header-info {
	margin-top: 20px;
	color: #444;
	//text-shadow: 1px 0px 0 #ffffff;
}
.header-info i {
	display: inline-block;
	margin-right: 10px;
}
.header-info p {
	margin: 0;
}

.lang-switcher{
	height: 30px;
	margin: 0;
	display: block;
	float: left;
	opacity: 0.7;
}


/* MENU */
#main-nav {
	min-height: 50px;
	//margin-bottom: 40px;
}
#main-nav .navbar-default {
	margin-top: 0;
	margin-bottom: 0;
	background: rgba(50,50,50, 0.85);
	box-shadow: 0 1px 2px rgba(71, 73, 72, 0.1);
	//border-top: 1px solid #e7e7e7;
	//border-bottom: 1px solid #e7e7e7;
	z-index: 999;
}
#main-nav nav {
	display: block;
}

#main-nav nav li{
	margin-bottom: 0;
	margin-top: 0;
}
#main-nav nav a{
	color: #444444;
	font-weight: 400;
}

#main-nav .level-1{
	margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}
#main-nav .level-1 > li{
    display: block;
    margin: 0;
    padding: 0;
}
#main-nav .level-1 > li > a{
	line-height: 50px;
	vertical-align: middle;
	text-transform: none;
	display: inline-block;
	color: #eeeeee;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#main-nav nav .right > li {
	padding: 0 0 0 30px;
}
#main-nav nav .right > li > a{
	text-transform: none;
	font-weight: 400;
}
#main-nav .right > li i{
	display: inline-block;
	margin-right: 5px;
	text-transform: none;
	font-size: 22px;
}
#main-nav .right > li:last {
	padding: 0;
}

#small-logo {
	width: 80px;
	height: 80px;
	padding: 10px;
	border-radius: 50%;
	background-color: #444;
	position: fixed;
	top: -5px
	left: 15px;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

@media (min-width: 992px) {
	#main-nav .navbar-fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	
	#main-nav .level-1 > li{
	    float:left;
	    padding: 0px 30px 0 0;
	    position: relative;
	}
	.mod-no-touch #main-nav .level-1 > li:hover > a, 
	.mod-touch #main-nav li.on > a{
		color: #ffffff;
	}
	
	#main-nav .submenu {
		position: absolute;
		top: 50px;
		left: -20px;
		visibility: hidden;
		pointer-events:none;
		opacity: 0.85;
	}
	.mod-no-touch #main-nav li:hover .submenu,
	.mod-touch #main-nav li.on .submenu {
		visibility: visible;
		pointer-events: auto;
	}
	
	#main-nav .submenu.default .level-2{
		min-width: 200px;
	}
	#main-nav .submenu.default .level-2 > li{
		background: #444444;
	    display: block;
	    margin: 0;
	    vertical-align: middle;
	}
	#main-nav .submenu.default .level-2 > li > a{
		display: block;
		padding: 15px 20px;
		color: #eeeeee;
		font-size: 14px;
		font-weight: 400;
		vertical-align: middle;
	}
	#main-nav .submenu.default .level-2 > li:last-child > a{
		border-bottom: none;
	}
	
	#main-nav .submenu.collections .level-2{
		width: 600px;
	}
	#main-nav .submenu.collections .level-2 > li{
		background: rgba(50, 50, 50, 0.85);
	    display: block;
	    width: 25%;
	    float: left;
	    margin: 0;
	}
	#main-nav .submenu.collections .level-2 > li > a{
		display: block;
		padding: 15px 20px;
		color: #eeeeee;
		font-size: 14px;
		font-weight: 400;
	}

	#main-nav .submenu .level-2 > li:hover {
		background: #000 !important;
	}
	#main-nav .submenu .level-2 > li:hover > a{
		color: #ffffff !important;
	}
	
	#main-nav li {
		z-index: 1000;
	}
	#main-nav li:hover {
		z-index: 1001;
	}
	#main-nav li ul {
		margin-top: 25px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.mod-no-touch #main-nav li:hover ul,
	.mod-touch #main-nav li.on ul {
		visibility: visible;
		margin-top: 0px;
		opacity: 1;
		z-index: 1001;
	}
}

@media (max-width: 991px) {
	#main-nav .outscreen-menu-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0px 15px;
		//background: #428bca;
		background: #354050;
		color: #ffffff;
		top: 0;
		font-size: 20px;
		
		z-index: 900;
	}
	#main-nav .outscreen-menu-header i {
		font-size: 24px;
	}
	#main-nav .outscreen-menu-header a {
		color: #ffffff;
	}
	#main-nav .outscreen-menu-header a.logo-text {
		font-weight: 600;
	}
	#main-nav .outscreen-menu-header a.pull-right {
		display: inline-block;
		text-align: right;
	}
	#main-nav .outscreen-menu-header a.pull-left {
		display: inline-block;
		margin-right: 30px;
		text-align: left;
	}
	#main-nav .outscreen-menu-header a.pull-left:last-child {
		margin: 0;
	}
	
	#main-nav .outscreen-menu{
	  	width: 100%;
	  	position: fixed;
	  	padding-top: 50px;
	  	top: 0;
	  	left: -100%;
	  	background: #ffffff;
	  	transition: all 0.3s;
	  	z-index: 899;
	  	overflow: scroll;
	  	overflow-x: auto;
	  	overflow-y: scroll;
	  	height: 100%;
	}
	#main-nav .outscreen-menu.on{
	  	left: 0;
	}


	#main-nav .outscreen-menu .level-1 li {
		margin-bottom: -1px;
		display: block;
		float: none;
	}
	#main-nav .outscreen-menu .level-1 > li > a {
		display: block;
		padding: 0px 15px;
		color: #444444;
		background: #f0f0f0;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}
	#main-nav .outscreen-menu .level-1 li a:hover {
		color: #428bca;
	}
	#main-nav .outscreen-menu .level-1 > li > a i {
		min-width: 25px;
	}
	#main-nav .outscreen-menu .level-1 > li > a img {
		margin-right: 10px;
		margin-top: -1px;
		vertical-align: middle;
	}
	
	#main-nav .submenu {
		display: none;
	}
	#main-nav .submenu .level-2 > li {
		float: left;
		width: 50%;
		border-right: 1px solid #f0f0f0;
		background: none !important;
	}
	#main-nav .submenu .level-2 > li:nth-child(odd) {
		border-right: 1px solid #f0f0f0;
	}
	#main-nav .submenu .level-2 > li > a{
		display: block;
		padding: 15px 15px;
		color: #444444 !important;
		font-size: 14px;
		border-bottom: 1px solid #f0f0f0;
	}
	#main-nav .submenu .level-2 > li > a:hover {
		color: #428bca;
	}
	
	#main-nav .outscreen-menu .level-1 > li > a.menu-collapser {
		display: inline-block;
		background: none;
		border: none;
		height: 49px;
		line-height: 50px;
		overflow: hidden;
	}

	#main-nav .outscreen-menu .search .form-control {
		border: none;
		margin: 0;
		padding: 15px 15px;
	}
	#main-nav .outscreen-menu .search button {
		line-height: 50px;
	}

	#jivo_top_wrap {
		display: none;
	}
}
@media (max-width: 480px) {
	#main-nav .submenu .level-2 > li {
		float: none;
		width: 100%;
		border-right: none;
	}
}

#page-heading {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: -30px;
	color: #666666;
}
#page-heading h1{
	margin: 0;
	padding:0;
	color: #666666;
}
#page-heading h1:first-letter{

}
#page-heading #crumbs-box {
}
#page-heading .breadcrumb {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #999999;
	z-index: 100;
}
#page-heading .breadcrumb li {
	display: inline-block;
	color: #999999;
}

.breadcrumb > li + li:before {
    content: "";
    display: none;
}

.breadcrumb > li:after {
    color: #999999;
    content: " /";
    padding: 0 5px;
}
.breadcrumb > li:last-child:after {
    display: none;
    content: "";
}
#page-heading .breadcrumb li a {
	color: #999999;
}
#page-heading .breadcrumb li a:hover {
	color: #428bca;
}

#search-box {
	position: absolute;
	right: 0;
	top: 55px;
	width: 300px;
	display: none;
}
#search-box.active {
	display: block;
}
#search-box #search-result-preview > div > div {
    border-bottom: 1px dotted #f0f0f0;
    font-size: 13px;
    list-style: none outside none;
    margin: 0 -20px;
    padding: 15px 20px;
    position: relative;
}
#search-box input {
	margin: 0;
}

/* footer */
#main_footer {
	background-color: #4d4d66;
	color: #a6a6a6;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#main_footer .footer_top {
	padding-top: 80px;
	padding-bottom: 10px;
}
#main_footer h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	
	color: #ffffff;
}
#main_footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#main_footer .contact-box {
	position: relative;
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#main_footer .contact-box:after {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}
#main_footer .contact-box:last-of-type:after {
    border: 0 none;
}
#main_footer .contact-box:last-of-type {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#main_footer .contact-box a {
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 5px;
}
#main_footer .contact-box a:last-child {
	margin-bottom: 0px;
}
#main_footer .contact-box i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: inherit;
}

#main_footer aside {
	margin-bottom: 40px;
}
#main_footer aside p {
	color: #a6a6a6;
}

#footer-payment img {
	margin: 0px 5px 5px 0px;
}

#main_footer .contact-box-icon {
    float: left;
    margin-right: 20px;
}
#main_footer .circle-small-outer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.12);
    border-radius: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    height: 40px;
    position: relative;
    width: 40px;
}
#main_footer .circle-small-inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.35);
    height: 30px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 30px;
}
#main_footer .circle-small-inner i:before {
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
#main_footer .circle-small-inner i {
    line-height: 30px;
    text-align: center;
}

#main_footer {
    color: #FFFFFF;
}
#main_footer .contact-box .contacts-line {
	display: block;
}
#main_footer .contact-box a {
	margin-right: 10px;
}
#main_footer .phone-code {
	color: #a6a6a6;
	font-size: 12px;
}
#main_footer .phone-caption {
	display: inline-block;
	color: #a6a6a6;
}
#main_footer ul li a, 
#main_footer .contact-box a, 
#main_footer .widget_tag_cloud a, 
#main_footer table a, 
#main_footer .recent-posts-content h6 a {
    color: #FFFFFF;
}
#main_footer .contact-box-content {
	display: table-cell;
    vertical-align: middle;
    height: 40px;
}
#main_footer .contact-box span, 
#main_footer .contact-box a {
}
#main_footer address {
    margin: 0;
}

#main_footer .recent-posts-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
#main_footer .recent-posts-container:last-of-type:after {
    border: 0 none;
}
#main_footer .recent-posts-container:last-of-type {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#main_footer .recent-posts-container:after {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}
#main_footer .recent-posts-container i {
	display: inline-block;
	margin-right: 7px;
	font-size: 12px;
}
#main_footer .recent-posts-content {
    line-height: 26px;

}
#main_footer .recent-posts-content h4 {
	margin: 0px 0px 5px 0px;
	font-weight: 400;
}
#main_footer .recent-posts-content h4 a {
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
}
#main_footer .recent-posts-content span {
	font-size: 12px;
	color: #a6a6a6;
}

#main_footer ul.menu li:before {
    color: rgba(0, 0, 0, 0.65);
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 10px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    top: 1px;
}
#main_footer ul.menu  li {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
    line-height: 30px;
    margin: 0;
}
#main_footer .more_link {
	display: inline-block;
	margin-top: 15px;
	color: #99aaff;
}
#main_footer .more_link:hover {
	color: #99ffff;
}

#main_footer .form-control {
	color: #ffffff;
}

#main_footer .socail-links {
	list-style: none;
}
#main_footer .socail-links li {
	display: inline-block;
	padding: 0;
	margin: 0 15px 10px 0;
	border: none;
}
#main_footer .socail-links li a {
	color: #999999;
	transition: all 0.3s;
	font-size: 24px;
}
#main_footer .socail-links li a:hover {
	color: #ffffff;
}

#footer_bottom {
	background: #354050;
}
#footer_bottom .copy_text,
#footer_bottom .developer_text {
	padding: 25px 0px;
	color: #999999;
	font-size: 12px;
	display: inline-block;
}
#footer_bottom .copy_text p,
#footer_bottom .developer_text p {
	margin: 0;
	padding 0;
}
#footer_bottom .copy_text a,
#footer_bottom .developer_text a {
	color: #999999;
}
#footer_bottom .developer_text i {
	display: inline-block;
	margin-right: 5px;
}


#back-to-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    bottom: 10px;
    right: 10px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    width: 50px;
    display: block;
    vertical-align: middle;
    
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#back-to-top i {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 50px;
    vertical-align: middle;
    text-shadow: none;
}

/* home */
#banners{
	margin-top: -40px;
	position: relative;
	background: #444444;
	
}
.slider-box .slider-navigation {
	padding-bottom: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10000;
	
	bottom: 0;
}

#main-thesises {
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#main-thesises .home-thesis {
	position: relative;
	min-height: 190px;
	max-height: 190px;
	overflow: hidden;
	color: #ffffff;
}
#main-thesises .home-thesis-box:nth-child(2n+1) .home-thesis {
	background: #444444;
}
#main-thesises .home-thesis-box:nth-child(2n) .home-thesis {
	background: #555555;
}
@media (max-width: 991px) and (min-width: 768px) {
	#main-thesises .home-thesis-box:nth-child(1) .home-thesis,
	#main-thesises .home-thesis-box:nth-child(4) .home-thesis {
		background: #444444;
	}
	#main-thesises .home-thesis-box:nth-child(2) .home-thesis,
	#main-thesises .home-thesis-box:nth-child(3) .home-thesis {
		background: #555555;
	}
}
#main-thesises .home-thesis .thesis-inner {
	padding: 40px 20px;
	width: 100%;
	position: absolute;
	top: 0;
	transition: all 0.3s;
}
#main-thesises .home-thesis:hover .thesis-inner {
	top: -100%;
}
#main-thesises .home-thesis i {
	margin-bottom: 25px;
	display: inline-block;
	color: #ffffff;
	font-size: 65px;
}
#main-thesises .home-thesis h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 90px;
	text-transform: uppercase;
	color: #fff;
}
#main-thesises .home-thesis .thesis-body {
	text-align: center;
}
#main-thesises .home-thesis .more-link {
}

.slider-section {
	padding-top: 50px;
	padding-bottom: 20px;
	//border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.slider-section h2 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
}

.testimonial .box-body p:last-child {
	margin-bottom: 0;
}

/* about */
#company-description {
	padding-top: 70px;
	padding-bottom: 70px;
}

#company-achivements {
	padding-top: 70px;
	padding-bottom: 70px;
}
#company-achivements .company-achievement {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	
	background: url("../images/header-bottom.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#company-achivements .company-achievement:last-child {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* testimonials */
#testimonials {
	padding-top: 70px;
	padding-bottom: 40px;
}
#testimonials header{
	margin-bottom: 45px;
}
#testimonials .testimonial {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    text-align: justify;
}
#testimonials .testimonial header {
    margin-bottom: 20px;
    text-align: left;
}
#testimonials .testimonial header img {
    float: left;
    margin-right: 20px;
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
    
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#testimonials .testimonial header h1 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
	text-transform: none;
	font-weight: 600;
}
#testimonials .testimonial header span {

}
#testimonials .testimonial header a {
	display: inline-block;
	margin-right: 15px;
}
#testimonials .testimonial .testimonial_body {
   font-style: italic;
}
#testimonials .testimonial .testimonial_body *:last-child {
	margin-bottom: 0;
}

.comment {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    text-align: justify;
}
.comment:last-child {
    margin: 0;
}
.comment h1{
    margin: 0;
    display: inline-block;
    font-size: 14px;
}
.comment time{
    float: right;
    color: #cccccc;
}
.comment header{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.comment .comment-body{
    border-top: 1px solid #ffffff;
    padding-top: 5px;
}

.tag_cloud a {
    float: left;
    
    background: linear-gradient(to bottom, #FAFAFA 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    color: #737373;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 300;
    height: 26px;
    margin: 0 10px 10px 0;
    padding: 4px 15px 0;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.tag_cloud a:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    color: #454545;
    text-decoration: none;
}

.blog-post .add-comment-form {
	margin-top: 30px;
}

/* news */
#news {
	padding-bottom: 50px;
}
.news-preview p:last-child {
	margin-bottom: 10px;
}
.news-header-img {
	margin-bottom: 20px;
}

.actions-image-box {
	margin-bottom: -20px;
}
.action-image {
	margin-bottom: 20px;
}

/* dispatches */
#subscribe-form input {
	margin: 0;
}

/* delivery */
#delivery {
}
.delivery-info {
	padding: 10px 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.delivery-info > *:last-child {
	margin: 0;
}
.free-delivery {
	background: #00bb00;
}
.paid-short-delivery {
	background: #cc8800;
}
.paid-long-delivery {
	background: #cc0000;
}

/* payment */
#payment #payment-pictures img{
	margin-bottom: 20px;
}

.requisite {
	margin-bottom: 10px;
	border-bottom: 1px dashed #bbbbbb;
	padding-bottom: 10px;
}
.requisite:first-child {
	border-top: 1px dashed #bbbbbb;
	padding-top: 10px;
}
.requisite:last-child {
	margin-bottom: 0;
	border-bottom: 1px dashed #bbbbbb;
	padding-bottom: 10px;
}

/* contacts */
#contacts {
	
}
#contacts .contacts {
	margin-bottom: -30px;
}
#contacts .contacts-element {
	margin-bottom: 30px;
}
#contacts .contacts i {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 44px;
	vertical-align: middle;
	float: left;
	margin-right: 15px;
	
    border-radius: 50%;
    color: #428bca;
    border: 3px solid #428bca;
    display: inline-block;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
#contacts .contacts i:hover {
	border-radius: 20%;
    text-decoration: none;
}
#contacts .contacts a {
	color: #428bca;
}
#contacts .group-member {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999999;
}
#contacts .group-member:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
#contacts .group-member h3 {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 16px;
	display: block;
}
#contacts .group-member span {
	color: #999999;
	display: block;
	margin-bottom: 15px;
}
#contacts .group-member a {
	margin-right: 10px;
}

/* files */
.file-ext {
	text-transform: uppercase;
}

/* map */
#map {
	margin-bottom: 20px;
}
 
/* category */
.category-list {
    margin: 0 -20px -20px -20px;
}
.category-list ul {
	margin-bottom: 0px;
	border-top: 1px solid #F0F0F0;
}
.category-list > ul {
	margin-top: -1px;
}
.category-list li {
    list-style: none outside none;
    margin-bottom: 0;
    border-bottom: 1px solid #F0F0F0;
}
.category-list li:last-child {
	border-bottom: none;
}
.category-list li input {
	display: inline-block;
	padding-top: 0px;
	margin-right: 7px;
}
.category-list li span {
	display: inline-block;
	vertical-align: middle;
}
.category-list li > .category-list .padding {
    padding-left: 40px;
}
.category-list li.active > a {
    color: #FFFFFF;
    font-weight: 600;
    background-color: #444444;
}
.category-list li.active > a:hover {
    color: #FFFFFF;
}
.category-list a {
    color: #444444;
    display: block;
    
    text-decoration: none;
    vertical-align: top;
    line-height: inherit;
}
.category-list a:hover, .category .sidebar .category-list a:focus {
    background-color: #444444;
    color: #FFFFFF;
}
.category-list a.fa:hover {
	background: none;
	color: #444444;
}
.category-list a:hover .count, .category .sidebar .category-list a:focus .count {
    background-color: #FFFFFF;
    color: #444444;
    text-shadow: none;
}
.category-list .count {
    background-clip: padding-box;
    background-color: #D7D7D7;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 2px 5px;
    min-width: 25px;
    vertical-align: middle;
}

.category-list li > a {
	padding: 15px 20px 15px 20px;
}
.category-list > ul > li > a {
	padding: 15px 20px 15px 20px;
}
.category-list li > a.menu-collapser {
	text-align: right;
	min-width: 40px;
	padding-left: 0px;
}
.category-list > ul > li > ul > li > a  {
	padding: 15px 20px 15px 40px;
}
.category-list > ul > li > ul > li > ul > li a  {
	padding: 15px 20px 15px 60px;
}

.category-preview {
	background: #ffffff;
	padding: 5px 5px 15px 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.category-preview h2 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0px;
}

/* profile */
.personal-data-line {
	margin-bottom: 5px;
}
.personal-data-line:last-child {
	margin-bottom: 0px;
}

.manager img {
	margin-right: 15px;
}
.manager .manager-description {
	padding-top: 5px;
}
.manager .manager-description h3 {
	display: inline;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.manager .manager-description span {
	display: inline;
}

.box.request-list {
	padding: 0px 0px;
}
.request-element {
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s;
}
.request-element .content {
	padding-top: 20px;
}
.request-element:hover {
	background: #f6f6f6;
}
.request-element:last-child {
	border-bottom: none;
}

/* sitemap */
#sitemap {
	padding-top: 70px;
 	padding-bottom: 70px;
 	margin-left: -30px;
}
#sitemap ul{
	list-style: none;
	padding-left: 30px;
}
#sitemap ul li{
	font-size: 20px;
	margin: 5px 0px;
}
#sitemap ul li a {
	margin-left: 10px;
}

/* search */
#modal .search-object {
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
}
#modal .search-object:last-child {
	padding-bottom: 0px;
}
#modal .search-object h4 {
	margin-bottom: 10px;
}
#modal .search-object p {
	margin-bottom: 10px;
}
#modal .search-object h4 a {
	color: #444444;
}

/* common */
.transparent {
	opacity: 0;
}
.full-width {
	width: 100%;
	height: auto;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}

.info-link {
	text-decoration: none; 
	border-bottom: 1px dashed #428bca;
}
.action-link{
	border-bottom: 1px dashed #428bca;
}

.alert > * {
	margin-bottom: 0;
}

img.captcha {
	cursor: pointer;
	margin-bottom: 15px;
}

.action-input {
	position: relative;
}
.action-input input {
	padding-right: 45px;
}
.action-input button {
	position: absolute;
	background: none;
	font-size: 18px;
	top: 0;
	right: 12px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	padding: 0;
	color: #428bca;
}

.content {
	text-align: justify;
}
.content h1 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content h2 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
}
.content h3 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
}
.content h4 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
}
.content > *:last-child {
	margin-bottom: 0;
}
.content ul {
	padding-left: 30px;
	margin-bottom: 20px;
}
.content ol {
	padding-left: 30px;
	margin-bottom: 20px;
}
.content ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.content ul li:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 0;
}
.content img {
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding: 5px;
    position: relative;
    height: auto;
    max-width: 100%;
    display: block;
}
.content figure {
	margin-bottom: 20px;
}
.content > *:last-child {
	margin-bottom: 0;
}

.margin-bottom {
	margin-bottom: 20px;
}
.margin-bottom-sm {
	margin-bottom: 30px;
}
.margin-bottom-md {
	margin-bottom: 50px;
}
.margin-bottom-lg {
	margin-bottom: 70px;
}

.btn {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.05);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.05);
  /*color: @arguments;*/
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.btn:focus,
.btn:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  /*color: @arguments;*/
}
.btn[disabled],
.btn.disabled {
  color: #ffffff;
  background-color: #f0f0f0;
  cursor: no-drop;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn[disabled]:hover,
.btn.disabled:hover,
.btn[disabled]:focus,
.btn.disabled:focus,
.btn[disabled]:active,
.btn.disabled:active {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*color: @arguments;*/
}
.btn-primary {
  background-color: #444444;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #000000;
}
.btn-turquoise {
  background-color: #1abc9c;
}
.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active {
  background-color: #17a689;
}
.btn-greensea {
  background-color: #16a085;
}
.btn-greensea:hover,
.btn-greensea:focus,
.btn-greensea:active {
  background-color: #138a72;
}
.btn-emerland {
  background-color: #2ecc71;
}
.btn-emerland:hover,
.btn-emerland:focus,
.btn-emerland:active {
  background-color: #29b765;
}
.btn-nephritis {
  background-color: #27ae60;
}
.btn-nephritis:hover,
.btn-nephritis:focus,
.btn-nephritis:active {
  background-color: #229955;
}
.btn-peterriver {
  background-color: #3498db;
}
.btn-peterriver:hover,
.btn-peterriver:focus,
.btn-peterriver:active {
  background-color: #258cd1;
}
.btn-belizehole {
  background-color: #2980b9;
}
.btn-belizehole:hover,
.btn-belizehole:focus,
.btn-belizehole:active {
  background-color: #2472a4;
}
.btn-amethyst {
  background-color: #9b59b6;
}
.btn-amethyst:hover,
.btn-amethyst:focus,
.btn-amethyst:active {
  background-color: #8f4bab;
}
.btn-wisteria {
  background-color: #8e44ad;
}
.btn-wisteria:hover,
.btn-wisteria:focus,
.btn-wisteria:active {
  background-color: #7f3d9b;
}
.btn-wetasphalt {
  background-color: #34495e;
}
.btn-wetasphalt:hover,
.btn-wetasphalt:focus,
.btn-wetasphalt:active {
  background-color: #2b3c4e;
}
.btn-midnightblue {
  background-color: #2c3e50;
}
.btn-midnightblue:hover,
.btn-midnightblue:focus,
.btn-midnightblue:active {
  background-color: #233140;
}
.btn-sunflower {
  background-color: #f1c40f;
}
.btn-sunflower:hover,
.btn-sunflower:focus,
.btn-sunflower:active {
  background-color: #dab10d;
}
.btn-orange {
  background-color: #428bca;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #e08e0b;
}
.btn-carrot {
  background-color: #e67e22;
}
.btn-carrot:hover,
.btn-carrot:focus,
.btn-carrot:active {
  background-color: #d67118;
}
.btn-pumpkin {
  background-color: #d35400;
}
.btn-pumpkin:hover,
.btn-pumpkin:focus,
.btn-pumpkin:active {
  background-color: #ba4a00;
}
.btn-alizarin {
  background-color: #e74c3c;
}
.btn-alizarin:hover,
.btn-alizarin:focus,
.btn-alizarin:active {
  background-color: #e43725;
}
.btn-pomegranate {
  background-color: #c0392b;
}
.btn-pomegranate:hover,
.btn-pomegranate:focus,
.btn-pomegranate:active {
  background-color: #ab3326;
}
.btn-facebook {
  background-color: #3B5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #344e86;
}
.btn-twitter {
  background-color: #1ab2e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #15a1d3;
}
.btn-googleplus {
  background-color: #dd4a38;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active {
  background-color: #d73825;
}
.btn-pinterest {
  background-color: #ce2127;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
  background-color: #b81d23;
}
.btn {
  padding: 12px 20px;
}
.btn.btn-large {
  padding: 16px 24px;
}
.btn.btn-small {
  padding: 8px 16px;
}
.btn.btn-mini {
  padding: 1px 12px;
}

.share-buttons {
	font-size: 14px !important;
	margin-top: -5px;
}

.hgroup.title {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    margin: 0 -20px;
    padding: 0 20px 20px;
}
.hgroup.title h1, .hgroup.title h2, .hgroup.title h3, .hgroup.title h4, .hgroup.title h5, .hgroup.title h6 {
    color: #939694;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.hgroup.title h1:first-child, .hgroup.title h2:first-child, .hgroup.title h3:first-child, .hgroup.title h4:first-child, .hgroup.title h5:first-child, .hgroup.title h6:first-child {
    color: #474948;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.box {
	width: 100%;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 20px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.box .box-header {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.box .box-header * {
	line-height: 24px;
}
.box .box-header h1,
.box .box-header h2,
.box .box-header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #474948;
  font-weight: 600;
  margin: 0;
}
.box .box-header h5 {
  font-size: 14px;
  line-height: 21px;
  color: #939694;
  font-weight: 400;
  margin: 0;
}
.box .box-header time {
	color: #aaaaaa;
}
.box .box-image {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.box .box-image a,
.box .box-image img {
  display: block;
}
.box .box-body,
.box .box-content {
  margin-top: 20px;
}
.box .box-body > *:last-child,
.box .box-content > *:last-child {
  //margin-bottom: 0;
}
.box .box-body .price-list,
.box .box-content .price-list {
  margin: -20px;
}
.box .box-body .price-list li,
.box .box-content .price-list li {
  margin: 0;
}
.box .box-footer {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .box-footer:before {
  content: '';
  display: block;
}
.box .box-footer:after {
  content: '';
  display: table;
  clear: both;
}
.box .box-header + .box-footer {
  border-top: none;
  margin-top: 0;
}
.box .box-content.highlight {
  margin: 0 -20px;
  padding: 0 20px;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: -20px;
}
.box .buttons {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .buttons:before {
  content: '';
  display: block;
}
.box .buttons:after {
  content: '';
  display: table;
  clear: both;
}
.box .hgroup.title + .buttons {
  border-top: none;
  margin-top: 0;
}
.box.border-top {
  border-top: 5px solid #428bca;
}
.box.border-right {
  border-right: 5px solid #428bca;
}
.box.border-bottom {
  border-bottom: 5px solid #428bca;
}
.box.border-left {
  border-left: 5px solid #428bca;
}
.box .box-footer:before {
    content: "";
    display: block;
}
.box .box-footer:after {
    clear: both;
    content: "";
    display: table;
}
.box .box-footer {
    background-color: #F9F9F9;
    border-top: 1px solid #F0F0F0;
    margin: 20px -20px -20px;
    padding: 20px;
}

.action-box {
	padding: 25px 15px;
	font-size: 30px;
	text-align: center;
	background: #428bca;
}
.action-box a {
	color: #ffffff;
	font-weight: 600;
}

hr.delimiter {
	border-top: 1px solid #f0f0f0;
	margin: 0px -20px 20px -20px;
}
hr.border {
	margin: 0;
	padding: 0;
	border-top: 5px solid #428bca;
}

.left-box {
	height: 100%;
	margin: -20px;
	padding: 20px;
	border-right: 1px solid #f0f0f0;
}
.right-box {
	margin: -20px -20px -20px -21px;
	padding: 20px;
	border-left: 1px solid #f0f0f0;
}

.common_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.common_list li:before {
    color: #CCCCCC;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.common_list li {
    border-top: 1px solid #F5F5F5;
    color: #CCCCCC;
}
.common_list li a {
    color: #787878;
    display: inline-block;
    line-height: 35px;
    transition: all 0.3s ease 0s;
}

address {
	display: inline;
}
address span {
	display: inline-block;
}

.img_container {
	display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.img-default {
	display: block;
    background: #FFFFFF;
    padding: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
    
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
a:hover .img-default {
	background: #ddffff;
}

.carousel{
	display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 5px;
    position: relative;
}

.big-number {
	display: block;
	text-align: center;
	font-size: 58px;
	font-weight: 300;
	padding: 20px 0px;
	text-transform: none;
}
.big-number > span {
	display: inline-block;
	margin: 0px 10px;
}

.chart {
	width: 200px;
	height: 200px;
	margin: auto;
	position: relative;
}
.chart span {
	position: absolute;
	display: block;
	width: 100%;
	line-height: 200px;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	color: #444444;
	
	text-shadow: 0 1px 0 #FFFFFF;
}

.paging-navigation {
	margin-top: 30px;
    text-align: center;
    display: block;
}

.paging-navigation span,
.paging-navigation a {
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    line-height: 31px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 31px;
    margin: 0 1px;
    font-weight: 600;
}
.paging-navigation span {
	background: #444444;
}
.paging-navigation a {
	background: #999999;
}
.paging-navigation a:hover {
	background: #444444;
}

.accordion {
	
}
.accordion .accordion-header, .toggle .toggle-header {
    border-bottom: 1px dotted #E5E5E5;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.accordion .accordion-header .outer-circle, .toggle .toggle-header .outer-circle {
    float: left;
    margin-right: 20px;
}
.outer-circle {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    display: inline-block;
    height: 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.inner-circle-rev {
    background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    top: 5px;
}
.inner-circle, .inner-circle-rev {
    border-radius: 40px;
    height: 40px;
    left: 5px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.inner-circle i:before, .inner-circle-rev i:before {
    color: #B5B5B5;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: all 0.3s ease 0s;
}
.inner-circle i, .inner-circle-rev i {
    margin-top: 12px;
}
.accordion .accordion-header h3, .toggle .toggle-header h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.circle-icon {
	width: 130px;
    height: 130px;
    display: block;
	background: #ffffff;
	border: 8px solid #428bca;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.circle-icon:hover {
	border-radius: 20px;
}
.circle-icon i {
	color: #428bca;
    font-size: 42px;
    line-height: 112px;
    vertical-align: middle;
}

.button-normal-outer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.12);
    border-radius: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    color: #a6a6a6;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.button-primary-color.button-normal-outer, 
.portfolio-filter-controls .filter.active 
.button-normal-outer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65) inset;
    color: #a6a6a6;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.button-normal-inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.35);
    height: 26px;
    margin-top: 5px;
    padding: 4px 15px 0;
}
.button-primary-color 
.button-normal-inner, 
.portfolio-filter-controls 
.filter.active 
.button-normal-inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.35);
}

.default-button {
	background: linear-gradient(to bottom, #FAFAFA 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    color: #737373;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 400;
    border: none;

    padding: 4px 15px;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: all 0.3s ease 0s;
}
.default-button:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    color: #454545;
    text-decoration: none;
}

.preloader {
	display: block;
	padding: 30px;
	text-align: center;
	color: #cccccc;
	font-size: 54px;
}

.grid {
	transition: all 0.75s;
}

/* tables */
table {
  width: 100%;
  margin-bottom: 20px;
}
table tr {
	border-bottom: 1px solid #f0f0f0;
}
table tr:last-child {
	border-bottom: none;
}
table.order_details th,
table.customer_details th {
  width: 30%;
}
table.order_details td,
table.customer_details td{
  width: 70%;
}
table thead th,
table thead td {
  font-size: 12px;
  color: #474948;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
}
table thead th {
  font-weight: 600;
}
table thead td {
  font-weight: 400;
}
table tbody th {
  border-bottom: 1px solid #f0f0f0;
}
table thead th,
table tbody th,
table thead td,
table tbody td {
  padding: 10px;
  vertical-align: middle;
}

.table-row {
	margin-bottom: 10px;
	border-bottom: 1px dashed #bbbbbb;
	padding-bottom: 10px;
}
.table-row:first-child {
	border-top: 1px dashed #bbbbbb;
	padding-top: 10px;
}
.table-row:last-child {
	margin-bottom: 0;
	border-bottom: 1px dashed #bbbbbb;
	padding-bottom: 10px;
}


.shop-table td.name a {
	color: #444444;
	font-weight: 600;
}
.delivery-table td:first-child {
	width: 0.5%;
}
@media (min-width: 992px) {
	table thead th:first-child,
	table tbody th:first-child,
	table thead td:first-child,
	table tbody td:first-child {
	  padding-left: 0;
	}
	table thead th:last-child,
	table tbody th:last-child,
	table thead td:last-child,
	table tbody td:last-child {
	  padding-right: 0;
	}
	.shop-table td.photo {
		width: 1%;
	}
}
@media (max-width: 991px) {
	.shop-table thead {
		display: none;
	}
	.shop-table tr {
		border: 1px solid #e3e3e3;
		border-bottom: 4px solid #e3e3e3;
	    height: auto;
	    overflow: hidden;
	    width: 100%;
	}
	.shop-table td {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 10px 10px calc(50% + 10px);
		position: relative;
		border-bottom: 1px solid #f0f0f0;
	}
	.shop-table td:before {
		display: block;
		text-align: left;
		background-color: #f9f9f9;
		position: absolute;
		padding: 10px;
		height: 100%;
		left: 0;
		top:0;
		content: attr(data-title);
		width: 50%;
	}
}

/* grid */
.extender-5 {margin-left: -5px; margin-right: -5px; }
.extender-10 {margin-left: -10px; margin-right: -10px; }
.extender-15 {margin-left: -15px; margin-right: -15px; }
.extender-20 {margin-left: -20px; margin-right: -20px; }
.extender-25 {margin-left: -25px; margin-right: -25px; }
.extender-30 {margin-left: -30px; margin-right: -30px; }
.extender-35 {margin-left: -35px; margin-right: -35px; }

.thinner-5 {margin-left: 5px; margin-right: 5px; }
.thinner-10 {margin-left: 10px; margin-right: 10px; }
.thinner-15 {margin-left: 15px; margin-right: 15px; }
.thinner-20 {margin-left: 20px; margin-right: 20px; }
.thinner-25 {margin-left: 25px; margin-right: 25px; }
.thinner-30 {margin-left: 30px; margin-right: 30px; }
.thinner-35 {margin-left: 35px; margin-right: 35px; }

.v-extender-5 	{margin-top: -5px;	clear: both;}
.v-extender-10 	{margin-top: -10px;	clear: both;}
.v-extender-15 	{margin-top: -15px;	clear: both;}
.v-extender-20 	{margin-top: -20px;	clear: both;}
.v-extender-25 	{margin-top: -25px;	clear: both;}
.v-extender-30 	{margin-top: -30px;	clear: both;}
.v-extender-35 	{margin-top: -35px;	clear: both;}
.v-extender-40 	{margin-top: -40px;	clear: both;}
.v-extender-45 	{margin-top: -45px;	clear: both;}
.v-extender-50 	{margin-top: -50px;	clear: both;}
.v-extender-55 	{margin-top: -55px;	clear: both;}
.v-extender-60 	{margin-top: -60px;	clear: both;}
.v-extender-65 	{margin-top: -65px;	clear: both;}
.v-extender-70 	{margin-top: -70px;	clear: both;}

.v-extender-5:before 	{content: " "; display: table;}
.v-extender-10:before 	{content: " "; display: table;}
.v-extender-15:before 	{content: " "; display: table;}
.v-extender-20:before 	{content: " "; display: table;}
.v-extender-25:before 	{content: " "; display: table;}
.v-extender-30:before 	{content: " "; display: table;}
.v-extender-35:before 	{content: " "; display: table;}
.v-extender-40:before 	{content: " "; display: table;}
.v-extender-45:before 	{content: " "; display: table;}
.v-extender-50:before 	{content: " "; display: table;}
.v-extender-55:before 	{content: " "; display: table;}
.v-extender-60:before 	{content: " "; display: table;}
.v-extender-65:before 	{content: " "; display: table;}
.v-extender-70:before 	{content: " "; display: table;}

.v-thinner-5 {margin-top: 5px;}
.v-thinner-10 {margin-top: 10px;}
.v-thinner-15 {margin-top: 15px;}
.v-thinner-20 {margin-top: 20px;}
.v-thinner-25 {margin-top: 25px;}
.v-thinner-30 {margin-top: 30px;}
.v-thinner-35 {margin-top: 35px;}
.v-thinner-40 {margin-top: 40px;}
.v-thinner-45 {margin-top: 45px;}
.v-thinner-50 {margin-top: 50px;}
.v-thinner-55 {margin-top: 55px;}
.v-thinner-60 {margin-top: 60px;}
.v-thinner-65 {margin-top: 65px;}
.v-thinner-70 {margin-top: 70px;}

/* anumation delays */
.delay-1 {
	-moz-animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
}
.delay-2 {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}
.delay-3 {
	-moz-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
}
.delay-4 {
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
}

/* bootstrap overrides */
.form-control {
	border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #bbb;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #444444;
    font-size: 14px;
    margin-bottom: 15px;
    background: rgba(0,0,0,0.08);
}
.form-control.unselect {
	color: #999999;
}
.form-control:focus {
  border-color: #444;
  box-shadow: none;
}

.carousel-control.left {
	background: transparent;
}
.carousel-control.right{
	background: transparent;
}

.bootstrap-select {
	margin-bottom: 15px !important;
}
.bootstrap-select > .btn {
	border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #bbb;
    box-shadow: none;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}
.bootstrap-select.open > .btn {
	border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #444;
    box-shadow: none;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}
.bootstrap-select .bootstrap-select-searchbox {
	padding: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
}
.dropdown-menu > ul > li {
	margin: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #428bca;
}

.alert {
    border-radius: 2px;
}

/* modal */
.modal-backdrop.in {
    opacity: 0.7;
}
.modal .modal-header {
	padding: 20px;
}
.modal .modal-header h4,
.modal .modal-header h3 {
	font-weight: 400;
	margin: 0;
}
.modal .modal-content {
	//overflow: hidden;
	border-radius: 0;
}
.modal .modal-body {
	padding: 20px;
}
.modal .modal-body > *:last-child {
	margin-bottom: 0;
}
.modal .modal-footer {
	margin-top: 0;
	background: #f9f9f9;
	text-align: left;
}

/* fancybox */
.fancy-circle-button {
	color: #999999;
	width: 40px;
    height: 40px;
    display: block;
	background: linear-gradient(to bottom, #FAFAFA 0%, #EBEBEB 100%) repeat scroll 0 0 rgba(255, 255, 255, 1);
	opacity: 1;
    border-radius: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    text-align: center;
    transition: all 0.3s ease 0s;
    
    z-index: 11000;
}
.fancy-circle-button:hover,
.fancybox-nav:hover .fancy-circle-button {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    color: #454545;
    text-decoration: none;
}
.fancy-circle-button i {
    font-size: 20px;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 40px;
    vertical-align: middle;
}
.photo-header {
	display: block;
	margin-bottom: 5px;
}
.photo-description > *:last-child {
	margin-bottom: 0;
}
.fancybox-margin {
	margin-right: 0px !important;
}

/* owl carousel */
.owl-buttons {
	position: absolute;
	right: 0;
	top: -45px;
	padding-right: 15px;
}
.owl-buttons > div {
	content: 'a';
	width: 30px;
	height: 30px;
	line-height: 31px;
	display: inline-block;
	background: #999999;
	color: #ffffff;
	border-radius: 2px;
	font-family: FontAwesome;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
}
.owl-buttons > div:hover {
	background: #444;
}
.owl-buttons .owl-prev {
	margin-right: 2px;
}

/* flex slider */
.flexslider {
    background-color: #f6f6f6;
    border-radius: 0;
    border: medium none;
    box-shadow: none;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    overflow: hidden;
}
.flexslider ul {
	margin-bottom: 0;
}
.flexslider ul li {
	margin-bottom: 0;
}
.flexslider .flex-control-nav {
    bottom: 15px;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
}
.flexslider .flex-control-nav li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 5px;
}
.flexslider .flex-control-nav a {
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 9999px;
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 12px;
    text-decoration: none;
    text-indent: -9999px;
    width: 12px;
}
.flexslider .flex-control-nav a:hover {
	background-color: #dddddd;
}
.flexslider .flex-control-nav a.flex-active {
    background-color: #FFFFFF;
}
.flexslider .flex-direction-nav:before {
    content: "";
    display: block;
}
.flexslider .flex-direction-nav a {
    display: block;
    height: 102px;
    opacity: 0.5;
    text-decoration: none;
    text-indent: -9999px;
    transition: all 200ms ease-in-out 0s;
    width: 55px;
    margin-top: -51px;
    color: rgba(0, 0, 0, 0);
}
.flexslider .flex-direction-nav li:first-child {
    float: left;
    padding-left: 30px;
    padding-right: 0;
}
.flexslider .flex-direction-nav li:first-child a {
    background-image: url("../images/home_slider_prev.png");
}

.flex-direction-nav a.flex-prev:before {
    content: "";
}
.flexslider .flex-direction-nav li:last-child {
    float: right;
    padding-left: 0px;
    padding-right: 30;
}
.flexslider .flex-direction-nav li:last-child a {
    background-image: url("../images/home_slider_next.png");
}
.flex-direction-nav a.flex-next:before {
    content: "";
}

.flexslider .flex-progress {
    background-color: rgba(71, 73, 72, 0.2);
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.flexslider .flex-progress span {
    background-color: #428bca;
    display: block;
    height: 5px;
    width: 0;
}

.caption {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-family: inherit !important;
    margin-top: -85px;
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.caption h3 {
    background-color: rgba(255,255,255, 0.5);
    color: #222;
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 10px 20px;
}
.caption p {
    background-color: rgba(71, 73, 72, 0.8);
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.caption .btn {
    border-bottom: medium none !important;
    display: inline-block !important;
}

.caption .btn {
    border-bottom: medium none !important;
    display: inline-block !important;
    margin-right: 3px;
}
.caption .btn:last-child {
    margin-right: 0px;
}
#u-quickpanel-meta {
	z-index: 100000 !important;
}
