/*page-block*/


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

1. Header
	+ logo
	+ top navigation
	+ search

2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds

3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination

4. Footer
	+ copyrights


/* ----------- Logo ----------- */
#logo {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	background: url(../images/logo.png) no-repeat left top;
}
#logo h1 {
	padding: 0px;
	margin: 16px 0px 0px 0px;
	float: left;
	line-height: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #1889c1;
	text-transform: none;
	background: none;
}
#logo h1 i {
	display: block;
	color: #b9b9b9;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

#logo_innerpage {
	float: left;
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
	background: url(../images/logo.png) no-repeat left 10px;
	background-size: 17%;
}

#logo_innerpage h1 {
	padding: 0px;
	margin: 17px 0px 0px 0px;
	float: left;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 31px;
	color: #1889c1;
	text-transform: none;
	background: none;
}
#logo_innerpage h1 i {
	display: block;
	color: #b9b9b9;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}


/*------------------*/
/*	SITE STRUCTURE
/*---------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0px auto 0 auto;
}

#page_wrapper_full {
	width: 100%;
	margin: auto auto auto auto;
}
.container_full {
	width: 100%;
	margin: auto auto auto auto;
}
.container {
	width: 1000px;
	margin: auto auto auto auto;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*------------------*/
/*	MENU
/*------------------------------------------------------*/

.menu_sticky {
	float: left;
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 1001;
	border-top: 4px solid #333;
	background: #f9f9f9 url(../images/menu-shadow.png) repeat-x left bottom;
}

#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	margin-top: 0px;
}
#access .menu select {
	border: 2px solid #eee;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #333;
}
#access .menu ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	z-index: 1001;
	margin: 0;
	float: right;
}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	margin: 0px 0px 0px 1px;
	float: left;
}
#access .menu ul li.last {
	background: none;
}
#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	color: #333;
	margin: 0;
	padding: 30px 16px 20px 16px;
	text-align: center;
}
#access .menu ul li a:hover {
	color: #1889c1;
	padding: 30px 16px 20px 16px;
}
#access .menu ul li a.active {
	color: #1889c1;
	border-radius: 3px;
	padding: 18px 16px 20px 16px;
	background-color: #fff;
	margin-top: 10px;
	border-left: 1px solid #eee;
	border-top: 2px solid #eee;
	border-right: 1px solid #eee;
}

#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 184px;
	padding: 0;
	text-align: left;
	background: #fff;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 13px 12px 13px 12px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background: #1889c1 url(../images/spacer.gif) no-repeat center bottom;
	width: 159px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background: #454545 url(../images/spacer.gif) no-repeat center bottom;
	border-bottom: 1px solid #ddd;
	color: #fff;
	padding: 13px 12px 13px 12px;
}

#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {display: none; width: 440px; margin-left: 20px;}

#access .menu ul li ul li a.arrow {
	margin: 0;
	border: none;
	display: block;
	padding: 0px;
	height: 1px;
	background: url(../images/spacer.gif) no-repeat left top;
}
#access .menu ul li ul li a.arrow img {
	position: absolute;
	top: -13px;
	left: 20px;
}



/*------------------*/
/*	PAGES
/*------------------------------------------------------*/

/* top section */
.top_section {
	float: left;
	width: 100%;
	margin-top: 67px;
	padding: 28px 0px;
	border-bottom: 1px solid #f3f3f3;
}

/* top social links */
ul.top_social_links {
	float: left;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.top_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 10px;
}
.top_social_links li:hover {
	background-color: #fff;
}
.top_social_links li:hover i {
	color: #1889c1;
}
.top_social_links li i {
	color: #e3e3e3;
}


ul.top_clist {
	float: left;
	padding: 0px;
	margin: 0px;
}
.top_clist li {
	float: left;
	padding: 0px;
	margin: 0px 13px 0px 0px;
	color: #b9b9b9;
}
.top_clist li i {
	color: #d3d3d3;
}
.top_clist li a {
	color: #b9b9b9;
}
.top_clist li a:hover {
	color: #1889c1;
}


/* site search */
.site_search_home {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.site_search_home #site-searchform {
	margin: 0;
	padding: 0;
}
.site_search_home #site-searchform #s{
	border: 1px solid #eee;
	background-color: #fff;
	width: 78%;
	height:34px;
	padding:0px 10px 0px 10px;
	color: #999;
	float: left;
	font: normal 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.site_search_home #site-searchform #searchsubmit{
	float: left;
	width:40px;
	height:36px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	background: #1889c1 url(../images/site-search-icon.png) no-repeat center 11px;
	border:0;
}
.site_search_home #site-searchform #searchsubmit:hover{
	float: left;
	width:40px;
	height:36px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	background: #333 url(../images/site-search-icon.png) no-repeat center 11px;
	border:0;
}


/* slider button */
.button_slider {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 170px;
	height: 55px;
	float: left;
	text-align: left;
	line-height: 55px;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/button-01.png) no-repeat left top;
}
.button_slider:hover {
	color: #fff;
	background: url(../images/button-02.png) no-repeat left top;
}

/* punch text */
.punch_text {
	float: left;
	width: 100%;
	padding: 50px 0px;
	background-color: #1889c1;
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
}
.punch_text strong {
	color: #fff;
	font-weight: bold;
}
.punch_text i {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: normal;
	font-style: normal;
}
.punch_text .but_01 {
	padding: 11px 22px;
	margin: 0px;
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #1889c1;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}
.punch_text .but_01:hover {
	color: #333;
}
.punch_text .but_02 {
	padding: 11px 22px;
	margin: 0px;
	background-color: #2fbbff;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}
.punch_text .but_02:hover {
	color: #333;
}

.punch_text.nobgcolor {
	background: none;
	color: #1889c1;
	font-family: 'Source Sans Pro', sans-serif;
}
.punch_text.nobgcolor i {
	color: #999;
}

/* punch text 02 */
.punch_text_02 {
	float: left;
	width: 100%;
	padding: 30px 0px;
	background-color: #1889c1;
	text-align: left;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 27px;
	line-height: 38px;
	font-weight: normal;
}
.punch_text_02 .readmore_but_03 {
	float: right;
	line-height: normal;
}

.sitefeatures_01 {
	text-align: center;
}
.sitefeatures_01 i {
	color: #1889c1;
}

.readmore_but {
	padding: 8px 16px;
	margin: 0px;
	background-color: #eee;
	font-size: 14px;
	color: #1889c1;
	border-radius: 2px;
}
.readmore_but:hover {
	color: #1889c1;
	background-color: #f9f9f9;
}

.readmore_but_02 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #727272;
	text-transform: uppercase;
}
.readmore_but_02:hover {
	color: #1889c1;
}

.readmore_but_03 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #1889c1;
	text-transform: uppercase;
	background-color: #fff;
	padding: 13px 20px;
	border-radius: 4px;
}
.readmore_but_03:hover {
	color: #666;
}

.grey_bg {
	float: left;
	width: 100%;
	padding: 50px 0px;
	background: #f3f3f3 url(../images/shadow-01.png) repeat-x left top;
}
.grey_bg2 {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
	background: #f3f3f3 url(../images/shadow-01.png) repeat-x left top;
}
.colored_bg {
	float: left;
	width: 100%;
	padding: 0px;
	background-color: #1889c1;
}

/* fresh works */
.fresh_works {
	float: left;
	width: 100%;
	height: 418px;
}
.fresh_works_list section .display .small-group{
	float:left;
	width:470px;
	height:200px;
	overflow:hidden;
}
.fresh_works_list section .display .small-group div.small{
	position:relative;
	float:left;
	width:50%;
	height:100%;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.fresh_works_list section .display .small-group div.small img{
	width:100%;
	height:100%
}
.fresh_works_list section .display .small-group div.small .hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	pointer-events:none;
	z-index:90;
}
.fresh_works_list section .display .small-group div.small:hover .hover{
	background:#1889c1;
	border-width:11px 11px 11px 11px;
}
.fresh_works_list section .display .small-group div.small:hover .info{
	color:#fff;
}
.fresh_works_list section .display .small-group div.small a{
	color:#fff;
}
.fresh_works_list section .display .small-group div.small .info{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	z-index:100;
	background: none;
	border: none;
	-webkit-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}
.fresh_works_list section .display .small-group div.small .info h1{
	background: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
}

.fresh_works_list section .display .small-group div.small .info h2{
	background: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
}
.fresh_works_list section.cheapest .small-group .additionnal{
	font-weight:500;
	color:#fff;
	font:500 14px Arial Narrow,Helvetica Neue,Arial,Helvetica,sans-serif;
	line-height:20px;
	padding:0;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	opacity:0;
	margin-top: 10px;
}
.fresh_works_list section.cheapest .small-group .additionnal b{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/arrow-01.png) no-repeat left 4px;
}

.fresh_works_list section.cheapest .small-group .additionnal strong{
	display:block;
	font-weight:500;
	color:#fff;
}
.fresh_works_list section.cheapest .small-group div.small:hover .info{
	bottom:75px;
}
.fresh_works_list section.cheapest .small-group div.small:hover .additionnal{
	opacity:1;
}
.fresh_works_list section.cheapest .small-group div.small:hover h2,.fresh_works_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3,.fresh_works_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3{
	color:#fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.fresh_works_list section.cheapest .small-group div.small:hover h2 strong,.fresh_works_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong,.fresh_works_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong{
	color:#fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

/* site features 02*/
.sitefeatures_02 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.sitefeatures_02 .left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 47%;
	min-height: 380px;
	background: url(../images/site-img20.png) no-repeat left bottom;
}
.sitefeatures_02 .left img {
	float: left;
}
.sitefeatures_02 .right {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 53%;
	color: #fff;
}
.sitefeatures_02 .right ul {
	float: left;
	padding: 0px;
	margin: 0px;
}
.sitefeatures_02 .right li {
	float: left;
	padding: 25px 0px 25px 0px;
	margin: 0px;
	border-bottom: 1px dashed #74b8da;
}
.sitefeatures_02 .right li.first {
	padding: 0px 0px 25px 0px;
}
.sitefeatures_02 .right li.last {
	border-bottom: none;
	padding: 25px 0px 0px 0px;
}
.sitefeatures_02 .right li i {
	color: #fff;
	float: left;
}
.sitefeatures_02 .right li h2 {
	color: #fff;
	font-weight: normal;
	width: 87%;
	float: right;
	margin: 0px;
}
.sitefeatures_02 .right li h2 em {
	margin-top: 10px;
	font-size: 13px;
	font-style: normal;
	display: block;
}


