/*
Custom Styles. Bootstrap Styles are default'
*/
* {
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
a, input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

input {
    margin-bottom: 20px;
}

.watermark {
    background-image: url(../images/logo-watermark.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
small, .small, .small a {
    font-size: 95%;
text-decoration: none!important;
}

body
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-rendering: optimizelegibility;
    background: #fff;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
}
p {
    margin: 0 0 16px;
}

.clearfix {
    clear:both;
}

/*Typography Global*/

form li {
    list-style: disc;
}

.tagline {
    font-family: "Times New Roman", "serif";
    color: #1c5c8b;
    font-size: 240%;
    line-height: 1.2;
    font-style: italic;
    padding-top: 4%;
}

.topdiv {
          color: #1c5c8b; 
           font-size: 14px;
}

.topdiv a {
     color: #1c5c8b; 
    text-decoration: underline;
}

a
{
    color: #1c5c8b;
}

.navbar-brand a
{


    padding: 4px 4px;

}
.navbar-brand 
{

    padding: 0px;

}

.navbar-brand a:hover
{
    text-decoration: none;
    color: #3254A1;
}

.aBlue {
	color: #6F9AC0;

}

a:hover
{
    color: #3254A1;
}

hr
{
    border-color: #c8c8c8;
    margin: 10px 10px 10px 10px;
}

h1, h2, h3, h4, h5
{
    font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-rendering: optimizelegibility;
    line-height: 1.2;
    
}

h1
{
    font-size: 38px;
    color: #ABABAB;
}

h2
{
    font-size: 28px;
    color: #1c5c8b;
    text-transform: uppercase;
	font-weight: 200;
    text-rendering: optimizelegibility;
}

h2 small
{
    text-transform: none;
    color: #232323;
}

h3
{
    font-size: 26px;
    color: #1c5c8b;
	font-weight: 200;
	text-rendering: optimizelegibility;
}

h3 a
{
    color: #1c5c8b;
}

h3 a:hover
{
    text-decoration: none;
    color: #98c3e9;
}

.typo
{
    margin-top: 80px;
}

h4
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 200;
    color: #232323;
    margin-bottom: 2px;
    margin-top: 10px;
}

h4 a
{
    color: #232323;
}

h4 a:hover
{
    text-decoration: none;
    color: #98c3e9;
}

h5
{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #777777;
        font-weight: bold;
}

.caption {
    margin-top:-5px;
    padding-top:0;
    font-style: italic;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-rendering: optimizelegibility;
    background: #fff;
    color: #333;
    font-size: 15px;
    line-height: 1.2;
}

blockquote {
    padding: 7px 50px;
    margin: 0 0 20px;
    border-left: 5px solid #4596d075;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 44px;

}



blockquote p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-rendering: optimizelegibility;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
}
blockquote p:last-child {
 
    font-style: normal;
    text-align: right;
    font-weight: bold;
}

.box
{

    width: 250px;
    height: 150px;
    padding: 10px;
    margin: 16px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    overflow:hidden;
    float: left;
}





.help {
    color: #1c5c8b;
   
    padding: 0px;
    width: auto;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
}
.help strong {
    color: #1c5c8b;
    font-weight: bold;
}

.BGcolor
{
    padding-bottom: 200px;
}

