/* ---------------------------------------------------------------------- */
/* Theme Information
/* ----------------------------------------------------------------------
Name: Destiny
Description: Responsive Multi-Purpose HTML5 Template
Author: alphawd
------------------------------------------------------------------------- */

/* Table of Content
==================================================
    #Import Section
	#Site Styles
	#Page Styles
    #Animation List
	#Media Queries
	#Font-Face */
	
/* #Import Section
================================================== */
@import url("base.css");
@import url("skeleton.css");
@import url("shortcodes.css");
@import url("component.css");
@import url("default.css");

	
/* #Site Styles
================================================== */
html, body {
    height: 100%;
}

img {
max-width: 100%;
height: auto;
}
.divider {
    clear: both;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.wrapper {
width: 100%;
}

.header {
    width: 100%;
}

#site-menu {
  border-top: 2px solid red;
  padding-top:3px; padding-bottom:3px;
  width:100%;
  background:#ffffff;
  z-index:99999;
}
#site-menu.floating {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); 
   background: rgba(255, 255, 255, 0.97);
   z-index:99999;
}

.logo  a {
float: left;
margin-top: 3px;
z-index: 3;
}

/* Main Navigation
==========================*/
nav {float: right; letter-spacing:0px;}
nav ul, nav li {list-style:none; padding:0; margin:0; display:inline;}
nav ul li{float:left; position:relative;}
nav ul li a { 
	display: inline-block;
	color: #606060;
	padding: 30px 20px;
	margin: 0 0px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
}
nav ul li a:hover{
	color: #02859a !important;
	}
nav ul ul {
	opacity: 0; 
	margin: 0px 0 0 -6px;
	position: absolute;
	top:-99999px; 
	left: 0;
	background: #ffffff;
	z-index: 999;
	font-size: 11px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  padding-top:15px; padding-bottom:15px;
  transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
}

