/*Template Name: Lizzy's Ice Cream*/



@font-face {
	font-family: 'Conv_flashdlig';
	src: url('../fonts/flashdlig.eot');
	src: local('☺'), url('../fonts/flashdlig.woff') format('woff'), url('../fonts/flashdlig.ttf') format('truetype'), url('../fonts/flashdlig.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ==========================================================================

   01. GENERAL & BASIC STYLES

   ========================================================================== */



#content_wrapper {
	overflow: hidden;
}
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/*------------------------------------------*/

/*	 Preload Animation 

/*------------------------------------------*/



.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #262626;
	z-index: 999999;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url(../img/icons/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
}
/*------------------------------------------*/

/*	 Headers

/*------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
/*------------------------------------------*/

/*	 Lists

/*------------------------------------------*/



ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*------------------------------------------*/

/*	 Link Setting

/*------------------------------------------*/



a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a:hover {
	color: #444;
	text-decoration: none;
}
a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
}
/*------------------------------------------*/

/*	 Theme Button

/*------------------------------------------*/



.btn-theme {
	background-color: #10b8ce;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.btn-theme:hover {
	background-color: #F69263;
	color: #fff;
}
/*------------------------------------------*/

/*	 Button Hover/Focus

/*------------------------------------------*/



.btn:focus {
	outline: none;
}
.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}
/*------------------------------------------*/

/*	 Section Titlebar

/*------------------------------------------*/



.titlebar {
	margin-bottom: 60px;
	text-align: center;
}
.titlebar h3 {
	color: #222;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.titlebar h2 {
	color: #222;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}
.titlebar h2:after {
	display: block;
	content: "";
	height: 2px;
	width: 200px;
	background: #ffc400;
	margin: 15px auto;
	position: relative;
}
/* ==========================================================================

   02. HEADER & NAVIGATION

   ========================================================================== */



/*------------------------------------------*/

/*	 Logo Image    

/*------------------------------------------*/



.navbar-brand {
	padding: 5px;
}
/*------------------------------------------*/

/*	 Navigation Menu    

/*------------------------------------------*/



.navbar {
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 8px 0px 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.navbar-fixed-top {
	background-color: #feece3;
	border-bottom: none;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
/*------------------------------------------*/

/*	 Navbar Scroll   

/*------------------------------------------*/



.scroll-fixed-navbar {
	padding: 0;
}
.scroll-fixed-navbar.navbar-fixed-top {
	background-color: #feece3;
	border-bottom: none;
}
/*------------------------------------------*/

/*	 Menu Hover

/*------------------------------------------*/



.navbar-nav > li > a:hover, .navbar-nav > li > a.selected-nav {
	color: #000;
	background-color: transparent;
}
/*------------------------------------------*/

/*	 Responsive Menu    

/*------------------------------------------*/



.navbar-toggle {
	position: relative;
	float: right;
	background-color: transparent;
	padding: 10px;
	margin: 12px 5px 12px 0;
	border: none;
	color: #fff;
	border: 2px solid #ddd;
}
.navbar-toggle .icon-bar {
	background-color: #ddd;
}
/* ==========================================================================

   03. INTRO

   ========================================================================== */



#intro {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 100px 0 0;
}
#slides {
	position: relative;
}
#slides .scrollable {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
 *zoom: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
/*------------------------------------------*/

/*	 Overlay Pattern 

/*------------------------------------------*/



.overlay {
	background-color: rgba(0, 0, 0, 0.1);
	background-repeat: repeat;
	height: 100%;
}
/*------------------------------------------*/

/*	 Intro Page Content   

/*------------------------------------------*/



.intro-content {
	width: 70%;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	display: inline-block;
	padding: 50px 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro-content h2 {
	font-family: 'Conv_flashdlig';
	font-size: 95px;
	font-weight: normal;
	line-height: 95px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #873c65;
}
/* ==========================================================================

   04. ABOUT

   ========================================================================== */



#about {
	border-top: 15px solid #f59261;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../img/abbg.jpg) no-repeat;
}
/*------------------------------------------*/
/*	TABS HOLDER IMAGE
/*------------------------------------------*/

#tabs-holder .img-responsive {
	display: inline-block;
}
/*------------------------------------------*/
/*	TABS
/*------------------------------------------*/