.clr {
	clear: both;
	content: '';
	display: table;
}
.descr {
	color: #bcbcbc;
	font-size: 12px;
	font-family: "Capriola", sans-serif;
}
/* Forms */
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #6f9ac0;
}
/*Buttons*/
.btn {
	font-family: Calibri, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
.btn-primary, .btn-primary:focus, .btn-primary:active {
	background-color: #1c5c8b;
    border-color: #06243e;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	font-family: Calibri, sans-serif;
	color: #fff;
	text-transform: none;
    margin-top: 10px;
}
.btn-primary:hover {
	background-color: #2183CB;
    border-color: #06243e;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	font-family: Calibri, sans-serif;
	color: #ffffff;
}
.btn-success, .btn-success:active, .btn-success:focus {
	background-color: #6f9ac0;
	border-color: #6f9ac0;
	color: #444c4c;
	text-transform: none;
	outline: none;
	font-size: 14px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-top: 10px;
}
.btn-success:hover {
	background-color: #6f9ac0;
	border-color: #6f9ac0;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
	background-color: transparent;
	border-color: #d3d3d3;
	font-size: 14px;
	font-weight: bold;
	font-family: Calibri, sans-serif;
	color: #7f7f7f;
	text-transform: none;
}
.btn-default, .btn-default:hover, .btn-default:focus {
	font-size: 18px;
	color: #fff;
	border-color: #6f9ac0;
	background: #6f9ac0;
}
button.btn-primary:focus {
	outline: none;
}
/*Header*/
header {
	background-color: #54739f;
}
/*Main Navigaion Menu*/
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

.navbar {
    min-height: 49px;
}

.navbar-header {
	padding: 15px 0;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	color: #fff;
	font-size: 24px;
	font-family: 'Capriola', sans-serif;
	margin: 0;
}
.navbar-default .navbar-brand a {
	color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff !important;
	font-size: 17px;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left:28px;
    padding-right:28px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:hover {
	color: #ffffff !important;
	    background: #6287bb;
}
ul.dropdown-menu {
	padding: 0;
	left: 0 !important;
	    background: #6287bb;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
}
ul.dropdown-menu li {
	border-bottom: 1px solid #7098b5;
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
}
ul.dropdown-menu>li>a {
	color: #fff;
	font-size: 15px;
	padding: 15px 20px;
	text-transform: uppercase;
}
ul.dropdown-menu>li>a:hover {
	color: #ffffff !important;
	background-color: #535151;
	background-color: #3A65A0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #212222;
    outline: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #ffffff !important;
	background-color: #6184a2;
}
.navbar-brand a {
    padding: 4px 4px;
}
.navbar-brand 
{
padding: 0px;
}

.navbar-brand img {
  max-height: 100px;   
    
}

/*Carousel*/
.carousel-indicators li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-color: #5f5d60;
}
.carousel-indicators .active {
	background-color: #6f9ac0;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-color: #6f9ac0;
}
.carousel .btn-default {
	width: 230px;
	background: #fff;
	height: 60px;
	margin: 30px 5px;
	color: #63b6ff;
	line-height: 60px;
	font-family: 'Capriola', sans-serif;
	text-transform: none;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
}



.carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: -140px;
    height: 280px;
    font-size: 28px;
    font-family: 'Capriola', sans-serif;
    color: #1c5c8b;
    text-shadow: 1px 1px 3px #666666;
}

.carousel-caption {
    right: 65%;
    left: 2%;
    padding-bottom: 30px;
}









