/*  ################################################################

  File Name: style.css
  Template Name: Pedosis
  Created By: TRENDING TEMPLATES TEAM
  http://themeforest.net/user/trendingtemplates
  
  1) RESET
  2) SKELETON 
  3) HEADER
  4) SECTIONS
  5) GALLERY
  6) FOOTER
  7) MDOULES 
  8) PAGES
  9) BLOG
  10) PROJECTS
  11) BUTTONS
  12) SLIDER
  13) RESPONSIVE

################################################################# */ 

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700italic,700);

/* ==================================================================
	RESET
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: roboto;
	vertical-align: baseline;
	
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	color:#444;
}

.welcome-box,
.project-image,
a,
.btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.vimeo {
	width: 100%;
	border:1px solid #ffffff;
}

/* ==================================================================
	SKELETON
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
	color: #303030;
	font-size: 14px;
	font-family: 'Lora', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background: #f9f9f9;
    height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}
input,
select,
textarea { 
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}
.sound {
	border:1px solid #fff;
	width:100%;
}
.alignleft {
    float:left;
    margin:5px 20px 5px 0;
}
.alignright {
    float:right;
    margin:20px 0 20px 20px;
}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display:block;
    clear:both;
}
blockquote{
    border:0;
    color:#acacac;
	display:block;
	margin:10px 0;
	font-family: 'Droid Serif', serif;
	line-height:2;
    font-size:18px;
	padding:20px 20px 20px 0;
	font-weight:normal;
    font-style: italic;
}
blockquote i {
	padding-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
	color:#303030;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 48px;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-size: 36px;
	position: relative;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 5px;
	color: black;
    font-size: 16px;
	font-family: roboto;
	line-height: 30px;
/*	text-align: justify;*/
	
}
a, a > * {
	color: #303030;
	text-decoration: none;
}
a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color:#444444;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
p.lead {
	font-size: 16px;
    padding: 0;
    color: #acacac;
    line-height: 24px;
    /* font-style: italic; */
    font-family: roboto;
}
.check li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	padding-right:5px;
	position: relative;
	top: 2px;
}
.check li {
	font-size:14px;
	list-style:none;
	margin-top:4px;
}
.check {
	margin-left:0;
	padding-left:0;
	margin-bottom:30px;
}
.check li a {
	color:#656565;
}

/* ==================================================================
	HEADER
================================================================== */

.topbar {
	background-color: #007FA9;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding:12px 0;
	z-index:49;
	position: relative;
}
.topbar p {
	color:#fff;
	margin:0;
}
.topbar p span {
	margin-right: 20px;margin-left: 10px; font-weight: normal;
}
.topbar p a img{vertical-align: middle;margin-top: -5px;
	display: inline;}
.header {
	padding:20px 0;
	/*border-bottom:8px double #ac9236;*/
	position: relative;
	z-index: 39;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 1); 
}
.header.affix {
	position: fixed;
	right: 0;
	background-color: #ffffff;
	left: 0;
	top:0;
	padding:15px 0;
	overflow: visible;
	border-bottom:1px solid #eee;
	display: block;
	z-index: 9000 !important;
}
.header.affix .navbar-nav > li > .dropdown-menu {
	margin-top: 16px;
}


#trans {
	/*background-color: rgba(0,0,0,0.2);*/
	background-color: rgba(255, 255, 255, 0.96);
/*	position: fixed;
	top:0;
	right: 0;
	z-index: 9999;
	left: 0;*/
}
#trans .topbar {
	/*background:transparent;*/
	    background: #007FA9;
	color:#6a737d;
}
#trans .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}
#trans .topbar p {
    color: #fff;
    margin: 0;  font-size:15px;
   /* opacity: 0.4;*/
}
#trans .callus h6 {
    color: #888a8b;
}
#trans .callus h5 {
	color:#007FA9;
}
#trans .callus {
	border-left:0;
}
#trans .header {
	border-bottom:0 solid #565d52 !important;
	/*background:transparent;
	    background: rgba(255, 255, 255, 0.17);*/
}
#trans .header.affix{
	/*background-color: #303030 !important*/
	        background-color: rgba(255, 255, 255, 0.84)!important;
}
#trans .navbar-default .navbar-nav > li > a span{
	color:#007FA9;
}

.navbar-fixed-top{
   margin-right: 0px;
    margin-left: 0px;
    position: fixed;
    padding-top: 0;
    z-index: 9999;
    opacity: 0.8;
    padding-bottom: 0;
}
.img-responsive{width:64%}
.entry .img-responsive{width:100%}
.navbar-fixed-top .img-responsive{width:50%}
.pull-right li a img{padding-right:5px;width: 21px; }
.pull-right ul li{padding-left:20px;}
.pull-right ul li img{padding-right:5px;width: 21px;}