/* site features 03*/
.sitefeatures_03 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.sitefeatures_03 h1 {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center;
}
.sitefeatures_03 h1 small {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	color: #727272;
	display: block;
}
.sitefeatures_03 .left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 46%;
	text-align: right;
	background: url(../images/site-img21.jpg) no-repeat left bottom;
}
.sitefeatures_03 .left h2 {
	color: #1889c1;
	margin-bottom: 20px;
}
.sitefeatures_03 .left ul {
	padding: 0px;
	margin: 20px 0px 25px 0px;
}
.sitefeatures_03 .left li {
	padding: 0px 14px 0px 0px;
	margin: 0px;
	color: #999;
	line-height: 27px;
	background: url(../images/dot-round.png) no-repeat right 13px;
}

.sitefeatures_03 .right {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 46%;
	background: url(../images/site-img22.jpg) no-repeat right bottom;
}
.sitefeatures_03 .right h2 {
	color: #1889c1;
	margin-bottom: 20px;
}
.sitefeatures_03 .right ul {
	padding: 0px;
	margin: 20px 0px 25px 0px;
}
.sitefeatures_03 .right li {
	padding: 0px 0px 0px 14px;
	margin: 0px;
	color: #999;
	line-height: 27px;
	background: url(../images/dot-round.png) no-repeat left 13px;
}

.sitefeatures_03 .center {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 8%;
	min-height: 285px;
	background: url(../images/v-dotted-lines.png) repeat-y center top;
}

/*  site features 04 */
.sitefeatures_04 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 104px 0px 85px 0px;
	background: #1889c1 url(../images/site-img32.png) repeat-y center top;
}
/* sitefeatures_05 */
.sitefeatures_05 {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0px 75px 0px;
}
.sitefeatures_05 h2 {
	font-size:23px;
	font-weight:600;
	text-align: center;
	color:#272727;
	margin-bottom:50px;
}
/* sitefeatures_06 */
.sitefeatures_06 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 180px 0px 180px 0px;
	background: #eee url("../images/bg-image1.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}
.sitefeatures_06 h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	line-height:52px;
}
.sitefeatures_06 h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	width: 59%;
	line-height: 25px;
}
.sitefeatures_06 .linebg {
	display: block;
	width: 70px;
	height: 3px;
	background: #fff;
}

/*---------------------------*/
/*     sitefeatures_07    */
/*---------------------------*/

