/*-------------------------------------------------------
[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;
	margin-bottom: 10px;
	margin-top: 22px;
	margin-left: 4%;
}
.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;
}

/* 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;
}


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

/* about section */
.section1 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.section1 .one_fourth {
	text-align: center;
	background: url(../images/v-line.png) no-repeat right bottom;
	padding-right: 1.5%;
	padding-left: 1.5%;
	margin: 0;
	padding-bottom: 10px;
}
.section1 .one_fourth.last {
	background: none;
	margin: 0;
}
.section1 .circle {
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border: 5px solid #f3f3f3;
	border-radius: 100%;
	text-align: center;
	margin-bottom: 40px;
	color: #1da4dd;
	font-size: 57px;
	line-height: 148px;
	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;
}
.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;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
}
.funfacts {
	float: left;
	width: 100%;
	padding: 70px 0px 70px 0px;
	text-align: center;
}
.funfacts span {
	font-family: 'Rubik', serif;
	font-size: 50px;
	color: #272727;
}
.funfacts h4 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin: 13px 0px 0px 0px;
}
.intro {
	text-align: center;
	padding-left: 16%;
	padding-right: 16%;
	color: #000;
}
.intro p {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top: 1px solid #000000;
	padding-top: 10px;
}

/* services section */
.section3 {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.section3 img {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.section3 .one_fourth {
	text-align: center;
	color: #000;
}
.section3 strong {
	color: #000;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	display: block;
	margin-bottom: 13px;
	margin-top: 20px;
}

/* features section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	padding: 80px 0px;
	text-align: center;
}
.feature_section2 p {
	text-transform: none;
	font-size: 17px;
	font-weight: 100;
	color: #000000;
	line-height: 24px;
}

/* parallax 1 */
.parallax_sec1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 400px 0px 100px 0px;
	background: url("../images/profile-rubi.jpg");
	background-attachment: scroll;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	margin-bottom: 80px;
}
.parallax_sec2 h1 {
	color: #fff;
	font-weight: 500;
	line-height: 12vmin;
	font-size: 16vmin;
	padding: 16px;
}
.parallax_sec2 h1 strong {
	font-weight: 600;
	letter-spacing: -1px;
}
.parallax_sec2 h5 {
	color: #333;
}
.parallax_sec2 a {
	color: #fff;
	font-size: 20px;
	border: 1px solid #d02d6e;
	padding: 13px 30px;
	text-transform: uppercase;
	border-radius: 4px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.parallax_sec2 a:hover {
	color: #fff;
	background-color: #d02d6e;
	border: 0;
}

/* parallax 2 */
.parallax_sec2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 200px 0px 200px 0px;
	background: url("../images/intro.jpg");
	background-attachment: scroll;
	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;
}

/* 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 65px 0px;
	background: #000;
}
.cforms {
	float: left;
	width: 100%;
	margin-top: -20px;
}
.addressinfo {
	line-height: 27px;
	font-weight: 300;
	font-size: 22px;
	color: #FFF;
}
.addressinfo strong {
	font-size: 40px;
}
.addressinfo a {
	color: #d02d6e;
}
.addressinfo a:hover {
	color: #fff;
}
.google {
	width: 100%;
}
.google-map {
	width: 100%;
	padding-top: 30px;
	height: 400px;
}
a.glink {
	font-size: 12px;
	color: #727272;
}
a.glink:hover {
	color: #999;
}

/* copyrights section */
.copyrights {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 20px 0px;
}
.copyrights ul {
	width: 11%;
	padding: 0px;
	margin: 0 auto;
}
.copyrights li {
	float: left;
	padding: 0px;
	margin: 0px 7px;
}
.copyrights li a {
	float: left;
	color: #fff;
	font-size: 20px;
	width: 46px;
	height: 46px;
	vertical-align: middle;
	line-height: 46px;
	border: 2px solid #fff;
	border-radius: 100%;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.copyrights li a:hover {
	background-color: #fff;
	color: #000;
}

/* 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;
}