.nav-tabs {
	border: none;
}
.nav-tabs li {
	background-color: #eeeeee;
	padding: 10px 15px;
	border-right: 1px solid #fff;
}
.nav-tabs > li > a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	border: none;
}
.nav-tabs li.active {
	background-color: #af5d8b;
}
.nav-tabs > li:first-child {
}
.nav-tabs > li:last-child {
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	border: none;
	padding: 0;
	background-color: transparent;
}
.nav-tabs > li > a:hover {
	color: #af5d8b;
	border: none;
}
.gfield_required {
	display: none;
}
#input_1_4_3 {
	width: 200px !important;
	height: 38px !important;
	font-size:12px !important;
}
#input_2_4_3 {
	width: 200px !important;
	height: 38px !important;
	font-size:12px !important;
}
#input_3_4_3{
	width: 200px !important;
	height: 38px !important;
	font-size:12px !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 5px !important;
	padding-top: 0;
}
.faq-accordion .faq-main {
	background: #10b8ce !important;
	color: #fff !important;
}
.faq-accordion .faq-main.open {
	background: #10b8ce !important;
	color: #fff !important;
}
.faq-accordion .faq-main.open h4 {
	color: #fff !important;
}
#innpage_box .gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
	max-width: 80px !important;
	height: 38px;
	padding: 0;
	font-size: 12px;
}
#field_1_7 label {
	display: none;
}
#field_1_8 .gfield_label_before_complex {
	display: none;
}
#field_1_9 label {
	display: none;
}
#field_1_14 label {
	display: none;
}
#field_1_16 label {
	display: none;
}
#field_1_17 label {
	display: none;
}
#field_1_18 label {
	display: none;
}
#field_1_19 label {
	display: none;
}
#field_1_20 label {
	display: none;
}
#field_1_21 label {
	display: none;
}
#field_2_7 label {
	display: none;
}
#field_2_8 .gfield_label_before_complex {
	display: none;
}

#field_2_9 label {
	display: none;
}
#field_2_14 label {
	display: none;
}
#field_2_16 label {
	display: none;
}
#field_2_17 label {
	display: none;
}
#field_2_18 label {
	display: none;
}
#field_3_7 label {
	display: none;
}
#field_3_8 .gfield_label_before_complex {
	display: none;
}
#field_3_9 label {
	display: none;
}
/*------------------------------------------*/
/*	Tab Description
/*------------------------------------------*/

.tab-content > .tab-pane {
	padding: 25px 0;
	border: none;
	border: none;
}
.tab-content > .tab-pane p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.tab-content a {
	margin-top: 20px;
	margin-right: 10px;
}
/*------------------------------------------*/
/*	ACCORDION HOLDER IMAGE
/*------------------------------------------*/

#accordion-holder .img-responsive {
	display: inline-block;
}
/*------------------------------------------*/
/*	ACCORDION
/*------------------------------------------*/

.panel-group .panel {
	margin-bottom: 10px;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*------------------------------------------*/
/*	Panel Title
/*------------------------------------------*/

.panel-heading {
	padding: 0;
	background: none !important;
	border: 0 !important;
}
.panel-title {
	color: #222;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.panel-title > a {
	display: block;
	color: #222;
	padding: 12px 0;
}
.panel-title > a:hover {
	color: #ffc400;
}
/*------------------------------------------*/
/*	Panel Title Icon
/*------------------------------------------*/

.panel-title i {
	color: #ffc400;
	font-size: 28px;
	margin-right: 10px;
}
/*------------------------------------------*/
/*	Panel Content 
/*------------------------------------------*/

.panel-body {
	color: #444;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: 0
}
.panel-default > .panel-heading + .panel-collapse {
	border: none;
	border-top: none;
}
/* ==========================================================================

   11. LATEST WORKS

   ========================================================================== */



#portfolio {
	padding-top: 5px;
}
/*------------------------------------------*/