.navbar-default .navbar-nav {
	/*padding-left: 80px;*/
	padding-left: 0px;margin-left: 100px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight: bold;
	margin:0 ;
	color:#007FA9;
	line-height: 27px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li.active > a,.navbar-default .navbar-nav > li.active > a:hover {
	color:#303030;
	background:none;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle{display:inline-block; padding: 15px 5px 15px 26px;}

.navbar-default .navbar-nav > li > a.dropdown_icon{ padding: 15px 20px 15px 0;   float: right;}

.navbar-default {
	background-color: transparent;
	border:0;
}
.navbar,
.navbar-nav {
	margin:0;
	border:0;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #fff;
    border: 0 none;
    border-radius: 5px;
    margin-top: 28px;
    padding: 10px 15px;
     border: 1px solid #ccc;
}
.pull-right .open > .dropdown-menu{
    left: 50%;
    margin-left: -45px;
    min-width:100px;}



.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
    padding: 30px 20px !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.dropdown-menu > li > a,
.mega-dropdown-menu > li > ul > li > a {
    background-color: transparent !important;
    clear: both;
    color: #666;
    display: block;
    font-weight: normal;
    line-height: 1.8;
    padding: 5px 0;
    white-space: normal;
    font-weight: bold;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #007FA9;}
    
     .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #007FA9;}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #303030;
	background-color: #f5f5f5;
}

.mega-dropdown-menu h5 {
    color: #676767 !important;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    padding: 5px 0 5px;
}
.mega-dropdown-menu .item h5 {
	padding-top:15px;
	padding-bottom:0;
}
.mega-dropdown-menu .dropdown-header {
	color: #428bca;
	font-size: 17px;
	padding:20px 0 10px;
	font-weight:bold;
}
.mega-dropdown-menu .form-control {
	margin:0;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.mega-dropdown-menu .item {
	margin-top:10px;
}
.mega-dropdown-menu .form-control {
    background: #2c2c2c;
    border-color: #3c3c3c;
    color: #676767;
    box-shadow: none;
    height: 40px;
    margin: 5px 0 10px;
}
.mega-dropdown-menu .form-control::-moz-placeholder {
	color:#676767;
}
.dropdown-menu .divider {
    background-color: #3c3c3c;
    height: 1px;
    margin: 10px 0 0;
    overflow: hidden;
}
.myform {
    background:#2d2d2d;
    border-bottom: 1px solid #3c3c3c;
    color: #676767;
    padding:0;
    position: relative;
    text-align: center;
    width: 100%;
}
.search_form_top:before {
    color: #676767;
    content: "\f002";
    display: inline-block;
    font-family: "FontAwesome";
    left: 50px;
    padding-right: 0;
    position: absolute;
    top: 13px;
}
.myform form {
    padding: 0 20px;
}
.myform .form-control::-moz-placeholder {
	color:#676767;
}
.myform .form-control::-webkit-input-placeholder {
	color:#676767;
}
.myform .form-control {
    background: transparent;
    border: 0 none;
    height: 52px;
    font-family: "Roboto";
	color:#676767;
    border-radius: 0;
    padding-left: 40px;
    margin: 0;
    width: 100%;
}
.nav > li > a {
	padding:15px 26px;
}
.callus h6 {
    color: #ac9236;
    font-size: 14px;
    margin: 6px 0 0;
}
.callus h5 {
    font-size: 18px;
    margin: 5px 0 0;
}
.callus {
	border-left: 1px solid #eac53a;
	padding-left: 40px;
}
.navbar-brand {
	padding:5px 0;
}
/*.banner {
    margin-top: 179px;
}*/
.open > .dropdown-menu {
    z-index: 999;
}
/* ==================================================================
	SECTIONS
================================================================== */

.center-title .big-title h2 {
	padding-left: 100px;
}
.center-title .big-title span {
    color: #debd3f;
    left:10px;
}
.lightcolor h6,
.lightcolor .testimonials::after, 
.lightcolor .testimonials::before,
.lightcolor .testimonials .lead,
.lightcolor .big-title h2 {
	color:#ffffff;
}
.lightcolor .big-title span {
    color: #585858;
}
.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}
.fullscreen {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}
.section {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding:70px 0;
}
.section-grey {
	background-color: #f9f9f9;
}

.section-dark .portfolio .item,
.section-dark {
	/*background-color: #303030;*/
	background: #007FA9;
}
.section-dark .big-title span {
    color: #454545;
}
.home-portfolio {
	/*padding-top: 40px;*/
	padding-top: 117px;
	padding-bottom: 37px;
}

.section-dark #filters li i,
.section-dark #filters li a,
.section-dark .portfolio .item h5 a,
.section-dark .big-title h2 {
	color:#ffffff;
	cursor: pointer;
}
.makepaddingno {
	padding-bottom: 0 !important
}
.makemarginno {
	margin-bottom: 0 !important
}
.makepaddingbottom {
	padding-bottom: 180px;
}
.makenopaddingtop {
	padding-top:0 !important;
}
.makepaddingtop {
	padding-top: 260px;
}
#boxed #wrapper {
	max-width: 1240px;
	margin:40px auto;
	padding:20px;
	background-color: #ffffff;
}
.container {
	position: relative;
}
.big-title span {
	font-size:128px;
	color:#e0e0e0;
	position: absolute;
	z-index: -1;
	left:-10px;
}
.big-title h2 {
	padding-bottom:40px;
	padding-left: 30px;
	position: relative;
	z-index: 2;
}
.leftside h2 {
	font-size:32px;
}
.parallax-title.big-title h2 {
	color:#ffffff;
}
.parallax-title.big-title span {
	opacity: 0.2;
}
.contactdetails h5,
.contactdetails h1,
.contactdetails h2,
.contactdetails h3,
.contactdetails h4,
.contactdetails h6 {
	color:#ffffff;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.contactdetails h5 {
	color:#adadad;
}

/* ==================================================================
	GALLERY
================================================================== */

#filters {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	cursor: default;
}
#filters ul li{
	display: inline-block;
	margin: 0 5px;
	color: #303030;
	line-height: 14px;
	text-decoration: none;
	font-weight:400;
	cursor: pointer;
}
.primary a:hover{
	color: #303030;
	text-decoration: none;
}
.primary a.active{
	color: #303030 !important;
	text-decoration: underline;
	cursor: default;
}
.primary a.active {
    color: #303030;
    cursor: default;
	position:relative;
    color: #fff ;
}
.portfolio h5 {
	padding:20px 0 0;
	font-size:14px;
	text-transform: uppercase;
	text-align: center;
}
/*.portfolio {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 40px auto;
	display: block;
}*/
.portafolio{
	    position: relative;
    padding: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}
}
.portfolio .item {
	padding: 15px 15px;
	background-color: #ffffff;
	position: relative;
	margin:0;
	overflow: hidden;
}
.portfolio .item img {
	width: 100%;
	height: auto;
}
#two-col .item {
	width: 50%;
}
#three-col .item {
	width: 33.3333%;
}
#four-col .item {
	width:25%;float: left;
}

.entry {
	position:relative;
	margin:0;
	cursor:pointer;
	padding:0;
	max-height: 230px;
overflow: hidden;
}
.magnifier {
	background:rgba(0, 184, 245,.9);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.buttons {
	position: absolute;
	top:50%;
	left: 0;
	text-align: center;
	margin:-10px auto;
	right: 0;
}
.buttons i {
	border:1px solid #303030;
	padding:10px;
	border-radius: 2px;
	background-color: #303030;
	color:#ffffff ;
}
.entry:hover .magnifier { opacity:1; }

/* ==================================================================
	FOOTER
================================================================== */

#message {
	display: block; position:relative; text-align:left; padding:10px;
}
#map1{
	height:150px;
	width:100%
}
#map{
	height:200px;
	width:100%
}
#map img{
	max-width:inherit
}
.map{
	position:relative
}
.contact_list {
	display: block;
	margin-bottom: 280px;
}
.contact_list .fa-2x {
	color:#e0e0e0;
	font-size:36px;
}
.contact_list li {
	margin:0 0 10px;
}
.contact_list li i {
	color:#4e4e4e;
	padding-right: 10px;
}
.contact_list h6 {
	margin:20px 0;
	font-size:18px;
}
.contact-icon {
	margin:20px 0;
	overflow:hidden;
}
.map .row{
	position:relative
}
.infobox img {
	width:100% !important;
}
.map .searchmodule {
	padding:18px 10px
}
.infobox {
	display: inline-block;
	padding: 5px;
	position: relative;
	width: 270px;
}
.infobox img {
	width:80px !important;
	padding-right:10px
}
.infobox .title {
	font-size:13px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	padding-bottom:5px;
}
.infobox .title a {
	font-weight:bold;
}
.footer .list-inline > li {
    display: inline-block;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 4px;
}
.footer li {
	margin-bottom: 5px;
    color: white;
}
.footer a {
	color:#676767;
}
.footer {
	/*position: relative;
	display: block;
	background-color: #303030;
	color:#676767;
	padding:180px 0 60px;*/
	position: relative;
    display: block;
    background-color: #027298;
    color: #676767;
    padding: 0px 0 0px;
}
.footer .widget-title h6 {
	color:#ffffff;
	font-size:18px;
	padding-bottom: 15px;
	font-weight: 900;
	letter-spacing: 0.3px;
}
.copyright {
	background-color: #007fa9;
	color:#676767;
	padding:20px 0;
	font-family: 'Roboto', sans-serif;
}
.copyright p {
	margin:0;
}
.social {
	margin: 0 0;
}
.social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	background-color: #282828;
}
.section-title h3 {
    font-size: 24px;
    font-weight:300;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 300;
}
.stylish-input-group .input-group-addon {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 0 !important;
}
.stylish-input-group .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 13px;
    font-style: italic;
    height: 50px;
}
.stylish-input-group button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-image: none;
    border-left: 0 none !important;
    border-right: 0 none;
    border-top: 0 none;
}
.input-group-addon {
    border-left: 0 none;
}

/* ==================================================================
	MODULES
================================================================== */