.sitefeatures_07 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px;
}
.sitefeatures_07 .box1 {
	background-color:#f0f0f0;
	position:relative;
	padding:135px 33px 25px 30px;
	background-image:url(../images/site-image01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.sitefeatures_07 .box2 {
	background-color:#f0f0f0;
	position:relative;
	padding:135px 33px 25px 30px;
	background-image:url(../images/site-image02.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.sitefeatures_07 .box3 {
	background-color:#f0f0f0;
	position:relative;
	padding:135px 33px 25px 30px;
	background-image:url(../images/site-image03.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.sitefeatures_07 .contant {
	background-color:#fff;
	margin-top:-0px;
	padding:40px 25px 35px 25px;
	text-align:left;
}
.sitefeatures_07 h3{
	text-transform:none;
	font-weight:500;
	font-size: 18px;
}
.sitefeatures_07 b{
	text-transform:none;
	font: 13px 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.linebg_1 {
	width: 50px;
	height: 2px;
	background-color: #1889c1;
	text-align:left;
}

/* sitefeatures_08 */
.sitefeatures_08 {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0px 0px 0px;
}
.sitefeatures_08 h2 {
	font-size:23px;
	font-weight:600;
	text-align: center;
	color:#272727;
	margin-bottom:50px;
}
/* imghoverzoom2 */
.imghoverzoom2 {
	position:relative;
}
.imghoverzoom2 .textbox {
	width: 92%;
	height: 90%;
	position:absolute;
	top:5%;
	left:4%;
	-webkit-transform: scale(0.9);
	transform: scale(1.15);
	background-color: rgba(24,137,193,0.97);
	opacity: 0;
}
.imghoverzoom2:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.imghoverzoom2 .textbox {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.textbox{
	color:#fff;
	font-size:16px;
	font-weight:500;
	text-align:center;
}
.button1 > a {
	position: relative;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 3px;
}
.button1 > a:hover {
  color: #fff;
}
.button1 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.button1 > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.textbox h5{
	color:#fff;
	font-size:21px;
	font-weight:600;
	text-align:center;
}
.imghboxtext {
	position:relative;
}
.imghboxtext .textbox {
	width: 0%;
	height: 70%;
	padding-left: 8%;
	position:absolute;
	top: 100px;
	left: 90px;
	background-color: rgba(29,32,37,0.9);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.imghboxtext:hover .textbox {
	width: 50%;
	opacity: 1;
}
.imghboxtext a.go {
	position: absolute;
	left: 0;
	top: 332px;
	color: #fff;
	padding: 10px;
}
.imghboxtext a.go:hover {
	left: 5px;
}


/* parallax section 1 */
.para_sec01 {
	float: left;
	width: 100%;
	height: 210px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	background: #eee url(../images/para-bg1.png) no-repeat center top;
}
.para_sec01 b {
	font-weight: bold;
	font-size: 27px;
	padding: 18px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #222628;
	display: block;
	margin-bottom: 27px;
}
.para_sec01 b em {
	margin-top: 13px;
	font-size: 18px;
	font-style: normal;
	display: block;
	font-weight: normal;
}
.para_sec01 a {
	color: #fff;
	border-radius: 5px;
	background-color: #1889c1;
	padding: 16px 27px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #1889c1;
	text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.para_sec01 a:hover {
	color: #fff;
	background-color: #282b2e;
	border: 1px solid #282b2e;
}


/* recent blogs */
.recent_blogs {
	float: left;
	width: 100%;
	height: 295px;
}
.recent_blogs_list section .display .small-group{
	float:left;
	width:470px;
	height:295px;
	overflow:hidden;
}
.recent_blogs_list section .display .small-group div.small{
	position:relative;
	float:left;
	width:50%;
	height:100%;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.recent_blogs_list section .display .small-group div.small img{
	width:100%;
	height:100%
}
.recent_blogs_list section .display .small-group div.small .hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	pointer-events:none;
	z-index:90;
}
.recent_blogs_list section .display .small-group div.small:hover .hover{
	background:#1889c1;
	border-width:11px 11px 11px 11px
}
.recent_blogs_list section .display .small-group div.small:hover .info{
	color:#fff
}
.recent_blogs_list section .display .small-group div.small a{
	color:#fff
}
.recent_blogs_list section .display .small-group div.small .info{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	z-index:100;
	background: none;
	border: none;
	-webkit-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}
.recent_blogs_list section .display .small-group div.small .info h1{
	background: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
}

.recent_blogs_list section .display .small-group div.small .info h2{
	background: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
}

.recent_blogs_list section .display .small-group div.small .info h2 i.date{
	color: #fff;
	font-size: 12px;
	float: left;
	padding: 0px 0px 0px 18px;
	margin: 7px 0px 0px 25px;
	background: url(../images/icon-clock.png) no-repeat left 2px;
}
.recent_blogs_list section .display .small-group div.small .info h2 i.comments{
	color: #fff;
	font-size: 12px;
	float: right;
	padding: 0px 0px 0px 18px;
	margin: 7px 20px 0px 0px;
	background: url(../images/icon-comment.png) no-repeat left 2px;
}

.recent_blogs_list section.cheapest .small-group .additionnal{
	font-weight:500;
	color:#fff;
	font:500 14px Arial Narrow,Helvetica Neue,Arial,Helvetica,sans-serif;
	line-height:20px;
	padding:0;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	opacity:0;
	margin-top: 20px;
}
.recent_blogs_list section.cheapest .small-group .additionnal b {
	padding: 7px 10px 7px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #fff;
	background: url(../images/arrow-01.png) no-repeat 10px 11px;
}

.recent_blogs_list section.cheapest .small-group .additionnal strong{
	display:block;
	font-weight:500;
	color:#fff;
}
.recent_blogs_list section.cheapest .small-group div.small:hover .info{
	bottom:140px;
}
.recent_blogs_list section.cheapest .small-group div.small:hover .additionnal{
	opacity:1;
}
.recent_blogs_list section.cheapest .small-group div.small:hover h2,.recent_blogs_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3,.recent_blogs_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3{
	color:#fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.recent_blogs_list section.cheapest .small-group div.small:hover h2 strong,.recent_blogs_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong,.recent_blogs_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong{
	color:#fff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
/* what people says */
.what_people_says {
	float: left;
	width: 100%;
	min-height: 420px;
	background: url(../images/world-map-big.png) no-repeat center 100px;
}
.what_people_says h1 {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center;
}
.what_people_says h1 small {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	color: #727272;
	display: block;
}
.what_people_says .contarea {
	float: left;
	width: 83%;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
}
.what_people_says .whopic {
	float: left;
	width: 100%;
	margin-top: -1px;
	padding: 10px 0px 0px 0px;
	background: url(../images/arrow-testi.png) no-repeat 27px top;
}
.what_people_says .whopic strong {
	color: #999;
	line-height: 16px;
	margin-top: 10px;
	display: block;
}
.what_people_says .whopic strong small {
	color: #999;
	font-size: 11px;
	display: block;
	font-weight: normal;
}

/* Slider Static Image */
.slider_static_image {
	width: 100%;
	height: 500px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	background: url(../images/sliders/iosslider/slider-bg1.jpg) no-repeat center bottom;
}
.slider_static_image .static_right_img {
	width: 100%;
	height: 500px;
	background: url(../images/sliders/iosslider/slide1.png) no-repeat right bottom;
}

.slider_static_image .text1 {
	font-size: 27px;
	font-weight: normal;
	color: #595959;
}
.slider_static_image .text2 {
	font-size: 45px;
	font-weight: bold;
	color: #1889c1;
	margin-top: 20px;
}
.slider_static_image .text3 {
	color: #727272;
	font-size: 18px;
	line-height: 27px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 22px 0px;
	margin-top: 35px;
}
.slider_static_image .text4 {
	margin-top: 35px;
}

.slider_static_image .static_left_content {
	float: left;
	width: 40%;
	padding: 0px;
	margin: 80px 0px 0px 0px;
}

/* Slider Video */
.slider_video {
	width: 100%;
	float: left;
	padding: 0px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	height: 485px;
	background: url(../images/sliders/iosslider/slider-bg1.jpg) no-repeat center bottom;
}
.slider_video .video_ara {
	float: right;
	width: 94%;
	height: 370px;
	margin-top: 58px;
	margin-right: 10px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.slider_video .video_ara iframe {
	width: 100%;
	height: 100%;
}
.slider_video .video_ara iframe {
	width: 100%;
	height: 100%;
}

.slider_video .text1 {
	font-size: 27px;
	font-weight: normal;
	color: #595959;
}
.slider_video .text2 {
	font-size: 45px;
	font-weight: bold;
	color: #1889c1;
	margin-top: 20px;
	line-height: 40px;
}
.slider_video .text3 {
	color: #727272;
	font-size: 18px;
	line-height: 27px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 18px 0px;
	margin-top: 25px;
}
.slider_video .text4 {
	margin-top: 30px;
}

.slider_video .slider_video_content {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 85px 0px 0px 0px;
}




/*------------------*/
/*	FOOTER
/*------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	border-top: 5px solid #272727;
	background-color: #333;
	color: #999;
}
.footer h2 {
	color: #fff;
	margin-bottom: 20px;
}
.footer h2 i {
	font-weight: bold;
	font-style: normal;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #fff;
}
.footer ul.list {
	padding: 0px;
	margin: 0px;
}
.footer .list li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

.footer ul.contact_address {
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 100%;
}
.footer .contact_address li {
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
.footer #footer_logo {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	background: url(../images/footer-logo.png) no-repeat left top;
}
.footer #footer_logo h1 {
	padding: 0px;
	margin: 16px 0px 0px 0px;
	float: left;
	line-height: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-transform: none;
	background: none;

}
.footer #footer_logo h1 i {
	display: block;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

/* Tweets */
.twitter_feed {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.twitter_feed .left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 20px;
}
.twitter_feed .right {
	float: right;
	padding: 0px;
	margin: -2px 0px 0px 0px;
	width: 89%;
}
.twitter_feed a {
	color: #999;
}
.twitter_feed a:hover {
	color: #fff;
}
.twitter_feed a.small {
	font-size: 9px;
	color: #727272;
}
.twitter_feed a.small:hover {
	font-size: 9px;
	color: #999;
}

/* flickr */
#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#flickr_badge_wrapper img {
	width: 65px;
	height: 53px;
	margin-right: 6px;
	margin-bottom: 1px;
	border: 1px solid #999 !important;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#3993ff;
}
#flickr_badge_wrapper {
	margin-top: 25px;
}
#flickr_badge_source {
	padding:0 !important;
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 35px 0px 35px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #727272;
	background: #272727 url(../images/scrool-up-arrow-02.png) no-repeat center top;
}
.copyright_info b {
	font-size: 12px;
	color: #727272;
	font-style: normal;
	font-weight: normal;
}
.copyright_info span {
	float: right;
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #727272;
	text-align: right;
}
.copyright_info a:hover {
	color: #999;
}

/* top social links */
ul.footer_social_links {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 24px;
	line-height: 22px;
	vertical-align: middle;
	background-color: #3c3c3c;
	color: #727272;
}
.footer_social_links li:hover {
	background-color: #3c3c3c;
}
.footer_social_links li:hover i {
	color: #999;
}
.footer_social_links li i {
	color: #727272;
}


/* scroll up */
.scrollup_area {
	width: 34px;
	height: 20px;
	margin: 0 auto;
}
.scrollup{
	float: left;
    width: 34px;
    height: 20px;
	top: 0px;
    position: relative;
    display:none;
	font-family: 'Source Sans Pro';
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	background: url(../images/scrool-up-arrow.png) no-repeat center top;
}
a.scrollup{
	color: #666;
	padding-top: 7px;
}
a.scrollup:hover{
	color: #999;
}

.waves_graph {
	float: left;
	width: 100%;
	height: 7px;
	background: #f3f3f3 url(../images/waves-graph.png) repeat-x left top;
}


/*------------------*/
/*	CONTENT
/*------------------------------------------------------*/
.content_left {
	float: left;
	width: 71%;
	padding: 40px 0px 0px 0px;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 40px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 40px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 40px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 40px 0px 0px 0px;
}

/* page title */
.page_title {
	width: 100%;
	float: left;
	width: 100%;
	margin-top: 70px;
	padding: 28px 0px;
	border-bottom: 1px solid #f3f3f3;
}
.page_title .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page_title .title h1 {
	color: #333;
	margin: 0px 0px 0px 0px;
	background: none;
	line-height: 20px;
}
.page_title .pagenation {
	float: left;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #1889c1;
	margin: 0px;
	padding: 0px;
}
.page_title .pagenation i {
	color: #ddd;
	margin: 0px 2px 0px 2px;
}
.page_title .pagenation a {
	padding: 0px 0px 0px 0px;
	color: #ddd;
/*	background: url(../images/arrow-05.png) no-repeat left 6px;*/
}
.page_title .pagenation a:hover {
	color: #1889c1;
}

/* blog */
.blog_post {
	float: left;
	width: 100%;
}
.blog_post h3 {
	float: left;
	font-size: 20px;
	text-align: left;
	text-transform: none;
	font-weight: 600;
	color: #333;
	width: 85%;
	line-height: 25px;
}
.blog_post h3 a {
	color: #1889c1;
	text-decoration: none;
	float: left;
	margin-top: 3px;
	text-transform: none;
}
.blog_post h3 a:hover {
	color: #454545;
}
.post_info_content {
	padding: 0px;
	margin: -5px 0 0 13%;
	width: 87%;
	float: left;
}
ul.post_meta_links {
	float: left;
	margin: -12px 0px 0px -6px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.post_meta_links li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}
.post_meta_links li.post_by {
	padding: 0px 0px 0px 25px;
	background: url(../images/blog/icon-by-user.png) no-repeat 5px 5px;
}
.post_meta_links li.post_categoty {
	padding: 0px 0px 0px 22px;
	background: url(../images/blog/icon-category.png) no-repeat 2px 6px;
}
.post_meta_links li.post_comments {
	padding: 0px 0px 0px 22px;
	background: url(../images/blog/icon-comments.png) no-repeat 2px 5px;
}
.post_meta_links li a {
	color: #a1a1a1;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.post_meta_links li a:hover {
	color: #727272;
	text-decoration: none;
}
.blog_postcontent {
	float: left;
	width: 100%;
}
.blog_postcontent .image_frame {
	float: left;
	width: 98%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame:hover {
	border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}
.blog_postcontent .video_frame iframe {
	float: left;
	width: 98%;
	height: 300px;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
	border: 7px solid #f9f9f9;
}

/* blog small */
.blog_post h3 {
	width: 74%;
}
.blog_postcontent .image_frame.small {
	float: left;
	width: 43%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame.small:hover {
	border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}
.blog_postcontent .video_frame.small iframe {
	float: left;
	width: 43%;
	height: 140px;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
	border: 7px solid #f9f9f9;
}
.post_info_content_small {
	padding: 0px;
	margin: 0 0 0 4%;
	width: 50%;
	float: left;
}
ul.post_meta_links_small {
	float: left;
	margin: -15px 0px 12px 80px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.post_meta_links_small li.post_by {
	float: left;
	padding: 0px 0px 0px 18px;
	background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;
}
.post_meta_links_small li.post_categoty {
	float: left;
	padding: 0px 0px 0px 26px;
	background: url(../images/blog/icon-category.png) no-repeat 9px 6px;
}
.post_meta_links_small li.post_comments {
	float: left;
	padding: 0px 0px 0px 26px;
	background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;
}
.post_meta_links_small li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.post_meta_links_small li a:hover {
	color: #727272;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.blog_post a.date {
	padding: 10px 5px 0px 0px;
	text-decoration: none;
	width: 55px;
	height: 55px;
	text-align: center;
	background: #f9f9f9;
	display: block;
	margin-right: 20px;
	float: left;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.blog_post a.date strong {
	color: #1889c1;
	font-size: 27px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.blog_post a.date:hover strong {
	color: #333;
}
.blog_post a.date i {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	padding: 0px 10px;
	display: block;
	border-top: 1px solid #f3f3f3;
	width: 40px;
	background-color: #1889c1;
}
.blog_post a.date:hover i {
	background-color: #454545;
}
.post_readmore:link, .post_readmore:visited {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
	float: left;
	width: 80%;
	margin-bottom: 30px;
}
.sharepost ul {
	margin: 0px;
	padding: 0px;
}
.sharepost li {
	margin: 0px 7px 5px 0px;
	padding: 2px 5px;
	float: left;
	list-style-type: none;
	background-color: #1889c1;
}
.sharepost li i {
	color: #fff;
}
.sharepost li:hover {
	background-color: #454545;
}

.about_author {
	float: left;
	width: 93%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}
.about_author img {
	float: left;
	margin-right: 20px;
}
.about_author a {
	font-family: 'Source Sans Pro' !important;
	font-weight: normal;
	font-weight: 600;
	color: #333;
}
.about_author a:hover {
	color: #ff8100;
}


/* pagination */
.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	font-family: 'Source Sans Pro', sans-serif;
}
.pagination b{
	float:left;
	margin: 0px 5px 2px 0;
	padding:0px 10px;
	font-weight: normal;
	color: #999;
}
.pagination a.navlinks {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}
.pagination a.navlinks:hover {
	color: #fff;
	background-color: #454545;
}
.pagination a.current {
	color: #fff;
	background-color: #454545;
}

/* comment form */
.comment_form {
	float: left;
	width: 90%;
	margin-top: 30px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.comment_input_bg {
	float: left;
	width: 70%;
	height: 25px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_checkbox {
	float: left;
	display: block;
	width: 90%;
	margin-top: 10px;
}
.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
}
.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

/* comments */
.comment_wrap{
	padding:20px 20px 20px 0px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.comment_wrap.chaild{
	border-bottom:1px solid #eee;
	margin:10px 20px 10px 50px;
	overflow:hidden;
}
.gravatar{
	float:left;
}

.comment_content{
	overflow:hidden;
	padding-left:20px;
	position:relative;
	min-height:80px;
}
.comment_content .comment_meta{
	position:relative;
}
.comment_content .comment_meta .comment_author{
	display:inline;
	font-size:14px;
	font-style: normal;
}
.comment_content .comment_meta .comment_author i{
	display:inline;
	font-size:11px;
	font-style: italic;
}
.comment_content .comment_text {
	clear:both;
	padding-top:0px;
	overflow:hidden;
}
.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}
.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}
#comments_section li ul li{
	margin-left: 30px;
}

/* contact form */
.comment_form {
	float: left;
	width: 690px;
	margin-top: 30px;
}
.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.input_bg {
	float: left;
	width: 70%;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.address-info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	width: 91%;
	margin-bottom: 40px;
}
.address-info a {
	color: #1889c1;
}
.address-info a:hover {
	color: #454545;
}

.google-map {
	width: 99%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


/* our team */
.our_team_box {
	width: 100%;
	float: left;
}
.our_team_box ul {
	margin: 0;
	padding: 7px 0 0 0px;
	float: left;
	width: 160px;
}
.our_team_box li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color: #a9a9a9;
}
.our_team_box li a {
	margin: 7px 5px 0 0;
	padding: 0;
	float: left;
}
.our_team_box  img.teammempic {
	width: 100%;
	margin: 0px;
	padding: 0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.our_team_box  img.teammempic:hover {
	width: 100%;
	margin: 0px;
	padding: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.our_team_box li a img:hover {
	margin: 0px;
	padding: 0;
	opacity: 0.7;
	filter: alpha(opacity=10);
}
.our_team_box li strong {
	font-size: 13px;
	color: #454545;
	display: block;
}
.our_team_box li strong i {
	color: #999;
	font-size: 11px;
	font-style: normal;
}
.our_team_box .boxleft {
	width: 160px;
	float: left;
	margin: 0px 20px 0 0;
}
.our_team_box .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px;
}
.our_team_box .boxright {
	width: 160px;
	float: right;
	margin: 0px;
}
.our_team_box li a i {
	color: #dadada;
}

/* our team big */
.our_team_box_big {
	width: 100%;
	float: left;
}
.our_team_box_big ul {
	margin: 0;
	padding: 20px 0 0 0px;
	float: left;
	width: 220px;
}
.our_team_box_big li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color: #a9a9a9;
}
.our_team_box_big li a {
	margin: 7px 5px 0 0;
	padding: 0;
	float: left;
}
.our_team_box_big  img.teammempic {
	width: 225px;
	margin: 0px;
	padding: 0;
	float: left;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.our_team_box_big  img.teammempic:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.our_team_box_big li a img:hover {
	margin: 0px;
	padding: 0;
	opacity: 0.7;
	filter: alpha(opacity=10);
}
.our_team_box_big li strong {
	font-size: 14px;
	color: #454545;
	display: block;
}
.our_team_box_big li strong i {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.our_team_box_big .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px;
}
.our_team_box_big li a i {
	color: #dadada;
}

/* client logos */
ul.clients_logos_list {
	padding: 0;
	margin: 20px 0 0 0px;
	position: relative;
}
.clients_logos_list li {
	padding: 0;
	margin: 0;
	float: left;
	width: 25%;
}
.clients_logos_list li img {
	width: 100%;
}
.clients_logos_list li.last {
	margin: 0 0px 0 0;
}

/* portfolio single image */
.portfolio_area {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.portfolio_area_left {
	padding: 0px;
	margin: 0px;
	width: 75%;
	float: left;
}
.portfolio_area_left img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.portfolio_area_right {
	padding: 0px;
	margin: 0px 0px 0px 3%;
	width: 22%;
	float: left;
}
.project_details {
	padding: 0px;
	margin: 50px 0px 0px 0px;
}
.project_details span {
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #727272;
	float: left;
	width: 40%;
}
.project_details em {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	float: left;
	width: 60%;
}
.project_details span a {
	padding: 3px 10px;
	margin: 0px 0px 0px 3px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	background-color: #e3e3e3;
	border-radius:3px;
}
.project_details span a:hover {
	background-color: #ddd;
}
.addto_favorites {
	padding: 3px 10px 5px 10px;
	margin: 20px 0px 0px 0px;
	width: 122px;
	display: block;
	border-radius:3px;
	font-size: 13px;
	color: #999;
	background: #eee;
}
.addto_favorites:hover {
	background: #ddd;
}
.addto_favorites i {
	color: #c3c3c3;
}

ul.small_social_links {
	padding: 0px;
	margin: 9px 0 25px 0px;
}
.small_social_links li {
	padding: 0px;
	margin: 0px 9px 0px 0px;
	float: left;
}
.small_social_links li i {
	color: #1889c1;
}
.small_social_links li a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.small_social_links li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.portfolio_image {
	float: left;
	width: 98%;
	padding: 0px;
	margin: 0px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_image .title {
	float: left;
	width: 92%;
	padding: 10px 19px 7px 20px;
	margin: 0px;
	font-size: 13px;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.portfolio_image img {
	float: left;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.portfolio_image img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*calculator style */
.infant-calculator-form {
    display: flex;
    flex-flow: column;
    margin: auto auto auto auto;
    width: 1000px;
}
.infant-calculator-form .form-markup {
    width: 100%;
}
.infant-calculator-form .calculator-wrapper {
    margin-top: 1rem;
    width: 100%;
}
.infant-calculator-form .left-form {
    padding: 0 2.5rem 2.5rem;
}
.infant-calculator-form .comment_submit {
    margin-top: 1rem;
}
.infant-calculator-form .submission-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
    width: 100%;
}
.infant-calculator-form .submission-left {
    margin-right: 1rem;
}
.infant-calculator-form input.form-text, .infant-calculator-form input.form-number, .infant-calculator-form select {
    min-height: 3.3rem;
    width: 100%;
    padding: 0px 0px 0px 10px;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.infant-calculator-form select {
    height: 3.3rem;
}
.infant-calculator-form label {
    font-size: 1.5rem!important;
    margin-bottom: 0.2rem!important;
}
.infant-calculator-form .form-item {
    margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
    .infant-calculator-form {
        width: 90%;
    }
}
@media print {
  .calculator-landing .infant-calculator-form {
    display: none;
	}
  .calculator-landing table {
    margin-bottom: 0;
    margin-top: 0;
	}
  .calculator-landing table th, .calculator-landing table td {
    padding: 0;
    border-left: none;
    border-right: none;
	}
  .header-branding .l-constrain {
    margin: 0;
    padding: 0;
	}
  .header-navigation {
    display: none;
	}
 .noprint {
	 display: none !important;
	}
}

.skiplinks {
  left: 50%;
  margin-left: -7em;
  position: absolute;
  width: 14em;
  z-index: 9999; }

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #333;
  border: 2px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  color: #eee;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 14em; }

#main:focus {
  outline: 0; }

.view__filters {
  margin-bottom: 1rem; }

.webform-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em; }

.form-item--checkboxes {
  margin-bottom: 0; }
.form-item--checkboxes .form-item--checkbox {
  margin-bottom: 0.5em; }

.form-item--radio {
  margin-bottom: 0.5em; }

.form-item--radios {
  margin-bottom: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  margin-top: 2em;
  min-width: 100%;
  border-style: solid;
  border-width: 1px;
}
tbody{
  border-style: solid;
  border-width: 1px;
}

td {
  background-color: #ffffff;
  padding: 0.9375rem;
  border-right-style: solid;
  border-width: 1px;
}
textarea {
  overflow: auto; }

tfoot td,
tfoot th {
  background-color: #f1f1f1; }

th {
  background-color: #ffffff;
  border: 1px solid #5b616b;
  padding: 0.9375rem;
  text-align: left; }

thead td,
thead th {
  background-color: rgba(73,195,207,1);
  color: black;
  border-style: solid;
  border-width: 2px;
}

ul {
  list-style-type: disc;
  margin: 0 0 1rem;
  padding: 0 0 0 1.2em; }
[dir='rtl'] ul {
  padding: 0 1.2em 0 0; }
ol {
  list-style-position: outside;
  padding-left: 1em;
}
ul ol,
ul ul {
  margin: 0.5rem 0 0; }

section {
  display: block; }

l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em; }
.l-constrain .l-constrain {
  padding-left: 0;
  padding-right: 0; }

.l-constrain--no-padding {
  padding-left: 0;
  padding-right: 0; }

.l-constrain--alt {
  max-width: 900px; }

.l-pad {
  padding: 20px 0; }

.l-grid {
  overflow: hidden; }

.l-grid__row {
  margin-left: -2em;
  margin-right: -2em; }

.l-grid__column {
  float: left;
  padding: 0 2em;
  width: 100%; }

.l-grid--cols-2 .l-grid__column {
  width: 50%; }

.l-grid--cols-3 .l-grid__column {
  width: 33.3333333333%; }

.l-grid--cols-4 .l-grid__column {
  width: 25%; }

.l-grid--cols-5 .l-grid__column {
  width: 20%; }

.l-grid--cols-6 .l-grid__column {
  width: 16.6666666667%; }

.calculatorform{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.calculator_landing{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
}
.baby-header{
	position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#baby-header-image{
  height: auto;
  width: 40%;
}
.baby-header-text{
  letter-spacing: 2px;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  margin-top: 23px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-style: normal;
  color: #102e4f;
}
.left-form{
  float: none;
	margin-right:0;
	width:auto;
	border:0;
}
.paragraph--type--blockreference a{
  visibility: hidden;
}
.calculatorform h3{
  visibility: hidden;
}
/* calcuatlor input form */

.calculator-wrapper{
  border-style: solid;
  border-color: rgba(73,195,207,1);
  border-top-width: 20px;
  border-bottom-width: 1px;
  width: 70%;
  display:flex;
  margin-left: auto;
  margin-right: auto;
}
h1.resultsheader {
    background: none;
    text-align: center;
    text-decoration: underline;
}

.results{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
}

.left-form{
  float: left;
  width: 100%;
  border-right-width: 1px;
  border-right-color: #933476;
  background: #98DAE8;
}
.right-form{
  float: right;
  width: 100%;
  background: #D0FFFF;
  padding: 0 2.5rem 2.5rem;
}
.right-form-space{
  /*padding-left: 50px;*/
}
.form-flex-item{
  display: flex;
}
.form-item-product-name{
  width: 54%;
}
.form-item{
margin-bottom: 0em;
}
.submit-form{
  text-align: center;
  margin-top: 1em;
  border-top-width: 4px;
  border-color: #933476;
}
.reset-form{
  text-align: center;
  border-top-width: 4px;
  bottom: -73px;
  position: relative;
  border-color: #933476;
}
#edit-submit--2{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#edit-reset{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.messages--warning {
  background-color: #fdf8ed;
  background-image: url(../../../../misc/icons/e29700/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

tbody th {
  background-color: #ffffff;
  padding: 0.9375rem;
  text-align: left;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: none;
  font-size: 0px;
}
.results {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
}
.form-title{
  font-size: 20px;
}
.bf-quick-link{
  text-align: center;
  font-size: 20px;
}
.form-alert{
  text-align: center;
}
.submission{
  display:flex;
}
.submission-wrapper{
  width: 70%;
  margin-left: auto;
}

.form-markup{
  width: 70%;
}

#interim-text{
  background: yellow;
}

.calc-results-interim{
  margin-top: 1em;
  margin-bottom: 1em;
  border-style: solid;
  border-width: 2px;
}

.calc-results-interim-header{
  padding: 1em;
  text-align: center;
  font-size: 24px;
  border-bottom: solid;
  border-bottom-width: 1px;
  background-color: rgba(73,195,207,1);
}

.calc-results-interim-text{
  padding: 5px;
}


[value="Select Food Package"]{
  display: none;
}

/*    Breastfeeding Check In  */
.bf_hero p {
    background: #d3d9e3;
    padding-top: 10px;
}

img#hero_img {
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img#bfrt_hero_img {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#container-circle{
  background-color: #9cdbf1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 879px) {
    #container-circle {
        justify-content: flex-start;
        overflow-x: auto;
    }
}

.circle{
  position: relative;
  display: inline-block;
  margin: 2em 0;
  color: #222;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.circle__wrapper{
 /*background-color: #e6d1e2;*/
}

.circle-box{
  cursor: pointer;
  height: auto;
}

.circle-box:not(:last-of-type) {
  margin-right: 2rem;
}

.circle__content {
  background-color: #fff2d3;
  border-radius: 50%;
  box-shadow: 0 4px #999;
  color: #102e4f;
  font-size: 1.4rem;
  text-transform: uppercase;
  transition: all 0.05s ease-out;
}

.circle__content:active {
  background-color: #933476;
  border-radius: 50%;
  box-shadow: 0 5px #666;
  color: #ffffff;
  transform: translateY(4px);

}
.circle__content:focus {
  background-color: #933476;
  border-radius: 50%;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.circle__content.active {
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 2px #888;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  box-shadow: 0 0 10px 4px #c1eefe;
}

.circle-box:nth-child(1) .circle__content {
    background-color: #6DC1CC;
    background-image: url(/themes/vira/images/wic/icon-new-mom.svg);
    background-position: 50% 21%;
    background-repeat: no-repeat;
    background-size: 46%;
    color: #000000;
}
.circle-box:nth-child(2) .circle__content {
    background-color: #2C3E8B;
    background-image: url(/themes/vira/images/wic/icon-new-baby.svg);
    background-position: 47% 26%;
    background-repeat: no-repeat;
    background-size: 48%;
    color: #ffffff;
}
.circle-box:nth-child(3) .circle__content {
    background-color: #914989;
    background-image: url(/themes/vira/images/wic/icon-new-position2.svg);
    background-position: 46% 21%;
    background-repeat: no-repeat;
    background-size: 50%;
    color: #ffffff;
}
.circle-box:nth-child(4) .circle__content {
    background-color: #DA7151;
    background-image: url(/themes/vira/images/wic/icon-new-latch2.svg);
    background-position: 49% 27%;
    background-repeat: no-repeat;
    background-size: 53%;
    color: #000000;
}
.circle-box:nth-child(5) .circle__content {
    background-color: #a0a0a0;
    background-image: url(/themes/vira/images/wic/icon-new-school.svg);
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 57%;
    color: #ffffff;
}
.circle-box:nth-child(6) .circle__content {
    background-color: #f1f1f1;
    background-image: url(/themes/vira/images/wic/icon-new-weaning.svg);
    background-position: 47% 21%;
    background-repeat: no-repeat;
    background-size: 48%;
}

.ui-accordion-content{
  background-color: #ffffff;
}
p.container.viewalltopics{
  margin-top: 1rem;
}

.sub_topic{
  font-size: 17px;
  font-weight: bold;
  font-family: "Source Sans Pro",sans-serif;
	visibility: visible;
	line-height: 21.6px;
	color: #212121;
	padding-bottom: .7em;
}

.sub_topic p{
	font-size: 16px;
	font-family: "Source Sans Pro",sans-serif;
	line-height: 21.6px;
	color: #212121;
}

.sub_topic ul li {
	font-size: 16px;
	font-family: "Source Sans Pro",sans-serif;
	list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

#form-summary{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.tipsummary{
  background-color:#e6d1e2;
}
.field-content.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-top.ui-corner-bottom {
 background-color: #f6f6f6;
}
.addTopic {
  color: black;
  float: right;
  position: relative;
  right: 1.4rem;
  top: 1.7rem;
  z-index: 100;
	/* font-size: 32px;
  font-weight: bold; */
}

.removeTopic {
  color: black;
  float: right;
  position: relative;
  right: 1.4rem;
  top: 1.7rem;
  z-index: 100;
	/* font-size: 32px;
  font-weight: bold; */
}

.addRemoveSlash {
	color: black;
  float: right;
  position: relative;
  right: 1.4rem;
  top: 1.7rem;
  z-index: 100;
	margin-left: 5px;
	margin-right: 5px;
	/* font-size: 32px;
  font-weight: bold; */
}

@media only screen and (max-width: 768px) {
  .addTopic {
    left: -3%;
  }
	.removeTopic {
		/* add left */
	}
}



/*---------------------*/
/*Wic Staff Page */
/*--------------------------*/
img.align-center {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

.wicworks {
    text-align: center;
		position: relative;
	}

.block-yellow.block-section {
    padding-top: 2rem;
    padding-bottom: 0rem;
}
/*------------------*/
/* BreastFeeding and Calculator Landing */
/*--------------------------------------------------------*/

.hero {
    text-align: center;
    background-color: #d3d9e3;
}

.landing-blue-block {
  background: #102E4F;
  color: white;
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.landing-blue-block .row {
  margin-left: -7px;
  margin-right: -8px;
  line-height: 2em;
}
.checkin-par1 {
  margin-left: 10%;
  margin-right: 10%;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
.checkin-par2 {
  margin-left: 20%;
  margin-right: 20%;
  line-height: 20px;
}
.checkin-par2 ul li {
  list-style: disc;
	padding-bottom: 15px;
}

.bfrt-hero-container {
	/*border: 3px solid #fff;*/
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	padding: 20px;

}

@media screen and (min-width: 991px) {
	.bfrt-hero-child {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.bfrt-hero-child {
		width: 450px;
	}
}

@media only screen and (max-width: 768px) {
	.bfrt-hero-child {
		width: 300px;
	}

	.bfrt-hero-container {
		flex-direction: column-reverse;
	}
}

.bfrt-hero-child {
	float: left;
	padding: 20%;
}

.bf_hero {
    background: #D1D9E3;
}

.bfc-text {
    float: left;
    display: flex;
}

.bf_hero .bfctext {
    float: left;
    background: #d3d9e3;
    width: 34%;
    position: relative;
    top: 110px;
    left: 50px;
}

.bfrt_hero .bfctext {
    float: left;
    position: relative;
}

p.bfctext.bfcheader {
    font-size: 22px;
}

.bfcheader {
	font-weight: bold;
}

img#hero_img {
    width: 900px;
    display: block;
    margin-left: auto;
    float: right;
}

img#bfrt_hero_img {
    width: 400px;
    display: block;
    margin-left: auto;
    float: right;
}

.block-section {
    padding-top: 2rem;
    padding-bottom: 2rem;

}

.block-section h3{
	background-color: white;
	border: 1px solid #1071bc;
  margin-top: 0.5rem;
}

h4.intro-text {
    position: relative;
    top: -50px;
}

.summary {
	text-align: center;
    background-color: #102e4f;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.summary h2 {
    color: white;
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.5;
    background: none
}

.summary h4 {
    color: white;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 4rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

h2.fsize-large {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: white;
}

ul.landing-bullets {
    color: white;
    position: relative;
    left: 20px;
}


ul.bullets {
    position: relative;
    top: 20px;
	}

ul li {
  /*list-style: disc;*/
	/*color: white;*/
	font-weight: 300;
	line-height: 1.5;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}


.pages {
    margin-right: -208px;
    padding-left: 15rem;
}

.mb-3 {
  margin-bottom: 3rem!important;
	text-align: center;
  margin-bottom: 3rem!important;
  padding-left: 3rem!important;
}

.page-block {
    padding-top: 8rem;
    padding-bottom: 0rem;
}

.cards-row{
	margin-left: -15px;
	margin-right: -15px;
}

.cards-wrapper{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.page-cards {
	height: 37vw;
	margin: auto;
	width: 900px;
  margin-top: 50px;
}

.cards {
	/* float: left;
  width: 50%; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.cards img {
	/* margin: 10px 0px 20px 0px;
	max-width: 23vw;
	position: relative;
	top: 10px; */

}
/*--------------------------------------------------*/
/* Media Q starts */
/*--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .bc-page-cards {
      /* height: 550px;
  .bc-page-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;*/
  }

  .bf_hero {
    background: #D1D9E3;
    width: 100%;
  }

  .bf_hero img {
    max-width: 100%;
    position: relative;
  }

  .page-cards {
    /* position: relative;
		top: -20px;
		flex-flow: column;
		margin-bottom: 400px;
		max-width: 75vw; */
  }

  .cards-wrapper {
    width: 100%;
  }

  img#hero_img {
    width: 100%
  }

  .bf_hero .bfctext {
    position: relative;
    top: 15px;
    left: 10px;
    width: 92%;
    text-align: center;
  }

  img.align-center {
		max-width: 800px;
		position: relative;
  }

  .cards img {
    /* width: 100%; */
    /* margin: 10px 0px 20px 0px; */
    /* max-width: 35vw; */
    /*position: relative;
	    top: -40px;*/
  }

  /* .cards.card2 {
    position: relative;
    margin-left: -265px;
    top: 50px;

 } */
  .calculator-icon p {
    /* position: relative;
     top: 10px; */
  }
}

.reassurance-icon p {
  /* top: 100px; */
}

/*--------------------------------------------------*/
/* Media Q ends */
/*--------------------------------------------------*/
.bfctext strong {
    color: #112e50;
    text-transform: capitalize;
    /*text-shadow: 5px 5px 5px grey;*/
    font-size: 2rem;
    position: relative;
    top: -5px;
}

#hero-2-image{
  max-width: 100%;
  height: auto;
}
.reassurance-icon {
	width: 100%;
	text-align: center;
}

.reassurance-icon p{
	/* position: relative; */
}
.reassurance-icon p:hover {
	opacity: 0.5;
}
.calculator-icon {
    /* float: right; */
    width: 100%;
		text-align: center;
}

.calculator-icon p{
	/* position: relative; */
	/* top: 37px; */
}

.calculator-icon p:hover {
	opacity: 0.5;
}

h3.page-link {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color:#933476;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 45px 8px 25px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #d3d3d3;
		margin: 57px;
		margin-top: -15px;
		margin-right: 56.5px;
		border-top: white;
}

.hidden-links{
  text-align: center;
  color: white;
  border: solid 5px;
  border-color: #112E50;
  border-radius: 3px;
  background: #112E50;
}

strong.about-rt {
    color: white;
    position: relative;
    top: -26px;
    left: 538px;
    border: solid 5px;
    border-color: #112E50;
    border-radius: 3px;
    background: #112E50;
}

.cards a {
    color: #933476;
}

.cards img {
	width: 100%;
}

div.container {
  padding: 10px 20px;
}
.reassurance-icon p {
	line-height: 1.5;
	color:#933476;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	}

	.calculator-icon p {
    line-height: 1.5;
    color:#933476;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


.bc-page-cards {
    display: flex;
    /* establish flex container */
    flex-direction: row;
    /* make main axis horizontal (default value) */
    justify-content: center;
    /* center items horizontally, in this case */
    align-items: center;
    /* for demo purposes */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
		height: auto;

  }

  .bc-cards {
		width: 415px;
		margin: auto;
		min-width: 200px;
		text-align: center;
		height: 250px;
		margin-top: 20px;
    margin-bottom: 20px;
  }

  .bc-shadow-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 200px;
  }

	.bc-shadow-box a {
	    color: #933476;
	}

  .bchidden-links {
		text-align: center;
		color: white;
		border: solid 5px;
		border-color: #112E50;
		border-radius: 3px;
		background: #112E50;
		margin-top: 15px;
  }

	.bchidden-links a {
    color: white;
	}

	p.bchidden-links:hover {
		background: #914989;
		border-color: #914989;
 }
 .bchidden-links a:hover {
		/* color: #112e50; */
 }
/*----------------------------------*/
/* HealthCare Provider Referral */
/*----------------------------------*/
th.hlth_h {
    text-align: center;
}

.hlth_txt {
    text-align: center;
    position: relative;
    top: 20px;
}
table.healthcare_p {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    margin-top: 2em;
    min-width: 50%;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

td.hlth_td {
    border-bottom-style: double;
}

table.healthcare_p1 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    margin-top: 2em;
    min-width: 50%;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
		position: relative;
		top: -35px;
}
  /*---------------------------*/
/*    ANALYTIC FORM

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

  .analytic-form-submit{
    padding-top: 1em;
    padding-left: 1em;
  }
label[for="edit-options10"]{
  font-weight: 200;
	margin-left: 20px;
}
label[for="edit-options20"]{
  font-weight: 200;
	margin-left: 20px;
}

#edit-options10 {
	width: 40px;
}

#edit-options20 {
	width: 40px;
}

.form-item-options20 {
	display: inline-grid;
}

.form-item-options10 {
	display: inline-grid;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* For IE 10+ */
	.form-item-options20 {
		display: -ms-inline-grid;
	}

	.form-item-options10 {
		display: -ms-inline-grid;
	}
}

#edit-submit1 {
	background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	text-transform: none;
	margin-top: 40px;
}
#edit-submit1:active{
 	box-shadow: 0 2px #666;
  transform: translateY(4px);
	text-transform: none;
}
#edit-submit2:active{
  box-shadow: 0 2px #666;
  transform: translateY(4px);
	text-transform: none;
}
#edit-submit3:active{
  box-shadow: 0 2px #666;
  transform: translateY(4px);
	text-transform: none;
}
#edit-submit4:active{
  box-shadow: 0 2px #666;
  transform: translateY(4px);
	text-transform: none;
}
#edit-submit1-2:active{
  box-shadow: 0 2px #666;
  transform: translateY(4px);
	text-transform: none;
}
#edit-submit1-3:active{
  box-shadow: 0 2px #666;
  transform: translateY(4px);
	text-transform: none;
}
#edit-submit2-2:active{
  box-shadow: 0 2px #666;
  transform: translateY(4px);
	text-transform: none;
}
#edit-submit2-3:active {
   box-shadow: 0 2px #666;
   transform: translateY(4px);
	 text-transform: none;
 }
#edit-submit2 {
  background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	margin-top: 7px;
	text-transform: none;
}
#edit-submit3 {
  background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	text-transform: none;
}
#edit-submit4 {
  background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	text-transform: none;
}
#edit-submit1-2{
  background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	text-transform: none;
}
#edit-submit1-3{
  background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	text-transform: none;
}
#edit-submit2-2{
  background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	margin-top: 7px;
	text-transform: none;
}
#edit-submit2-3{
  background-color:rgba(73,195,207,1);
  cursor: pointer;
  box-shadow: 0 2px #999;
	margin-top: 7px;
	text-transform: none;
}
#edit-option1{
  background-color: white;
  height: 39px;
  margin-top: 1em;
  margin-left:1em;
  color: black;
	text-transform: none;
}
#edit-option4{
  display: grid;
	text-decoration: none;
}
.analytic-form-option {
  font-weight: bold;
  padding-top: 1em;
}

