* {
	
}
a {
	transition:0.2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;
}
input {
	transition:0.2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;
}
button {
	transition:0.2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;
}
body {
	background: rgb(255, 255, 255); color: rgb(158, 155, 168); font-family: Calibri, sans-serif;
}
a {
	color: rgb(173, 210, 86);
}
a:hover {
	color: rgb(173, 210, 86);
}
hr {
	border-color: rgb(200, 200, 200); margin: 10px 0px;
}
h1 {
	font-family: "Capriola", sans-serif; font-weight: normal;
}
h2 {
	font-family: "Capriola", sans-serif; font-weight: normal;
}
h3 {
	font-family: "Capriola", sans-serif; font-weight: normal;
}
h4 {
	font-family: "Capriola", sans-serif; font-weight: normal;
}
h5 {
	font-family: "Capriola", sans-serif; font-weight: normal;
}
h1 {
	color: rgb(255, 255, 255); font-size: 48px;
}
h2 {
	color: rgb(69, 69, 69); text-transform: uppercase; font-size: 32px;
}
h2 small {
	color: rgb(69, 69, 69); text-transform: none;
}
h3 {
	color: rgb(67, 74, 74); font-size: 27px;
}
h3 a {
	color: rgb(67, 74, 74);
}
h3 a:hover {
	color: rgb(173, 210, 86); text-decoration: none;
}
.typo {
	margin-top: 80px;
}
h4 {
	color: rgb(51, 49, 58); font-size: 19px; margin-top: 10px; margin-bottom: 0px;
}
h4 a {
	color: rgb(51, 49, 58);
}
h4 a:hover {
	color: rgb(173, 210, 86); text-decoration: none;
}
h5 {
	color: rgb(51, 49, 58); font-size: 17px;
}
.clr {
	clear: both; display: table; content: "";
}
.descr {
	color: rgb(188, 188, 188); font-family: "Capriola", sans-serif; font-size: 12px;
}
.form-control {
	box-shadow: none; -webkit-box-shadow: none;
}
.form-control:focus {
	box-shadow: none; -webkit-box-shadow: none;
}
.form-control:focus {
	border-color: rgb(111, 154, 192);
}
.form-control:hover {
	box-shadow:1px 1px gray;
}
.btn {
	text-transform: uppercase; font-family: Calibri, sans-serif; font-weight: 300;
}
.btn-primary {
	border-color: rgb(111, 154, 192); color: rgb(255, 255, 255); text-transform: none; font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: rgb(111, 154, 192);
}
.btn-primary:focus {
	border-color: rgb(111, 154, 192); color: rgb(255, 255, 255); text-transform: none; font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: rgb(111, 154, 192);
}
.btn-primary:active {
	border-color: rgb(111, 154, 192); color: rgb(255, 255, 255); text-transform: none; font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: rgb(111, 154, 192);
}
.btn-primary:hover {
	border-color: rgb(111, 154, 192); color: rgb(68, 76, 76); font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: rgb(111, 154, 192);
}
.btn-success {
	border-color: rgb(111, 154, 192); padding: 0px; width: 120px; height: 40px; color: rgb(68, 76, 76); text-transform: none; line-height: 40px; font-size: 14px; margin-top: 10px; background-color: rgb(111, 154, 192);
}
.btn-success:active {
	border-color: rgb(111, 154, 192); padding: 0px; width: 120px; height: 40px; color: rgb(68, 76, 76); text-transform: none; line-height: 40px; font-size: 14px; margin-top: 10px; background-color: rgb(111, 154, 192);
}
.btn-success:focus {
	border-color: rgb(111, 154, 192); padding: 0px; width: 120px; height: 40px; color: rgb(68, 76, 76); text-transform: none; line-height: 40px; font-size: 14px; margin-top: 10px; background-color: rgb(111, 154, 192);
}
.btn-success:hover {
	border-color: rgb(111, 154, 192); color: rgb(255, 255, 255); text-transform: none; font-size: 14px; background-color: rgb(111, 154, 192);
}
.btn-info {
	border-color: rgb(211, 211, 211); color: rgb(127, 127, 127); text-transform: none; font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: transparent;
}
.btn-info:hover {
	border-color: rgb(211, 211, 211); color: rgb(127, 127, 127); text-transform: none; font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: transparent;
}
.btn-info:focus {
	border-color: rgb(211, 211, 211); color: rgb(127, 127, 127); text-transform: none; font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: transparent;
}
.btn-info:active {
	border-color: rgb(211, 211, 211); color: rgb(127, 127, 127); text-transform: none; font-family: Calibri, sans-serif; font-size: 14px; font-weight: bold; background-color: transparent;
}
.btn-default {
	background: rgb(111, 154, 192); border-color: rgb(111, 154, 192); color: rgb(255, 255, 255); font-size: 18px;
}
.btn-default:hover {
	background: rgb(111, 154, 192); border-color: rgb(111, 154, 192); color: rgb(255, 255, 255); font-size: 18px;
}
.btn-default:focus {
	background: rgb(111, 154, 192); border-color: rgb(111, 154, 192); color: rgb(255, 255, 255); font-size: 18px;
}
button.btn-primary:focus {
	
}
header {
	background-color: rgb(42, 42, 42);
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default {
	background: none; padding: 0px; border: currentColor; border-image: none; margin-bottom: 0px;
}
.navbar-header {
	padding: 0px 0px;
}
.navbar-default .navbar-brand {
	margin: 0px; color: rgb(255, 255, 255); font-family: "Capriola", sans-serif; font-size: 24px;
}
.navbar-default .navbar-brand:hover {
	margin: 0px; color: rgb(255, 255, 255); font-family: "Capriola", sans-serif; font-size: 24px;
}
.navbar-default .navbar-brand a {
	color: rgb(255, 255, 255); text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
	padding: 30px; color: rgb(153, 153, 153); text-transform: uppercase; font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
	background: rgb(97, 166, 67); color: rgb(255, 255, 255);
}
.navbar-default .navbar-nav > li:hover > a {
	background: rgb(97, 166, 67); color: rgb(255, 255, 255);
}
.navbar-default .navbar-nav > li.active > a {
	background: rgb(97, 166, 67); color: rgb(255, 255, 255);
}
.navbar-default .navbar-nav > li.active > a:hover {
	background: rgb(97, 166, 67); color: rgb(255, 255, 255);
}
ul.dropdown-menu {
	background: rgba(97, 166, 67, 0.8); padding: 0px; border-radius: 0px; border: currentColor; border-image: none; left: 0px !important; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px;
}
ul.dropdown-menu li {
	border-bottom-color: rgb(112, 152, 181); border-bottom-width: 1px; border-bottom-style: solid;
}
ul.dropdown-menu li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
ul.dropdown-menu > li > a {
	padding: 15px 20px; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 12px;
}
ul.dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); background-color: rgb(42, 42, 42);
}
.navbar-default .navbar-nav > .open > a {
	color: rgb(255, 255, 255); background-color: rgb(97, 166, 67);
}
.navbar-default .navbar-nav > .open > a:hover {
	color: rgb(255, 255, 255); background-color: rgb(97, 166, 67);
}
.navbar-default .navbar-nav > .open > a:focus {
	color: rgb(255, 255, 255); background-color: rgb(97, 166, 67);
}
.carousel-indicators li {
	border-color: rgb(95, 93, 96); margin: 0px 5px; width: 20px; height: 20px;
}
.carousel-indicators .active {
	border-color: rgb(111, 154, 192); margin: 0px 5px; width: 20px; height: 20px; background-color: rgb(111, 154, 192);
}
.carousel .btn-default {
	background: rgb(255, 255, 255); margin: 30px 5px; padding: 0px; width: 230px; height: 60px; color: rgb(97, 166, 67); text-transform: none; line-height: 60px; font-family: "Capriola", sans-serif; font-size: 18px; font-weight: 300;
}
.carousel-caption {
	top: 50%; height: 280px; color: rgb(249, 249, 249); font-family: "Capriola", sans-serif; font-size: 18px; margin-top: -140px; position: absolute; text-shadow: 1px 1px 3px #666666;
}
.carousel-caption h1 {
	color: rgb(255, 255, 255); line-height: 36px; font-family: "Capriola", sans-serif; font-size: 36px;
}
.carousel-control {
	background: none; opacity: 1; -moz-opacity: 1;
}
.carousel-control .carousel-control-left {
	background: url("./prev.png") no-repeat; top: 50%; width: 70px; height: 71px; margin-top: -35px; position: absolute;
}
.carousel-control .carousel-control-right {
	background: url("./next.png") no-repeat; top: 50%; width: 70px; height: 71px; margin-top: -35px; position: absolute;
}
.carousel-control .carousel-control-left:hover {
	background: url("./prev_a.png") no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url("./next_a.png") no-repeat;
}
.boxed .carousel-control .carousel-control-left {
	left: 20px;
}
.boxed .carousel-control .carousel-control-right {
	right: 20px;
}
.boxed .carousel-caption {
	top: 40%;
}
.boxed .carousel-caption h1 {
	line-height: 40px; font-size: 40px;
}
.main__middle__container .row ul {
	padding-left: 20px;
}
.main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.row {
	padding: 10px 0px;
}
p.big-paragraph {
	color: rgb(189, 224, 255); font-family: "Capriola", sans-serif; font-size: 18px;
}
.blue__line {
	background: url("./pattern.png"); margin: 0px; padding: 40px 0px; width: 100%; color: rgb(255, 255, 255);
}
.blue__line h2 {
	color: rgb(255, 255, 255); text-transform: none;
}
.blue__line h1 {
	color: rgb(255, 255, 255); text-transform: none;
}
.about-us {
	margin-top: 70px;
}
.about-us img {
	margin: 20px 0px; width: 100%;
}
.about-us .btn {
	margin-top: 20px;
}
.orange {
	padding: 0px 0px 10px; color: rgb(111, 154, 192);
}
.black-text {
	color: rgb(52, 49, 60);
}
.text__line {
	background: url("./big_line_bg.jpg") no-repeat 0% 0% / 100% 100%; padding: 70px 0px;
}
.text__line h2 {
	color: rgb(255, 255, 255); text-transform: none; line-height: 40px;
}
.icon__heading {
	height: 50px; margin-top: 60px; border-top-color: rgb(230, 230, 230); border-top-width: 1px; border-top-style: solid; position: relative;
}
.icon__heading span {
	background: rgb(255, 255, 255); padding: 0px 30px; bottom: 60px; display: inline-block; position: relative;
}
.three-blocks {
	background: url("./pattern_white.png"); padding-top: 70px;
}
.three-blocks h3 {
	background: url("./icon2.png") no-repeat left; padding: 15px 0px 15px 55px;
}
.three-blocks :first-child.col-md-4 h3 {
	background: url("./icon1.png") no-repeat left;
}
.three-blocks :last-child.col-md-4 h3 {
	background: url("./icon3.png") no-repeat left;
}
.three-blocks img {
	margin: 20px 0px; width: 100%;
}
.three-blocks .btn {
	margin-top: 20px;
}
.three-blocks .icon__heading span {
	background: url("./pattern_white.png");
}
.testimonials {
	background: url("./big_line_bg2.jpg") no-repeat 0% 0% / 100% 100%; margin: 0px; padding: 70px 0px 30px; width: 100%; font-family: "Capriola", sans-serif;
}
.testimonials h2 {
	color: rgb(255, 255, 255);
}
.testimonials p {
	color: rgb(255, 255, 255); padding-top: 20px; font-size: 18px; font-weight: 100;
}
.testimonials p a {
	bottom: 15px; font-size: 12px; position: relative;
}
.testimonials p.description {
	color: rgb(173, 210, 86); padding-top: 0px; font-size: 12px; margin-top: -5px;
}
.testimonials .carousel {
	padding-bottom: 70px;
}
.recent-posts {
	padding-top: 70px;
}
.recent-posts .icon__heading span {
	bottom: 43px;
}
.recent-posts .text p {
	padding-bottom: 0px; margin-bottom: 15px;
}
.recent-posts .text p small {
	color: rgb(194, 194, 194); text-transform: none; font-family: "Capriola", sans-serif; font-size: 12px;
}
.recent-posts .btn {
	padding: 0px; color: rgb(67, 74, 74); text-transform: none; font-family: "Capriola", sans-serif; font-size: 14px; box-shadow: none !important; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
}
.recent-posts .btn:hover {
	color: rgb(173, 210, 86);
}
.recent-posts .col-md-9 .text {
	width: 69%; margin-left: 2%; float: left;
}
.recent-posts .col-md-9 .text h3 {
	margin: 5px 0px 0px;
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px;
}
.recent-posts .col-md-3 h4 {
	text-transform: none;
}
.recent-posts .col-md-3 p {
	font-family: "Capriola", sans-serif; font-size: 12px; margin-bottom: 20px;
}
.recent-posts .col-md-3 .icon-item {
	
}
.socialicon {
	width: 44px; height: 44px; margin-right: 5px; display: inline-block; position: relative;
}
.socialicon-twitter {
	background: url("./twitter.png") no-repeat;
}
.socialicon-facebook {
	background: url("./facebook.png") no-repeat;
}
.socialicon-google {
	background: url("./google.png") no-repeat;
}
.contact-form .col-md-6 {
	padding: 0px 20px 0px 0px;
}
.contact-form :nth-child(2).col-md-6 {
	padding: 0px;
}
aside h3 {
	margin-bottom: 20px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
aside h3 span {
	background: rgb(255, 255, 255); bottom: 11px; padding-right: 30px; position: relative;
}
aside img {
	width: 100%; margin-bottom: 10px;
}
aside ul li {
	padding: 10px 0px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
aside ul li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
aside a.btn {
	margin: 20px 0px 40px;
}
.main-content h3 {
	margin-bottom: 20px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.main-content h3 span {
	background: rgb(255, 255, 255); bottom: 11px; padding-right: 30px; position: relative;
}
footer {
	background: 0% 0% / 100% 100% rgb(42, 42, 42); padding: 45px 0px 0px; color: rgb(140, 140, 140);
}
footer h3 {
	color: rgb(255, 255, 255); text-transform: capitalize; padding-bottom: 20px;
}
footer hr {
	margin: 70px 0px 0px; border-top-color: rgb(71, 69, 74); border-top-width: 1px; border-top-style: solid;
}
footer p span {
	color: rgb(255, 255, 255);
}
footer .text-center {
	margin: 0px; padding: 40px 0px;
}
footer .form-group {
	width: 90%;
}
footer button.btn-primary {
	top: 10px; position: relative;
}
footer button.btn-primary:focus {
	
}
footer .copy {
	color: rgb(140, 140, 140); background-color: rgb(42, 42, 42);
}
footer .copy .container {
	border-top-color: rgb(66, 67, 67); border-top-width: 1px; border-top-style: solid;
}
.img-responsive {
	margin: 0px auto;
}
.no-margin {
	margin: 0px;
}
.no_padding {
	padding: 25px 0px;
}
#feedback {
	color: rgb(28, 97, 7);
}
#feedback ul {
	padding-left: 0px;
}
#feedback ul li {
	list-style: none;
}
@media all and (max-width:1600px)
{
.carousel-caption h1 {
	line-height: 40px; font-size: 40px;
}
}
@media all and (max-width:1310px)
{
.carousel-caption {
	top: 50%; height: 290px; margin-top: -145px;
}
.carousel-caption h1 {
	line-height: 30px; font-size: 30px;
}
.carousel-control .carousel-control-right {
	top: 50%; margin-top: -50px; position: absolute;
}
.carousel-control .carousel-control-left {
	top: 50%; margin-top: -50px; position: absolute;
}
.carousel-control .carousel-control-right {
	right: 10px;
}
.carousel-control .carousel-control-left {
	left: 10px;
}
.three-blocks h2 {
	background: none;
}
}
@media all and (max-width:1200px)
{
.recent-posts .col-md-9 article img.pull-left {
	max-width: 43%;
}
.recent-posts .col-md-9 .text {
	width: 55%;
}
}
@media all and (max-width:1200px)
{
.navbar-default .navbar-nav > li > a {
	padding: 30px 20px;
}
}
@media all and (max-width:990px)
{
.carousel-caption {
	top: 50%; height: 200px; line-height: 14px; font-size: 14px; margin-top: -100px;
}
.carousel-caption h1 {
	line-height: 20px; font-size: 20px;
}
.carousel-caption .btn {
	display: none;
}
.recent-posts .col-md-3 .icon-item {
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	padding: 30px 10px; line-height: 20px; font-size: 12px;
}
}
@media all and (max-width:768px)
{
.recent-posts .col-md-3 .icon-item {
	text-align: center;
}
button.navbar-toggle {
	display: none;
}
.dropdown.open:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav .open .dropdown-menu > li {
	border: currentColor; border-image: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: rgb(133, 133, 133);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255);
}
.navbar-default .navbar-nav > .open > a {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:hover {
	color: rgb(255, 255, 255); background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:focus {
	color: rgb(255, 255, 255); background-color: transparent;
}
.service-icons {
	text-align: center;
}
.service-icons img {
	margin: 20px auto; float: none;
}
.service-icons p {
	padding: 20px 0px 10px; margin-bottom: 0px;
}
.service-icons p.orange {
	padding: 0px 0px 10px; color: rgb(255, 205, 85);
}
.recent-posts .col-md-8 .text {
	width: 99%; float: left;
}
header.with-boxed {
	height: auto;
}
.navbar-toggle {
	display: block;
}
}
@media all and (max-width:767px)
{
button.navbar-toggle {
	display: block;
}
.carousel-caption {
	display: none;
}
}
.carousel-fade {
	
}
.carousel-fade .carousel-inner .item {
	opacity: 0; transition-property: opacity; -webkit-transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left {
	left: 0px; z-index: 1; opacity: 0;
}
.carousel-fade .carousel-inner .active.right {
	left: 0px; z-index: 1; opacity: 0;
}
.carousel-fade .carousel-inner .next.left {
	opacity: 1;
}
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#portfolio {
	padding: 30px 0px 40px; overflow: hidden;
}
#portfolio ul.controls {
	margin: 20px 0px; padding: 0px 0px 20px 2px; overflow: hidden; border-bottom-color: rgb(86, 155, 195); border-bottom-width: 2px; border-bottom-style: solid;
}
#portfolio ul.controls li {
	padding: 5px 15px; color: rgb(0, 0, 0); font-size: 15px; font-weight: 400; float: left; cursor: pointer;
}
#portfolio ul.controls li:hover {
	margin: 0px -1px; padding: 4px 15px; border: 1px solid rgb(86, 155, 195); border-image: none; color: rgb(51, 51, 51);
}
#portfolio ul.controls li.active {
	margin: 0px -1px; padding: 4px 15px; border: 1px solid rgb(86, 155, 195); border-image: none; color: rgb(51, 51, 51);
}
#portfolio ul#Grid {
	margin: 0px 0px 30px; padding: 0px; position: relative;
}
#portfolio ul#Grid li {
	margin: 0px; padding: 0px 1px 1px 0px; display: none; position: relative;
}
#portfolio ul#Grid li a {
	color: rgb(51, 51, 51); display: block; position: relative;
}
#portfolio ul#Grid li span.overlay {
	background: rgb(0, 0, 0); transition:0.3s ease-in-out; left: 0px; top: 0px; width: 100%; height: 100%; text-indent: -9999px; visibility: hidden; position: absolute; opacity: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible; opacity: 0.2;
}
#portfolio ul#Grid span.text {
	background: rgb(86, 155, 195); padding: 0px 10px; transition:0.3s; left: 0px; width: 100%; height: 0px; bottom: 0px; color: rgb(255, 255, 255); line-height: 30px; overflow: hidden; font-size: 22px; font-weight: 400; position: absolute; z-index: 10; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s;
}
#portfolio ul#Grid li:hover span.text {
	background: rgb(86, 155, 195); opacity: 0.9;
}
#portfolio ul#Grid span.text span {
	color: rgb(255, 255, 255); text-transform: none; line-height: 22px; font-size: 14px; font-weight: 400; display: block;
}
#portfolio ul#Grid span.text::after {
	border-width: 10px; border-color: rgba(63, 141, 191, 0) rgba(63, 141, 191, 0) rgb(86, 155, 195); margin-left: -10px;
}
#portfolio ul#Grid span.text::before {
	border-width: 16px; border-color: rgba(63, 141, 191, 0) rgba(63, 141, 191, 0) rgb(86, 155, 195); margin-left: -16px;
}
#portfolio ul#Grid li:hover span.text {
	padding: 10px; height: auto; overflow: visible; text-decoration: none;
}
ul.dropdown-menu {
	transition:0.25s; top: 85%; display: block; visibility: hidden; opacity: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -o-transition: all .25s ease;
}
.dropdown:hover .dropdown-menu {
	top: 100%; visibility: visible; opacity: 1;
}
@media all and (max-width:767px)
{
.navbar-default .navbar-nav > li > a {
	padding: 10px;
}
.dropdown:hover .dropdown-menu {
	display: none;
}
ul.dropdown-menu {
	display: none; visibility: visible; opacity: 1;
}
.open .dropdown-menu {
	display: block; visibility: visible; opacity: 1;
}
.open:hover .dropdown-menu {
	display: block; visibility: visible; opacity: 1;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
.pull-left {
	float: none !important;
}
.pull-right {
	float: none !important;
}
.recent-posts .col-md-9 article img.pull-left {
	max-width: 100%;
}
.recent-posts .col-md-9 .text {
	width: auto; text-align: center; padding-top: 10px;
}
.slider {
	overflow: hidden; max-width: 100%;
}
.main__middle__container {
	overflow: hidden; max-width: 100%;
}
footer {
	overflow: hidden; max-width: 100%;
}
.row {
	padding: 25px 0px;
}
footer {
	padding-top: 0px;
}
.carousel-control .carousel-control-right {
	margin-top: -30px;
}
.carousel-control .carousel-control-left {
	margin-top: -30px;
}
#portfolio ul#Grid a.link span {
	line-height: 15px; font-size: 11px;
}
#portfolio ul.controls li {
	padding: 5px 10px;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
h2 {
	font-size: 24px;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 0px;
}
.recent-posts .col-md-3 .icon-item img {
	max-width: 100%;
}
#portfolio ul#Grid a.link {
	font-size: 18px;
}
#portfolio ul#Grid a.link span {
	line-height: 15px; font-size: 11px;
}
}
.carousel-inner > .item > img {
	height: auto; min-width: 100%;
}
.carousel-inner > .item > a > img {
	height: auto; min-width: 100%;
}
.one_half_pad {
	width: 44%;
}
.one_third_pad {
	width: 27%;
}
.one_fourth_pad {
	width: 19%;
}
.one_fifth_pad {
	width: 14%;
}
.one_sixth_pad {
	width: 10.5%;
}
.two_fifth_pad {
	width: 37%;
}
.two_third_pad {
	width: 60%;
}
.two_fourth_pad {
	width: 43%;
}
.two_fifth_pad {
	width: 33%;
}
.three_fifth_pad {
	width: 58.4%;
}
.three_fourth_pad {
	width: 74%;
}
.four_fifth_pad {
	width: 67.2%;
}
.five_sixth_pad {
	width: 82.67%;
}
.one_half_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.one_third_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.two_third_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.three_fourth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.one_fourth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.one_fifth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.two_fifth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.two_fourth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.two_fifth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.three_fifth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.four_fifth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.one_sixth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.five_sixth_pad {
	margin-right: 3%; margin-bottom: 20px; margin-left: 3%; float: left; position: relative;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.5%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 13.33%;
}
.two_fifth {
	width: 37.6%;
}
.two_third {
	width: 65.33%;
}
.two_fourth {
	width: 48%;
}
.three_fifth {
	width: 58.4%;
}
.three_fourth {
	width: 74%;
}
.four_fifth {
	width: 67.2%;
}
.five_sixth {
	width: 82.67%;
}
.one_half {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.one_third {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.two_third {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.two_fourth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.three_fourth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.one_fourth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.one_fifth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.two_fifth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.three_fifth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.four_fifth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.one_sixth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.five_sixth {
	margin-right: 4%; margin-bottom: 10px; float: left; position: relative;
}
.column-last {
	clear: right; margin-right: 0px !important;
}
.dc_tabs_type_2 .one_third {
	width: 29%;
}
.clr {
	margin: 0px; padding: 0px; width: 100%; clear: both;
}
.dc_clear {
	margin: 0px; padding: 0px; width: 100%; line-height: 0px; clear: both; font-size: 0px;
}