#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #efefef;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:99999;
}
.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
}
.loader-back-logo {
	margin-top:-10px;
	font-size:26px;
}
.loader {
    margin-left: 20px;
    margin-top: 0;
    vertical-align: top;
}
.panel-title {
    line-height: 16px;
}
.panel-heading {
    border-radius: 0 !important;
    padding: 18px 24px;
}
.panel-heading h3 {
	color:#070707 !important;
	font-size:15px;
	font-weight: bold;
	padding:0;
	margin:0;
	display: inline-block;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel p {
    margin-bottom: 0;
}
.panel-heading i {
	font-size:13px;
	margin:1px;
}
.panel {
    border-color: #ffffff;
    border-radius: 0 !important;
    box-shadow: none;
}
.accordion-toggle-2 .panel-body {
	background: #ffffff !important;
	border-left:1px solid #dadada !important;
	border-right:1px solid #dadada !important;
	border-bottom:1px solid #dadada !important;
}
.accordion-toggle-2 .panel-heading {
	background: #ffffff !important;
	border:1px solid #eaeaea !important;
}
.accordion-toggle-2 .panel-heading i,
.accordion-toggle-2 .panel-heading h3 {
	color:#070707;
}
.pricing-table-body ul li {
	list-style: none;
	border-bottom: 1px solid #dddddd;
	padding:10px 0;
}
.pricing-table-body ul li:last-child {
	border-bottom: 0 solid #aaa;
}
.pricing-price sup {
	top:auto;
    bottom: 0 !important;
    font-family: arial !important;
    font-size: 21px !important;
    font-weight: normal !important;
}
.pricing-price {
	padding:14px;
	position: relative;
}
.bestoffer {
    background:#070707;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 65px;
    left: 15px;
    line-height: 1.5;
    padding-top: 13px;
    position: absolute;
    top: -30px;
    width: 65px;
}
.pricing-price h2 {
	margin: 0;
	font-size:55px;
}
.pricing-price h4 {
	padding:0;
	margin: 0;
	font-size:16px;
}
.pricing-table-footer,
.pricing-table-header,
.pricing-table-body {
	display: block;
	color:#070707 !important;
	text-align: center;
	padding:25px;
	position: relative;
}
.pricing-table-footer h3 a,
.pricing-table-footer h3,
.pricing-table-header h3 {
	color:#070707;
	font-size:16px;
	letter-spacing: 1px;
	padding:0;
	margin: 0;
	text-transform: uppercase;
}

.about-wrapper {
	margin-bottom: -40px;
}
.about-wrapper .about-image {
	padding:0;
	display: block;
}
.about-image img {
	width: 100%;
}
.about-desc {
	display: block;
	min-height: 355px;
	position: relative;
	padding:20px 60px;
	z-index: 90;
	border:1px solid transparent;
	font-family: roboto;
}
.about-message h6,
.about-desc h6 {
	font-size:18px;
	/*padding:20px 0 10px;*/
	font-weight: bold;
}
.about-desc ul li a,
.about-desc ul li {
	color:#b29736;
	cursor: pointer;
}
.about-desc ul li a:hover,
.about-desc ul li:hover {
	color:#303030;
}
.about-desc hr {
	border-color:#ffffff;
}
.arrow-left:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 20px;
	z-index: 1001;
	margin-top: -15px;
}
.arrow-right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 20px;
	z-index: 101;
	margin-top: -15px;
}
.why-us img {
	display: block;
}
#services {
	margin-top:0px;
	
}
#welcome {
    left: 0;
    position: absolute;
    right: 0;
    padding:0 50px;
    top: -160px;
    z-index: 1000
}
.welcome-box {
	text-align: center;
	padding:30px;
	border-top:5px solid transparent;
	top:0;
	cursor: pointer;
	/*background-color: #fad33f;*/
}
#services .welcome-box:hover {
	top:0;
	padding-bottom: 30px;
}
/*.welcome-box.color2 {
	background-color: #f6cc2e;
}*/
.welcome-box.color3 {
	background-color: #eec323;
}
.welcome-box:hover {
	padding-bottom:40px;
	/*background-color: #303030 !important;*/
	    background-color: #0090bf !important;
	top:-10px;
	    border-radius: 10px 10px 10px 10px;
}
.welcome-box:hover p {
	color:#ffffff;
}
.welcome-box:hover h6 {
	color:#fff;
}
.welcome-box:hover .icon-container {
	background-color: #ffd63b;
	color:#303030;
	border-color:#fff;	
	-webkit-box-shadow: 0px 0px 0px 10px #fff;
	-moz-box-shadow:    0px 0px 0px 10px #fff;
	box-shadow:         0px 0px 0px 10px #fff;
}
.icon-container {
	width: 100px;
	background-color: #303030;
	color:#f6cc2e;
	height: 100px;
	line-height: 100px;
	-webkit-box-shadow: 0px 0px 0px 10px #d8b52e;
	-moz-box-shadow:    0px 0px 0px 10px #d8b52e;
	box-shadow:         0px 0px 0px 10px #d8b52e;
	display: block;
	border-radius: 100%;
	margin:20px auto 35px;
	text-align: center;
	font-size: 36px;
}
#contact_form  {
    min-height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    padding: 33px 77px;
    /* top: 320px; */
    top: 81px;
    color: #b89c36;
    width: 79%;
    left: 9%;
    box-shadow: 4px 4px 22px #797878;
}
#contact_form i {
	color:#e0bd39;
}
#contact_form .big-title span {
	z-index: -1;
	left:-10px;
	top:0px;
}
#contact_form .big-title h2 {
    padding-bottom: 50px;
    padding-left: 0;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}
