body {
	background: #303030;
	font-size: 18px;
	line-height: 32px;
	color: #FFF;
	margin: 0;
	padding: 0;
	word-wrap: break-word !important;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	/* background-size: 3% !important; */
	background: #303030 url("../images/preloader-ani.gif") no-repeat center center;
	z-index: 999;
}
h1 {
	margin-top: 100px;
	text-align: center;
	font-size: 30px;
	line-height: 70px;
	font-family: 'roboto', sans-serif;
}
h2 { 
	/* font-family: 'gilroy_extrabold', 'acrobat', arial, sans-serif; */
	font-size: 45px;
	line-height: 100%;
}
h3 {
	font-family: 'acrobat', arial, sans-serif;
	font-size: 30px;
	line-height: 130%;
	text-align: left;
}
h3 a { color: #000; }
a { color: #FFF; outline: 0; }
p { text-align: center; }
sup { font-size: 50%; font-weight: 100; }
.clear { clear: both; height: 0px; }

/*-- menu --*/
.toggle, [id^=drop] {
	display: none;
}
nav {
	width: 100%;
	height: 70px;
	margin: 0 auto 0 auto;
	position: fixed;
	display: block;
	text-align: center;
	z-index: 15;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
#logo {
	display: block;
	padding: 0 10px;
	float: left;
	font-size: 12px;
	line-height: 60px;
	margin-left: 70px;
}
.menu {
	margin-right: 70px;
}
nav:after {
	content: "";
	display: table;
	clear: both;
}
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
}
nav a {
	display: block;
	padding: 10px 0 10px 0;
	margin: 20px 10px 20px 10px;
	color: #FFF;
	font-size: 17px;
	font-family: 'acrobat', arial, sans-serif;
	line-height: 8px;
	font-weight: 400;
	text-decoration: none;
}
nav ul li ul li:hover {
	/* background: #000000; */
	border-bottom: solid 3px #FFF;
}
nav a:hover {
	/* background: #000000; */
	border-bottom: solid 3px #FFF; 
}
nav ul ul {
	display: none;
	position: absolute;
	top: 60px;
}
nav ul li:hover > ul {
	display: inherit;
}
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}
nav ul ul ul li {
	position: relative;
	top: -60px;
	left: 170px;
}
li > a:after {
	content: ' +';
}
li > a:only-child:after {
	content: '';
}
.active { /* current menu */
	border-bottom: solid 3px #FFF;
}
/*-- menu end --*/


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1200px) {
/*-- menu --*/
#logo {
	display: block;
	padding: 0 10px;
	float: left;
	font-size: 12px;
	line-height: 60px;
	margin: -65px 0 0 70px;
	float: none;
}
.menu {
	width: 200px;
	float: left;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; 
}
nav {
	width: 200px;
	margin: 0px;
	position: fixed;
	text-align: left;
}
nav a {
	display: block;
	padding: 0;
	margin: 0 0 0 8px;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
nav ul li ul li:hover {
	margin-left: 5px;
	border-left: solid 3px #FFF;
	border-bottom: solid 0px;
}
nav a:hover {
	margin-left: 5px;
	border-left: solid 3px #FFF;
	border-bottom: solid 0px;
}
.active { /* current menu */
	margin-left: 5px;
	border-left: solid 3px #FFF;
	border-bottom: solid 0px;
}
.toggle + a, .menu {
	display: none;
}
.toggle { /* menu small */
	display: block;
	padding: 0 20px;
	margin-top: 5px;
	color: #FFF;
	font-size: 30px;
	line-height: 60px;
	text-decoration: none;
	border: none;
	width: 25px;
}
.toggle:hover {
	/* background-color: #EFEFEF; */
	cursor: pointer; 
}
[id^=drop]:checked + ul {
	display: block;
}
nav ul li {
	display: block;
	width: 100%;
	/* border: solid 1px red; */
}
nav ul ul .toggle, nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
nav a:hover, nav ul ul ul a {
	/* background-color: #000000; */
}
nav ul li ul li .toggle, nav ul ul a {
	/* background-color: #212121; */
	/* color: blue; */
}
nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}
nav ul ul li:hover > ul, nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
}
nav ul ul ul li {
	position: static;
}
#t_field {
	width: 220px; height: 40px; background: white; border: solid 2px gray;
	}