.analytic-form-bigger-text {
	font-size: 20px;
}

.analytic-form-button {
	text-decoration: none;
}

.analytic-form-option1-text {
	margin-top: 20px;
}

.analytic-form-option-light {
  font-weight: normal;
  padding-top: 1em;
}

.analytic-form-option input{
	width: 40px;
}

.analytic-form-option-top{
	padding-top: 32px
}

.analytic-form-option-top2{
	padding-top: 26px
}

@media only screen and (min-width: 769px) {
	.analytic-form-row {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		display: flex;
	  flex-direction: row;
	  justify-content: left;
	}

	.analytic-form-option1-button {
		margin-top: 67px;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.analytic-form-row {
		/* float:left; */
	}
	.analytic-form-option1-button {
		margin-top: 0px;
	}
}

.analytic-form-block {
  /* width: 100px; */
	display: inline-block;
}

.analytic-form-block-label {
	margin-left: 20px;
	margin-top: 25px;
}

.analytic-paragraph-div {
	word-wrap: normal;
}

.analytic-form-block-partial-string {
  /* width: 100px; */
	display: inline-block;
	margin-left: 10px;
	margin-top: 27px;
}

#edit-option1--description{
  font-weight: normal;
  font-size: 12px;
  padding-left: 2em;
}
/*------------------*/
/*	COMPONENTS OF A CARE PLAN
/*------------------------------------------------------*/
/*.hearts {
    height: 175px;
    padding: 0px 220px;
}*/