#newsletter {
    background: rgba(0, 0, 0, 0) url("upload/newsletter.png") no-repeat scroll center top;
    min-height: 206px;
    left: 0;
    position: absolute;
    right: 0;
    padding:0 50px;
    top: -105px;
}
.newsletterform:before {
    color: #d1b23c;
    content: "\f0e0";
    display: inline-block;
    font-family: "FontAwesome";
    left: 20px;
    font-size: 127px;
    z-index: 1;
    padding-right: 0;
    position: absolute;
    top: 80px;
    -webkit-transform: rotate(337deg);
    -moz-transform: rotate(337deg);
    -o-transform: rotate(337deg);
    writing-mode: lr-tb;
}
.newsletterform {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	z-index: 3;
	position: relative;
	padding-top:75px;
	text-align: center;
}
.newsletterform span {
	font-weight: bold;
	font-size: 24px;
}
#guestbook-form .form-control,
.newsletterform .form-control {
	min-width: 680px;
	height: 50px;
	color:#acacac;
	font-size:14px;
/*	font-style: italic;*/
	z-index: 5;
	position: relative;
/*	font-family: 'Lora', sans-serif;*/
	margin-left: 15px;
	margin-right: 15px;
	border:0;
}
.stylish-input-group .form-control:focus,
#guestbook-form .form-control:focus,
.newsletterform .form-control:focus {
	background-color: #dadada !important
}
#guestbook-form .form-control {
	min-width: 100% !important;
	margin:10px 0;
}
#guestbook-form textarea {
	height: 140px !important
}
.newsletterform label {
	font-size:18px;
	color:#070707;
    text-align: right;
    z-index: 2;
    position: relative;
    vertical-align: middle;
}
.newsletterform .form-control::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
.newsletterform .form-control:-ms-input-placeholder {
  color: #acacac;
}
.newsletterform .form-control::-webkit-input-placeholder {
  color: #acacac;
}
.tooltip-arrow {
	display: none;
}
.services {
	margin-top:50px;
}
.services h3 {
	font-size:18px;
}
.services h3 i {
	padding-right: 10px;
}
.services p {
	margin-top:20px;
}
.team {
	z-index: 1;
	cursor: pointer;
	position: relative;
}
.team-hover-content span {
	margin:10px 0;
	display: block;
	font-style: italic;
}
.team-hover-content p {
	font-size:14px;
	margin-bottom: 0;
	line-height: 24px;
}
.team-hover-content {
  	position: absolute;
  	bottom: 0px;
  	width: 100%;
	font-family: 'Lora', sans-serif;
	padding: 50px 30px 0;
	color: #070707;
	border:15px solid #fff;
	opacity: 0;
	z-index: 100;
	top:50%;
	text-align: right;
	text-decoration: none;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0;
}
.team img {
	z-index: 1;
	width: 100%;
}
.team:hover .team-hover-content {
	opacity: 1;
	bottom: -60px;
	-webkit-transition:all 0.7s ease-in-out;
	-moz-transition:all 0.7s ease-in-out;
	-o-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
}
.GrayScale:hover img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: 
    grayscale(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 1;-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.GrayScale img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.testimonials {
	position: relative;
	padding:25px 140px 0;
}
.testimonials:after,
.testimonials:before {
    color: #d1b23c;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    left: 50px;
    font-size: 48px;
    z-index: 1;
    padding-right: 0;
    position: absolute;
    top: 45px;
}
.testimonials:after {
	left: auto;
	right: 50px;
    content: "\f10e";
}
.testimonials .lead {
	color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4);
}
.testimonials .owl-dots .owl-dot.active span, 
.testimonials .owl-dots .owl-dot:hover span {
	background-color: #303030 !important
}
.testimonials img {
	width: 100px !important;
	margin: 30px auto 20px;
}
.item span {
    color: #a68e36;
    margin-bottom: 0;
}

/* ==================================================================
	PAGE
================================================================== */

#commentform {
	margin-top: 40px;
}
#commentform .form-control {
    background-color: #f3f3f3;
    border: 0 none;
    box-shadow: none;
    color: #bfbfbf;
    font-style: italic;
    height: 45px;
    margin-bottom: 20px;
}
#commentform .form-control::-moz-placeholder {
	color:#bfbfbf;
}
#commentform .form-control::-webkit-input-placeholder {
	color:#bfbfbf;
}
#commentform textarea {
	height: 175px !important
}
.media-list li {
	padding:20px;
	margin:20px 0;
	border-bottom:1px solid #eeeeee;
}
.media-list img {
	margin-right:10px;
}
.media-list h4 {
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	padding:0;
}
.comment-meta,
.comment-meta a {
	color:#88cbd7;
	font-size: 12px;
	padding-left: 30px;
	text-transform:uppercase;
}
.comment-meta {
	color:#878787;
	padding-left: 0;
}
.comments-answer {
	margin-left:80px !important;
}
.pager li > a, .pager li > span {
    background-color: #fff !important;
    border: 0 solid #ddd;
    border-radius: 0;
    display: inline-block;
    padding: 0;
}
.teambox h6 {
	font-size:14px !important;
	margin:0 !important;
}
.teambox p {
	margin: 3px 0 ;
}
.single {
	padding-right:30px !important;
}
.teambox a,
.teambox i {
	color:#88cbd7;
}
.single .alignleft {
	margin:0 20px 8px 0;
}
.post-image img {
	width: 100%;
}
.pagination > li span {
	color:#ffffff;
}
.pagination > li > a, 
.pagination > li > span {
    background-color: #303030;
    border: 0 solid #070707;
    border-radius: 0 !important;
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-family: "Roboto";
    height: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 5px !important;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.commentbox .widget-title {
	padding-top:30px;
}
.commentbox {
	background: #fff;
	padding:60px;
	margin-top: 40px !important;
}
.blog-meta .blog-description,
.blog-meta .custommeta  {
	padding:0 60px;
	text-align: justify;
}
.blog-list-wrapper .box {
	margin-bottom: 30px;
}
.customblogsection #grid {
	margin-top: -300px;
}
#page-header.customheader {
	padding-bottom: 380px;
}
#content .services {
    margin: 30px 0;
}
#singleform {
	margin-top:30px;
	padding:30px;
}
.post-media {
	margin-bottom: 20px;
}
.blog-bottom{
	margin-top:35px;
	position: relative;
	display: block;
}
.blog-bottom .text-center a,
.blog-bottom .text-center i,
.blog-bottom .pull-left a,
.blog-bottom .pull-left i,
.blog-bottom .pull-left,
.blog-bottom .pull-right a,
.blog-bottom .pull-right i,
.blog-bottom .pull-right  {
	color:#88cbd7 !important;
}
.blog-bottom .pull-right a {
	margin-left: 15px;
}
#page-header {
    background: rgba(0, 0, 0, 0) url("../images/contactbanner.jpg") no-repeat scroll center center / cover ;
    display: block;
    padding: 124px 0;
    position: relative;
    text-align: center;
}
#page-header h3 {
	color:#ffffff;
	font-size:24px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
#post-wrapper {
	padding-bottom: 80px
}
#content .widget-title h6,
#sidebar .widget-title h6 {
	font-size:14px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#sidebar .alignleft {
	margin-top: 0;
}
#content .widget-title h6 span,
#sidebar .widget-title h6 span {
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	background-color: #ddd;
	display: inline-block;
	margin-right: 10px;
}
#sidebar a {
	color:#acacac;
}
#sidebar a:hover {
	color:#303030;
}
#sidebar {
	font-weight: bold;
	font-family: "Roboto";
}
#sidebar ul li {
	position: relative;
}
#sidebar .recent-post-widget ul li {
	margin:10px 0;
	display: table;
	position: relative;
}
#sidebar .widget {
	margin-bottom: 40px;
}
#sidebar .list-widget ul li {
	margin-bottom: 7px;
}
#sidebar .list-widget ul li:before {
	content: "-";
	color:#acacac;
	padding:0 10px 0 0;
}
.tagclouds li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	text-decoration: underline;
}
.time_circles {
    height: 100%;
    position: relative;
    width: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.time_circles > div > span {
    color: #303030;
    display: block;
    font-family: "Roboto";
    font-size: 40px !important;
    font-weight: bold;
    margin-top: 0.4em;
    text-align: center;
    width: 100%;
}
#login {
	background-color: #ffffff;
    padding-top: 50px;
    border:1px solid #eaeaea;
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #303030;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login h2 {
    color: #303030;
    font-size: 90px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .form-control {
	box-shadow: none !important;
	height:45px;
	font-weight: 400;
	font-family: "Roboto";
	color:#888;
	background-color: #303030;
	border-radius:0;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/* ==================================================================
	BLOG
================================================================== */

.blog-grid {
	padding:0;
	background-color: #ffffff;
	margin:0;
}
.leftarrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 15px;
	z-index: 99;
	margin-top: -10px;
}
.rightarrow:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 15px;
	z-index: 99;
	margin-top: -10px;
}
.bottomarrow:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	z-index: 99;
	margin-left: -10px;
}
.team-members,
#grid {
	margin-top:40px;
}
.box {
	padding:0;
	margin:0;
}
.box-image,
.box .alignnone,
.box .alignright,
.box .alignleft {
	margin:0;
	padding:0;
	display: block;
}
.box .alignleft {
}
.box .alignright {
}
.box-desc {
	background-color: #ffffff;
	position: relative;
}
.blog-meta {
    display: table;
    height: 300px;
    padding: 40px;
    position: relative;
}
.readmore {
	position: absolute;
	bottom:40px;
	z-index: 3;
	right:40px;
}
.readmore.left {
	right: auto;
	left: 40px;
}
.readmore i {
	padding:5px;
}
.cat {
	font-style: italic;
	font-size:14px;
}
.meta span {
	margin-right:15px;
}
.meta i {
	margin-right: 5px;
}
.meta i,
.meta span {
	color: #ffffff;
    text-shadow: 1px 1px black;
}
.box-desc h6 {
	font-size:18px;
	margin:10px 0 15px;
	font-weight: bold;
	line-height: 27px;
}
.box-image {
	position: relative;
	z-index: 2;
}