/*-- menu end --*/	
}
@media all and (max-width : 450px) {
/*-- menu --*/
nav ul li {
	display: block;
	width: 94%;
}
.block_text_1 {
	max-width: 90% !important;
	margin: 30px 30px 10px 30px !important;
}
.block_text_2 {
	max-width: 90% !important;
	margin: 10px 30px 20px 30px !important;
}
#t_field {
	width: 250px; height: 40px; background: white; border: solid 2px gray;
	}
/*-- menu end --*/
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* GSAP Animation */

.obj_a { position: absolute; visibility: hidden; }
.obj_on { /* see GSAP script - dynamically unhide elements */ }

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*-- right side menu --*/
.m_01_right {
	color: #fff;
	padding: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 20%;
	z-index: 10;
}
.m_01_right a {
	width: 5px;
	height: 4px;
	display: block;
	margin: 10px 0 10px 0;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}
.m_01_right ul { margin-right: 30px; list-style-type: none; }
.m_01_right ul li a { background: rgba(0,0,0,0.6); }
/* .m_01_right ul li a:hover { border-bottom: solid 3px #FFF; } */

/* -- body pages -- */
.square-box1 {
	margin: auto auto auto auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden; 
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.color01 { background-image: url("../images/photos/001_nyc.jpg"); }
.color02 { background-image: url("../images/photos/002_train.jpg"); }
.color03 { background-image: url("../images/photos/003_car.jpg"); }
.color04 { background-image: url("../images/photos/004_city.jpg"); }
.color05 { background-image: url("../images/photos/005_trip.jpg"); } 
.color06 { background-image: url("../images/photos/006_ice.jpg"); }
.color07 { background-image: url("../images/photos/007_shop.jpg"); }
.color08 { background-image: url("../images/photos/008_ship.jpg"); }
.color09 { background-image: url("../images/photos/009_comp.jpg"); }
.color10 { background-image: url("../images/photos/010_bar.jpg"); }
.color11 { background-image: url("../images/photos/012_end.jpg"); }

.square-box1::before { /* gradient background top overlay */
	display: block;
	top: 0;
	position: absolute;
	height: 300px;
	width: 100%;
	background-image: url("../images/grad_top.png");
	opacity: 0.6;
	background-repeat: repeat-x;
	content: '';
}
.square-box1::after { /* gradient background bottom overlay */
	display: block;
	bottom: 0;
	position: absolute;
	height: 300px;
	width: 100%;
	background-image: url("../images/grad_bottom.png");
	opacity: 0.6;
	background-repeat: repeat-x;
	margin-bottom: -50px;
	content: '';
}


.r-img { display: none; }
.r-img-001 { 
	border: 5px solid rgba(255, 255, 255, 1); 
	border-radius: 3px;
	color: #fff;
	display: inline-block; 
	width: 260px !important;
	height: 260px !important;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255,255,255,1); 
	box-shadow: 0px 10px 8px rgba(0,0,0,0.1);
}
.square-content {
	width: 100%;
	height: 100%;
	color: white;
	position: relative;
	margin: auto auto;
	text-align: center;
}
.square-content div {
	width: 100%;
	height: 100%;
	max-width: 1000px; 
	max-height: 450px;
	margin: 11% auto auto auto; 
	z-index: 5;
	position: relative;
}
.square-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

.sq-text-home { /* page box - home */
	background: rgba(224,224,224,0.6); 
	color: #000;
	vertical-align: middle;
	position: relative;
	font-family: 'roboto_condensed', arial, sans-serif;
	font-size: 16px;
	line-height: 22px; 
}

.sq-text, .sq-text-right { /* page box */
	background: rgba(224,224,224,0.92); 
	/* background: rgba(0,0,0,0.8); */
	/* border: 5px solid rgba(255, 255, 255, 0.4); */
	color: #000;
	vertical-align: middle;
	position: relative;
	font-family: 'roboto_condensed', arial, sans-serif;
	font-size: 16px;
	line-height: 22px; 
	/* border-bottom: solid 5px #ed1b2e; */
	/* text-shadow: 0px 1px #FFF; */
}

