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

1. Header
	+ logo
	+ navigation
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/

/* Logo */
.logo {
	float: left;
	width: 20%;
}
.logo img {
	float: left;
	padding-bottom: 18px;
	margin-top: 10px;
	margin-left: 30px;
	padding-top: 10px;
}
.menu_main {
	float: right;
	width: 80%;
}

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

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}

.container {
	width: 1170px;
	margin: auto auto auto auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 50px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 50px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 50px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 50px 0px 0px 0px;
}
.about-us p {
	font-size: 18px;
	font-weight: 100;
	line-height: 26px;
	padding-bottom: 30px;
}
.about-us h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	padding-bottom: 30px;
	line-height: 38px;
}
.about-us a {
	color: #7ab700;
}
.about-us a:hover {
	color: #000;
}
.about-img {
	width: 100%;
}
.language {
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 8px;
}
.google {
	width: 100%;
}
.google-map {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 0;
	height: 400px;
	border: 0;
}
/* 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;
}

/* blog */
.blog_post {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	font-size: 16px;
	color: black;
}
.blog_post p {
	font-size: 16px;
	color: black;
}
.blog_post a {
	font-size: 16px;
	color: #7ab700;
}
.blog_post a:hover {
	color: #000;
}
.blog_post h3 {
	text-align: left;
	color: #333;
	line-height: 30px;
	font-size: 40px;
	font-family: 'Rubik', sans-serif;
}
.blog_post h3 a {
	color: #000;
	text-decoration: none;
	margin-top: 3px;
	text-transform: none;
	font-weight: 500;
	font-size: 30px;
}
.blog_post h3 a:hover {
	color: #7ab700;
}
.blog_postcontent {
	float: left;
	width: 100%;
}
.blog_postcontent .image_frame {
	float: left;
	width: 100%;
	margin-bottom: 27px;
}


/* 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: 180px;
	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 {
	float: left;
	width: 100%;
	height: 520px;
	margin-bottom: 27px;
}
.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 {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
}
.blog_post a.date:hover {
	color: #13afeb;
}
.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: 40px;
}
.sharepost ul {
	margin: 0px;
	padding: 0px;
}
.sharepost li {
	margin: 0px 7px 5px 0px;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
	list-style-type: none;
	background-color: #13afeb;
}
.sharepost li i {
	color: #fff;
}
.sharepost li:hover {
	background-color: #383634;
}

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


/* pagination */
.pagination.center {
	text-align: center;
}
.pagination.center b{
	float: inherit;
}
.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:40px;
	font-family: 'Rubik', 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: 100%;
	margin-top: 30px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 40px;
	font-weight: normal;
}
.comment_input_bg {
	float: left;
	width: 75%;
	height: 40px;
	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: 'Rubik', 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;
}


/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/
.site-search-area {
	margin: 18px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 80%;
}
#site-searchform {
	margin: 0;
	padding: 0;
}
#site-searchform #s{
	border: 1px solid #e0e0e0;
	background-color: #fff;
	width: 80%;
	height:41px;
	padding:5px 10px 5px 10px;
	color: #999;
	float: left;
	font-size: 13px;
}
#site-searchform #searchsubmit{
	float: left;
	width:50px;
	height:41px;
	cursor:pointer;
	text-indent:-5555em;
	line-height:100;
	overflow:hidden;
	background: #13afeb url(../images/site-search-icon.png) no-repeat center 14px;
	border:0;
}
#site-searchform #searchsubmit:hover{
	background: #383634 url(../images/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar_widget ul.arrows_list1{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
	font-size: 16px;
}
.sidebar_widget ul.arrows_list1 li a {
	color: #7ab700;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #000;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_title h4 {
	font-family: 'Rubik', sans-serif;
}
.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 30px;
	float: left;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: 500;
	font-style: normal;
}

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

.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;
}