/* ==================================================================
	PROJECTS
================================================================== */

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.project-image {
	margin-top:85px;
	border:0 solid transparent;
}
.project-image:hover {
	padding:15px;
}
.project-image:hover img,
.project-image.active img {
	opacity: 1;
}
.project-image img {
	opacity: 0.6;
}
.project-details {
	padding-top: 60px;
}
.project-details h6 {
	font-weight: bold;
	font-size:18px;
	padding:20px 0;
}
.project-details h6,
.project-details li {
	color:#ffffff;
}
.project-details li {
	margin:10px 0;
}
.project-details li .btn {
	margin-top: 20px;
}

.project-details li span {
    display: inline-block;
    min-width: 130px;
}

/* ==================================================================
	BUTTONS
================================================================== */

.form-control {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-dark {
	color:#ffffff !important;
	height: 50px;
	padding: 0 20px;
	border:0;
}
.btn-dark i {
	padding-right: 10px;
}
.btn-dark,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #232323;
  border-color: #232323;
}
.btn-sm, .btn-group-sm > .btn {
	font-size:11px;
}
.searchicon i {
	color:#303030 !important;
}

/* ==================================================================
	SLIDER
================================================================== */

.fixedslider {
	position: absolute;
	top:0;
}
.boxedcontainer	{
	max-width: 1170px; 
	margin:auto; 
	padding:0px 30px;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.slider-title i,
.tp-caption.slider-title i {
	font-size:150px;
	opacity: 0.6;
}
.slider-title,
.tp-caption.slider-title {
	position:absolute;
	color:#fff;
	font-size:60px;
	line-height:60px;
	margin:0px;
	font-family: 'Roboto', serif;
	text-align: center;
	border-width:0px;
	font-weight: 900;
	letter-spacing: 3px;
	border-style:none;
	white-space:nowrap;
}
.slider-title1,
.tp-caption.slider-title1 {
	position:absolute;
	color:#fff;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	letter-spacing: 1px;
	margin:0px;
	font-family: 'Roboto', serif;
	text-align: center;
	border-width:0px;
	border-style:none;
	white-space:nowrap;
}
.margin-top a,
.slider-btn .btn,
.tp-caption.slider-btn .btn {
	color:#303030;
	font-size:14px !important;
	text-transform: uppercase;
	margin:0;
	padding:5px 45px 4px;
	font-family: 'Roboto', serif;
}

.btn-normal:hover,
.slider-btn .btn-white,
.tp-caption.slider-btn .btn-white {
	color:#ffffff !important;
}
.tp-bannertimer {
	display: none
}
.footer .bottom{padding-top:60px ; padding-bottom:100px;}
.list-boxes h2{ font-size:16px;}
.slide-wrapper .catelist{ clear:both; display: block;text-align: center;margin-top: 20px;
	margin-bottom: 20px;}
.slide-wrapper .catelist a{ padding:10px 20px; border:1px solid #ccc;display: inline-block; margin:0 2px 10px 2px}
.slide-wrapper .catelist a.active{ color:#007FA9; border:1px solid #007FA9; }
.list-boxes {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	word-wrap: break-word;
	word-break: break-all;
	border: solid 1px #eee;}
.list-boxes p{ margin-bottom:0;}
.first-box{ margin-top:20px;}
.ranking ul li{ line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #ececec; }
.ranking ul li.active a{ color:#007FA9; font-weight: bold}
/* ==================================================================
	RESPONSIVE
================================================================== */

@media (max-width: 1200px) { 
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
	}
	.topbar span,
	.topbar .pull-left,
	.topbar .pull-right {
		font-size:12px;
	}
}
@media (max-width: 1100px) { 
	.newsletterform {
		padding-top: 20px;
	}
	.callus{
	/*	display: none*/
	}
	.topbar span {
		display: inline-block !important;
	}
	#contact_form,
	#welcome {
	    left: 0;
	    position: relative;
	    right: 0;
	    padding:0 50px;
	    top: 0px;
	    z-index: 1000
	}
	.contact_list {
		margin-bottom: 20px;
	}
	#contact_form {
		padding: 30px !important;
	}
	.makepaddingtop {
		padding-top: 90px;
	}
	.welcome-box{
		top:0 !important;
		padding:30px !important;
	}
	.why-us img {
		margin: 30px 0 60px;
	}
	#four-col .item,
	#three-col .item {
		width: 50%;
	}

}

@media (max-width: 768px) { 
 .banner {margin-top: 78px;
   }
	#trans {
	/*	position: fixed;*/
		background-color: #303030;
	}
	#three-col .item,
	#four-col .item,
	#two-col .item {
		width: 100%;
	}

	.arrow-right::after,
	.left-right::after,
	.rightarrow:after {
		display: none
	}
	.single {
		padding-right:15px !important;
	}
	.blog-meta .blog-description, .blog-meta .meta {
		padding:0;
	}
	#content {
		margin-bottom: 50px;
	}
	.commentbox,
	.blog-meta {
		padding:20px;
	}
	.testimonials {
		padding:25px 0 !important;
	}
	.testimonials .lead {
	    font-size: 13px;
	    line-height: 21px;
	}
	.comments-answer {
		margin-left: 0 !important;
	}
	.box-image img {
		width: 100%;
	}
	.blog-meta {
		max-height: 260px;
	}
	.box,
	.box .alignnone,
	.box .alignright,
	.box .alignleft {
		background-color: #ffffff;
		padding:10px !important;
		margin:0 !important;
		float:none !important;
		width: 100%;
	}
	.slider-title1,
	.tp-caption.slider-title1 {
		font-size: 10px !important;
		padding:20px !important;
	}
	.slider-btn,
	.testimonials:after,
	.testimonials:before,
	.newsletterform:before {
		display: none;
	}
	.newsletterform .form-control {
		min-width: 100%;
		margin:5px 0;
	}
	.topbar span,
	.topbar .pull-left,
	.topbar .pull-right {
		display: block;
		font-size:12px;
		float:none !important;
		text-align: center !important;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding:15px 0;
	}
	.navbar-default .fa,
	.searchicon i,
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a.active {
		/*color:#676767 !important;*/
	}
	.nav > li > a {
	    padding: 7px 12px;
	}
	.navbar-collapse {
	    border: 0 none !important;
	    box-shadow: none;
	    /*background-color: #303030 !important;*/
	    overflow-x: visible;
	   /* margin: 30px 0 0 0;*/
	    padding: 0px 15px;
	}
	.navbar-default .navbar-toggle {
	    background: #303030 none repeat scroll 0 0 !important;
	    border-color: #303030 !important;
		position: absolute;
		top: -85px;
		right: 0px;
		z-index: 999999;
	}
	.navbar-nav > li > .dropdown-menu {
		padding:0;
	}
	.navbar-default .navbar-nav {
		padding-left: 0px;
		margin-left: 0px;
	}
	.header{ padding:0;}
	#contact_form{width:100%}
	.about-desc { padding:20px;}
	.about-message {
		padding:20px;
	}
	.footer .bottom{padding-bottom:20px; padding-top:20px;}
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 10px !important;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 15px;
    line-height: 1.33333;
    padding: 15px 44px;
}
.btn {
	text-transform: uppercase;
}





