@charset "utf-8";
/* CSS Document */  

@font-face {
font-family: "Quark-Light";
font-style: normal;
font-weight: normal;
src: url('../webfonts/Quark-Light.eot?') format('embedded-opentype'),
         url('../webfonts/Quark-Light.woff') format('woff'),
         url('../webfonts/Quark-Light.ttf') format('truetype'),
	     url('http://www.circlecamp.com/webfonts/Quark-Light.ttf');
}

@font-face {
font-family: "Quark-Bold";
font-style: normal;
font-weight: normal;
src: url('../webfonts/Quark-Bold.eot?') format('embedded-opentype'),
         url('../webfonts/Quark-Bold.woff') format('woff'),
         url('../webfonts/Quark-Bold.ttf') format('truetype'),
		 url('http://www.circlecamp.com/webfonts/Quark-Bold.ttf');
}


.wrapper { 
	height: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background :url("../images/insurancepromo/bg_allcamp.png") bottom center no-repeat;
}
.main-wrapper,
.wrapper-details { 
	margin: 0 auto;
	overflow: hidden;
}

.wrapper-details {
	height: 856px;
	background :url("../images/insurancepromo/bg_christmas-newyear.png") bottom center no-repeat;
	background-size: contain;
}

.small-header {
	width: 1180px;
	margin: 30px auto;
}
.small-header span {
	font-family: "Mitr";
	font-size: 18px;
	float: left;
	color: #414042;
	margin-left: 125px;
}
.small-header a img {
	border: none;
}
.small-header img {
	display: inline-block;
	margin-left: 10px;
}

span.topic {
	width: 100%;
	display: block;
	float: left;
	font-family: "Quark-Bold";
	font-size: 110px;
	color: #ed1c24;
	text-align: center;
	text-shadow: 4px 5px 5px #ccc;
}

.topic-detail, .block-btn {
	width: 100%;
	display: block;
	float: left;
	margin: 0 auto;
}
.block-btn {
	width: 100%;
	padding-left: 42%;
}
.topic-detail span {
	display: block;
	width: 550px;
	height: 101px;
	margin: -3% auto 0 auto;
	background: url("../images/insurancepromo/bg_ribbon.png") top center no-repeat;
	font-family: "Quark-Light";
	color: white;
	font-size: 43px;
	letter-spacing: 1px;
	text-align: center;
	padding: 22px 0 0 0.75%;
}
.topic-detail p {
	width: auto;
	font-family: "Quark-Bold";
	font-size: 28px;
	color: #3a2b23;
	text-align: center;
	line-height: 8px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

p.blinktext {
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.photodetail {
	display: block;
	width: 100%;
	height: auto;
}
.photodetail img {
	display: block;
	margin: 50px auto;
	width: 686px;
}

.interest-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family: "Quark-Bold";
	font-size:24px;
	font-style:normal;
	height:45px;
	line-height:48px;
	letter-spacing: 0.5px;
	width: auto;
	padding: 2px 35px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #86ae47;
}
.interest-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
	color: darkgreen;
	cursor: pointer;
}

.notinterest-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777;
	font-family: "Quark-Bold";
	font-size:24px;
	font-style:normal;
	height:45px;
	line-height:48px;
	letter-spacing: 0.5px;
	width: auto;
	padding: 2px 35px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #fff;
	margin-left: 20px;
}
.notinterest-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color: #999;
	cursor: pointer;
}



/* ===== Application Details ===== */

.topic-header {
	display: block;
	margin: 50px 0 0 0;
}
.topic-header img {
	display: block;
	margin: 0 auto;
	/* width: 80%; */
}

ul.circle-list {
	display: block;
	width: 75%;
	margin: 0 auto 50px auto;
	list-style: none;
	counter-reset: li;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ul.circle-list li {
    padding: 50px 50px 30px 80px;
    border-bottom: 1px dashed #ccc;
  }
ul.circle-list span {
    position: relative;
    margin: 0;
	font-family: "Mitr";
	font-size: 22px;
	font-weight: 600;
	color: darkgreen;
  }
ul.circle-list p {
    margin: 0;
	padding: 0;
	font-family: "Kanit";
	font-size: 18px;
	color: grey;
  }
ul.circle-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    z-index: -1;
    left: -40px;
    top: -25px;
    background: whitesmoke;
    border: 1px solid rgba(0,0,0,.05);
    text-align: center;
    font: italic bold 24px/35px "Mitr";
    color: #ccc;
	width: 42px;
	height: 42px;
	line-height: normal;
    border-radius: 50%;
    transition: all .2s ease-out;
  }
ul.circle-list li:hover span:before {
    background-color:greenyellow;
    border-color: rgba(255,255,255,.5);
    border-width: 4px;
    color: darkgreen;
    transform: scale(1.25);
  }
ul.circle-list li a br {
	display: none !important;
}

.address { 
	display: block;
	padding-left: 30px;
}
.address p {
	font-family: "Kanit";
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

.partners {
	margin: 0 auto;
	clear: both;
}
.partners span, .partners p {
	display: block;
	font-family: "Mitr";
	font-size: 24px;
	font-weight: 600;
	color: darkgreen;
	text-align: center;
}
.partners p {
	font-family: "Kanit";
	color: grey;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 50px 0;
	letter-spacing: normal;
}
.partners img {
	display: block;
	width: 100%;
	margin: 0 auto 70px auto;
}



/* ===== All Devices ===== */

/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {...} */

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {...} */

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
	ul.circle-list { width: 85%; }
	ul.circle-list li a br { 
		display: block;
	}
	.address p a br { margin-left: 60px !important; }
	.partners p { padding: 0 65px; }
	.partners br { display: none; }
	.partners img {
		margin: 0 0 70px 10px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	ul.circle-list { width: 100%; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	ul.circle-list { width: 100%; }
}