/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
	margin: 0px;
	padding: 0px;
}
#site-searchform {
	margin: 0;
	padding: 0;
}
#site-searchform #s{
	border: 1px solid #eee;
	background-color: #fff;
	width: 71%;
	height:30px;
	padding:5px 10px 0px 10px;
	color: #999;
	float: left;
	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#site-searchform #searchsubmit{
	float: left;
	width:50px;
	height:36px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	background: #1889c1 url(../images/site-search-icon.png) no-repeat center 11px;
	border:0;
}
#site-searchform #searchsubmit:hover{
	float: left;
	width:50px;
	height:36px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	background: #454545 url(../images/site-search-icon.png) no-repeat center 11px;
	border:0;
}

.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar_widget ul.arrows_list1{
	margin-top: -3px;
}
.sidebar_widget ul.arrows_list1 li a {
	color: #1889c1;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #666;
}
.sidebar_title {
	float: left;
	width: 100%;
	background: url(../images/title-h-line2.png) no-repeat left 26px;
}
.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 25px;
	background-color: #fff;
	float: left;
	padding: 0px 0px 10px 0px;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: normal;
	font-style: normal;
}

/* Recent Posts */
ul.recent_posts_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.recent_posts_list li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 13px 0px;
	list-style-type: none;
	border-bottom: 1px solid #f5f6f6;
	float: left;
	width: 100%;
}
.recent_posts_list li a {
	text-decoration: none;
	line-height: 16px;
	display: block;
	color: #999;
}
.recent_posts_list li a:hover {
	color: #1889c1;
}