/**/







#section {
 /* max-width: 1000px;*/
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.headtitle h5 {
    padding-top: 10px;
    border-bottom: 2px solid #007FA9;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom:0;
    line-height: 40px;
}
.article-box h5{
    padding-top: 25px;
    display: inline-block;
    margin-bottom:0;
    line-height: 30px;
}
.portfolio h4{
    padding-top: 45px;
    display: inline-block;
    margin-bottom:0;
    line-height: 30px; font-size: 18px;
}

hr {
    margin-top: 10px;}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.825rem;
  margin: 1.3rem 0;
  padding-top: 20px;
}

.section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

.service a {
  color: #5b7abb;
  display: block;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.service {
 background: #fff;
    margin: 2px;
    padding: 44px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #e7e7e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 10px #cecece;
}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}

.service1 i,
.service1 h4,
.service1 .cta {
  color: #42b7ca;
}

.service1:hover {
  border: 2px solid #42b7ca;
}

.service2 i,
.service2 h4,
.service2 .cta {
  color: #425fca;
}

.service2:hover {
  border: 2px solid #425fca;
}

.service3 i,
.service3 h4,
.service3 .cta {
  color: #9c42ca;
}

.service3:hover {
  border: 2px solid #9c42ca;
}

.service .cta span {
  font-size: 0.6rem;
}

.service > * {
  flex: 1 1 100%;
}

.service .cta {
  align-self: flex-end;
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}



/*clientes */

section.client {
	padding:4em 0em;
	background-color: #fff;
	filter: grayscale(100%); 

}
section.client .section-title {
	margin-bottom: 6em;
}
.bx-controls {
	position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}







/*parallax*/


.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
	.overlay.op-6 {
   background-color: rgba(0, 0, 0, 0.22);
}








/*prueba*/



.blog-image-agileits-w3layouts img {
    width: 100%;
}
.blog-grids-w3-agile {
    padding: 0;
    border: .5px solid #eee;
}
.blog-info {
    padding: 30px 30px 40px;
}
.blog-info h4 {
    font-size: 19px;
    margin-top: 10px;
    display: block;
	text-decoration:none;
}
.blog-info h4 a {
    color: #ff2b0b!important;
	text-decoration:none;
}
.blog-info h6 {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 14px;
}
.blog-info h6 a{
    color: #00B8F5;
	text-decoration:none;
}
.blog-info span {
    color: #bbb8b8;
    font-size: 14px;
}
.blog-info p {
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin-top: 15px;
}
.blog-btm-w3 span {
    color: #333;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.blog-btm-w3 {
    margin-top: 30px;
}
.glyphicon-share-alt{
	margin-right: 20px;
}
.blog-btm-w3 a {
    text-decoration: none;
}
a.num{
	 font-size: 12px;
    color: #000;
    vertical-align: bottom;
}
a.blog-read.type1 {
    position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 15px;
  margin: 1em 0.8em;
	left:33%;
}

.blog-read.type1 {
  color: #566473;
}
.blog-read.type1.type1::after, .blog-read.type1.type1::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.blog-read.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #566473;
  border-right-color: #566473;
}
.blog-read.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #566473;
  border-left-color: #566473;
}
.blog-read.type1.type1:hover:after, .blog-read.type1.type1:hover:before {
  width: 100%;
  height: 100%;
}







/*modal*/

.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #028bb9;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
    font-family: roboto;
}
.modal-content h5 {
    color: #00B8F5;
    padding: 20px 0 6px;
    font-size: 22px;
    margin-left: 0px;
}
.modal-content p {
    color: #676464;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
}
 .modal-dialog {
    width: 600px;
    margin: 109px auto;
}

/*Modal Fotos*/
.about-message img {
	width: 40%;}





/*tamaño*/