.carousel-caption h1 {
	font-size: 36px;
	line-height: 36px;
	font-family: 'Capriola', sans-serif;
	color:  #1c5c8b;
}
.carousel-control {
	background: none;
	opacity: 1;
	-moz-opacity: 1;
}
.carousel-control .carousel-control-left {
	background: url('../images/slider/prev.png') no-repeat;
	width: 70px;
	height: 71px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
}
.carousel-control .carousel-control-right {
	background: url('../images/slider/next.png') no-repeat;
	width: 70px;
	height: 71px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
}
.carousel-control .carousel-control-left:hover {
	background: url('../images/slider/prev_a.png') no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url('../images/slider/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 {
	font-size: 40px;
	line-height: 40px;
}
/*Container*/
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.row {
	padding: 75px 0;
    width: 99%;
}
p.big-paragraph {
    font-size: 18px;
    color: #494949;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
      text-transform: uppercase;
}

p.big-font {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    
}
/*blue__line*/

.blue__line
{
    padding: 24px 0;
    width: 100%;
    margin: 0;
    color: #fff;
  
	   background-color: #364470;
}

.blue__line p.big-paragraph {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
   
    
}

.blue__line h2, .blue__line h1
{
    color: #fff;
    text-transform: none;
}

.blue__line h3
{
    color: #000000;
    text-transform: none;
}

.darkblueBG
{
    padding: 24px 0;
    width: 100%;
    margin: 0;
    color: #fff;
    background-color: #1c5c8b;
}

.darkblueBG p.big-paragraph {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
     font-style: italic;
    
}

.darkblueBG h2, .darkblueBG h1
{
    color: #fff;
    text-transform: none;
}

.darkblueBG h3
{
    color: #000000;
    text-transform: none;
}



.lightGrayBG
{
    padding: 24px 0;
    width: 100%;
    margin: 0;
    color: #333;
    background-color: #D1D1D1;
}

.lightGrayBG p.big-paragraph {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
     font-style: italic;
    
}

.lightGrayBG h2, .lightGrayBG h1
{
    color: #333;
    text-transform: none;
}

.lightGrayBG h3
{
    color: #000;
    text-transform: none;
}









/*about-us*/
.about-us {
	margin-top: 70px;
}
.about-us img {
	margin: 20px 0;
	width: 100%;
}
.about-us .btn {
	margin-top: 20px;
}
.orange {
	color: #6f9ac0;
	padding: 0 0 10px 0;
}
.black-text {
	color: #34313c;
}
/* Text Line*/
.text__line {
	background: url('../images/image_1962x231.jpg') no-repeat;
	background-size: 100% 100%;
	padding: 70px 0;
}
.text__line h2 {
	color: #fff;
	text-transform: none;
	line-height: 40px;
}
/*Icon Heading*/
.icon__heading {
	border-top: 1px solid #e6e6e6;
	position: relative;
	margin-top: 60px;
	height: 50px;
}
.icon__heading span {
	background: #fff;
	padding: 0 30px;
	position: relative;
	bottom: 60px;
	display: inline-block;
}
/*Three Blocks*/
.three-blocks {
	padding-top: 70px;
}
.three-blocks h3 {
	padding: 15px 0 15px 55px;
	
}

.three-blocks img {
	width: 100%;
	margin: 20px 0;
}
.three-blocks .btn {
	margin-top: 16px;
    margin-bottom: 44px;
}

/* grey-info-block */
.testimonials {
	background: url('../images/image_1962x374.jpg') no-repeat;
	background-size: 100% 100%;
	font-family: 'Capriola', sans-serif;
	width: 100%;
	margin: 0;
	padding: 70px 0 30px 0;
}
.testimonials h2 {
	color: #fff;
}
.testimonials p {
	color: #fff;
	font-weight: 100;
	padding-top: 20px;
	font-size: 18px;
}
.testimonials p a {
	font-size: 12px;
	position: relative;
	bottom: 15px;
}
.testimonials p.description {
	padding-top: 0;
	margin-top: -5px;
	color: #98c3e9;
	font-size: 12px;
}
.testimonials .carousel {
	padding-bottom: 70px;
}
/* Recent Posts */
.recent-posts {
	padding-top: 70px;
}
.recent-posts .icon__heading span {
	bottom: 43px;
}
.recent-posts .text p {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.recent-posts .text p small {
	text-transform: none;
	color: #c2c2c2;
	font-size: 12px;
	font-family: "Capriola", sans-serif;
}
.recent-posts .btn {
	font-family: "Capriola", sans-serif;
	color: #434a4a;
	font-size: 14px;
	text-transform: none;
	padding: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}
.recent-posts .btn:hover {
	color: #98c3e9;
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 69%;
	margin-left: 2%;
}
.recent-posts .col-md-9 .text h3 {
	margin: 5px 0 0;
}
.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 {
}
/*Social Icons*/
.socialicon {
	position: relative;
	display: inline-block;
	width: 44px;
	margin-right: 5px;
	height: 44px;
}
.socialicon-twitter {
	background: url('../images/social/twitter.png') no-repeat;
}
.socialicon-facebook {
	background: url('../images/social/facebook.png') no-repeat;
}
.socialicon-google {
	background: url('../images/social/google.png') no-repeat;
}
/* Contact Form */
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
/* Aside */
aside h3 {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
aside h3 span {
	position: relative;
	bottom: 11px;
	padding-right: 30px;
	background: #fff;
}
aside img {
	width: 100%;
	margin-bottom: 10px;
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
aside ul li:last-child {
	border-bottom: none;
}
aside a.btn {
	margin: 20px 0 40px;
}
/* Main Content*/

/* Footer */


.awards {
    background-color: #ebebeb;
    border-top: solid 2px #e3bf00;
    width: 100%;
    padding: 44px 0px;
}    

footer {
    background:  #2C344E;
    background-size: 100% 100%;
    padding: 45px 0 0px;
    color: #C7C7C7;
}

footer a {
     color: #C7C7C7;
    text-decoration: underline;
}

footer h3, footer h2 {
    color: #ffffff;
    text-transform: capitalize;
    /* padding-bottom: 20px; */
}

footer hr {
	border-top: 1px solid #47454a;
	margin: 70px 0 0 0;
}
footer p span {
	color: #fff;
}
footer .text-center {

	margin: 0;
}
footer .form-group {
	width: 90%;
}
footer button.btn-primary {
	position: relative;
	top: 10px;
}
footer button.btn-primary:focus {
	outline: none;
}
footer .copy {
border-top: 8px solid #50517e;
    background-color: #afc5e3;
    color: #000000;
}

footer .copy a {
    color:  #000000;
    text-decoration: none;
    font-size:16px;
}
footer .copy .container {
	
       padding-top:25px;
     padding-bottom:25px;
}
/*Responsive - debugging default problems*/
.img-responsive {
	margin: 0 auto;
}
.no-margin {
	margin: 0;
}
.no_padding {
	padding: 25px 0;
}
#feedback {
	color: #1c6107;
}
#feedback ul {
	padding-left: 0;
}
#feedback ul li {
	list-style: none;
}
 @media(max-width:1600px) {
.carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
 
}
@media(max-width:1310px) {
.carousel-caption {
	top: 50%;
	margin-top: -145px;
	height: 290px;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 30px;
}
.carousel-control .carousel-control-right, .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(max-width:1200px) {
.recent-posts .col-md-9 article img.pull-left {
	max-width: 43%;
}
.recent-posts .col-md-9 .text {
	width: 55%;
}
}
@media(max-width:1200px) {
.navbar-default .navbar-nav>li>a {
		padding: 15px;
}
}
@media(max-width:990px) {
.carousel-caption {
	top: 50%;
	margin-top: -100px;
	height: 200px;
	font-size: 14px;
	line-height: 14px;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.carousel-caption .btn {
	display: none;
}
.recent-posts .col-md-3 .icon-item {
	text-align: center;
}
.navbar-default .navbar-nav>li>a {
		padding: 10px;
	font-size: 12px;
	line-height: 20px;
}
}
@media(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: none;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #b6ddf5;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
}
.service-icons {
	text-align: center;
}
.service-icons img {
	float: none;
	margin: 20px auto;
}
.service-icons p {
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}
.service-icons p.orange {
	color: #ffcd55;
	padding: 0 0 10px 0;
}
.recent-posts .col-md-8 .text {
	float: left;
	width: 99%;
}
header.with-boxed {
	height: auto;
}
.navbar-toggle {
	display: block;
}
    
 .box
{

   width: 99%;
    height: 126px;
    padding: 0px;
    margin: 7px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    overflow: hidden;
    
}
   
    
}
@media(max-width:767px) {
button.navbar-toggle {
	display: block;
}
.carousel-caption {
	display: none;
}
}
.carousel-fade {
 .carousel-inner {
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}
}
.carousel-control {
	z-index: 2;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Portfolio */
#portfolio {
	padding: 30px 0px 40px 0px;
	overflow: hidden;
}
#portfolio ul.controls {
	padding: 0px 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: #569bc3 solid 2px;
}
#portfolio ul.controls li {
	float: left;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 15px;
	cursor: pointer;
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
	padding: 4px 15px;
	color: #333;
	margin: 0 -1px;
	border: 1px solid #569bc3;
}
#portfolio ul#Grid {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
#portfolio ul#Grid li {
	padding: 0 1px 1px 0;
	margin: 0;
	display: none;
	position: relative;
}
#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #333;
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#portfolio ul#Grid a.link {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 30px;
	background: #569bc3;
}
#portfolio ul#Grid li:hover a.link {
	background: #569bc3;
	opacity: 0.9;
}
#portfolio ul#Grid a.link span {
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid a.link:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #569bc3;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid a.link:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #569bc3;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover a.link {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}
/* ## REST CSS */
ul.dropdown-menu {
	display: block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
}