.recent_posts_list li span {
	float: left;
	margin-right: 15px;
}
.recent_posts_list li span img {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.recent_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.recent_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}
.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}

/* client says widget */
.clientsays_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #999;
}
.clientsays_widget strong {
	font-weight: 600;
	color: #454545;
}
.clientsays_widget h3 {
	margin-bottom: 18px;
}
.clientsays_widget img {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
	border: 1px solid #e3e3e3;
}

/* Advertisements */
ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}
.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}
.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 120px;
	list-style-type: none;
}






/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.but_goback i {
	color: #fff;
}
a.but_goback {
	padding: 13px 25px 13px 22px;
	margin: 0px 0px 0px 0px;
	background: #1889c1;
	border-bottom: 1px solid #454545;
}
a.but_goback:hover {
	color: #fff;
	background-color: #32a8e3;
}
a.but_ok_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_ok_2:hover {
	background-color: #ff9900;
}

a.but_wifi {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #0099cc;
	border-bottom: 1px solid #909090;
}
a.but_wifi:hover {
	background-color: #00abde;
}

a.but_warning_sign {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc19;
	border-bottom: 1px solid #909090;
}
a.but_warning_sign:hover {
	background-color: #efda1b;
}

a.but_user {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007f99;
	border-bottom: 1px solid #909090;
}
a.but_user:hover {
	background-color: #0090ad;
}