@media(max-width:667px){
    .header {
	z-index: 79;}
	.about-message img {
		width: 60%;}
	.logo h1 a {
		margin: 36px 0 0px;
		font-size: 40px;
		letter-spacing: 5px;
	}
	.banner {
		min-height: 335px;
	}
	h5.title-w3 {
		font-size: 20px;
		margin-bottom: 1.7em;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 60px 0;
	}
	ul#myTab {
		width: 64%;
	}
	.sub-img {
		bottom: 28px;
		left: 271px;
		width: 335px;
	}
	.about-right-w3l h3 {
		font-size: 18px;
	}
	.about-right-w3l h2 {
		margin: 5px 0px;
		font-size: 18px;
	}
	.about-right-w3l {
		padding: 45px 50px;
	}
	h5.title-w3 label {
		width: 61px;
		margin: 0 9px;
	}
	.callbacks_nav.next {
		left: 60.5%;
		background-size: 16px;
	}
	.callbacks_nav.prev {
		background-size: 16px;
	}
	.callbacks_nav {
		bottom: 21%;
	}
	.test h5 {
		font-size: 15px;
	}
	.left-w3 {
		float: none;
		width: 100%;
	}
	form {
		float: none;
		width: 69%;
		padding-right: 0;
		margin: 30px 0 0 19px;
	}
	.contact {
		padding: 125px 0px 60px;
	}
	.blog {
		padding-bottom: 60px;
	}
	.logo{
	}
	.section{padding-top:40px}
	.navbar-default .navbar-nav > li > a.dropdown_icon{ float: right;padding:0 20px;}
	.navbar-nav .open .dropdown-menu > li > a {
    padding-left: 20px;
    line-height: 0.8;
}
}
@media(max-width:640px){
	.logo h1 a {
		margin: 30px 0 0px;
		font-size: 35px;
		letter-spacing: 4px;
	}
	.banner {
		min-height: 200px;
	}
	header {
		padding: 1.2em 0 0em;
	}
	ul#myTab {
		width: 67%;
		margin: 0 auto 1.5em;
	}
	.nav-tabs > li > a {
		font-size: 11px;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-size: 11px;
	}
	#myTabContent p {
		font-size: 14.5px;
	}
	.sub-img {
		bottom: 26px;
		left: 260px;
		width: 325px;
	}
	.about-right-w3l {
		padding: 44px 38px;
	}
	.view .mask, .view .content {
		padding: 4.5em 1em 2em;
	}
	.blog-grids-w3-agile {
		width: 80%;
	}
	.about-right-w3l p {
		font-size: 14.5px;
	}
	.w3l_team_grid p {
		font-size: 14.5px;
	}
	.w3l_team_grid h4 {
		font-size: 18px;
		 margin: 1em 0 .3em;
	}
}
@media(max-width:600px){
	.slider-info p {
		font-size: 11px;
	}
	.logo h1 a {
		margin: 24px 0 0px;
		font-size: 32px;
	}
	.banner {
		min-height: 200px;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.callbacks_here a:after {
		height: 2px;
		width: 34px;
	}
	.callbacks_tabs li {
		margin: 4px 3px;
	}
	.rslides li {
		line-height: 8px;
	}
	.callbacks_tabs {
		line-height: 10px;
		margin-top:10px;
	}
	ul#myTab {
		width: 68%;
		margin: 0 auto 1.5em;
	}
	#myTabContent p {
		font-size: 14px;
	}
	.modal-dialog {
		width: 550px;
	}
	.sub-img {
		bottom: 24px;
		left: 243px;
		width: 304px;
	}
	.about-right-w3l {
		padding: 30px 38px;
	}
	.about-right-w3l p {
		font-size: 14px;
	}
	.about-right-w3l h2 {
		font-size: 17px;
	}
	.w3l_team_grid p {
		font-size: 14px;
	}
	.blog-info p {
		font-size: 14px;
	}
	a.blog-read {
		font-size: 10.4px;
	}
	.resp-tab-item {
		padding: 5px 17px;
		font-size: 14px;
	}
	.resp-tabs-container {
		margin-top: 1.5em;
	}
	.callbacks_nav.next {
		left: 60%;
	}
	.callbacks_nav {
		bottom: 20%;
	}
	.testimonial-content p {
		font-size: 14px;
	}
	.testimonial-content p img {
		width: 19px;
	}
}
@media(max-width:568px){
	.slider-info p {
		letter-spacing: 1px;
	}
	.logo h1 a {
		margin: 15px 0 0px;
		font-size: 30px;
		letter-spacing: 3px;
	}
	.callbacks_tabs {
		margin-top: 7px;
	}
	.ayanHoverEffect_12 a {
		padding: 6px 13px;
	}
	.banner {
		min-height: 200px;
	}
	.nav-tabs > li {
		margin-right: 7px;
	}
	ul#myTab {
		width: 70%;
	}
	.sub-img img {
		border: 10px solid #fff;
	}
	.sub-img {
		bottom: 26px;
		left: 237px;
		width: 275px;
	}
	#toTop {
		bottom: 40px;
		right: 4%;
		width: 34px;
		height: 40px;
		background-size: 33px;
	}
	.w3l_social_icons li {
		width: 30px;
		height: 30px;
	}
	.test h5 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.testimonial-content p img {
		width: 17px;
	}
	.modal-dialog {
		width: 500px;
	}
}
@media(max-width:480px){
	.logo h1 a {
		margin: 10px 0 0px;
		font-size: 28px;
		letter-spacing: 2px;
	}
	.slider-info p {
		font-size: 10px;
		width: 95%;
	}
	.read-more-w3 p {
		margin: 1.8em 0 0;
		font-size: 10.5px;
	}
	.banner {
		min-height: 200px;
	}
	ul#myTab {
		width: 84%;
	}
	.callbacks_tabs li {
		margin: 4px 2px;
	}
	#myTabContent p {
		padding: 0px 13px;
	}
	.about-left-w3ls {
		width: 70%;
	}
	.sub-img {
		bottom: 21px;
		left: 187px;
		width: 248px;
	}
	.about-right-w3l {
		padding: 28px 32px;
	}
	.w3l_team_grid {
		float: none;
		width: 100%;
	}
	.view {
		width: 75%;
	}
	.view .mask, .view .content {
		padding: 7.5em 1em 2em;
	}
	.w3l_team_grid {
		margin-bottom: 2em;
	}
	.w3l_team_grid:nth-child(4) {
		margin-bottom: 0;
	}
	.w3l_social_icons li {
		margin: 6px 7px;
	}
	.blog-info h4 {
		font-size: 15px;
		margin-top: 8px;
	}
	.blog-btm-w3 span {
		font-size: 17px;
		margin-right: 5px;
	}
	.team-gd {
		width: 100%;
		float: none;
	}
	.modal-dialog {
		width: 445px;
	}
	.modal-content h4 {
		font-size: 29px;
	}
	.modal-content h5 {
		font-size: 19px;
	}
	.modal-header {
		padding: 20px 25px;
	}
	.blog-grids-w3-agile {
		width: 100%;
	}
	.test img {
		width: 26%;
	}
	.testimonial-content {
		margin: 0em auto 2em;
	}
	.callbacks_nav.prev {
		left: 31%;
	}
	.callbacks_nav.next {
		left: 62%;
	}
	.callbacks_nav {
		bottom: 18%;
	}
	textarea {
		height: 85px;
	}
	h5.title-w3 {
		font-size: 18px;
	}
	.top-nav ul li a {
		padding: 2px 35px;
		font-size: 13px;
	}
	.contact {
		padding: 135px 0px 80px;
	}
	.contact h3 {
		font-size: 18px;
	}
	.left-w3 p {
		font-size: 13px;
	}
	form {
		width: 91%;
	}
	.w3l_social_icons li a i {
		font-size: 13px;
	}
	.w3l_social_icons li {
		width: 28px;
		height: 28px;
	}
	.footer {
		padding: 13px 0px;
	}
	.copyright-wthree p {
		font-size: 14px;
		line-height:30px;
	}
	.copyright-wthree {
		padding: 17px 20px;
	}
}
@media(max-width:414px){
	.slider-info p {
		width: 85%;
		line-height: 26px;
		padding: 11px 0;
		font-size: 11px;
	}
	header {
		padding: 0px;
	}
	.top-nav span.menu {
		margin-right: 18px;
		margin-top: 10px;
	}
	span.menu img {
		width: 21px;
	}
	.logo h1 a {
		margin: 8px 0 0px;
		font-size: 25px;
	}
	.slider-info {
		margin: 13px 0;
	}
	.callbacks_tabs a:after {
		height: 9px;
		width: 9px;
	}
	.callbacks_here a:after {
		height: 2px;
		width: 30px;
	}
	.callbacks_tabs li {
		margin: 0px 3px;
	}
	.banner {
		min-height: 200px;
	}
	.modal-dialog {
		width: 390px;
	}
	.nav-tabs > li {
		margin-right: 2px;
	}
	ul#myTab {
		width: 95%;
	}
	#myTabContent p {
		padding: 0px 5px;
	}
	.sub-img img {
		border: 8px solid #fff;
	}
	.sub-img {
		bottom: 19px;
		left: 160px;
		width: 215px;
	}
	.about-right-w3l h2 {
		font-size: 16px;
	}
	.about-right-w3l {
		padding: 28px 19px;
	}
	.view .mask, .view .content {
		padding: 6em 1em 2em;
	}
	.blog-info {
		padding: 18px 22px 35px;
	}
	.resp-tab-item {
		margin: 0 1px;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 10px 0;
	}
	.contact {
		padding: 135px 0px 50px;
	}
	.copyright-wthree {
		padding: 17px 25px;
	}
	.email {
		margin: 4px 0px;
	}
	.blog {
		padding-bottom: 50px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -49px 0px;
		background-size: cover;
	}
	form {
		width: 89%;
	}
}
@media(max-width:384px){
	.logo h1 a {
		font-size: 22px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -80px 0px;
		background-size: cover;
	}
	.callbacks_tabs {
		margin-top: 5px;
	}
	.banner {
		min-height: 200px;
	}
	.nav-tabs > li > a {
		font-size: 10.5px;
	}
	ul#myTab {
		width: 50%;
		margin: 0 auto .5em;
	}
	.nav-tabs > li {
		margin-right: 0;
		margin-bottom: 2px;
		text-align: center;
		width: 100%;
	}
	.sub-img {
		bottom: 15px;
		left: 152px;
		width: 204px;
	}
		.view .mask, .view .content {
		padding: 5em 1em 2em;
	}
	.modal-dialog {
		width: 355px;
	}
	.resp-tab-item {
		padding: 5px 12px;
	}
	.left-w3 {
		padding-left: 10px;
	}
	form {
		margin: 20px 0 0 8px;
	}
	input[type="submit"] {
		margin-top: 25px;
		padding: 4px 35px;
		font-size: 13px;
	}
	.testimonial-content {
		width: 100%;
		padding: 1.5em;
	}
	.test img {
		width: 30%;
	}
	.callbacks_nav.prev {
		left: 28%;
	}
	.callbacks_nav {
		bottom: 17%;
	}
	.w3l_team_grid h4 {
		margin: .7em 0 .3em;
	}
	.w3l_team_grid {
		margin-bottom: 1.6em;
	}
	.w3l_team_grid:nth-child(4) {
		margin-bottom: 0;
	}
	form {
		width: 95%;
	}
}
@media(max-width:375px){
	.modal-dialog {
		width: 345px;
	}
	h5.title-w3 label {
		width: 51px;
		margin: 0 7px;
	}
	.contact {
		padding: 120px 0px 50px;
	}
	.sub-img {
		bottom: 16px;
		left: 146px;
		width: 194px;
	}
	.about-right-w3l h3 {
		font-size: 17px;
	}
	.about-right-w3l h2 {
		font-size: 15px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -89px 0px;
		background-size: cover;
	}
}
@media(max-width:320px){
	.slider-info p {
		width: 90%;
		padding: 9px 0;
		font-size: 10.5px;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 40px 0;
	}
	h5.title-w3 {
		margin-bottom: 1.5em;
	}
	ul#myTab {
		margin: 0 auto .3em;
	}
	.about-left-w3ls {
		width: 80%;
	}
	.sub-img {
		bottom: 17px;
		left: 110px;
		width: 183px;
	}
	.view-second .w3l_social_icons1 {
		margin: 0px 0px 0px 0px;
	}
	.view .mask, .view .content {
		padding: 2.3em 1em 2em;
	}
	.w3l_team_grid h4 {
		font-size: 17px;
	}
	.modal-dialog {
		width: 290px;
	}
	.modal-header {
		padding: 20px 20px;
	}
	.blog-info {
		padding: 16px 19px 27px;
	}
	.resp-tab-item {
		margin: 0px;
		font-size: 12px;
	}
	.callbacks_nav {
		bottom: 14%;
	}
	.callbacks_nav {
		bottom: 14%;
	}
	.callbacks_nav.prev {
		left: 25%;
	}
	form {
		width: 95%;
		 margin: 15px 0 0 8px;
	}
	.contact {
		padding: 130px 0px 50px;
	}
	.w3l_social_icons li {
		width: 27px;
		height: 27px;
		margin: 6px 6px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -285px 0px;
		background-size: cover;
	}
	input[type="text"], input[type="email"] {
		font-size: 14px;
	}
	textarea {
		font-size: 14px;
	}
}