nav ul ul li a:hover {
  background: #02859a !important; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(css/PIE.htc);
  -webkit-transition: opacity 1s;
  color:#ffffff !important; 
}
nav ul ul li a:visited {color: #606060;}
nav ul ul li a {
	padding: 8px 0;
	display: block;
	width: 180px;
	margin: 0 16px;
	font-weight: normal;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid transparent;
	border-bottom:1px dotted #eee;
	color:#606060;
	text-transform:none;
	padding-left:5px; padding-right:5px;
	-webkit-transition: opacity 1s;
}
nav ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 999;
	font-size: 12px;
}
nav ul ul ul li a { 
	border-top: 1px solid transparent;
	color:#ffffff;
	font-size: 13px;
}
nav ul li:last-child a {padding-right:0px;}
nav ul ul li:last-child a, nav ul ul li:last-child a:hover {border-bottom: 1px solid transparent; padding-right:5px;}
nav ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
nav ul li:hover > a {color: #545454 !important;}
nav ul ul li:hover > a {border-top: 1px solid transparent; color: #fff;}
#currentnav1 {color: #545454 !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}

.new {
color: red;
font-size:25px;
text-shadow: 5px 5px 5px red;
animation: 1s ease 0s normal none infinite scboxshad;
}

/* Responsive Menu
==========================*/

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
    float: right;
    margin-bottom: 90px;
    margin-top: 25px;
    min-height: 42px;
    padding: 4px 0;
    position: absolute;
    right: 27px;
    width: 100%;
}
.mean-container a.meanmenu-reveal {
    color: #888888;
    cursor: pointer;
    display: block;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 22px;
    z-index: 999;
}
.mean-container a.meanmenu-reveal span {
    background: none repeat scroll 0 0 #888888;
    display: block;
    height: 3px;
    margin-top: 3px;
}
.mean-container .mean-nav { 
    background: none repeat scroll 0 0 #323A45;
    float: right;
    margin-right: -27px;
    margin-top: 43px;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li {
    float: left;
    position: relative;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF !important;
    display: block;
    float: left;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-container .mean-nav ul li ul {
    border: 0 none;
}

.mean-container .mean-nav ul li li a {
    background: none repeat scroll 0 0 #323A45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
}
.mean-container .mean-nav ul li li a:hover {
    background: none repeat scroll 0 0 #323A45;
}
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: medium none;
    margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
    padding: 1em 15%;
    width: 70%;
}
.mean-container .mean-nav ul li li li li a {
    padding: 1em 20%;
    width: 60%;
}
.mean-container .mean-nav ul li li li li li a {
    padding: 1em 25%;
    width: 50%;;
}
.mean-container .mean-nav ul li a:hover { 
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
    border: medium none !important;
    font-weight: 700;
    height: 26px;
    padding: 12px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mean-container .mean-push { 
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mean-nav .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer {
margin-top: 50px;
border-bottom: 2px solid red;
}

.footer-social {
padding: 25px 0 15px;
background: #02859a;
}

.footer-social p {
font-size: 22px !important;
color: #fff;
margin: auto !important;
}

.footer-social i {
font-size: 30px;
color: #fff;
margin-right: 38px;
}

.footer h5 {
    color: #696F77;
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
}

.footer p {
    padding-bottom: 0;
    padding-top: 0;
	margin: 0 !important;
}

.footer .latest-post span {
    color: #BFBFBF;
}
.latest-post span {
    color: #707070;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 0;
}

.latest-post {
    margin-bottom: 15px;
}
.latest-post p, .latest-post a {
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
.latest-post a:hover {
    color: #606060;
}
.latest-post span {
    color: #707070;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 0;
}
.latest-post img {
    border: 0 none;
    float: left;
    height: 52px;
    margin: 0 10px 10px 0;
    transition: all 0.2s ease-in-out 0s;
    width: 52px;
}
.latest-post img:hover {
}

.footer a {
color: #606060;
font: 12px 'OpenSansRegular' !important;
}

.footer-top {
    background: none repeat scroll 0 0 #F4F4F4;
    color: #606060;
    padding-left: 40px;
    padding-right: 40px;
    padding: 30px 0;
    text-align: left;
}

.twitter ul {
	margin: 0 0 20px 0;
	padding: 0;

	list-style: none;
}

.twitter li {
	position: relative;
	padding: 0 0 18px 25px;
}

.twitter li:before {
	content: "\f099";

	position: absolute;
	top: 2px;	left: 0;

	font: 16px 'FontAwesome';
	color: #BFBFBF;
}

.twitter span {
	display: block;
	margin: 2px 0 0;
}

.twit-date {
	font: 11px 'OpenSansItalic';
	color: #BFBFBF;
}

#flickr li {
	border: 3px solid #FFFFFF;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 75px;
}
#flickr li:hover {
	border-color: #F39C12;
}
#flickr li:hover a {
	opacity: 0.6;
}

.footer-bottom {
	width: 100%;
    color: #888888;
    font-weight: normal;
    overflow: visible;
    z-index: 1;
    font-size: 13px;
    padding: 15px 0 15px 0;
	position: fixed;
	bottom: 0;
  	border-bottom: 2px solid red;
  	-webkit-box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1);
   	box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1); 
   	background: rgba(255, 255, 255, 0.97);
}

.latest-project {
	margin: 0 -5px 20px;

	font-size: 0px;
	letter-spacing: -.31em;
	word-spacing: -.43em;
}

.latest-project-item {
	display: inline-block;
	position: relative;
	z-index: 2;
	
	width: 62px;
	height: 62px;

	margin: 0 7px 7px !important;

	background: none;

	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.latest-project a, .latest-project img {
	position: relative;
	display: block;
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}

.latest-project a:after {
	content: '';

	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.latest-project a:hover:after {
	background: rgba(15,16,17,0.5); 
}

.latest-project a img {
	max-width: 100%;
}

.latest-project.m-dark a {
	border-color: #2f3132;
}

.latest-project.m-dark a:hover {
	border-color: #F64305;
}

.latest-project.m-dark a:after{
	background: rgba(0,0,0,0.5);
}

.latest-project.m-dark a:hover:after {
	background: none;
}

.features h2, .features p {
color: #ffffff;
}

#set-1 {
padding: 40px 0 60px;
margin-bottom: 30px;
}

h1.welcome {
    font: 28px 'OpenSansBold';
    line-height: 50px;
}

/* #Home
================================================== */
/* The slider */
.iviewSlider {
	overflow: hidden;
}

/* The timer in the Slider */
#iview-timer {
	position: absolute;
	z-index: 100;
	border-radius: 5px;
	cursor: pointer;
}

