body {
	padding-top: 70px;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
html, button, input, select, textarea {font-family: 'Roboto', sans-serif; font-weight: 400;  -webkit-font-smoothing: antialiased; }

a { color: #656565; font-weight: 300;}
a:visited { color: #656565; }
a:hover { color: #662482; }
a:hover, a:active, a:focus { outline: 0; }

#contact a, #subscribeDiv a {
	color: #337ab7;
}

.error { margin-bottom: 0px}
#contact .error { color: #bbb; margin-bottom: 0px; padding-left: 10px; margin-top: 2px; font-weight: normal; }

.mb0 { margin-bottom: 0px; }

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

.star10 { font-size: 10px !important; }
.popover{ min-width: 400px; }
#faq p { text-align: justify;}

#email_newsletter-error {
	color: #bbb;
	font-weight: normal;
	margin-top: 5px;
}

.green{
	color:#337ab7;
}

.blue{
	color:#3498db;
}

.white{
	color:#fff;
}

.grey{
	color:#bbb;
}

.codix_blue { color: #006aae; font: bold 14px/18px 'Signika', Arial, Helvetica, sans-serif;}
.codix_purple { color: #903ba6; font: bold 14px/18px 'Signika', Arial, Helvetica, sans-serif; }

.label-primary {
	background-color: #662482;
}

.carousel-control {
	width: 10%;
}

.carousel-control.right {
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
background-image: linear-gradient(to right,rgba(255,255,255,0.00001) 0,rgba(247,248,250,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
opacity: 1;
}

.carousel-control.left {
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
background-image: linear-gradient(to right,rgba(247,248,250,1) 0,rgba(255,255,255,.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
opacity: 1;
}

.carousel-indicators {
	bottom: -5px;
}

.carousel-indicators li {
	border: 1px solid #ddd;
}

i.fa-question-circle {
	font-size: 20px;
}

.carousel-indicators .active {
	background-color: 1px solid #e7e8ec;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -60px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -60px;
}

.bold {	font-weight: 700;}
.semibold{ font-weight:500;}
.regular{ font-weight:400;}
.italic { font-style: italic;}
.uppercase{ text-transform:uppercase;}

.nopadding {
   padding: 0 !important;

}

.navbar-fixed-top {
	background-color: rgb(255, 255, 255);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	 height: 90px;
}
.navbar-fixed-top .navbar-brand {

	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
nav.navbar ul {
	margin-top: 20px;
	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}

nav.navbar.shrink {
  height: 70px;
	background-color: rgba(255, 255, 255, .95);
}
nav.navbar.shrink .navbar-brand {
  margin-top: -10px;
	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
nav.navbar.shrink ul {
	margin-top: 10px;
	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}

.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #662482;
    color: #FFF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header h4.modal-title {
	color: #fff;
	}

/* packages */
.package_box {
border: 1px solid #e6e6e6;
border-radius: 4px;
width: 100%;
padding: 10px 10px;
min-height: 90px;
cursor: pointer;
margin-bottom: 10px !important;
}
.package_box.active {
border-color: #337ab7;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(51,122,183,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(51,122,183,.6);
}

.package_box div {
color: #337ab7;
font-size: 13px;
padding-left: 0px;
margin-top: 5px;
font-style: italic;
}
.package_box strong, .package_box div.actie {
	color: #662482;
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6{
	margin:0 0 20px 0;
	line-height:110%;
	color:#454545;
	font-weight:400;
}

h1{
	font-size:32px;
	line-height:46px;
}

h2{
	font-size:28px;
	line-height:42px;
}

h3{
	font-size:24px;
	line-height:32px;
}

h4{
	font-size:20px;
	line-height:28px;
}

h5{
	font-size:18px;
	line-height:24px;
}

h6{
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
}

/* Title / Subtitle
========================================================== */

h2.title{
	margin-bottom: 15px;
	display:block;
	clear:both;
	font-size:28px;
	line-height:38px;
	text-align:center;
	font-weight:400;
	color:#454545;
}

h2.title.white{
	color:#ddd;
}

h3.subtitle{
	margin: 0 0 50px 0;
	display:block;
	clear:both;
	font-size:16px;
	line-height:28px;
	text-align:center;
	font-weight:300;
	color:#656565;
}

h3.subtitle.grey{
	color:#bbb;
}

.separator_wrapper{
	margin-bottom:10px;
}

.separator_first_circle{
	display:inline-block;
	width:8px;
	height:8px;
	border:3px solid #662482;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}

.separator_second_circle{
	float:left;
	width:4px;
	height:4px;
	background-color:#337ab7;
	border:2px solid #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.separator_second_circle_grey{
	float:left;
	width:4px;
	height:4px;
	background-color:#34b1c4;
	border:2px solid #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color:#337ab7;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

/* General */
p, dl, table, fieldset, blockquote {
  margin-bottom: 20px;
	font-size:14px;
	line-height:24px;
	font-weight: 300;
	color:#656565;
}

.top_border{
	border-top: 1px solid #e7e8ec;
}

.grey_bg{
	background: #f7f8fa;
  border-top: 1px solid #e7e8ec;
  border-bottom: 1px solid #e7e8ec;
}

.dark_bg{
	background-color:#393f43;
}

.green_bg{
	background: #00D9A3;
}

.section_box{
	padding-top:90px;
	padding-bottom:70px;
	padding-left:5%;
	padding-right:5%;
	position:relative;
}

.section_box.large_margins{
	padding-top:120px;
	padding-bottom:70px;
}

.section_box.no_margins{
	padding-top:90px;
	padding-bottom:0;
}

.img_rounded {
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.img_circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* ========================================================== */
/* 						    05. FOOTER                        */
/* ========================================================== */

/* ----- 1. Footer Styles ----- */
#footer {
	width:100%;
	background-color: #2f3539;
	border-top: 1px solid #2a2f37;
	z-index:100;
	padding:5px 0 5px 0;
}

#footer_box {
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
}

.copyright{
	padding-top:10px;
}

.copyright p{
	color:#bbb!important;
	font-size:13px;
}

.copyright a{
	text-decoration:underline;
	font-size:15px;
}

/* ========================================================== */
/* 				  		     06. Home                         */
/* ========================================================== */

#home_wrapper{
	width:100%;
	z-index:1;
	background: url(/website/img/bg1.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.home_box{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	text-align:center;
	padding:100px 0 0 0;
}

h2.home_subtitle{
	font-size:54px;
	font-weight:300;
	color:#fff;
}

h1.home_title{
	font-size:26px;
	font-weight:300;
	color:#fff;
}

/* ========================================================== */
/* 				  		    07. NEWSLETTER                    */
/* ========================================================== */

.newsletter_wrapper{
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	z-index:10;
	background: #393f43;
}

.newsletter_box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:70px 0 70px 0;
}

/*
i.email_icon{
	display: inline-block;
	margin-top:30px;
	background:url(/website/img/email.png) no-repeat;
	width:200px;
	height:227px;
}*/

.newsletter_info{
	padding:20px 0 30px 60px;
	border-left:1px solid #2a2f37;
}

.newsletter_info h2{
	font-size: 32px;
	color: #ddd;
	font-weight: 300;
	margin-bottom: 20px;
}

.newsletter_info p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 35px;
	color: #bbb;
}

#newsletter-form #email_newsletter {
	width:100%;
	height:56px;
	line-height:56px;
    padding:0 4%;
	border: 1px solid #2a2f37;
	background-color: #2f3539;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	color:#fff;
    font-size:14px;
	margin:0 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:56px;
	color:#fff;
    background-color:#337ab7;
	border: 1px solid #337ab7;
    display: inline;
	margin:0 5px 0 0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	font-size:14px;
	font-weight:400;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	background-color: transparent;
	border: 1px solid #337ab7;
    color:#fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#bbb;
}

p.newsletter_success_box{
	font-size:18px;
	color:#eee;
	font-style:italic;
	margin-bottom:15px;
}

/* ========================================================== */
/* 				  		      11. CONTACT                     */
/* ========================================================== */

#contact-form{
	margin:40px 0;
}

input.contact-input{
	height:40px;
  padding:0 2%;
	margin-right:2%;
	margin-bottom:5px;
	color: #bbb;
	border: none;
	border-bottom: 1px solid #2a2f37;
	background-color: #2f3539;
  font-size:14px;
	font-weight: 400;
	font-style:normal;
	float:left;
	-webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  -webkit-font-smoothing: antialiased
}

textarea.contact-input{
	height:100px;
	margin:0 0 10px 0;
    padding-left:2%;
    padding-right:2%;
    padding-top:5px;
    padding-bottom:5px;
	color: #bbb;
	border: none;
	border-bottom: 1px solid #2a2f37;
	background-color:#2f3539;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    -webkit-font-smoothing: antialiased
}

button.contact-submit{
	color: #fff;
	border: 1px solid #01994d;
	background-color:#01994d;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
	font-weight:500;
    padding: 12px 35px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
	-webkit-font-smoothing: antialiased
}

button.contact-submit:hover{
	color:#fff;
	background-color: #27ae60;
	border:1px solid #27ae60;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
  color: #ddd;
  background-color:#01994d;
  outline: none;
}

p.contact_success_box{
	color:#bbb;
	font-size:20px;
	font-style:italic;
}

p.contact_info, p.contact_info a{
	margin-bottom:8px;
	font-size:14px;
	line-height:20px;
	color:#bbb;
}

p.contact_info i{
	font-size:18px;
	padding-right:5px;
	vertical-align: middle;
}

/* ========================================================== */
/* 				  		    09. PRICING                       */
/* ========================================================== */

.pricing_wrapper{
	margin:0 0 20px 0;
}

.pricing_item{
	margin:20px 0 0 0;
	text-align:center;
	width:33%;
	float:left;
	position:relative;
	z-index:100;
}

.pricing_item.first{
	margin-right:-1px;
}

.pricing_item.second{
	margin-top:0;
	z-index:200;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .09);
}

.pricing_item.third{
	margin-left:-1px;
}

.pricing_item.fourth{
	margin-left:-2px;
}

.pricing_head {
	text-align: center;
	padding: 0;
	margin: 0;
}

.pricing_head h2{
	margin:0;
	padding:14px 0;
	color:#454545;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	background-color:#f7f8fa;
	border:1px solid #e7e8ec;
}

.pricing_head.pricing_blue h5{
	color:#fff;
	background-color: green;
	border:1px solid darkgreen;
	line-height: normal;
	font-size: 12px;
	padding: 5px;
	margin: 0;
	border-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.pricing_head.pricing_purple h2{
	color:#fff;
	background-color:#662482;
	border:1px solid #55236d;

	line-height: normal;
	border-top: 0;
}

.pricing_head h4{
	margin:0;
	padding:28px 0;
	color:#01994d;
	font-size:24px;
	font-weight:600;
	background-color:#fff;
	border-right:1px solid #e7e8ec;
	border-left:1px solid #e7e8ec;
	border-bottom:1px solid #e7e8ec;
	text-transform:uppercase;
}

ul.pricing_features{
	margin:0;
	padding: 0;
}

ul.pricing_features li{
	padding:10px 0;
	font-size:13px;
	color:#28323c;
	background-color:#fff;
	border-right:1px solid #e7e8ec;
	border-left:1px solid #e7e8ec;
	border-bottom:1px solid #e7e8ec;
	list-style: none;
}

ul.pricing_features li.grey_item{
	background-color:#f7f8fa;
}

.pricing_button_wrapper{
	background-color:#f7f8fa;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:26px 0 31px 0;
}

.pricing_button_wrapper.pricing_button_blue{
	padding:37px 0 43px 0;
}

a.pricing_button{
	font-size:12px;
	padding:10px 20px;
	background-color:#337ab7;
	border:1px solid #337ab7;
	color:#fff;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

a.pricing_button:hover{
	background-color:#662482;
	border:1px solid #662482;
	color:#fff;
}

.shadow {
    position: relative;
}
.shadow:before {
    box-shadow: -15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    top: 0;
    left: -15px;
    position: absolute;
    width: 15px;
    color: #ccc;
}
.shadow:after {
    box-shadow: 15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    color: #ccc;
}

.fa-star { color: gold;}

/* Buttons
========================================================== */
.home_button{
	padding:14px 30px 12px 30px!important;
	margin:10px 30px 10px 0!important;
	font-weight:500!important;
	font-size:16px;
}

.big_button{
	display:inline-block;
	padding:18px 25px 16px 25px;
	margin:10px 20px 20px 0;
	background-color:#f7f8fa;
	border:1px solid #e7e8ec;
	color:#656565;
	font-weight:400;
	font-size:16px;
	vertical-align: middle!important;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.big_button:hover{
	color:#662482;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.big_button i{
	font-size:18px;
	vertical-align: middle!important;
}

a.button_green, a.button_transparent, a.button_white, a.button_blue, a.button_whitegrey, a.button_grey2, button.button_blue{
	display:inline-block;
	font-weight:400;
	font-size:14px;
	padding:12px 20px 11px 20px;
	margin:10px 10px 20px 0;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_green{
	background-color:#01994d;
	border:1px solid #01994d;
	color:#fff;
}

a.button_green:hover{
	background-color:#27ae60;
	border:1px solid #27ae60;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_grey2{
	background-color:#f7f8fa;
	border:1px solid #e7e8ec;
	color:#656565;
	padding:18px 25px 16px 25px;
	font-size:16px;
}

a.button_grey2:hover{
	background-color:#337ab7;
	border:1px solid #337ab7;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_blue, button.button_blue{
	background-color:#337ab7;
	border:1px solid #337ab7;
	color:#fff;
}

a.button_blue:hover, button.button_blue:hover{
	background-color:#662482;
	border:1px solid #662482;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_whitegrey{
	background-color:#fff;
	border:1px solid #e7e8ec;
	color:#454545;
}

a.button_whitegrey:hover{
	background-color:#662482;
	border:1px solid #662482;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.button_green i, .button_grey i, .button_transparent i{
	font-size:14px;
	vertical-align: text-top!important;
}

a.button_grey{
	background-color:#f7f8fa;
	border:1px solid #e7e8ec;
	color:#662482;
	display:inline-block;
	font-weight:400;
	font-size:14px;
	padding:7px 18px 6px 18px;
	margin:10px 10px 20px 0;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_grey:hover{
	color:#656565;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_white{
	background-color: #fff;
	border:1px solid #fff;
	color:#454545;
}

a.button_white:hover{
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_transparent{
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_transparent:hover{
	background-color: #fff;
	border:1px solid #fff;
	color:#454545;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		  12. FEATURES                        */
/* ========================================================== */

/* ----- 1. Home Services ----- */
#pricing tbody tr td {
	text-align: center;
	vertical-align:middle;
}
#pricing tbody tr td.title {
	text-align: right;
	border-right: 1px solid #e7e8ec;
	padding-right: 20px;
}
#pricing tbody tr td.title .ar {
	color: #ddd;
	margin-right: -12px;
}
#pricing tbody, #pricing tfoot {
	 border-right: 1px solid #e7e8ec;
	 border-left: 1px solid #e7e8ec;
}

.spec-icon {
	font-size: 18px;
	color: green;
}
.spec-icon.red {
	color: red;
}
.popinfo {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.popinfo h4{
	font-size:16px;
	margin-bottom:0px;
}
.popinfo p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}
.popinfo p.mb10 {
	margin-bottom: 7px;
}
.popinfo strong {
	font-weight: 400;
}
.popinfo span.circle_icons i{
	margin: 15px 25px 30px 0;
	font-size: 46px;
	float:left;
	color: #337ab7;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.home_services{
	margin-bottom:35px;
}

.home_services h4{
	font-size:18px;
	margin-bottom:5px;
}

span.circle_icons i{
	margin: 5px 25px 30px 0;
	font-size: 46px;
	float:left;
	color: #337ab7;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

h6 i.faq_question, h6 i.fa-comments {
	font-size:24px;
	vertical-align: middle;
}

#faq h6 {
	margin-bottom: 0;
}

/* ----- 2. Fun Facts ----- */
.fun_fact_wrapper{
	width:100%;
	background-color:#662482;
	border-top:1px solid #eee;
	position:relative;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.fun_facts{
	width:90%;
	max-width:1140px;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:45px;
	padding-left:5%;
	padding-right:5%;
	position:relative;
	text-align:center;
}

.fun_facts_box{
	float:left;
	padding-top:15px;
}

.fun_facts_title{
	font-size:16px;
	font-weight:300;
	color:#e7e8ec;
	font-style:italic;
}

.fun_facts_title span{
	font-size:48px;
	line-height:60px;
	font-weight:500;
	font-style:normal;
	color:#fff;
}

/* ----- 3. Partners ----- */
.partners_margins{
	padding:65px 0 65px 0;
	border-top:1px solid #e7e8ec;
}

.partners_margins.no_border{
	border-top: none;
}

ul.partners{
	margin:0;
	width:100%;
	max-width:1140px;
	text-align:center;
}

ul.partners li{
	display:inline-block;
	margin:10px 35px;
}

ul.partners li.first{
	margin-left:0;
}

ul.partners li.last{
	margin-right:0;
}

/* ----- 4. Testimonials ----- */
.testimonials_item{
	margin-bottom:10px;
}

.testimonials_item p{
	margin-bottom:10px;
}

.img_testimonials{
	width:80px;
	height:80px;
	float:left;
	margin:0 30px 30px 0;
}

p.testimonials_name{
	font-size:14px;
	font-weight:500;
}

p.testimonials_name span{
	font-weight:400;
}

/* ========================================================== */
/* 				  		    10 PORTFOLIO                      */
/* ========================================================== */

#portfolio{
	width:100%;
	background-color:#f9f9f9;
	position:relative;
	overflow:hidden;
	z-index:1;
}

#list{
	margin-bottom:50px;
}

.portfolio_title{
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:center;
}

.portfolio_title h2 {
	display:block;
	margin:0;
	padding:30px 0;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
}

.portfolio_list{
	width:100%;
	position:relative;
	margin:0 auto!important;
	padding: 0;
}

.view {
	width:100%;
	padding:0;
	border:none;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}


.view .mask,.view .content {

   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view span.zoom {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	background-image: url(/website/img/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   height:100%;
   width:100%;
}

.portofolio_item_4col:hover .view-first img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.portofolio_item_4col:hover .view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.portofolio_item_4col:hover .view-first a.zoom {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.portfolio_info_wrapper{
	margin:0 auto!important;
	background-color:#f9f9f9;
}

.portfolio_info{
	margin:0 auto!important;
	overflow:hidden;
	padding:40px 0 30px 0;
	width:100%;
	max-width:1170px;
}

.portfolio_info h3, .portfolio_info h4{
	margin:0;
	padding:0;
	font-weight:300;
	color:#454545;
}

.portfolio_info h3{
	font-size:24px;
	line-height:24px;
}

.portfolio_info h4{
	font-size:16px;
	line-height:38px;
}

/* roundabout */
.slider-carousel-roundabout {
  width: 100%;
  position: relative;
  padding-bottom: 300px;
  overflow: hidden;
  margin-left: -10px;
}

.roundabout-slide a img{
	border-radius: 3px;
}

.roundabout-slide {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	border-radius: 4px;
}

@media screen and (max-width:768px) {
    .slider-carousel-roundabout {
        padding-bottom: 270px;
        /*min-height: 190px*/
    }
		h1.home_title{
			font-size:20px;
			font-weight:300;
			color:#fff;
			line-height: 24px;
			margin-left: 10px;
			margin-right: 10px;
		}
		h2.home_subtitle{
			font-size:34px;
			font-weight:300;
			color:#fff;
			line-height: 38px;
		}
		.home_box {
			padding:80px 0 0 0;
		}
		.fun_facts_title span {
			font-size:36px;
			line-height:48px;
		}
		.fun_facts_title {
			font-size:14px;
		}
		.section_box {
			padding-top:40px;
			padding-bottom:20px;
		}
		.newsletter_info{
			padding:20px 0 30px 0;
			border-left: none;
		}
		.newsletter_info h2 {
			font-size: 28px;
		}
		.newsletter_info p {
			font-size: 16px;
			line-height:26px;
			text-align: center;
		}
		.footer_box {
			text-align: center;
		}
		.navbar-collapse {
			background-color: rgba(255,255,255,0.98);
			margin-top: 20px;
			-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
			-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
			box-shadow: 0 0 4px rgba(0, 0, 0, .2);
			z-index: 10000;
		}

		 .shrink .navbar-collapse {
			margin-top: 20px;
		}

		.navbar-fixed-top {
			height: 70px;
		}
		.navbar-brand {
			padding: 5px 15px;
		}

		.shrink .navbar-brand {
			padding: 15px 15px;
		}
		.navbar-brand img {
			width: 220px;
		}
}

/* md */
@media (max-width: 991px) {
		.navbar-brand img {
			width: 200px;
			padding-top: 5px;
		}
}

@media screen and (max-width:480px) {
    .slider-carousel-roundabout {
        padding-bottom: 250px;
        /*min-height: 480px*/
    }
}

.slider-carousel-roundabout .b-carousel-roundabout {
    position: absolute;
    bottom: -344px;
    height: 600px;
    width: 600px;
    left: 50%;
    margin-left: -300px
}

@media screen and (max-width:768px) {
    .slider-carousel-roundabout .b-carousel-roundabout {
        height: 320px;
        width: 360px;
        bottom: -179px;
        margin-left: -180px
    }
}

@media screen and (max-width:480px) {
    .slider-carousel-roundabout .b-carousel-roundabout {
        height: 200px;
        width: 200px;
        bottom: -99px;
        margin-left: -100px
    }
}

.slider-carousel-roundabout .b-carousel-roundabout a {
    display: inline-block;
    border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 1);
}

.slider-carousel-roundabout .b-carousel-roundabout a:hover {
    border: 2px solid #337ab7;
}


@media screen and (max-width:768px) {
    .slider-carousel-roundabout .slider-carousel-desc {
        max-width: 80%
    }
}

.slider-carousel-roundabout .slider-carousel-top-indent {
    padding-top: 23px;
    padding-bottom: 10px
}

@media screen and (max-width:1024px) {
    .slider-carousel-roundabout .slider-carousel-top-indent {
        padding-top: 100px
    }
}

@media screen and (max-width:480px) {
    .slider-carousel-roundabout .slider-carousel-top-indent {
        padding-top: 15px
    }
}

@media screen and (max-width:480px) {
    .slider-carousel-roundabout .hidden-mobile {
        display: none
    }
}