/*	   PORTFOLIO TITLEBAR

/*------------------------------------------*/ 



#portfolio .titlebar {
	margin-bottom: 40px;
}
/*------------------------------------------*/

/*	  FILTER BUTTONS

/*------------------------------------------*/ 



#gallery-filter {
	margin-bottom: 50px;
}
.btn-toolbar .btn-group {
	float: none;
}
/*------------------------------------------*/

/*	   Button Settings

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn {
	background: #f4f4f4;
	color: #333;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 3px;
	padding: 8px 16px;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .btn:last-child:not(:first-child) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*------------------------------------------*/

/*	   Filter Button Hover

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn:hover {
	color: #fff;
	background-color: #ffc400;
}
/*------------------------------------------*/

/*	  Filter Button Active

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn.active, #gallery-filter .btn-group > .btn.focus {
	color: #222;
	background-color: #ffc400;
	box-shadow: 0 0 0 0;
	cursor: default;
}
/*------------------------------------------*/

/*	  PORTFOLIO IMAGES HOLDER

/*------------------------------------------*/ 



.portfolio-items-list {
	margin: 0;
}
/*------------------------------------------*/

/*	  Portfolio Item

/*------------------------------------------*/ 



.portfolio-item {
	position: relative;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	padding: 0;
	text-align: center;
}
.portfolio-item a {
	cursor: url(../img/icons/pointer.png), crosshair;
}
.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
/*------------------------------------------*/

/*	  Overlay Content 

/*------------------------------------------*/ 



.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.overlay-content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}
.overlay-content h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
/*------------------------------------------*/

/*	  Overlay Background 

/*------------------------------------------*/ 



.item-overlay {
	opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(225, 196, 0, 0.75);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}
/*------------------------------------------*/

/*	  Image Hover Effect 

/*------------------------------------------*/ 



.hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.hover-overlay:hover .item-overlay {
	opacity: 1;
	-moz-opacity: 1;
}
.portfolio-item:hover .overlay-content {
	bottom: 40%;
	opacity: 1;
	-moz-opacity: 1;
}
/* ==========================================================================

   12. TEAM

   ========================================================================== */

   

#team {
	padding-top: 80px;
	padding-bottom: 30px;
}
/*------------------------------------------*/

/*	  TEAM MEMBER

/*------------------------------------------*/



.team-member {
	margin-bottom: 50px;
}
.team-member .img-responsive {
	display: inline-block;
}
/*------------------------------------------*/

/*	  Team Member Meta

/*------------------------------------------*/



.team-img-meta h5 {
	text-transform: uppercase;
	font-weight: 800;
	margin: 20px 0px 10px 0;
}
.team-img-meta h6 {
	font-size: 14px;
	color: #ffc400;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.team-img-meta p {
	color: #757575;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
/*------------------------------------------*/

/*	  Team Member Social Icons 

/*------------------------------------------*/



.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 10px auto;
}
.team-member-socials li {
	float: left;
	display: inline-block !important;
	vertical-align: top;
	width: auto !important;
	clear: none !important;
}
.page_social {
	width: 30px;
	height: 30px;
	color: #666;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 3px 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
/*------------------------------------------*/

/*	 Team Member Social Icons Hover 

/*------------------------------------------*/



.page_social.ico_facebook:hover {
	color: #3b5998;
}
.page_social.ico_twitter:hover {
	color: #00a9ed;
}
.page_social.ico_behance:hover {
	color: #00a8e7;
}
.page_social.ico_google_plus:hover {
	color: #cd1111;
}
.page_social.ico_linkedin:hover {
	color: #015886;
}
.page_social.ico_dribbble:hover {
	color: #d92d84;
}
.page_social.ico_instagram:hover {
	color: #beb3a8;
}
.page_social.ico_pinterest:hover {
	color: #ac281a;
}
.page_social.ico_dropbox:hover {
	color: #008ad2;
}
.page_social.ico_skype:hover {
	color: #00a9ed;
}
.page_social.ico_youtube:hover {
	color: #cd1b20;
}
.page_social.ico_tumblr:hover {
	color: #3a5976;
}
.page_social.ico_vimeo:hover {
	color: #00adee;
}
.page_social.ico_flickr:hover {
	color: #d2d2d2;
}
.page_social.ico_github:hover {
	color: #222;
}
.page_social.ico_renren:hover {
	color: #364a83;
}
.page_social.ico_vk:hover {
	color: #3b5998;
}
.page_social.ico_xing:hover {
	color: #015f5e;
}
.page_social.ico_weibo:hover {
	color: #be4443;
}
.page_social.ico_rss:hover {
	color: #ff6600;
}
.page_social.ico_digg:hover {
	color: #222;
}
.page_social.ico_deviantart:hover {
	color: #57675d;
}
.page_social.ico_envelope:hover {
	color: #999;
}
.page_social.ico_delicious:hover {
	color: #0A0A0A;
}
/* ==========================================================================

   13. PRICING 

   ========================================================================== */



#pricing {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 50px;
}
/*------------------------------------------*/