#iview-timer div {
	border-radius: 3px;
}

/* The Preloader in the Slider */
#iview-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	padding: 1px;
	width: 100px;
	height: 3px;
}
#iview-preloader div {
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 3px;
	background: #000;
	width: 0px;
}

/* The strips and boxes in the Slider */
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.iview-prevNav {
	left:0px;
}
.iview-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
	position:absolute;
	z-index:9;
}
.iview-controlNav a {
	z-index:9;
	cursor:pointer;
}
.iview-controlNav a.active {
	font-weight:bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}

/* The captions in the Slider */
.iview-caption {
	position:absolute;
	z-index:4;
	cursor: default;
}

/* The video show in the Slider */
.iview-video-show {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.iview-video-show .iview-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #222;
	color: #FFF;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: none;
}

/* The skin of the slider */
#iview {
	display: block;
	max-width: 1920px;
	max-height: 300px;
	background: none;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 4px;
}

#iview div.iview-directionNav {
	position: absolute;
	top: 47%;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(../images/bg_direction_nav.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

.iview-caption {
    color: #FFFFFF;
    font-size: 25px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: 0 0 0 #888888;
    width: 100%;
}

.iview-caption.caption1 {
    font-size: 55px;
    color: #333333;
}

.iview-caption.caption11 {
    color: #000000;
    font-size: 55px;
}

.iview-caption.caption2 {
    color: #333333;
    font-size: 25px;
    text-shadow: none;
}

.iview-caption.caption21 {
    color: #000000;
    font-size: 25px;
    text-shadow: none;
}

.iview-caption.caption3 {
    background: none repeat scroll 0 0 #C4302B;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.7);
    text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px;
}

#iview-preloader div {
	background: #666;
}

#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

img.responsive-design {
margin-top: 20px;
}

.feature-services {
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}
.feature-services-description {
    margin-left: 65px;
}
.feature-services h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}
.feature-services-circle {
    background: none repeat scroll 0 0 #02859a;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 35px;
    margin-top: 10px;
    padding: 13px 4px 4px;
    text-align: center;
    width: 44px;
}
.margin-services {
    margin-top: 11px;
}

/* About
==========================*/
.page-title {
width: 100%;
margin-bottom: 50px;
padding: 25px 0 15px;
background: #02859a;
}

.page-title h1 {
	color: #fff;
    font-family: 'OpenSansSemiboldRegular';
	font-size: 28px;
    font-weight: normal;
    font-style: normal;
}

.carousel {
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}

.carousel, .carousel-content {
    position: relative;
}

.carousel-item {
	width: 100%;
    display: block;

    visibility: hidden;
    
    position: absolute;
    top: 0;    left: 0;
}

.carousel-item.active {
	display: block;
    visibility: visible;
    position: static;
}

.carousel-item.current {    
    left: 0;
    right: 0;
    visibility: visible;
    z-index: 1;
}

.carousel-item {
	max-width: 100%;
	display: block;
}

.carousel-control {
	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;
	overflow: hidden;
}

.carousel:hover .carousel-prev { left: 10px; }
.carousel:hover .carousel-next { right: 10px; }

.carousel-prev, .carousel-next {
	width: 32px;
	height: 80px;
	visibility:hidden;

	position: absolute;
	top: 50%;	left: -40px;

	z-index: 2;

	margin-top: -40px;

	background: rgba(20,22,23,0.6);
	border-radius: 2px;

	cursor: pointer;

	-webkit-transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
	transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
}

.carousel-next {
	left: auto;
	right: -40px;
}

.carousel-prev:hover, .carousel-next:hover {
	background: #02859a;
}

.carousel-prev:before, .carousel-next:before {
	content: '';

	display: block;

	text-align: center;
	line-height: 80px;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}

.carousel-next:before {
	content: '';
}

.carousel-next:hover:before,
.carousel-prev:hover:before
{
	color: #fff;
}

.carousel-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;

	-webkit-transition: bottom 0.2s ease;
	transition: bottom 0.2s ease;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	z-index: 2;

	margin: 0;
	padding: 0;

	list-style: none;
	text-align: center;
	line-height: 25px;
}

.carousel-pagination li {
	float: left;

	width: 10px;
	height: 10px;

	margin: 0 3px;

	background: rgba(0,0,0,0.5);
	border-radius: 50%;

	cursor: pointer;
}