.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.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;
	width: 96%;
	padding-left: 4%;
	padding-top: 4%;
	padding-bottom: 3%;
	margin-bottom: 40px;
	color: black;
	font-size: 16px;
	line-height: 26px;
}
.address_info a {
	color: #7ab700;
}
.address_info a:hover {
	color: #000;
}
.address_info.two {
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
	padding-top: 0px;
}
.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}

/* page title */
.page_title {
	float: left;
	width: 100%;
	padding: 50px 0px 35px 0px;
	text-align: center;
	font-size: 14px;
	border-top: 5px solid #13afeb;
	color: #999;
	background: #272727 url(../images/h-line1.png) no-repeat center bottom;
}
.page_title.two {
	padding: 50px 0px 30px 0px;
}
.page_title h1 {
	color: #000;
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.page_title2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0px 28px 0px;
}
.page_title2 .container {
	background: url(../images/h-line3.png) no-repeat left bottom;
}
.page_title2 .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page_title2 .title h1 {
	margin: 0px;
	font-weight: 600;
	color: #13afeb;
	text-transform: none;
	font-size: 35px;
}
.page_title2 .pagenation {
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #e0e0e0;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 22px 0px;
}
.page_title2 .pagenation i {
	color: #727272;
	margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
	padding: 0px;
	color: #727272;
}
.page_title2 .pagenation a:hover {
	color: #e0e0e0;
}

.page_title3 {
	position: relative;
	float: left;
	width: 100%;
	padding: 35px 0px 0px 0px;
	background: #f4f4f4;
	border-top: 2px solid #eee;
	border-bottom: 1px solid #eee;
}
.page_title3 h1 {
	margin: 0px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 2px;
}

.page_title3 .pagenation {
	font-size: 12px;
}

/*------------------*/
/*  PAGE SECTIONS
/*------------------------------------------------------*/

/* about section */
.section1 {
	float: left;
	width: 100%;
	padding: 100px 0px 100px 0px;
}
.section1 h1 {
padding: 0;
padding-bottom: 50px;
}
.section1 .one_half {
	text-align: left;
	margin: 0;
}
.section1 .one_half p {
	font-size: 15px;
	font-weight: 100;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}	
.section1 .one_half {
	background: none;
	margin: 0;
}
.section1 span {
	color: #25c7d9;
	font-weight: 400;
}	
.section1 .circle {
	padding-top: 20px;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border: 5px solid #f3f3f3;
	border-radius: 100%;
	text-align: center;
	margin-bottom: 20px;
	color: #1da4dd;
	padding: 10px;
	vertical-align: middle;
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	cursor: pointer;
}
.profile {
	margin-bottom: 10px;
	font-weight: 400;
}
.profile-box {
	color: #222;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.section1 .circle:hover {
	-webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	background-color: #1da4dd;
	color: #fff;
}
.section1 strong {
	color: #272727;
	padding-left: 12%;
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.funfacts {
	float: left;
	width: 100%;
	padding: 80px 0px 70px 0px;
	background-color: #f3f3f3;
	text-align: center;
}
.funfacts span {
	font-family: 'Rubik', serif;
	font-size: 65px;
	color: #272727;
}
.funfacts h4 {
	font-size: 21px;
	color: #727272;
	text-transform: uppercase;
	margin: 13px 0px 0px 0px;
}
.intro {
	text-align: center;
	padding-left: 16%;
	padding-right: 16%;
	color: #fff;
}
.intro p {
	padding-top: 40px;
	font-size: 18px;
	line-height: 28px;
	font-weight: lighter;
}

/* services section */
.section3 {
	float: left;
	width: 100%;
	padding: 80px 0px 80px 0px;
}
.section3 img {
	max-width: 100%;
	padding-top: 10px;
}
.section3 p {
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	color: #4b4b4b;
	text-align: left;
	font-weight: 100;
}
.section3 h5 {
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	color: #4b4b4b;
	text-align: left;
	font-weight: 100;
}
.section3 span {
	font-size: 24px;
	line-height: 31px;
	color: #3a8fbc;
	text-align: left;
	font-weight: 400;
}
.about {
	background-color: #f8f8f8;
}
.about-name {
	border-left: 4px solid #ccc; padding-left: 20px;
}

.section3 h1 {
	font-size: 36px;
	color: #4b4b4b;
	font-weight: 400;
}
.section3 .one_half {
	text-align: center;
	color: #666;
	border-radius: 10px;
}
#servicios h1 {
	font-size: 36px;
	color: #4b4b4b;
	font-weight: 400;
}
.news {
	float: left;
	width: 100%;
	padding: 0px 0px 90px 0px;
	background-color: #f3f3f3;
}
.news p {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: dimgray;
	text-align: left;
}
.news a {
	color: dimgray;
	text-transform: none;
	font-weight: 400;
	font-size: 21px;
}
.news a:hover {
	color: #67862c;
}
.news img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.news .one_half {
	text-align: center;
	color: #666;
	border-radius: 10px;
}
.companies-title {
	width: 100%;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 20px;
	font-size: 26px;
	color: #222;
	line-height: 36px;
}
.section-last {
	float: left;
	width: 100%;
	padding: 90px 0px 0px 0px;
	padding-bottom: 40px;
	padding-top: 0;
}
.section-last p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.section-last img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.section-last b {
	font-weight: normal;
	font-size: 26px;
	color: #000000;
	letter-spacing: 1px;
}
.section-last .one_third {
	text-align: center;
	color: #666;
	border-radius: 10px;
}