.dropdown-menu {
    min-width: 200px;
}


.dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
 @media(max-width:767px) {
     
 .navbar-brand {
    float: none;
}    
.tagline {
   
    padding-top: 0px;
   
}     
     
     
.navbar-default .navbar-nav > li > a {
	padding: 10px 10px;
}
.dropdown:hover .dropdown-menu {
	display: none;
}
ul.dropdown-menu {
	visibility: visible;
	opacity: 1;
	display: none;
}
.open .dropdown-menu, .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 {
	text-align: center;
	width: auto;
	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 0;
}
footer {
	padding-top: 0px;
}
.carousel-control .carousel-control-right, .carousel-control .carousel-control-left {
	margin-top: -30px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
#portfolio ul.controls li {
	padding: 5px 10px;
}
}
 @media(min-width:768px) and (max-width: 991px) {
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 {
	font-size: 11px;
	line-height: 15px;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	min-width: 100%;
	height: auto;
}
/* Columns */
.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, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	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, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}/*!
Padding and Margin.css 
Designed 2015 Don Thurber
*/
.margin-bottom0 {margin-bottom: 0px;}
.margin-left0 {margin-left: 0px;}
.margin-right0 {margin-right: 0px;}
.margin0 {margin: 0px;}

.margin-top5 {margin-top: 5px;}
.margin-bottom5 {margin-bottom: 5px;}
.margin-left5 {margin-left: 5px;}
.margin-right5 {margin-right: 5px;}
.margin5 {margin: 5px;}