a.but_tag {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59919;
	border-bottom: 1px solid #909090;
}
a.but_tag:hover {
	background-color: #efa61b;
}

a.but_table {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c6699;
	border-bottom: 1px solid #909090;
}
a.but_table:hover {
	background-color: #5674ad;
}

a.but_star {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc4c;
	border-bottom: 1px solid #909090;
}
a.but_star:hover {
	background-color: #a6da52;
}

a.but_search {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #66667f;
	border-bottom: 1px solid #909090;
}
a.but_search:hover {
	background-color: #747490;
}

a.but_phone {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background: #e56619;
	border-bottom: 1px solid #909090;
}
a.but_phone:hover {
	background-color: #ef6f1b;
}

a.but_pencil {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc4c19;
	border-bottom: 1px solid #909090;
}
a.but_pencil:hover {
	background-color: #da521b;
}

a.but_new_window {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #001900;
	border-bottom: 1px solid #909090;
}
a.but_new_window:hover {
	background-color: #333333;
}

a.but_music {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cccc7f;
	border-bottom: 1px solid #909090;
}
a.but_music:hover {
	background-color: #dada8a;
}

a.but_hand_right {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_hand_right:hover {
	color: #fff;
	background-color: #ff9900;
}

a.but_thumbs_down {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #9999cc;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_down:hover {
	background-color: #a6a6da;
}

a.but_thumbs_up {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #00cce5;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_up:hover {
	background-color: #00daef;
}

a.but_globe {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #669999;
	border-bottom: 1px solid #909090;
}
a.but_globe:hover {
	background-color: #6fa6a6;
}

a.but_hospital {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #196666;
	border-bottom: 1px solid #909090;
}
a.but_hospital:hover {
	background-color: #1b6f6f;
}

a.but_coffe_cup {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f994c;
	border-bottom: 1px solid #909090;
}
a.but_coffe_cup:hover {
	background-color: #8aa652;
}

a.but_settings {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #997f4c;
	border-bottom: 1px solid #909090;
}
a.but_settings:hover {
	background-color: #a68a52;
}

a.but_chat {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9919;
	border-bottom: 1px solid #909090;
}
a.but_chat:hover {
	background-color: #8aa61b;
}

a.but_play_button {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c664c;
	border-bottom: 1px solid #909090;
}
a.but_play_button:hover {
	background-color: #567456;
}

a.but_remove_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59966;
	border-bottom: 1px solid #909090;
}
a.but_remove_2:hover {
	background-color: #efa66f;
}

a.but_lock {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #994c19;
	border-bottom: 1px solid #909090;
}
a.but_lock:hover {
	background-color: #a6521b;
}

a.but_shopping_cart {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc7f4c;
	border-bottom: 1px solid #909090;
}
a.but_shopping_cart:hover {
	background-color: #da8a52;
}

a.but_exclamation_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c7f7f;
	border-bottom: 1px solid #909090;
}
a.but_exclamation_mark:hover {
	background-color: #528a8a;
}

a.but_info {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #667fcc;
	border-bottom: 1px solid #909090;
}
a.but_info:hover {
	background-color: #6f8ada;
}

a.but_question_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c0019;
	border-bottom: 1px solid #909090;
}
a.but_question_mark:hover {
	background-color: #620020;
}

a.but_minus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #666666;
	border-bottom: 1px solid #909090;
}
a.but_minus:hover {
	background-color: #747474;
}

a.but_plus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #333333;
	border-bottom: 1px solid #909090;
}
a.but_plus:hover {
	background-color: #444444;
}

a.but_folder_open {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc99;
	border-bottom: 1px solid #909090;
}
a.but_folder_open:hover {
	background-color: #a6daa6;
}

a.but_file {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #999999;
	border-bottom: 1px solid #909090;
}
a.but_file:hover {
	background-color: #a6a6a6;
}

a.but_envelope {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #727272;
	border-bottom: 1px solid #909090;
}
a.but_envelope:hover {
	background-color: #7c7c7c;
}

a.but_edit {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc7f;
	border-bottom: 1px solid #909090;
}
a.but_edit:hover {
	background-color: #efda8a;
}

a.but_cogwheel {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #194c7f;
	border-bottom: 1px solid #909090;
}
a.but_cogwheel:hover {
	background-color: #1e5c99;
}

a.but_check {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #004c4c;
	border-bottom: 1px solid #909090;
}
a.but_check:hover {
	background-color: #005c5c;
}

a.but_camera {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007fcc;
	border-bottom: 1px solid #909090;
}
a.but_camera:hover {
	background-color: #008ada;
}

a.but_calendar {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c99e5;
	border-bottom: 1px solid #909090;
}
a.but_calendar:hover {
	background-color: #52a6ef;
}

a.but_bookmark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #990000;
	border-bottom: 1px solid #909090;
}
a.but_bookmark:hover {
	background-color: #b60000;
}

a.but_book {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9999;
	border-bottom: 1px solid #909090;
}
a.but_book:hover {
	background-color: #8aa6a6;
}