.peosec {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 25px;
	background: url(../images/h-line.png) no-repeat left bottom;
}
.peosec img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-right: 20px;
}
.peosec strong {
	float: left;
	color: #1da4dd;
	font-size: 16px;
	font-weight: 600;
	margin-top: 13px;
}
.peosec strong i {
	font-size: 12px;
	color: #999;
	font-style: normal;
	display: block;
}

/* pricing section */
.section4 {
	float: left;
	width: 100%;
	padding: 80px 0px 80px 0px;
	background: url("../images/services.jpg");
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
}

.section4 h3 {
	font-weight: 100;
	text-transform: none;
	font-size: 15px;
	text-align: left;
	line-height: 24px;
	padding-bottom: 20px;
	padding-top: 10px;
	color: white;
	font-family: 'Rubik', sans-serif;
}
.section4 h2 {
	font-weight: 200;
	padding-bottom: 6px;
	text-transform: none;
	font-size: 20px;
	text-align: left;
	line-height: 24px;
	color: white;
	font-family: 'Rubik', sans-serif;
}

/* features section 20 */
.feature_section20 {
	float: left;
	width: 100%;
	padding: 70px 0px 0px 0px;
	background: #363636;
}
.feature_section20 h2 {
	color: white;
	font-weight: 400;
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
}
.feature_section20 h5 {
	color: white;
	font-weight: 100;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
}
.feature_section20 .flex-control-nav {
	bottom: 30px;
}
.feature_section20 .left {
	float: left;
	width: 38%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 30px;
}
.feature_section20 .right {
	float: left;
	width: 43%;
}
.feature_section20 .right img {
	float: right;
}

/* features section 19 */
.feature_section19 {
	float: left;
	width: 100%;
	padding: 70px 0px 90px 0px;
	text-align: center;
	background: url("../images/testimonials.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
	font-size: 18px;
	line-height: 26px;
}
.feature_section19 .pesbox {
	width: 80%;
	margin: auto;
	text-align: left;
}
.feature_section19 .pesimg {
	margin-top: 30px;
}
.feature_section19 .pesimg img {
	float: left;
	width: 70px;
	height: 70px;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 100%;
	margin-right: 10px;
	letter-spacing: 1px;
}
.feature_section19 .pesimg strong {
	color: #000;
	font-weight: bold;
}
.feature_section19 .pesimg i {
	color: #999;
	font-size: 16px;
	font-style: normal;
}

.feature_section19 .flex-control-nav {
	bottom: -50px;
}

/* features section 26 */
.feature_section26 {
	float: left;
	width: 100%;
	height: 200px;
	text-align: center;
	padding: 70px 0px 40px 0px;
	background-color: #525252;
}
.feature_section26 h1 {
	color: white;
}

/* parallax 1 */
.parallax_sec1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px 100px 0px;
	background: url("../images/intro.jpg");
	background-color: #333;
	background-attachment: scroll;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}