/*	 PRICING TABLE

/*------------------------------------------*/



#price_1, #price_2, #price_3, #price_4 {
	margin-bottom: 50px;
	padding: 0 5px;
}
.pricing-table {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*------------------------------------------*/

/*	 Table Header

/*------------------------------------------*/



.pricing-table h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
	margin-bottom: 0;
}
/*------------------------------------------*/

/*	 Table Price Plan

/*------------------------------------------*/



.pricing-table .price {
	background-color: #eee;
	height: 120px;
	color: #222;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 120px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.price-row .price span {
	font-size: 75px;
}
.price-row .price sup {
	top: -35px;
	font-size: 30px;
	font-weight: 300;
}
/*------------------------------------------*/

/*	 Table Body

/*------------------------------------------*/



.pricing-table ul.features {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 5px 40px;
}
.pricing-table ul.features li {
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
}
/*------------------------------------------*/

/*	 Table Button

/*------------------------------------------*/



.pricing-table .btn {
	margin: 30px 0;
}
/*------------------------------------------*/

/*	 Table Highlight

/*------------------------------------------*/



.pricing-table.highlight {
	background-color: #ffc400;
	border-color: #d9a701;
}
.pricing-table.highlight .price {
	background-color: #d9a701;
	color: #fff;
	border-color: #d9a701;
}
.pricing-table.highlight ul.features {
	color: #333;
}
.pricing-table.highlight ul.features li {
	border-color: #d9a701;
}
/*------------------------------------------*/

/*	 Table Highlight Buttons

/*------------------------------------------*/



.pricing-table.highlight .btn-theme {
	background-color: #333;
	color: #fff;
}
.pricing-table.highlight .btn-theme:hover {
	background-color: #444;
}
/* ==========================================================================

   14. CLIENTS

   ========================================================================== */

 

#clients {
	padding-top: 80px;
	padding-bottom: 150px;
	position: relative;
}
/*------------------------------------------*/

/*	 CLIENTS CAROUSEL NAVIGATION

/*------------------------------------------*/



.customNavigation {
	display: inline-block;
	position: absolute;
	bottom: 80px;
	right: 49%;
}
.customNavigation .btn {
	padding: 4px 10px;
}
.customNavigation i {
	font-size: 20px;
	color: #fff;
}
/* ==========================================================================

   15 TESTIMONIALS 

   ========================================================================== */



#testimonials {
	background-image: url(../img/tistibg.jpg);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #feede5;
}
/* ==========================================================================

   16. BLOG

   ========================================================================== */



 

#clients {
	background-color: #af5d8b;
	position: relative;
	padding: 50px 0;
}
/*------------------------------------------*/

/*	 CLIENTS CAROUSEL NAVIGATION

/*------------------------------------------*/