.margin-top10 {margin-top: 10px;}
.margin-bottom10 {margin-bottom: 10px;}
.margin-left10 {margin-left: 10px;}
.margin-right10 {margin-right: 10px;}
.margin10 {margin: 10px;}

.margin-top15 {margin-top: 15px;}
.margin-bottom15 {margin-bottom: 15px;}
.margin-left15 {margin-left: 15px;}
.margin-right15 {margin-right: 15px;}
.margin15 {margin: 15px;}

.margin-top20 {margin-top: 20px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-left20 {margin-left: 20px;}
.margin-right20 {margin-right: 20px;}
.margin20 {margin: 20px;}

.margin-top25 {margin-top: 25px;}
.margin-bottom25 {margin-bottom: 25px;}
.margin-left25 {margin-left: 25px;}
.margin-right25 {margin-right: 25px;}
.margin25 {margin: 25px;}

.margin-top30 {margin-top: 30px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-left30 {margin-left: 30px;}
.margin-right30 {margin-right: 30px;}
.margin30 {margin: 30px;}

.margin-top35 {margin-top: 35px;}
.margin-bottom35 {margin-bottom: 35px;}
.margin-left35 {margin-left: 35px;}
.margin-right35 {margin-right: 35px;}
.margin35 {margin: 35px;}

.margin-top40 {margin-top: 40px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-left40 {margin-left: 40px;}
.margin-right40 {margin-right: 40px;}
.margin40 {margin: 40px;}

.margin-top45 {margin-top: 45px;}
.margin-bottom45 {margin-bottom: 45px;}
.margin-left45 {margin-left: 45px;}
.margin-right45 {margin-right: 45px;}
.margin45 {margin: 45px;}

.margin-top50 {margin-top: 50px;}
.margin-bottom50 {margin-bottom: 50px;}
.margin-left50 {margin-left: 50px;}
.margin-right50 {margin-right: 50px;}
.margin50 {margin: 50px;}

.margin-top75 {margin-top: 75px;}
.margin-bottom75 {margin-bottom: 75px;}
.margin-left75 {margin-left: 75px;}
.margin-right75 {margin-right: 75px;}
.margin75 {margin: 75px;}

.margin-top100 {margin-top: 100px;}
.margin-bottom100 {margin-bottom: 100px;}
.margin-left100 {margin-left: 100px;}
.margin-right100 {margin-right: 100px;}
.margin100 {margin: 100px;}

.padding-top0 {padding-top: 0px;}
.padding-bottom0 {padding-bottom: 0px;}
.padding-left0 {padding-left: 0px;}
.padding-right0 {padding-right: 0px;}
.padding0 {padding: 0px;}

.padding-top5 {padding-top: 5px;}
.padding-bottom5 {padding-bottom: 5px;}
.padding-left5 {padding-left: 5px;}
.padding-right5 {padding-right: 5px;}
.padding5 {padding: 5px;}

.padding-top10 {padding-top: 10px;}
.padding-bottom10 {padding-bottom: 10px;}
.padding-left10 {padding-left: 10px;}
.padding-right10 {padding-right: 10px;}
.padding10 {padding: 10px;}

.padding-top15 {padding-top: 15px;}
.padding-bottom15 {padding-bottom: 15px;}
.padding-left15 {padding-left: 15px;}
.padding-right15 {padding-right: 15px;}
.padding15 {padding: 15px;}

.padding-top20 {padding-top: 20px;}
.padding-bottom20 {padding-bottom: 20px;}
.padding-left20 {padding-left: 20px;}
.padding-right20 {padding-right: 20px;}
.padding20 {padding: 20px;}

.padding-top25 {padding-top: 25px;}
.padding-bottom25 {padding-bottom: 25px;}
.padding-left25 {padding-left: 25px;}
.padding-right25 {padding-right: 25px;}
.padding25 {padding: 25px;}

.padding-top30 {padding-top: 30px;}
.padding-bottom30 {padding-bottom: 30px;}
.padding-left30 {padding-left: 30px;}
.padding-right30 {padding-right: 30px;}
.padding30 {padding: 30px;}

.padding-top35 {padding-top: 35px;}
.padding-bottom35 {padding-bottom: 35px;}
.padding-left35 {padding-left: 35px;}
.padding-right35 {padding-right: 35px;}
.padding35 {padding: 35px;}

.padding-top40 {padding-top: 40px;}
.padding-bottom40 {padding-bottom: 40px;}
.padding-left40 {padding-left: 40px;}
.padding-right40 {padding-right: 40px;}
.padding40 {padding: 40px;}

.padding-top45 {padding-top: 45px;}
.padding-bottom45 {padding-bottom: 45px;}
.padding-left45 {padding-left: 45px;}
.padding-right45 {padding-right: 45px;}
.padding45 {padding: 45px;}

.padding-top50 {padding-top: 50px;}
.padding-bottom50 {padding-bottom: 50px;}
.padding-left50 {padding-left: 50px;}
.padding-right50 {padding-right: 50px;}
.padding50 {padding: 50px;}

.padding-top60 {padding-top: 60px;}
.padding-bottom60 {padding-bottom: 60px;}
.padding-left60 {padding-left: 60px;}
.padding-right60 {padding-right: 60px;}
.padding60 {padding: 60px;}

.padding-top70 {padding-top: 70px;}
.padding-bottom70 {padding-bottom: 70px;}
.padding-left70 {padding-left: 70px;}
.padding-right70 {padding-right: 70px;}
.padding70 {padding: 70px;}

.padding-top75 {padding-top: 75px;}
.padding-bottom75 {padding-bottom: 75px;}
.padding-left75 {padding-left: 75px;}
.padding-right75 {padding-right: 75px;}
.padding75 {padding: 75px;}

.padding-top80 {padding-top: 80px;}
.padding-bottom80 {padding-bottom: 80px;}
.padding-left80 {padding-left: 80px;}
.padding-right80 {padding-right: 80px;}
.padding80 {padding: 80px;}

.padding-top90 {padding-top: 90px;}
.padding-bottom90 {padding-bottom: 90px;}
.padding-left90 {padding-left: 90px;}
.padding-right90 {padding-right: 90px;}
.padding90 {padding: 90px;}

.padding-top100 {padding-top: 100px;}
.padding-bottom100 {padding-bottom: 100px;}
.padding-left100 {padding-left: 100px;}
.padding-right100 {padding-right: 100px;}
.padding100 {padding: 100px;}

.padding-top110 {padding-top: 110px;}
.padding-bottom110 {padding-bottom: 110px;}
.padding-left110 {padding-left: 110px;}
.padding-right110 {padding-right: 110px;}
.padding110 {padding: 110px;}

.padding-top120 {padding-top: 120px;}
.padding-bottom120 {padding-bottom: 120px;}
.padding-left120 {padding-left: 120px;}
.padding-right120 {padding-right: 120px;}
.padding120 {padding: 120px;}

.padding-top130 {padding-top: 130px;}
.padding-bottom130 {padding-bottom: 130px;}
.padding-left130 {padding-left: 130px;}
.padding-right130 {padding-right: 130px;}
.padding130 {padding: 130px;}

.padding-top140 {padding-top: 140px;}
.padding-bottom140 {padding-bottom: 140px;}
.padding-left140 {padding-left: 140px;}
.padding-right140 {padding-right: 140px;}
.padding140 {padding: 140px;}

.padding-top150 {padding-top: 150px;}
.padding-bottom150 {padding-bottom: 150px;}
.padding-left150 {padding-left: 150px;}
.padding-right150 {padding-right: 150px;}
.padding150 {padding: 150px;}

hr {
	margin-top: 40px;
	margin-bottom: 30px;
	
	
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}