.carousel-pagination li.active {
	background: #02859a;
}

.team-member {
    padding: 5px;
    position: relative;
}
.team-member .member-photo {
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.team-member .member-photo .member-name {
    background-color: #656b74;
    border-radius: 2px;
	width: 210px;
    bottom: 3px;
    color: #FFFFFF;
	text-align: left;
	float: left;
    font-size: 13px;
    font-weight: 700;
    padding: 15px auto 15px auto;
	position: absolute;
    z-index: 9994;
}
.team-member .member-photo .member-name span {
    border-radius: 2px;
    color: #000;
	width: 200px;
    font-size: 11px;
    font-weight: 300;
	text-align: left;
    margin: 10px auto 10px;
	position: absolute;
	float: left;
    left: 0;
    top: 90%;
}
.team-member .member-info {
    padding: 15px 6px 12px;
}
.team-member .member-info {
    color: #888888;
}
.team-member .member-socail {
    text-align: center;
}
.team-member .member-socail a i {
    background-color: #D2D2D2;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 28px;
}
.team-member .member-socail a.facebook:hover i {
    background-color: #507CBE;
}
.team-member .member-socail a.twitter:hover i {
    background-color: #63CDF1;
}
.team-member .member-socail a.gplus:hover i {
    background-color: #F16261;
}
.team-member .member-socail a.dribbble:hover i {
    background-color: #E46387;
}
.team-member .member-socail a.linkedin:hover i {
    background-color: #90CADD;
}
.team-member .member-socail a.flickr:hover i {
    background-color: #E474AF;
}
.team-member .member-socail a.instagramm:hover i {
    background-color: #4D4F54;
}
.team-member.modern .member-info {
    padding: 14px 0;
}
.team-member.modern .member-photo {
    border: medium none;
    border-radius: 0;
    padding: 0;
    position: relative;
}
.team-member.modern .member-photo:after {
    background-color: #FFFFFF;
    border-radius: 50%;
    content: "";
    display: block;
    height: calc(100% + 1px);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 5%;
    transform: rotate(45deg);
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 9993;
}
.team-member.modern:hover .member-photo:after {
    height: calc(80% + 1px);
    left: 10%;
    opacity: 0.2;
    top: 10%;
    width: 80%;
}
.team-member.modern .progress {
    border-width: 2px;
    height: 6px;
    margin-bottom: 6px;
}
.team-member.modern .progress-label {
    font-size: 11px;
    line-height: 16px;
}
.team-member.modern .progress span {
    display: none;
}
.team-member.modern .member-socail {
    margin-top: 15px;
}
.team-member.modern .member-socail a i {
    background-color: rgba(0, 0, 0, 0);
    color: #AAAAAA;
}
.team-member.modern .member-socail a:hover i {
    color: #FFFFFF;
}
.classic-title {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.classic-title span {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}
.big-title {
    margin-bottom: 20px;
}

/* Services
==========================*/
.features {
    color: #666666;
    font: 30px 'OpenSansBold';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
	margin: 0;
}

.subtitle {
    color: #B3B3B3;
    font: 20px 'OpenSansRegular';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
	margin: 0;
}

.feature-icon {
    cursor: pointer;
    text-align: center;
}

.feature-icon {
    border: 5px solid #F2F2F2;
    border-radius: 29px;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    transition: all 200ms ease-out 0s;
    width: 48px;
}

.feature-icon i {
    font-size: 30px;
    line-height: 48px;
}

.feature-icon i {
    color: #B3B3B3;
}
.feature-icon:hover {
    background-color: #B3B3B3;
    border: 5px solid #CCCCCC;
}
.feature-icon:hover i {
    color: #FFFFFF;
}

.feature-name {
color: #4D4D4D;
font: 14px 'OpenSansBold';
}

.img-thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

/* Portfolio
==========================*/
#portfolio-wrapper {width:100%; float: left;}

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
/**** Disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}
/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.grid {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 0 20px;
    text-align: center;
}
.grid li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.grid figure {
    margin: 0;
    position: relative;
}
.grid figure img {
    display: block;
    max-width: 100%;
    position: relative;
}
.grid figcaption {
    background: none repeat scroll 0 0 #323A45;
    left: 0;
    padding: 20px 20px 0;
    position: absolute;
    top: 0;
}
.grid figcaption h3 {
    color: #FFFFFF;
    font-weight: normal;
    margin: 0;
    padding: 0 0 15px;
}
.grid figcaption span:before {
    content: "by ";
}
.grid figcaption a {
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}
.cs-style-3 figure {
    overflow: hidden;
}
.cs-style-3 figure img {
    transition: transform 0.4s ease 0s;
}
.no-touch .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
    transform: translateY(-50px);
}
.cs-style-3 figcaption {
    bottom: 0;
    height: 100px;
    opacity: 0;
    top: auto;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
}
.no-touch .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.cs-style-3 figcaption a {
}
#filters {
    display: block;
    float: left;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
    width: 100%;
}
#filters ul li {
    display: inline;
    float: left;
    padding: 0 10px 0 0;
}
#filters ul li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-right: 0;
}
#filters a {
    color: #777777;
    padding: 8px 14px;
    transition: all 0.1s ease-in-out 0s;
}
#filters a:hover {
    color: #02859a !important;
}
.selected {
    color: #02859a !important;
}
#portfolio-navigation {
    display: block;
    float: right;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
    width: 100%;
}
#portfolio-navigation ul li {
    display: inline;
    float: right;
    padding: 0 10px 0 0;
}
#portfolio-navigation ul li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-right: 0;
}
#portfolio-navigation a {
    border: 3px solid #02859a;
    border-radius: 5px;
    color: #888888;
    padding: 7px;
    transition: all 0.1s ease-in-out 0s;
}
#portfolio-navigation a:hover {
    background: none repeat scroll 0 0 #02859a;
    border: 3px solid #02859a;
    color: #FFFFFF;
}

/* Pricing Tables
==========================*/
.pricing-table span.title {
	display: block;
	font-size: 1.714em; /* 24px/14px */
	line-height: 1.25em; /* 30px/24px */
}

.pricing-table th, .pricing-table td {
	padding: 10px 15px;
}

.pricing-table span.price {
	display: block;
	line-height: 2.571em; /* 36px/14px */
}

.pricing-table span.price span {
	font-weight: 600;
	font-size: 1.428em; /* 20px/14px */
	color: #669900;
}

.pricing-table span.price sup {
	font-weight: normal;
}

.pricing-table tbody tr:hover td {
	background-color: #fff;
}

.pricing-table tbody tr:hover th, .pricing-table tbody tr:hover td {
	background-color: #fff !important;	
}

.pricing-table tbody tr:hover th,
.pricing-table tr.odd:hover th, .pricing-table tr.odd:hover td {
	background-color: #f7f7f7 !important;
}

/* Pricing Boxes */

.pricing-box.featured .header {
}

.pricing-box.featured .title {
    background-color: #02859a;
}

.pricing-box {
	margin-bottom: 20px !important;	
	text-align: LEFT;
}

.pricing-box .header,
.pricing-box .pricing-footer {
	background-color: #f0f0f0;
}

.pricing-box .pricing-footer {
	padding: 10px 15px;
	margin: 0;
}

.pricing-box ul.pricing-features {
	background-color: #fff;	
	border: 1px solid #e5e5e5;
	border-top: none;
	border-bottom: none;
	padding: 10px 15px;
	margin: 0;
}

.pricing-box ul.pricing-features li {
	border-top: 1px solid #e5e5e5;
	padding: 5px 0;	
}

.pricing-box ul.pricing-features li:first-child {
	border: none;	
}

.pricing-box .button {
	margin: 5px 0;	
}

.pricing-box .title {
    font-weight: bold;
	font-size: 1.5em; /* 18px */
	line-height: 1.333em; /* 24px/18px */
	background-color: #d9d9d9;
	padding: 5px 15px;
	margin: 0;
}

.pricing-box .price {
	line-height: normal;
	padding: 10px 15px;
	margin: 0;	
	border-top: 1px solid rgba(255,255,255,0.4);
}

.pricing-box .price span {
	font-weight: 600;
	font-size: 2.142em; /* 30px/14px */
	color: #48BE76;
}

.pricing-box .price sup {
	font-weight: normal;
}

.pricing-box.featured .title,
.pricing-box.featured .price span,
.pricing-box.featured .price sup {
	color: #fff;
}

.pricing-box.featured .price {
	border-top: 1px solid #4dc97e;
	background-color: #48be76;
}

/* #Blog Page
================================================== */
.post {
margin-bottom: 40px;
}

.post p {
    margin: 0 0 20px;
}

.post-img, .embed {
    margin: 0 0 15px;
}

.post-img a:hover > .overlay {
    opacity: 1;
}

.post-title h2 a {
    color: #444444;
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
	text-transform: none;
}

.post-title h2 a:hover {
    color: #02859a;
}

.post-meta {
`   border-top: 1px solid #EBEBEB !important;
    height: 25px;
    position: relative;
}

.post-meta a:hover {
    color: #02859a;
}

.date {
background: url(../images/blog_date.png) no-repeat center left;
display: inline-block;
float: left;
height: 13px;
line-height: 11px;
margin: 0 10px 10px 0;
padding: 4px 0 0 18px;
}

.category {
background: url(../images/blog_category.png) no-repeat center left;
display: inline-block;
float: left;
height: 13px;
line-height: 11px;
margin: 0 10px 10px 0;
padding: 4px 0 0 18px;
}

.author {
background: url(../images/blog_author.png) no-repeat center left;
display: inline-block;
float: left;
height: 13px;
line-height: 11px;
margin: 0 10px 10px 0;
padding: 4px 0 0 18px;
}

.number-comments {
background: url(../images/blog_comments.png) no-repeat center left;
display: inline-block;
float: left;
height: 13px;
line-height: 11px;
margin: 0 10px 10px 0;
padding: 4px 0 0 18px;
}

.post-desc {
    padding: 15px 0 0;
}

.post-desc a {
color: #02859a;
}

.line {
border-top: 1px dotted #E7E7E7;
}

blockquote {
    border-left: 4px solid #02859a;
    color: #888888;
    line-height: 20px;
    margin: 5px 0 20px;
    padding-left: 20px;
}

blockquote , blockquote p {
    color: #777777;
    font-size: 17px;
    font-style: italic;
    line-height: 24px;
}

h3.comment {
    color: #444444;
    font: bold 16px 'Open Sans',Arial,sans-serif;
    margin: 20px 0;
    text-transform: none;
}

.widget {
    line-height: 20px;
    margin: 0 0 25px;
}

.widget h5 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.widget a {
color: #888888;
}

#twitter-widget{
margin-top: 20px;
}

#twitter-widget li {
     background: url("../images/twitter_widget_ico_02.png") no-repeat scroll left 5% transparent;
     margin: 0px 0px 22px;
     padding: 0px 0px 0px 25px;
}

#twitter-widget a {
     color: #02859a;
 	 text-decoration: none;
}

#twitter-widget a:hover {
color: #02859a;
}

#twitter-widget b a {
     color: #888888;
     font-weight: 400;
}

#flickr-widget  li {
float: left;
}

#flickr-widget  li a  img {
display: block;
width: 53px;
margin-right: 9px;
margin-bottom: 9px;
padding: 3px;
border: 1px solid #DEDEDE;
}

.search input {
    background: url("../images/search_ico.png") no-repeat scroll 4% 54% #ffffff !important;
    color: #888888 !important;
    padding-left: 30px !important;
    width: 84% !important;
}

.search input.text {
    padding-left: 30px !important;
}

.search:focus {
    border: 1px solid #DDDDDD;
}

.categories li a {
    background: url("../images/link_list_arrow_02.png") no-repeat scroll left 47% transparent;
    color: #888888;
    display: block;
    padding: 7px 0 7px 12px;
	border-bottom: 1px solid #F2F2F2 !important;
}
.categories li:first-child a {
    margin: -15px 0 0;
}

.categories li:last-child a {
    border: medium none;
}

.categories li a:hover {
    color: #02859a;
}

.latest-post-blog {
    height: 50px;
    margin: 0 0 20px;
}

.latest-post-blog:last-child {
    margin-bottom: 5px;
}

.latest-post-blog p, .latest-post-blog a {
    color: #606060;
    line-height: 18px;
    margin: 0;
}

.latest-post-blog span {
    color: #888888;
    display: block;
    margin: 3px 0 0;
}

.latest-post-blog img {
    border: 1px solid #DEDEDE;
    float: left;
    height: 49px;
    margin: 0 10px 10px 0;
    padding: 3px;
    transition: all 0.2s ease-in-out 0s;
    width: 49px;
}

/* Contact
==========================*/
#map_canvas {
	height: 300px;
}

.contact-btn {
	border: 2px solid #02859a;
	border-radius: 5px 5px 5px 5px;
	color: #f39c12;
	display: inline-block;
	font-size: 12px;
	padding: 5px 15px;
	text-transform: uppercase;
	float: right;
}
#MyContactForm span {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 20%;
	color: #999999;
	font-family: 'Karla',sans-serif;
    font-size: 15px;
    line-height: 1.8;
}
.address-content i {
	background: none repeat scroll 0 0 #DDDDDD;
	border-radius: 50px 50px 50px 50px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	margin-bottom: 10px;
}
#MyContactForm .error {
	color: red;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	width: 80%;
	padding-left: 20%;
}

input, button, select, textarea {
    font-family: inherit;
    height: auto !important;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, .uneditable-input {
	padding: 10px 4% !important;
	width: 70%;
	border-color: #ddd !important;
	box-shadow: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, select, .uneditable-input:focus {
	border-color: #ccc;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, .uneditable-input {
    background-color: #FFFFFF;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, .uneditable-input {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/* Animation List
==========================*/
.animated {
	opacity:0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}

@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	.page-title h1 {
	font-size: 28px;
	}	

    .footer-social p {
    color: #FFFFFF;
    font-size: 20px !important;
    }
	
	.footer-social i {
    color: #FFFFFF;
    font-size: 26px;
    margin-top: 20px;
    }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    nav ul li a {
	font-size: 11.5px !important;
	}
	
	.page-title h1 {
	font-size: 28px;
	}
	
    .footer-social p {
    color: #FFFFFF;
    font-size: 18px !important;
    }
	
	.footer-social i {
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 20px;
    }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#site-menu.floating {
	display: none;
	}
	
	.page-title h1 {
	font-size: 28px;
	}
	
	.footer-social i {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
	float: left;
    }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	#site-menu.floating {
	display: none;
	}	
	
	.page-title h1 {
	font-size: 28px;
	}
	
	.footer-social i {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
	float: left;
    }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.page-title h1 {
	font-size: 28px;
	}
	
	.footer-social i {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
	float: left;
    } 
	}


/* #Font-Face
================================================== */
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/icon/fontawesome-webfont.eot_40v=3.0.1');
	src: url('../font/icon/fontawesome-webfont.eot_40#iefix&v=3.0.1') format('embedded-opentype'),
		 url('../font/icon/fontawesome-webfont.woff_40v=3.0.1') format('woff'),
		 url('../font/icon/fontawesome-webfont.ttf_40v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../font/opensans-bold.eot');
    src: url('../font/opensans-bold.eot_40#iefix') format('embedded-opentype'),
         url('../font/opensans-bold.woff') format('woff'),
         url('../font/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../font/opensans-regular.eot');
    src: url('../font/opensans-regular.eot_40#iefix') format('embedded-opentype'),
         url('../font/opensans-regular.woff') format('woff'),
         url('../font/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('../font/opensans-italic.eot');
	src: url('../font/opensans-italic.eot_40#iefix') format('embedded-opentype'),
		 url('../font/opensans-italic.woff') format('woff'),
		 url('../font/opensans-italic.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../font/opensans-semibold.eot');
    src: url('../font/opensans-semibold.eot_40#iefix') format('embedded-opentype'),
         url('../font/opensans-semibold.woff') format('woff'),
         url('../font/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../font/opensans-extrabold.eot');
    src: url('../font/opensans-extrabold.eot_40#iefix') format('embedded-opentype'),
         url('../font/opensans-extrabold.woff') format('woff'),
         url('../font/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../font/opensans-light.eot');
    src: url('../font/opensans-light.eot_40#iefix') format('embedded-opentype'),
         url('../font/opensans-light.woff') format('woff'),
         url('../font/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../font/opensans-lightitalic.eot');
    src: url('../font/opensans-lightitalic.eot_40#iefix') format('embedded-opentype'),
         url('../font/opensans-lightitalic.woff') format('woff'),
         url('../font/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}