/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Header
-------------------------------------------------------------------*/


/* Typography */
body, html, button, input, select, textarea {
	font-family: 'Lato', sans-serif;
	color: #333;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	background-color: white; } 

/** Address `font-family` inconsistency between `textarea` and other form * elements. **/
html, button, input, select, textarea {
	/*font-family: sans-serif;*/ } 

/* H1&H3 for page titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin: 0 0 20px 0;
	color: #000;
	font-weight: 500;
	display: inline-block; }

h1 {
	font-size: 26px;
	line-height: 35px; }
	
.header {
	overflow: hidden; }
	
.header h1 {
	position: relative;
	width: 100%; }
	
.header h1:after {
	border-top: 2px solid #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    width: 100%; }
	
.header h1 span {
	background: #fff none repeat scroll 0 0;
	padding-right: 20px;
    position: relative;
	z-index: 2; }
	
h2 {
	font-size: 24px;
	line-height: 30px; }
	
h3 {
	font-size: 22px;
	line-height: 26px; }
	
h4 {
	font-size: 18px;
	line-height: 22px; }
	
h5 {
	font-size: 16px;
	line-height: 22px; }
	
h6 {
	font-size: 14px;
	line-height: 20px; }

a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s; }

a:focus {
	outline: none;
	text-decoration: none; }

a:hover {
	text-decoration: none;
	color: #ffe80e; }

p {
	line-height: 24px;
	letter-spacing: 0.6px;
	text-align: justify; }

body, html, button, input, select, textarea {
	overflow-x: hidden; }

blockquote {
	padding: 5px 0 5px 25px;
	margin: 0 0 20px 20px;
	color: #AFAFAF;
	font-size: 12px;
	text-transform: uppercase; }

::selection {
	background-color: #323a45;
	color: #fff; }

::-moz-selection {
	background-color: #323a45;
	color: #fff; }
	
@font-face {
    font-family: 'ShopSharkSymbols';
    src: url('../fonts/shopsharkfont-webfont.eot');
    src: url('../fonts/shopsharkfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/shopsharkfont-webfont.woff') format('woff'),
         url('../fonts/shopsharkfont-webfont.ttf') format('truetype'),
         url('../fonts/shopsharkfont-webfont.svg#shopsharkfontregular') format('svg');
    font-weight: normal;
    font-style: normal; }
	
img {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in; }
	

	
/* Header */	
header.header-section {
	background: #000;
	border-top: 5px solid #ffe80e; }
	
header.header-section .header-top {
	padding: 20px 0px;
	overflow: hidden; }
	
header.header-section .header-top .logo {
	float: left; }
	
header.header-section .header-top .right-section {
	float: right;
	margin-top: 4px; }
	
.contact-block {
    margin: 16px 30px 0 0;
    padding: 0;
	float: left; }
	
.contact-block li {
    display: inline-block;
    float: left; }
	
.contact-block li a i {
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 2px;
	color: #ffe80e; }
	
.contact-block li a i.icon_mail_alt {
    margin-top: 0; }
	
.contact-block li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 5px 0 0 30px;
    text-align: center;
    transition: all 0.3s ease 0s; }
	
.contact-block li a:hover {
    color: #fff;
    text-decoration: underline;}
	
/* Social Icon */
.social-icon {
	height: 32px;
    margin: 12px;
    padding: 0;
	float: left;
    display: inline-block; }
	
.social-icon li {
	display: inline-block;
    margin-left: 2px;
	float: left; }
	
.social-icon li a {
	background: rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    height: 36px;
    text-align: center;
    width: 36px;
    line-height: 36px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
	
.social-icon li a.googleplus:hover {
	background: #DC4A38;
	color: #fff; }
	
.social-icon li a.facebook:hover {
	background: #3B5998;
	color: #fff; }
	
.social-icon li a.linkedin:hover {
	background: #167F9D;
	color: #fff; }
	
.social-icon li a.instagram:hover {
	background: #53809F;
	color: #fff; }
	
.social-icon li a.twitter:hover {
	background: #00A0D1;
	color: #fff; }
	
	
/* == Price Box == */	
#pricing-table {
    margin: 30px auto 60px auto;
    text-align: center;
    width: 100%; /* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
    font-size: 12px;      
    background: #fff;      
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    width: 25%; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
    float: left;
    position: relative;
}

#pricing-table #most-popular {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
    border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
    border-radius: 0 5px 5px 0;        
}

/* --------------- */   

#pricing-table h3 {
    font-size: 18px;
    font-weight: bold;
	display: block;
	text-transform: uppercase;
    padding: 20px;
    margin: -20px -20px 50px -20px;
    background-color: #eee;
    background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    border-radius: 5px 5px 0 0;         
}

#pricing-table .plan:nth-child(1) h3 {
    border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
    border-radius: 0 5px 0 0;       
}   

#pricing-table h3 span {
    display: block;
    font-size: 25px;
	font-weight: bold;
	line-height: 100px;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

/* --------------- */
    
#pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;  
    color: #fff;
    font-size: 14px;
	font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;       
    background-color: #f9c000;     
}

#pricing-table .signup:hover {
    background-color: #dfac00;
}

#pricing-table .signup:active, #pricing-table .signup:focus {
    background: #62bc30;       
    top: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* == Hover Box == */
#our-team .view {
	position: relative;
	display: block;
	background: #566273; }
	
#our-team .view span i {
	position: relative;
    top: 46%; }
	
#our-team .view span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-size: 24px;
	opacity: 0;
	background: rgb(0,0,0,0.4);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear; }
	
#our-team .view:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

#our-team .view .leadership-item-descr {
	bottom: 0;
    color: #fff;
    left: 0;
    margin-top: 0.625rem;
    padding: 0 0.9375rem 0.9375rem;
    position: absolute;
    text-align: center;
    width: 100%; }
	
#our-team .view .leadership-item-descr h4 {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #f9c000;
	margin-bottom: 0px; }
	
#our-team .view .leadership-item-descr p {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 11px;
	color: #fff; }
 
	
	
	
	
	
	
	
	
	
	