/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
	font-size:15px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', Regular /*Montserrat,sans-serif*/ ;
    font-weight: 700;
	line-height:1.6em;
    /*letter-spacing: 1px;*/
}
h5, .h5{
	font-size:16px;
	}
p {
    margin: 0 0 20px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #31859C;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #31859C;
	outline: none;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.light {
    font-weight: 400;
}

address {
	margin-left: 0;
	padding: 0;
}


/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.section {
    padding-top:75px;
    padding-bottom:75px;
	display:block;
    position:relative;
    z-index:120;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f6f6f6;
}
.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/* ============================
--- Menu
============================= */

@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'ecoicons';
		src: url("../fonts/ecoicons/ecoicons.eot");
		src: url("../fonts/ecoicons/ecoiconsd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicons.woff") format("woff"), url("../fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}

.side-menu-main{
		background: #f0f0f0;
		color: #ff7d1e;
		box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}
.side-menu-main,
.side-menu-main ul {
		margin: 0;
		padding: 0;
		background: #fff;
		color: #ff7d1e;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		line-height: 60px;
		z-index:150;
       
}

.side-menu-main ul {
    		
		background: #616161; /*#ff7d1e*/
		color: #616161;		
}

.side-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 112px;
		font-size: 13px;
        box-shadow: 0px 1px 25px 0px rgba(163,155,163,1);
}

.side-menu-main a {
		display: block;
		height: 100%;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		font-weight:500;
}
.side-menu-main .side-menu a:hover{
	background-color: #616161;  /*#f06b0a;*/
	}

.no-touch .side-menu-main a:hover,
.no-touch .side-menu li.gn-search-item:hover,
.no-touch .side-menu li.gn-search-item:hover a {
		background: #ff7d1e;
		color: white;
}

.side-menu-main > li {
		display: block;
		float: left;
		height: 100%;		
		text-align: center;
}
.side-menu-main > li.logo a{
	padding-top:10px;
	}

/* icon-only trigger (menu item) */

.side-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.side-menu-main > li:last-child {
		float: right;
		border-right: none;
}

.side-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.side-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.side-menu-wrapper {
		position: fixed;
		top: 114px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 60px;
		/*border-top: 1px solid #c6d0da;*/
		background:#616161; /* #ff7d1e*/
		-webkit-transform: translateX(-60px);
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 280px;
		height: 100%;
}

.side-menu {
		border-bottom: 1px solid #E0E0E0;
		text-align: left;
		font-size: 20px;
}

.side-menu li:not(:first-child),
.side-menu li li {
		box-shadow: inset 0 1px #E0E0E0
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #ff7d1e;
		font-weight: 300;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #ff7d1e
}

.gn-search:-moz-placeholder {
		color: #ff7d1e
}

.gn-search::-moz-placeholder {
		color: #ff7d1e
}

.gn-search:-ms-input-placeholder {
		color: #ff7d1e
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .side-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .side-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .side-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .side-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .side-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .side-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.side-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'ecoicons';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
		content: "\e000"
}

.gn-icon-earth::before {
		content: "\e004"
}

.gn-icon-cog::before {
		content: "\e006"
}

.gn-icon-search::before {
		content: "\e005"
}

.gn-icon-download::before {
		content: "\e007"
}

.gn-icon-photoshop::before {
		content: "\e001"
}

.gn-icon-illustrator::before {
		content: "\e002"
}

.gn-icon-archive::before {
		content: "\e00d"
}

.gn-icon-article::before {
		content: "\e003"
}

.gn-icon-pictures::before {
		content: "\e008"
}

.gn-icon-videos::before {
		content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #757575;
		box-shadow: 0 3px white, 0 -6px #757575, 0 -9px white, 0 -12px #757575;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #757575, 0 -6px white, 0 -9px #757575, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: #757575;
		box-shadow: 0 3px white, 0 -6px #757575, 0 -9px white, 0 -12px #757575;
}

/* styles for opening menu */

.side-menu-wrapper.gn-open-all,
.side-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.side-menu-wrapper.gn-open-all {
		width: 260px;
}

.side-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

@media screen and (max-width: 422px) { 
	.side-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.side-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}


/* ===========================
--- Tabs
============================ */
.nav-tabs > li > a{
	font-size:17px;
	font-weight:600;
	}
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:focus{
	border-width:0px;
	}
.nav-tabs > li > a::before {
    background-color: #aaa;
    bottom: -1px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.2s ease 0s;
    z-index: 1;
}
.nav-tabs > li.active > a::before {
    height: 4px;
}
/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
}

#intro{	
	background-image: url(../img/img-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	/*-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;*/
}

.intro .slogan {
	padding:170px 0 40px;
	text-align: center;
	
}
.intro .slogan a.btn{
	border-radius:25px;
	}
.intro .slogan h1 {
	color: #333;
	line-height: 1.1em;
	margin-bottom: 20px;
	 font-size: 45px;
}
.intro .slogan p {
	color: #333;
	margin-bottom:30px;
	font-size: 20px;
}


.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* slider */

.tp-caption.custom_large_white {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
}

.tp-caption a.btn {
	color: #fff;
}



/* ===========================
--- About
============================ */

.boxed-grey {
	background: #eee;
	padding: 20px;
}

.about-section{
	padding-bottom:10px;
	}




/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	




/* ===========================
--- TEAM
============================ */

.gallery-item > div {
	margin-bottom: 30px;
}

.gallery-item > div a img{
	border-radius:50%;
	}
.team h4 {
	margin-bottom: 10px;
}
.team .avatar img{
	height:150px;	
	}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}