.sq-b-00 div, .sq-b-02 div, .sq-b-04 div, .sq-b-06 div, .sq-b-08 div, .sq-b-10 div { 
	/* right alignment block */
	position: absolute;
	top: 0; left: 100px; right: 0; bottom: 0;
	margin: auto;
	text-align: center;
}

.sq-b-01 div, .sq-b-03 div, .sq-b-05 div, .sq-b-07 div, .sq-b-09 div, .sq-b-11 div { 
	/* left alignment block */
	position: absolute;
	top: 0; left: 0; right: 100px; bottom: 0;
	margin: auto;
	text-align: center;
}

.sq-head-home { /* header box - home */
	width: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	/* z-index: 10 !important; */
}
.sq-head-home > h2 { 
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	display: block;
	position: relative;
	margin: 0;
	background: #00b8ee;
	padding: 32px 0 24px 0;
}
.sq-head-home > h2 > span { 
	color: #FFF;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	padding: 0 0 6px 0;
	z-index: 100;
}

.sq-head { /* header box */
	width: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	/* z-index: 10 !important; */
}
.sq-head > h2 { 
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	display: block;
	position: relative;
	margin: 0;
	padding: 32px 0 24px 0;
	background: #00b8ee;
	/* text-shadow: 0px 2px 6px #FFF; */
	/*  border: solid 1px red; */
}
.sq-head > h2 > span { 
	color: #FFF;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	padding: 0 0 6px 0;
	z-index: 100;
	/* text-shadow: 0px 2px #FFF; */
}


.a-left > h2 { /* header */ }
.sq-block { /* text block */
	border-radius: 5px;
	/* background: rgba(255,255,255,0.9); */
	/* box-shadow: 0px 2px 2px rgba(0,0,0,0.09); */
}
.a-right > h2 {
	margin-left: -100px; 
	margin-right: 0px; 
/* border: solid 1px red; */
}


.sq-text-left > span { /* centerd text boxes */
	width: 300px;
	color: #000;
	/* text-align: justify; word-spacing: -2px; */
	text-align: left;
	padding: 20px 20px 20px 20px; 
	margin: 120px 20px 0 0px;
	display: inline-block;
	position: relative; 
	font-family: 'roboto', arial, sans-serif;
	font-size: 15px;
	line-height: 170%;
	font-weight: 400;
	vertical-align: top;
	z-index: 10 !important; 
}


.sq-text-right > div > span { /* centerd text boxes */
	width: 300px;
	color: #000;
	/* text-align: justify; word-spacing: -2px; */
	text-align: left;
	padding: 20px 20px 20px 20px; 
	margin: 130px 10px 0 10px;
	display: inline-block;
	position: relative; 
	font-family: 'roboto', arial, sans-serif;
	font-size: 15px;
	line-height: 170%;
	font-weight: 400;
	vertical-align: top;
	z-index: 10 !important; 
}

.sq-text-right > div > span > span { /* centerd text boxes italic */
	/* text-align: justify; word-spacing: 0px; */
	text-align: left;
	font-style: italic;
	color: #000;
}
.sq-text-right > div >  span > h3 {
	color: #000;
	text-align: left;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	margin: 0 0 15px 0; 
	font-weight: 700;
}
.sq-text-right > div > span > a { 
	font-weight: 500;
	text-decoration: none;
	color: #0064DB;
	border-bottom: dotted 1px #0064DB; 
}
.sq-text-right > div > span > a:hover { 
	color: #004785;
	border-bottom: solid 1px #004785; 
}

.sq-text-right::after { /* gradient background top box overlay */
	display: block;
	top: 0;
	position: absolute;
	height: 300px;
	width: 100%;
	background-image: url("../images/grad_top_w.png"); 
	opacity: 0.9;
	background-repeat: repeat-x;
	content: '';
	/* filter: url('#blur');
	filter: blur(35px); */ 
}

.sq-boxes { }
.mgn-left {
	margin-right: -45px !important;
}
.mgn-right {
	margin-left: -45px !important;
}