@mixin distribute-on-circle( 
  $nb-items,
  $circle-size,
  $item-size,
  $class-for-IE: false
) {
  $half-item: ($item-size / 2);
  $half-parent: ($circle-size / 2);
  
  position: relative; /* 1 */
  width:  $circle-size;
  height: $circle-size;
  padding: 0;
  border-radius: 50%; 
  list-style: none; /* 2 */ 
  box-sizing: content-box; /* 3 */ 
  
  > * { /* 4 */
    display: block;
    position: absolute;
    top:  50%; 
    left: 50%;
    width:  $item-size;
    height: $item-size;
    margin: -$half-item;
  }
  
  $angle: (360 / $nb-items);
  $rot: 0;

  @for $i from 1 through $nb-items {
    @if not $class-for-IE {
      > :nth-of-type(#{$i}) {
        transform: rotate($rot * 1deg) translate($half-parent) rotate($rot * -1deg);
      }
    } @else {
      > .#{$class-for-IE}#{$i} {
        // If CSS transforms are not supported
        $mt: sin($rot * pi() / 180) * $half-parent - $half-item;
        $ml: cos($rot * pi() / 180) * $half-parent - $half-item;
        margin: $mt 0 0 $ml;
      }
    }

    $rot: ($rot + $angle);
  }
}



.circle-container img { 
  display: block; 
  width: 100%; 
  border-radius: 50%;
  /*filter: grayscale(100%);*/

  &:hover {
    filter: grayscale(0);
  }
}
.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{font-weight:400}
.gm-style .gm-style-mtc ul,.gm-style .gm-style-mtc li{box-sizing:border-box}
.gm-control-active>img{box-sizing:content-box;display:none;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}
.gm-control-active>img:nth-child(1){display:block}
.gm-control-active:hover>img:nth-child(1),.gm-control-active:active>img:nth-child(1){display:none}
.gm-control-active:hover>img:nth-child(2),.gm-control-active:active>img:nth-child(3){display:block}
.gm-ui-hover-effect{opacity:.6}
.gm-ui-hover-effect:hover{opacity:1}
.gm-style .gm-style-cc a,.gm-style .gm-style-cc button,.gm-style .gm-style-cc span,.gm-style .gm-style-mtc div{font-size:10px;box-sizing:border-box}
@media print {  .gm-style .gmnoprint, .gmnoprint {    display:none  }}
@media screen {  .gm-style .gmnoscreen, .gmnoscreen {    display:none  }}
.gm-style-pbc{transition:opacity ease-in-out;background-color:rgba(0,0,0,0.45);text-align:center}
.gm-style-pbt{font-size:22px;color:white;font-family:Roboto,Arial,sans-serif;position:relative;margin:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.gm-style img{max-width: none;}
.gm-style {font: 400 11px Roboto, Arial, sans-serif; text-decoration: none;}
.article-box h2{ padding-top:20px;}
p.bttomtext {color: white; font-size: 14px; }
.copymessage p{ font-size:15px;}
.list-boxes p{ overflow:hidden;
text-overflow:ellipsis; 
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;  color: #333;
}
.banner1{width:100%; text-align:center; height: 178px; overflow:hidden; display:none;}
.about-message p{margin-bottom:20px;color:black; text-align: justify; line-height: 30px; text-indent: 40px;}
.about-desc p{color: white;text-align: -webkit-center; font-size: 22px; text-align: justify; line-height: 35px;}
.tc-box{padding-top:20px;}
@media(max-width:768px){
   .pull-right .open > .dropdown-menu{
    left: 50%;
    margin-left: -45px;
    min-width: 90px;}
    
    .nav>li {
    text-align: left;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle{
	   padding: 7px 12px;
	}
    .banner1{    height: 78px;
    width: 100%;
    overflow: hidden; }
    .banner1 img{ max-height:100%}
    #page-header{padding:50px 0; background:rgba(0, 0, 0, 0) url("../images/contactbanner.jpg") no-repeat scroll -10px center / cover}
    .footer ul li a{color:#fff}
}
@media(max-width:640px){
     .banner1{    height: 78px;}
 #page-header{padding:40px 0; background:rgba(0, 0, 0, 0) url("../images/contactbanner.jpg") no-repeat scroll -10px center / cover}
}
@media(max-width:480px){
     .banner1{    height: 78px;}
 #page-header{padding:30px 0; background:rgba(0, 0, 0, 0) url("../images/contactbanner.jpg") no-repeat scroll -10px center / cover}
}
@media(max-width:375px){
     .banner1{    height: 78px;}
}