.customNavigation {
	bottom: 0;
	display: inline-block;
	position: relative;
	right: 0;
}
.customNavigation .btn {
	padding: 4px 10px;
}
.customNavigation i {
	font-size: 20px;
	color: #fff;
}
/* ==========================================================================

   21. FOOTER

   ========================================================================== */ 

 

#footer {
	background: url(../img/ftbg.png);
	background-size: cover;
	border-top: 15px solid #f59261;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #2e1f17;
}
#footer_copyright p {
	color: #fff;
	line-height: 40px;
	margin-bottom: 0;
}
/*------------------------------------------*/

/*	 Footer Social Icons  

/*------------------------------------------*/



.contact-socials {
	display: inline-block;
	padding-left: 0;
}
.contact-socials li {
	float: left;
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	padding: 0;
}
/*------------------------------------------*/

/*	 Footer Social Icon Setting 

/*------------------------------------------*/



.foo_social {
	text-align: center;
	background-color: #527dbf;
	color: #fff;
	width: 55px;
	height: 55px;
	font-size: 50px;
	line-height: 70px;
	margin: 0px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 6%;
	-moz-border-radius: 6%;
	border-radius: 6%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
/*------------------------------------------*/

/*	 Footer Social Icons Hover 

/*------------------------------------------*/



.foo_social.ico-facebook:hover {
	background-color: #3b5998;
	color: #fff;
}
.foo_social.ico-twitter:hover {
	background-color: #00a9ed;
	color: #fff;
}
.foo_social.ico-behance:hover {
	background-color: #00a8e7;
	color: #fff;
}
.foo_social.ico-google-plus:hover {
	background-color: #cd1111;
	color: #fff;
}
.foo_social.ico-linkedin:hover {
	background-color: #015886;
	color: #fff;
}
.foo_social.ico-dribbble:hover {
	background-color: #d92d84;
	color: #fff;
}
.foo_social.ico-instagram:hover {
	background-color: #beb3a8;
	color: #fff;
}
.foo_social.ico-pinterest:hover {
	background-color: #ac281a;
	color: #fff;
}
.foo_social.ico-dropbox:hover {
	background-color: #008ad2;
	color: #fff;
}
.foo_social.ico-skype:hover {
	background-color: #00a9ed;
	color: #fff;
}
.foo_social.ico-youtube:hover {
	background-color: #cd1b20;
	color: #fff;
}
.foo_social.ico-tumblr:hover {
	background-color: #3a5976;
	color: #fff;
}
.foo_social.ico-vimeo:hover {
	background-color: #00adee;
	color: #fff;
}
.foo_social.ico-flickr:hover {
	background-color: #d2d2d2;
	color: #fff;
}
.foo_social.ico-github:hover {
	background-color: #222;
	color: #fff;
}
.foo_social.ico-renren:hover {
	background-color: #364a83;
	color: #fff;
}
.foo_social.ico-vk:hover {
	background-color: #3b5998;
	color: #fff;
}
.foo_social.ico-xing:hover {
	background-color: #015f5e;
	color: #fff;
}
.foo_social.ico-weibo:hover {
	background-color: #be4443;
	color: #fff;
}
.foo_social.ico-rss:hover {
	background-color: #ff6600;
	color: #fff;
}
.foo_social.ico-digg:hover {
	background-color: #222;
	color: #fff;
}
.foo_social.ico-deviantart:hover {
	background-color: #57675d;
	color: #fff;
}
.foo_social.ico-envelope:hover {
	background-color: #999;
	color: #fff;
}
.foo_social.ico-delicious:hover {
	background-color: #0A0A0A;
	color: #fff;
}
/* ==========================================================================

   22. SCROLL TO TOP

   ========================================================================== */



#scrollUp {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(175, 93, 139, 0.85);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}
#scrollUp:hover {
	background-color: rgba(175, 93, 139, 1);
}
nav a#pull {
	display: none;
}
#hsa_preview {
	display: none !important;
}
.box-section .vc_col-sm-4 h3 {
	text-transform:capitalize;
}