.ht_100 {	height: 100px; }
.ht_150 {	height: 150px; }
.ht_200 {	height: 200px; }
.ht_250 {	height: 250px; }
.ht_270 {	height: 270px; }
.ht_280 {	height: 280px; }
.ht_300 {	height: 300px; }

ul.columns2 {
	margin: 55px 0 0 -25px;
	width: 300px;
	position: relative;
	display: block;
	list-style: inside disc;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-type: circle;
	/* border: solid 1px red; */
}


.next_page { clear: both; height:0px; }

#a, #b, #c, #d, #e, #f, #g, #h, #i, #j, #k, #l  {
	padding-top: 0px;
	/* background-color: #8C9093; */
	height: 100vh;
	width: 100%;
}

.r-img-home { 
	border: 4px solid #FFF;
	border-radius: 22px;
	color: #FFF;
	background: #FFF;
	display: inline-block; 
	/* width: 320px !important;
	height: 187.8px !important; */
	width: 400px !important;
	height: 238.4px !important;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 15px 10px rgba(0,0,0,0.2); 
}
.r-card { /* home card */
        position: absolute;
	margin: 120px 0 0 17.5% !important;

	transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);

	overflow: hidden;
}
.r-card2 { /* rotating home card */
        position: absolute;
	margin: 160px 0 0 22% !important;

	transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);

	overflow: hidden;
}

.r-left { /* left */
        position: absolute;
	margin: 117px 0 0 -240px !important;

	transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);

	overflow: hidden;
}
.r-right { /* right */
        position: absolute;
	margin: 117px 0 0 830px !important;

	transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);

	overflow: hidden; 
}
.r-back-home {
	display: block;
	position: absolute;

}
.r-back-left {
	position: absolute;
	width: 300px !important;
	height: 300px !important;
	/* transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg); */
}
.r-back-right {
	position: absolute;
	width: 300px !important;
	height: 300px !important;
	/* transform: rotate(-65deg);
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);
	-o-transform: rotate(-65deg); */
}

.r-i01-back { /* credit card */
	background-size: 100%;
	background-position: 0% 0%; 
	margin: 0px 0 0 -100px !important;
	background-image: url("../images/ccard01.png");
	background-repeat: no-repeat;
}
.r-i02-back { /* train-car */
	background-size: 100%;
	background-position: 100% 60%;
	margin: -40px 0 0 0 !important;
	background-image: url("../images/c_page_002.jpg");
	background-repeat: no-repeat;
}
.r-i03-back { /* kids */
	background-size: 100%;
	background-position: 50% 50%; 
	margin: -35px 0 0 -100px !important;
	background-image: url("../images/c_page_003.jpg");
	background-repeat: no-repeat;
}
.r-i04-back { /* paris */
	background-size: 100%;
	background-position: 100% 60%;
	margin: -40px 0 0 0 !important;
	background-image: url("../images/c_page_004.jpg");
	background-repeat: no-repeat;
}
.r-i05-back {
	background-size: 100%;
	background-position: 50% 50%; 
	margin: -35px 0 0 -100px !important;
	background-image: url("../images/c_page_005.jpg");
	background-repeat: no-repeat;
}
.r-i06-back {
	background-size: 100%;
	background-position: 100% 60%;
	margin: -40px 0 0 0 !important;
	background-image: url("../images/c_page_006.jpg");
	background-repeat: no-repeat;
}
.r-i07-back {
	background-size: 100%;
	background-position: 50% 50%; 
	margin: -35px 0 0 -100px !important;
	background-image: url("../images/c_page_007.jpg");
	background-repeat: no-repeat;
}
.r-i08-back {
	background-size: 100%;
	background-position: 100% 60%;
	margin: -40px 0 0 0 !important;
	background-image: url("../images/c_page_008.jpg");
	background-repeat: no-repeat;
}
.r-i09-back {
	background-size: 100%;
	background-position: 50% 50%; 
	margin: -35px 0 0 -100px !important;
	background-image: url("../images/c_page_009.jpg");
	background-repeat: no-repeat;
}
.r-i10-back {
	background-size: 100%;
	background-position: 100% 60%;
	margin: -40px 0 0 0 !important;
	background-image: url("../images/c_page_010.jpg");
	background-repeat: no-repeat;
}
.r-i11-back {
	background-size: 100%;
	background-position: 50% 50%; 
	margin: -35px 0 0 -100px !important;
	background-image: url("../images/c_page_011.jpg");
	background-repeat: no-repeat;
}