a.but_download {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_download:hover {
	background-color: #ff9900;
}

a.but_pdf {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_pdf:hover {
	background-color: #ff9900;
}

a.but_word_doc {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_word_doc:hover {
	background-color: #ff9900;
}

a.but_woman {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_woman:hover {
	background-color: #ff9900;
}


/* styled boxes */
.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
}
p.error {
	border: none;
}
.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}
.message-box-wrap {
	border: 0px solid #fff;
	padding:10px;
}
.info {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}
.error {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}
.notice {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}
.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}
.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 5px;
	background: url(../images/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */

.dropcap1, .dropcap2, .dropcap3 {
	float: left;
	text-align: center;
	overflow:hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.dropcap1 {
	width: 53px;
	height:	58px;
	line-height: 50px;
	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
	color: #999;
	margin:0 8px -4px 0;
	font-size: 32px;
}
.dropcap1.gray {
	background-image:url(../images/elements/dropcap_gray.png);
}
.dropcap2 {
	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
	color:#999;
	line-height: 47px;
	height: 56px;
	width: 53px;
	margin:0 8px -4px 0;
	font-size:32px;
}
.dropcap2.gray {
	background-image:url(../images/elements/dropcap_gray.png);
}
.dropcap3 {
	font-size:40px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 0 -4px 0;
}
.dropcap3.gray {
	color: #999;
}


/* styled lists */
ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10 {
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding: 0px;
	text-align: left;
}
ul.list1 li,ul.list2 li,ul.list3 li,ul.list4 li,ul.list5 li,ul.list6 li,ul.list7 li,ul.list8 li,ul.list9 li,ul.list10 li{
	padding-left: 18px;
	margin: 3px 0;
}
ul.list1 li {
	background:url(../images/elements/icon-heart.png) no-repeat left 5px;
}
ul.list2 li {
	background:url(../images/elements/icon-ok.png) no-repeat left 5px;
}
ul.list3 li {
	background:url(../images/elements/icon-right-arrow.png) no-repeat left 5px;
}
ul.list4 li {
	background:url(../images/elements/icon-star.png) no-repeat left 4px;
}
ul.list5 li {
	background:url(../images/elements/icon-chevron-right.png) no-repeat left 5px;
}
ul.list6 li {
	background:url(../images/elements/icon-chat.png) no-repeat left 5px;
}
ul.list7 li {
	background:url(../images/elements/icon-play-button.png) no-repeat left 5px;
}
ul.list8 li {
	background:url(../images/elements/icon-remove.png) no-repeat left 5px;
}
ul.list9 li {
	background:url(../images/elements/icon-cart.png) no-repeat left 5px;
}
ul.list10 li {
	background:url(../images/elements/icon-user.png) no-repeat left 4px;
}


/* highlight colors */
.highlight {
	color: #fff;
	padding: 2px 5px;
	background: #000;
	border-radius:3px;
}
.highlight.black {
	background: #000;
	border-radius:3px;
}
.highlight.red {
	background: #ff0000;
	border-radius:3px;
}
.highlight.gray {
	background: #aaa;
}
.highlight.yellow {
	background: #fff000;
}
.highlight.blue {
	background: #0099cc;
}
.highlight.pink {
	background: #e826b4;
}
.highlight.green {
	background: #48b02b;
}
.highlight.orange {
	background: #ffcc00;
}
.highlight.magenta {
	background: #9325ea;
}


/* buttons */
.button, button {
    text-decoration:none;
	text-align:center;
	color:#585656;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:32px;
	line-height:32px;
	padding:0px 15px;
	position:relative;
	outline: none;
	overflow: hidden; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #dcdcdc;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	text-transform: uppercase;

	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center top,
		center bottom,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */

	background-color:white;
}

.button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover  {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
}
.button:active, .button.active, .page-numbers:active {
	top:2px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .2) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .2)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */

}

.button.full{
	display: block;
}

.button.small{
	font-size:13px;
}
.button.medium{
	font-size:13px;
	height:40px;
	line-height:40px;
}
.button.large{
	font-size:16px;
	height:50px;
	line-height:50px;
}


/* styled buttons */
.button.red {
	background-color: #ff0000;
	color: #fff;
}
.button.blue {
	background-color: #117ed1;
	color: #fff;
}
.button.lightblue {
	background-color: #0099cc;
	color: #fff;
}
.button.green {
	background-color: #009933;
	color: #fff;
}
.button.black {
	background-color: #333;
	color: #fff;
}
.button.orange {
	background-color: #ff8100;
	color: #fff;
}
.button.darkgray {
	background-color: #818181;
	color: #fff;
}
.button.gray {
	background-color: #f0f0f0;
	color: #000;
}

/* tables */
.table-style {
	float: left;
	width: 100%;
}
.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list th {
	padding: 10px;
	background-color: #eee;
}
.table-list td {
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.table-list tr:hover td {
	background-color: #f9f9f9;
}

ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 20px 35px 0px;
}


/* pricing tables */
.pricing-tables-main {
	position: relative;
	float: left;
	margin-bottom: 40px;
}

.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
}
.pricing-tables .title {
	float: left;
	width: 100%;
	height: 30px;
	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables .price {
	float: left;
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
	border: none;
}
.pricing-tables .ordernow {
	float: left;
	width: 100%;
	padding: 18px 0px;
	background-color: #eee;
	text-align: center;
	color: #fff;
}
.pricing-tables-main .ordernow .normalbut{
	color: #fff;
	background-color: #666;
	border: 1px solid #454545;
	padding: 10px 20px;
	border-radius: 3px;
	font-weight: bold;
}
.pricing-tables-main .ordernow .normalbut:hover{
	background-color: #727272;
}
.pricing-tables-main .ordernow .colorchan{
	color: #fff;
	background-color: #1889c1;
	border: 1px solid #666;
	padding: 10px 20px;
	border-radius: 3px;
	font-weight: bold;
}
.pricing-tables-main .ordernow .colorchan:hover{
	color: #fff;
	background-color: #299fd9;
}
.pricing-tables-helight{
	position: relative;
	float: left;
	width: 27%;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight .title {
	float: left;
	width: 100%;
	height: 46px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #0091c1;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #0087b3;
	border-bottom: 1px solid #00a4da;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #0099cc;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-helight .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-helight .cont-list li.last {
	border: none;
}
.pricing-tables-helight .ordernow {
	float: left;
	width: 100%;
	padding: 20px 0 25px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-two {
	position: relative;
	float: left;
	width: 33%;
	border: 1px solid #eee;
}
.pricing-tables-two .title {
	float: left;
	width: 100%;
	height: 30px;
	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables-two .price {
	float: left;
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables-two .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-two .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-two .cont-list li.last {
	border: none;
}
.pricing-tables-two .ordernow {
	float: left;
	width: 100%;
	padding: 18px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-helight-two{
	position: relative;
	float: left;
	width: 33%;
	z-index: 3;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight-two .title {
	float: left;
	width: 100%;
	height: 46px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #0091c1;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #0087b3;
	border-bottom: 1px solid #00a4da;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight-two .price {
	float: left;
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #0099cc;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight-two .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-helight-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight-two .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-helight-two .cont-list li.last {
	border: none;
}
.pricing-tables-helight-two .ordernow {
	float: left;
	width: 100%;
	padding: 20px 0 25px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}


/* columns with box */
.framed-box {
	border: 1px solid #e3e3e3;
	width: 100%;
}
.framed-box.center{
	text-align:center;
}
.framed-box-wrap {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}
.framed-box-wrap .pricing-title {
	background-color: #f1f1f1;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.framed-box-wrap .pricing-text-list {
	padding: 15px 20px 20px 20px;
	text-align: center;
}

/* testimonials */
.testimonials-5 {
	float: left;
}
.testimonials-5 span {
	float: left;
	line-height: 21px;
	margin-top: 15px;
}

.testimonials-4 {
	float: left;
}
.testimonials-4 .left{
	float: left;
	width: 50px;
	margin: 5px 20px 5px 0;
}
.testimonials-4 span {
	float: left;
	height: 34px;
	width: 100%;
	padding: 0px;
	position: relative;
	z-index: 999;
	margin-bottom: -1px;
	margin-top: -15px;
}
.testimonials-4 .content {
	float: left;
	line-height: 21px;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	border-radius: 5px;
}
.testimonials-4 .content i {
	font-size: 11px;
	color: #909090;
	text-transform: none;
}

.testimonials-2 {
	float: left;
}
.testimonials-2 span {
	float: left;
	line-height: 21px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.big_text1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 27px;
	line-height: 35px;
	color: #999;
}
.big_text1 i {
	color: #1889c1;
	font-style: normal;
}

ul.fullimage_box {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 48%;
}
.fullimage_box li {
	padding: 0px;
	margin: 0px;
}
.fullimage_box li img {
	margin-bottom: 8px;
	width: 100%;
}
.fullimage_box li img:hover {
}
ul.fullimage_box.last {
	float: left;
	width: 48%;
	margin-left: 4%;
}

ul.fullimage_box2 {
	float: left;
	padding: 30px 20px;
	margin: 0px;
	width: 86.6%;
	border: 1px solid #eee;
	border-radius: 4px;
}
.fullimage_box2 li {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
ul.fullimage_box2.last {
	float: left;
	width: 100%;
	margin-left: 4%;
}
.fullimage_box2 li i {
	color: #1889c1;
}
.fullimage_box2 h3 {
	color: #1889c1;
	margin-top: 13px;
}

.box_widget_full {
	float: left;
	width: 96%;
	padding: 2%;
	margin: 0px;
	background-color: #fbfbfb;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
}

ul.list_doted02 {
	float: left;
	margin: 13px 0px 0px 0px;
	padding: 0px;
}
.list_doted02 li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 13px;
	background: url(../images/dot.png) no-repeat left 9px;
}
.list_doted02 li h5 {
	margin-bottom: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f3f3f3;
}

ul.arrows_list1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.arrows_list1 li {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	list-style-type: none;
	color: #999;
}

/* section 1 */
ul.lirc_section {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.lirc_section li {
	float: left;
	padding: 0px;
	margin: 0px;
}
.lirc_section li.left {
	float: left;
	padding: 0px;
	margin: 0 8% 0 0;
	width: 90px;
	height: 90px;
	line-height: 110px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.left i {
	color: #1889c1;
}
.lirc_section li.right {
	float: left;
	padding: 0px;
	margin: 0;
	width: 60.7%;
}
.lirc_section li.left.two {
	padding: 0px;
	margin: 0 0 0 35%;
	width: 65px;
	height: 65px;
	line-height: 75px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.right.two {
	float: left;
	padding: 0px;
	margin: 0;
	width: 100%;
	text-align: center;
}
.lirc_section li.right.two h3 {
	margin-top: 20px;
}

.punchline_text_box {
	float: left;
	width: 95.400%;
	padding: 20px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #1889c1;
	color: #999;
	background: #f9f9f9;
}
.punchline_text_box strong {
	font-size: 15px;
	color: #454545;
}

.punchline_text_box .left {
	float: left;
	width: 80%;
}
.punchline_text_box .right {
	float: left;
	width: 20%;
}

a.knowmore_but {
	float: right;
	padding: 13px 20px 13px 20px;
	margin: 0px 0px 0px 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #1889c1;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #454545;
}
a.knowmore_but:hover {
	color: #fff;
	background-color: #32a8e3;
}

/* get features */
.get_features {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.get_features h5 {
	margin-bottom: 7px;
}
.get_features p {
	line-height: 19px;
}
.get_features ul.get_features_list {
	float: left;
	padding: 0px;
	margin: 0px 0px 23px 0px;
}
.get_features ul.get_features_list.last {
	margin: 0px 0px 0px 0px;
}
.get_features .get_features_list li {
	float: left;
	padding: 0px;
	margin: 0px;
}
.get_features .get_features_list li.left {
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	width: 44px;
	height: 44px;
	background-color: #1889c1;
	border-radius: 45px;
	text-align: center;
	line-height: 52px;
	vertical-align: middle;
}
.get_features .get_features_list li.left i {
	color: #fff;
}
.get_features .get_features_list li.right {
	width: 80%;
}

/* section 2 */
ul.lirt_section {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.lirt_section li.left {
	float: left;
	padding: 0px;
	margin: 0 25px 0 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  font-size: 22px;
}
.lirt_section li strong {
	font-weight: 600;
	font-size: 14px;
	color: #1889c1;
	display: block;
	margin: 8px 0 0 0;
}
.lirt_section li i {
	font-style: normal;
}

/* 404 Error Page */
.error_pagenotfound {
	padding: 30px 30px 45px 30px;
	margin: 0 auto;
	width: 67%;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
}
.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
}
.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #eee;
	margin: 0;
}
.error_pagenotfound i {
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #1889c1;
	margin: 0;
	font-style: normal;
}

.slidingDiv {
  display:inline;
}

/*------------------*/
/* BreastFeeding Reassurance Tips
/*------------------------------------------------------*/

#bfresultitle {
	text-align: center;
	font-size: 16px;
}

#bfresultitle:hover{
  color: #000000;
  text-decoration: underline;
}

.sub-sub-paragraph {
  text-indent: 1em;
}

.sub-sub-paragraph li {
    list-style-position: inside;
    text-indent: 0em;
    padding-left: 2em;
}

.bfrt-list {
	width: 63%;
	padding-right: 5px;
}

.bf_search_filters {
	width: 63%;
	padding-right: 5px;
	display: block;
}

@media screen and (max-width: 768px) {
	.bf_search_filters {
		width: 100%;
	}
}

.bf_resource_tips_search {
	position: relative;
	float: right;
}

@media screen and (max-width: 479px) {
	.bf_resource_tips_search {
		float: none;
	}
}

.bfrt-flex-container {
	margin: 15px;
	display: flex;
}

.empty-bfrt-flex-container {
	background-color: #ffffff;
}

.bfrt-flex-container-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.bfrt-flex-container-column {
	display: flex;
	flex-direction: column;
}


.bfrt-summary {
	background-color: #f6f6f6;
}

.bfrt-summary a {
  /*word-break: break-all;*/
  overflow-wrap: break-word;
}

.bfrt-checkbox {
	float: right;
}

@media only screen and (max-width: 768px) {
	.bfrt-list {
		width: 100%;
	}

}

/*------------------*/
/* Login Form
/*------------------------------------------------------*/

.user-login-form {
    width: 1000px;
    margin: 4rem auto;
}

/* ----------------------------------------------
   CSS Alignment Classes used by CKEditor plugins
---------------------------------------------- */

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-right img{
  float: right;
}

.align-left img{
  float: left;
}

.align-center img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------------
   Alignment of Inline Images and limiting caption
   captions to the width of their images
---------------------------------------------- */

figure.align-right,
figure.align-left {
	padding: 10px;
  margin: 0px;
  display: table;
}

figure.align-center {
  padding: 10px;
  display: table;
}

figure.align-right figcaption,
figure.align-left figcaption,
figure.align-center figcaption {
  font-size: small;
  text-align: center;
  display: table-caption;
  caption-side: bottom ;
  margin-bottom: 5px;
}