.parallax_sec1 h1 {
	color: #ccc;
	line-height: 40px;
	font-weight: lighter;
	font-size: 38px;
}
.parallax_sec1 h1 strong {
	font-weight: 200;
	color: #000;
}
.parallax_sec1 h5 {
	color: #333;
}
.parallax_sec1 a {
	color: #ccc;
	font-size: 20px;
	border: 1px solid #44bfbb;
	padding: 13px 30px;
	text-transform: uppercase;
	border-radius: 4px;
	font-family: 'Rubik', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.parallax_sec1 a:hover {
	color: #fff;
	background-color: #44bfbb;
	border: 0;
}

/* parallax 2 */
.parallax_sec2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px 130px 0px;
	background: url("../images/para-bg3.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}

/* parallax 3 */
.parallax_sec3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px 140px 0px;
	background: #eee url("../images/para-bg4.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_sec3 i {
	width: 106px;
	height: 106px;
	background: #1da4dd url(../images/site-img5.png) no-repeat center top;
	color: #fff;
	font-size: 35px;
	line-height: 106px;
	vertical-align: middle;
	border-radius: 100%;
}
.parallax_sec3 a.morelink {
	color: #272727;
	background-color: #fff;
	padding: 4px 13px 0px 13px;
	text-transform: uppercase;
}

.section-m {
	background: url("../images/intro-m.jpg");
	height: 200px;
	display: none;
}

/* blogs section */
.section5 {
	float: left;
	width: 100%;
	padding: 90px 0px 100px 0px;
}
.section5 .one_third {
	background-color: #f3f3f3;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.section5 .one_third:hover {
	background-color: #272727;
}
.section5 .one_third:hover h4 {
	color: #fff;
}
.section5 .one_third img {
	float: left;
}
.section5 .one_third .cont {
	float: left;
	padding: 30px 0px 40px 30px;
}
.section5 .one_third a {
	color: #727272;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 5px 13px;
}
.section5 .one_third a i {
	color: #999;
	margin-right: 4px;
}
.section5 .one_third a:hover {
	background: none;
}
.punchtext {
	float: left;
	width: 100%;
	padding: 60px 0px 50px 0px;
}
.punchtext h3 {
	float: left;
	margin-top: 10px;
	color: #1da4dd;
}
.punchtext a {
	float: right;
	color: #fff;
	font-size: 16px;
	padding: 16px 40px;
	background-color: #1da4dd;
	border-radius: 5px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.punchtext a:hover {
	background-color: #454545;
}


/* contact section */
.section6 {
	float: left;
	width: 100%;
	padding: 90px 0px 0px 0px;
	background: #243744;
}
.section6 h1 {
	padding: 0;
}
.cforms {
	width: 70%;
	margin: 0 auto;
}
.addressinfo {
	line-height: 27px;
	font-weight: 300;
	font-size: 22px;
	color: #FFF;
}
.addressinfo strong {
	font-size: 40px;
}
.addressinfo a {
	color: #7ab700;
}
.addressinfo a:hover {
	color: #fff;
}

a.glink {
	font-size: 12px;
	color: #727272;
}
a.glink:hover {
	color: #999;
}


/* copyrights section */
.copyrights {
	float: left;
	width: 100%;
	text-align: center;
	padding: 62px 0px 50px 0px;
	background-color: #f9f9f9;
}
.copyrights ul {
	width: 27%;
	padding: 0px;
	margin: 0 auto;
}
.copyrights li {
	float: left;
	padding: 0px;
	margin: 0px 7px;
}
.copyrights li a {
	float: left;
	color: #4c4c4c;
	font-size: 16px;
	width: 46px;
	height: 46px;
	vertical-align: middle;
	line-height: 46px;
	background-color: #f3f3f3;
	border: 1px solid #d9d9d9;
	border-radius: 100%;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.copyrights li a:hover {
	background-color: #d9d9d9;
}


/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}

/*------------------*/
/* FOOTER STYLES
/*------------------------------------------------------*/
/* Address */
.footer-copy {
	padding-top: 10px;
}
.footer-social {
	padding-top: 12px;
	font-size: 25px;
	text-align: center;
}
.footer-social i {
	padding-right: 10px;
	padding-left: 10px;
}
.footer1 {
	float: left;
	width: 100%;
	padding: 100px 0px 90px 0px;
	background: #131e26;
	color: #fff;
	line-height: 22px;
}
.footer1 h4 {
	color: #fff;
	margin-bottom: 25px;
}
.footer1 p {
	text-align: left;
	color: white;
	font-size: 14px;
	line-height: 24px;
	float: left;
}
.footer-icon {
	color: #fff;
	font-size: 30px;
	float: left;
	margin-right: 20px;
}
.footer1 span {
	font-size: 20px;
	color: white;
	font-weight: 100;
}
.footer1 h1 {
	color: #fff;
}
.footer1 h4.lmb {
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
}
.footer1 a {
	color: #30f2ee;
}
.footer1 a:hover {
	color: #fff;
}
.footer1.three {
	float: left;
	width: 100%;
	padding: 57px 0px;
	background-color: #eee;
}
.footer1.three h4 {
	margin-bottom: 30px;
}
.footer1.three h4.lmb {
	margin-bottom: 20px;
}

ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.footer1 li {
	padding: 6px 0px;
	margin: 0px;
}

/* Tags */
.ftags {
	float: left;
	width: 100%;
}
.ftags ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.ftags li {
	float: left;
	padding: 0px;
	margin: 0px 8px 14px 0px;
}
.ftags li a {
	color: #727272;
	padding: 5px 10px;
	background-color: #303030;
}
.ftags li a:hover {
	color: #fff;
	background-color: #484848;
}

.ftags.three li a {
	color: #fff;
	padding: 5px 10px;
	background-color: #999;
}
.ftags.three li a:hover {
	color: #fff;
	background-color: #484848;
}


/* Newsletter Signup */
.newsletter {
	float: left;
	width: 100%;
}
.newsletter .enter_email_input {
	float: left;
	width: 75%;
	height: 39px;
	padding: 0px 7px;
	line-height: 39px;
	background: #fff;
	border: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #999;
}
.newsletter .input_submit {
	float: left;
	color: #fff;
	height: 39px;
	padding: 0px 10px;
	background-color: #13afeb;
	border: 0px;
	cursor: pointer;
}
.newsletter .input_submit:hover {
	color: #fff;
	background-color: #454545;
}

.newsletter_two {
	float: left;
}
.newsletter_two .left {
	float: left;
	width: 100px;
	height: 133px;
	padding-top: 25px;
	margin-right: 20px;
	color: #fff;
	text-align: center;
}
.newsletter_two i {
	color: #fff;
	font-size: 40px;
	margin-bottom: 5px;
}
.newsletter_two .right {
	float: left;
	padding-top: 20px;
}
.newsletter_two input.enter_email_input {
	float: left;
	padding: 3px 0px 2px 18px;
	height: 36px;
	width: 200px;
	margin: 5px 0 0 0px;
	background-color: #545454;
	border: 0px;
	color: #999;
	font-size: 16px;
	border-radius: 4px;
}
.newsletter_two .input_submit {
	float: left;
	padding: 10px 20px;
	background-color: #757575;
	margin-top: 10px;
	border: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
}
.newsletter_two .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #999;
}