.copyright  { 
	width: 100%;
	background: #303030;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}
.copyright span {
	width: 60%;
	display: inline-block;
	color: #FFF;
	text-align: center;
	padding: 20px; 
	margin: 0px auto 0 auto;
	display: inline-block;
	position: relative; 
	font-family: 'roboto', arial, sans-serif;
	font-size: 12px;
	line-height: 170%;
	font-weight: 400;
	z-index: 10 !important; 
}

/* -- next page button -- */

.btn_next_c { /* center */
	width: 50% !important;
	height: 70px !important;
	margin: 47% 0 0 15% !important;
	text-align: center;
	color: #FFF;
	font-family: 'roboto', arial, sans-serif;
	font-size: 60px;
	background-image: url("../images/btn_next.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}

.btn_next_l { /* left */
	width: 50% !important;
	height: 70px !important;
	margin: 47% 0 0 30.5% !important;
	text-align: center;
	color: #FFF;
	font-family: 'roboto', arial, sans-serif;
	font-size: 60px;
	background-image: url("../images/btn_next.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}

.btn_next_r { /* right */
	width: 50% !important;
	height: 70px !important;
	margin: 47% 0 0 9.5% !important;
	text-align: center;
	color: #FFF;
	font-family: 'roboto', arial, sans-serif;
	font-size: 60px;
	background-image: url("../images/btn_next.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}

.btn_next_c:hover, .btn_next_l:hover, .btn_next_r:hover {
	background-image: url("../images/btn_next_hov.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}

.btn_home { /* home */
	width: 50% !important;
	height: 70px !important;
	margin: 47% 0 0 9.5% !important;
	text-align: center;
	color: #FFF;
	font-family: 'roboto', arial, sans-serif;
	font-size: 60px;
	background-image: url("../images/btn_home.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}

.btn_home:hover {
	background-image: url("../images/btn_home_hov.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}


/* ------------------------------------------------------------- responsive ------------------------------------------------------------- */

@media all and (max-width : 1150px) {
/* body */
#a, #b, #c, #d, #e, #f, #g, #h, #i, #j, #k, #l  { /* block height */
	padding-top: 0px;
	height: auto;
	width: 100%;
}
.m_01_right { display: none; }

/* mobile version */
.r-img { 
	width: 90%;
	margin: 15% auto;
	position: relative;
	text-align: center;
	display: block; 
} 
.r-img-01-home { 
	border: 5px solid #FFF;
	border-radius: 22px;
	color: #FFF;
	background: #FFF;
	display: inline-block; 
	position: relative;
	width: 40%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 15px 10px rgba(0,0,0,0.2); 
	z-index: 1;
}
.r-img-01 { 
	border: 5px solid rgba(255, 255, 255, 1); 
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	position: relative;
	min-width: 250px;
	min-height: 250px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	box-shadow: 0 15px 10px rgba(0,0,0,0.2); 
}
.sq-b-00 div, .sq-b-01 div, .sq-b-02 div, .sq-b-03 div, .sq-b-04 div, .sq-b-05 div, .sq-b-06 div, 
.sq-b-07 div, .sq-b-08 div, .sq-b-09 div, .sq-b-10 div, .sq-b-11, div.sq-b-12 div { display: none; }

.sq-head-m > span > h2 { 
	color: #FFF;
	text-align: center;
	line-height: 120% !important;
	font-size: 40px !important;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	display: block;
	position: relative;
	margin: -100px 0 0 0;
	padding: 140px 20px 24px 20px;
	background: #00b8ee;
	z-index: 0;
}
.sq-head-m > span > h2 > span { 
	color: #FFF;
	text-align: center;
	line-height: 110% !important;
	font-size: 40px !important;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	margin: -10px 0 0 0;
	padding: 0 0 6px 0;
	z-index: 0;
}
.sq-head-m > span > h3 { font-weight: 700 !important; }

.sq-head-m > span > a { 
	font-weight: 500;
	text-decoration: none;
	color: #0064DB;
	border-bottom: dotted 1px #0064DB; 
	position: relative;
	z-index: 1;
}
.sq-head-m > span > a:hover { 
	color: #004785;
	border-bottom: solid 1px #004785; 
}

.sq-head-m > span > .columns {
	margin: 0;
	width: 100%;
	position: relative;
	display: block;
	list-style: inside disc;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-type: circle;
}

/* pages */


.r-i01 { /* credit card */
	background-image: url("../images/ccard01.png");
	background-repeat: no-repeat;
	background-size: 160%;
	background-position: 89% 10%; 
}
.r-i02 { /* right */
	background-image: url("../images/c_page_002.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 80% 50%;
}
.r-i03 { /* left */
	background-image: url("../images/c_page_003.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 50% 50%; 
}
.r-i04 { /* right */
	background-image: url("../images/c_page_004.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 50% 50%;
}
.r-i05 { /* left */
	background-image: url("../images/c_page_005.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 50% 50%; 
}
.r-i06 { /* right */
	background-image: url("../images/c_page_006.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 50% 50%;
}
.r-i07 { /* left */
	background-image: url("../images/c_page_007.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 50% 50%; 
}
.r-i08 { /* right */
	background-image: url("../images/c_page_008.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 50% 50%;
}
.r-i09 { /* left */
	background-image: url("../images/c_page_009.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 10% 50%; 
}
.r-i10 { /* right */
	background-image: url("../images/c_page_010.jpg");
	background-repeat: no-repeat; 
	background-size: 120%;
	background-position: 90% 50%;
}
.r-i11 { 
	background-image: url("../images/c_page_011.jpg");
	background-repeat: no-repeat; 
	background-size: 119%;
	background-position: 50% 90%; 
}


h2 { 
	font-family: 'acrobat', arial, sans-serif;
	font-size: 40px;
	line-height: 110%;
	font-weight: 600;
	text-align: center;
}
h3 {
	font-family: 'acrobat', arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	text-align: center;

}
.r-text {
	width: 70%;
	color: #000;
	margin: -140px auto 0  auto;
	padding: 120px 40px 50px 40px;
	/* border: 3px solid rgba(255, 255, 255, 0.3);*/
	/* background: rgba(0, 0, 0, 0.6); */
	background: rgba(224,224,224,0.92); 
}
.r-text span {
	max-width: 450px;
	color: #000;
	text-align: left;
	margin: 5% auto 0 auto;
	display: inline-block;
	font-family: "roboto",arial,sans-serif; 
	font-size: 18px !important;
	line-height: 26px !important;
	font-weight: 400;
}


/* ------------------------------- */
}


@media all and (max-width : 600px) {
.r-img-01 { 
	border: 5px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	color: #000;
	display: inline-block; 
	min-width: 150px;
	min-height: 150px;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
}
.r-text {
	margin: -100px auto 0  auto;
	padding: 90px 40px 50px 40px;
	background: rgba(224,224,224,0.92); 
}
.r-text span {
	max-width: 450px;
	color: #000;
	text-align: left;
	margin: 5% auto 0 auto;
	display: inline-block;
	font-family: "roboto",arial,sans-serif; 
	font-size: 18px !important;
	line-height: 26px !important;
	font-weight: 400;
}
.sq-head-m > span > h2 { 
	color: #FFF;
	text-align: center;
	font-size: 30px !important;
	line-height: 120%;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	display: block;
	position: relative;
	margin: -60px 0 0 0;
	padding: 120px 20px 24px 20px;
	background: #00b8ee;
	z-index: 0;
}
.sq-head-m > span > h2 > span { 
	color: #FFF;
	text-align: center;
	font-size: 30px !important;
	line-height: 120% !important;
	font-family: 'roboto', arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	margin: 0px 0 0 0;
	padding: 0 0 6px 0;
	z-index: 100;
}
.sq-head-m > span > .columns {
	margin: 0;
	width: 100%;
	position: relative;
	display: block;
	list-style: inside disc;
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	list-style-type: circle;
}

/* ------------------------------- */
}