.team .avatar img{
	border-radius:50%;
	}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-linkedin a{background: #0274b3;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #dc4a38;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-linkedin a:hover{background: #006699;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #e86348;}
.team-social .social-vimeo a:hover{background: #71c6f3;}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
	margin-top: 30px;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	padding-right:15px !important;
	margin-top: 10px;
	background-color:#fff !important;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0 1px;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	border-radius:50%;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-linkedin a{background: #0274b3;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #dc4a38;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-linkedin a:hover{background: #006699;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #e86348;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding:20px 0;
	color:#fff;
	font-weight:500;	
    background-color:#424242 !important;
}

footer p {
	color: #f8f8f8;
}

footer a {
	color: #fefefe;
}

footer a:hover {
	color: #fff;
}

.footer-nav li a {
  border-left: 1px solid #ddd;
  color: #fff;
  padding: 0 10px;
}

.footer-nav li a:first-child {
  border-left: 0;
}

@media (max-width:767px) {
  .footer ul {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .footer ul:last-child {
    margin-top: 20px;
  }
}

/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .intro {
        /*height: 100%;*/
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	
    .intro-text {
        font-size: 25px;
    }
    

}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}
	.intro .slogan {
		padding:100px 0 60px;
		
	}
	
}

@media (max-width:480px) {
	.intro .slogan {
		padding:170px 0 60px;		
	}
    
    .socialicons-hide{
        display:none;
    }
	
}
.content{
    font-family:'Roboto Slab', Regular;
    font-size:14px;  
    font-weight:400; 
}
.page-content{
    font-family:'Roboto', Regular;
    font-size:16px;   
    font-weight:300;
}
.sub-header{
    font-family:'Roboto Slab', Regular;
    font-size:20px;   
    font-weight:800;
    text-transform:uppercase;
}
.heading {
    font-family: 'Roboto Slab',Regular;
    color: black;
    font-size: 30px;
    text-transform:initial;
    font-weight:700;
}
.btn-font
{
    font-size: 20px !important;
    color: #ffffff !important;
    font-family: 'Roboto', Bold;
    /*background-color: #3B5999 !important;*/
    border-radius:4px;
}
.btn-plan{
    font-size: 20px !important;
    color: black !important;
    font-family: 'Roboto', Bold;
    border-radius:4px;
}
.btn-grey
{
    background-color:#9E9E9E;
    
}
.btn-orange
{
    background-color:#F1751D;
}
.paddingT-20{
    padding-top:20px !important;
}
.paddingB-20{
    padding-bottom:20px !important;
}
.bg-grey{
    background-color:#E0E0E0;
    margin:0px;
    padding:20px;
    border-radius:6px;
    margin-bottom:2px;

}
.bgpackage-white {
    background-color: white;
    padding: 20px;
    margin-bottom: 10px;
}
.textleft-align{
    text-align:left !important;   
}
.test{

}
.test .col-md-3 div:hover{
    margin-top:-5px;
    /*box-shadow:10px 10px 5px #888888;*/
}
.pricing {
    font-family:'Roboto Slab' Regular !important;
    font-weight:400 !important;   
    color:black;
    padding-left:30%;
    padding-top:35px;
}
.footer-heading{
    font-family:'Roboto Slab', Regular;
    font-size:18px;
    color:white;

}
.footer-link{
    font-family:'Roboto', Regular;
    font-size:15px;
    color:white;
    font-weight:300 !important;
   
}
.package-border{
    border-top: 10px solid #757575; 
    border-right: 4px solid #E0E0E0; 
    border-bottom: 4px solid #E0E0E0;
    border-left:2px solid #eeeeee;
}
.package-content{
    font-family:'Roboto', Regular;
    font-size:16px;
    color:black;
}
.package-price{
    font-family:'Roboto Slab', Regular;
    font-size:24px;
    font-weight:800;
    color:black;
}
.package-low{
    font-family:'Roboto Slab', Regular;
    font-size:16px;
    font-weight:800;
    color:black;
}
.package-features
{
    font-family:'Roboto', Regular;
    font-size:16px;
    font-weight:400;
    color:black;
    padding-top:10px;
}
.package-heading{
    font-family:'Roboto Slab', Regular;
    font-size:45px;
    font-weight:800;
    color:black;
}

.largefontHeading {
    font-family: 'Roboto Slab',Regular;
    color: black;
    font-size: 40px;
    text-transform:initial;
    font-weight:800;
}
.text-green{
    color:green;
}
.content-in-grey{
    font-family:'Roboto', Regular;
    font-size:16px;
    font-weight:700;
    color:black;
}
.top-navigation-menu{
    font-family:'Roboto Slab',Regular;
    font-size:18px;
    color:black;
    font-weight:600;
    text-transform:initial !important;
}
.top-navigation-submenu{
    font-family:'Roboto',Regular;
    font-size:16px;
    color:black;
    font-weight:400;
    text-transform:initial !important;
    text-align:left;
    padding-left:10px;
}

.btn-border{
    height:40px !important;
    padding-top:3px !important;
    border-radius:5px;
    font-family:'Roboto Slab', Regular !important;
    font-size:20px !important;
    color:#31859C !important;
    font-weight:500 !important;
    text-transform:initial !important;
   	border-color: #31859C;
}

.btn-border:hover {
	background-color: #31859C;
     color:#fff !important;
}
.client-login{
    font-family:'Roboto Slab',Regular;
    font-size:20px;
    font-weight:600;
    color:black;
    padding: 0px; 
    text-transform: Initial; 
    letter-spacing: 0x; 
    font-weight: bold; 
    display: block; 
    height: 100%;
    color: black !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}


.form-group {
    margin-bottom: 5px;
}