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

1. Header
	+ logo
	+ top navigation
	+ search

2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds

3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination

4. Footer
	+ copyrights
	+ google map

--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
.boxed .wrapper_boxed {
	width: 1240px;
	margin: auto auto auto auto;
}

.boxed .site_wrapper {
	width: 1240px;
	float: left;
	margin: 0px auto auto auto;
	background-color: #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.region-content {
	float: left;
	width: 100%;
}
/*.container {
	width: 1170px;
	margin: auto;
}*/

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 90px 0px;
}
.content_fullwidth.less2 {
	padding: 75px 0px 90px 0px;
}
.content_fullwidth.less3 {
	padding: 75px 0px 30px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one-half, .one_third, .one_fourth, .one-fourth, .two_third, .three_fourth, .one_fifth, .one-fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half, .one-half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth, .one-fourth {
	width: 22%;
}
.one-fourth.views-row-last {
	margin-right: 0;
}
.one_fifth, .one-fifth {
	width: 16.800%;
}
.one-fifth.views-row:nth-child(5n) {
	margin-right: 0;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last, .feature_section105 .views-row-last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #2a363f;
	font-size: 13px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.top_nav strong {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin-right: 10px;
	letter-spacing: 0.3px;
}
.top_nav strong i {
	color: #dadcdd;
	background: #6a7379;
	font-size: 13px;
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	border-radius: 100%;
	margin-right: 3px;
}

.top_nav .left {
	float: left;
	width: 30%;
	padding: 12px 0px 13px 0px;
}
.top_nav .select-style {
    padding: 0;
    margin: 0;
    width: 100px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #2a363f;
	background: #404a53 url("../images/arrow-down.png") no-repeat 90% 50%;
}
.top_nav .select-style select {
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
    padding: 4px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.top_nav .select-style select:focus {
    outline: none;
}
.top_nav .select-style select option {
	background: #6a7379;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.tplinks {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 12px;
}
.top_nav .tplinks li {
	float: left;
	padding: 0px;
	margin: 0px 23px 0px 0px;
	letter-spacing: 0.3px;
}
.top_nav .tplinks li a i {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	height: 19px;
  color: #ff7f27;
}
.top_nav .tplinks li a {
	float: left;
	color: #fff;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .tplinks li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #fff;
	margin-top: 10px;
	padding: 2px 12px 4px 12px;
	background: #4e5760;
	border-radius: 2px;
	margin-left: 10px;
	transition: all 0.3s ease;
}
.tpbut i {
	color: #a0a5a9;
	transition: all 0.3s ease;
}
.tpbut:hover {
	color: #fff;
	background: #ff7f27;
}
.tpbut:hover i {
	color: #fff;
}

.tpbut.two {
	padding: 3px 0px 5px 0px;
	background: none;
	margin-left: 20px;
}


.main-container {
	margin-top: 110px;
}

.compact .main-container {
	margin-top: 72px;
}

/* domain search */
.domain_search {
	float: left;
	width: 100%;
	background: #2a363f;
	font-family: 'Roboto', sans-serif;
}
.domain_search .serch_area {
	float: left;
	width: 100%;
	padding: 60px 0px 45px 0px;
	border-bottom: 1px solid #1d262c;
}
.domain_search .serch_area h5 {
	float: left;
	margin: 14px 12px 0px 0px;
}
.domain_search .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 20px;
	height: 54px;
	width: 55.2%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
}
.domain_search .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 15px 25px 16px 25px;
	background-color: #ff7f27;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
}
.domain_search .serch_area .input_submit:hover {
	color: #ff7f27;
	cursor: pointer;
	background-color: #fff;
}

.domain_search .offers {
	float: left;
	width: 100%;
	border-top: 1px solid #354049;
}
.domain_search .offers ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.domain_search .offers li {
	float: left;
	padding: 30px 18px 35px 18px;
	margin: 0px;
	color: #fff;
	font-size: 27px;
	font-weight: 200;
	border-left: 1px solid #1d262c;
}
.domain_search .offers li.last {
	padding-bottom: 30px;
}
.domain_search .offers li p {
	color: #878d93;
	font-size: 12px;
	line-height: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0;
	line-height: 14px;
}
.domain_search.sty2 {
	float: left;
	width: 100%;
	padding: 40px 0px 50px 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.domain_search.sty2 .serch_area {
	float: left;
	width: 100%;
	text-align: center;
}
.domain_search.sty2 .serch_area h1 {
	color: #fff;
	margin-bottom: 10px;
}
.domain_search.sty2 .serch_area h4 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 40px;
}
.domain_search.sty2 .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 20px;
	height: 54px;
	width: 58%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
	margin-left: 13.5%;
}
.domain_search.sty2 .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 15px 25px 16px 25px;
	background-color: #ff7f27;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
}
.domain_search.sty2 .serch_area .input_submit:hover {
	color: #ff7f27;
	cursor: pointer;
	background-color: #fff;
}

/*.domain_search .prefix select{position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0; border: none; cursor: pointer; background: #ff6c3a; color: #fff; font-size: 14px; line-height: 22px; font-family: 'regular', sans-serif, Arial;}*/
.prefix-drop-down {
  background:#fff;
  display:none;
  position: relative;
  z-index: 9999;
}
.region.region-fullwidth-panel.region-promo-banner-surround {z-index: 1; position: relative;}
.whois-container {display: flex; justify-content: space-between; flex-wrap: wrap;}
.whois-results {display: block; color: #FFF; font-size: 13px; margin: 10px 0; border: 1px solid #4caf50; padding: 15px; width: 49%; display: flex; justify-content: space-between;}
.whois-results.found {border-color: #4caf50; color: #4caf50;}
.whois-results.not-found {border-color: red; color: red;}
.wr-domain {font-size: 15px; padding: 10px;}
.wr-price {font-size: 15px; padding: 10px;}
.wr-action {font-size: 15px; padding: 10px;}
.wr-action img {width: 70%;}
.wh-order-domain-btn {color: #FFF; background-color: #4caf50; padding: 10px; border-radius: 5px;}
.wh-order-domain-btn:hover {opacity: .8; color: #FFF;}
.wh-taken {font-weight: bold; color: #e30050;}

.prefix-drop-down div {
  color:#ff6c3a;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.08);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.08);
  box-shadow:0 1px 3px rgba(0,0,0,.08)
}

.prefix-drop-down div:hover,.prefix-drop-down div.active {
  background:#ff6c3a;
  color:#fff!important
}

.host_plans {
	float: left;
	width: 100%;
	padding: 100px 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.host_plans .planbox {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.host_plans .planbox .title {
	float: left;
	width: 100%;
	padding: 20px 0px 10px 0px;
}
.host_plans .planbox .prices {
	background: #5f686f;
	display: inline-block;
	margin-bottom: 35px;
	position: relative;
	width: 100%;
	padding: 27px 0px 23px 0px;
	color: #fff;
}
.host_plans .planbox .prices:before {
	border-top: 15px solid #5f686f;
	border-left: 136px solid transparent;
	border-right: 136px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	bottom: -15px;
	width: 0;
}
.host_plans .planbox .prices strong {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	display: block;
}
.host_plans .planbox .prices strong i {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}
.host_plans .planbox .prices b {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}
.host_plans .planbox .prices b em {
	font-style: normal;
	text-decoration: line-through;
}
.host_plans .planbox .prices a {
	color: #5f686f;
	font-size: 14px;
	background: #fff;
	padding: 11px 32px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
}
.host_plans .planbox .prices a:hover {
	color: #fff;
	background: #ff7f27;
}
.host_plans .planbox ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.host_plans .planbox li {
	float: left;
	width: 100%;
	padding: 9px 0px;
	color: #2a363f;
	border-bottom: 1px solid #f3f3f3;
}
.host_plans .planbox li.last {
	border-bottom: none;
}

.host_plans .planbox.highlight .prices {
	background: #ff7f27;
}
.host_plans .planbox.highlight .prices:before {
	border-top: 15px solid #ff7f27;
}
.host_plans .planbox.highlight .prices a {
	color: #ff7f27;
	background: #fff;
}
.host_plans .planbox.highlight .prices a:hover {
	color: #5f686f;
}
.host_plans .planbox.highlight .hiimg {
	display: block;
	margin: -22px auto 0 auto;
}

.host_plans_sty3 {
	float: left;
	width: 100%;
	padding: 90px 0px;
	text-align: center;
	background: #f3f3f3;
	font-family: 'Roboto', sans-serif;
}
.host_plans_sty3 .one_third {
	background: #fff;
	padding: 45px 30px 54px 30px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.host_plans_sty3 .one_third img {
	border: 1px solid #2a363f;
	padding: 20px;
	border-radius: 100%;
	margin: 0 auto 20px auto;
	display: block;
	width: 110px;
	height: auto;
}
.host_plans_sty3 .one_third li {
	padding: 5px 0px;
}
.host_plans_sty3 .one_third li i {
	color: #d9d9d9;
	margin-right: 3px;
}
.host_plans_sty3 .one_third .price h1 {
	color: #ff7f27;
	font-weight: 300;
}
.host_plans_sty3 .one_third .price h1 strong {
	display: inline;
}
.host_plans_sty3 .one_third .price em {
	color: #2a363f;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}
.host_plans_sty3 .one_third a.but {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: #ff7f27;
	padding: 14px 32px;
	border-radius: 27px;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.host_plans_sty3 .one_third a.but:hover {
	background: #2a363f;
}




/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* feature section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	padding: 95px 0px 90px 0px;
	background: #f3f3f3;
	text-align: center;
}
.feature_section1 .one_third {
	text-align: left;
}
.feature_section1 i {
	float: left;
    width:62px;
    height:62px;
    border-radius:100%;
    background-color:#fff;
    text-align:center;
    line-height:62px;
    position:relative;
    margin:6px;
	color: #2a363f;
	font-size: 23px;
	margin-right: 20px;
}
.feature_section1 i:after {
    border-radius:100%;
    background:rgba(255,255,255,0.1);
    border:2px solid #fff;
    position:absolute;
    content:"";
    z-index:1;
    top:0px;
    left:0;
    bottom:0;
    right:0;
	transition:all ease 0.3s;
}
.feature_section1 i:hover:after {
    top:-5px;
    bottom:-5px;
    right:-5px;
    left:-5px;
}


/* feature section 2 */
.feature_section2, .fullwidth-section  {
	float: left;
	width: 100%;
}
.feature_section2 .title  {
	float: left;
	width: 100%;
	text-align: center;
	padding: 75px 0px 30px 0px;
	background: url(../images/up-arrow.png) no-repeat center bottom;
}
.feature_section2 .twoboxes  {
	float: left;
	position: relative;
	z-index: 8;
	background: #3f4a52;
	width: 100%;
	padding: 85px 0px 85px 0px;
}
.feature_section2 .twoboxes:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right:50%;
	bottom: 0;
	left: 0;
	background: #2a363f;
}

.feature_section2 .twoboxes .left {
	float: left;
	width: 45%;
	text-align: left;
}
.feature_section2 .twoboxes .right {
	float: right;
	width: 43.5%;
	text-align: left;
}
.feature_section2 .twoboxes i {
	float: left;
	margin-right: 25px;
	color: #fff;
	font-size: 58px;
	margin-top: 14px;
}
.feature_section2 .twoboxes strong {
	color: #fff;
	font-size: 43px;
	line-height: 35px;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 45px;
}
.feature_section2 .twoboxes strong em {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-bottom: 0px;
	font-style: normal;
}
.feature_section2 .twoboxes ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.feature_section2 .twoboxes li {
	width: 100%;
	padding: 14px 0px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
}
.feature_section2 .twoboxes li i {
	color: #959b9f;
	float: left;
	font-size: 14px;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 30px;
}
.feature_section2 .twoboxes li a {
	float: left;
	margin-top: 10px;
}


/* feature section 3 */
.feature_section3, .panels-flexible-row.feature_section3 {
	float: left;
	width: 100%;
	padding: 85px 0px 65px 0px;
}
.feature_section3 .lstblogs {
	float: left;
	width: 100%;
	background: #2a363f;
	font-family: 'Roboto', sans-serif;
}
.feature_section3 .lstblogs img {
	float: left;
	width: 100%;
	height: auto;
}
.feature_section3 .lstblogs .date {
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
	border-radius: 3px;
	background: #ff7f27;
	text-align: center;
	margin: 30px 20px 30px 30px;
	width: 10%;
	transition: all 0.3s ease;
}
.feature_section3 .lstblogs .date:hover {
	color: #2a363f;
	background: #fff;
}
.feature_section3 .lstblogs .date strong {
	font-size: 27px;
	display: block;
	font-weight: 400;
}
.feature_section3 .lstblogs div.white {
	float: left;
	margin: 30px 20px 30px 0px;
	width: 74%;
	transition: all 0.3s ease;
}
.feature_section3 .lstblogs .hline {
	width: 50px;
	height: 1px;
	background: #fff;
	margin-top: 10px;
	opacity: 0.5;
}
.feature_section3 .lstblogs div.white a:hover {
	color: #ff7f27;
}


/* feature section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	padding: 90px 0px;
}
.feature_section4 .left,
.feature_section4 .center,
.feature_section4 .right {
	float: left;
	width: 33.3333333333%;
	padding: 45px 50px 56px 50px;
	text-align: center;
}
.feature_section4 .left {
	background: #2a363f;
}
.feature_section4 .center {
	background: #ff7f27;
}
.feature_section4 .right {
	background: #f3f3f3;
}
.feature_section4 strong {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.feature_section4 strong em {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	font-style: normal;
	display: block;
	text-transform: none;
	margin-bottom: 9px;
}
.feature_section4 .right strong,
.feature_section4 .right strong em {
	color: #2a363f;
}
.feature_section4 img {
	margin: 25px auto 20px auto;
	display: block;
}

.feature_section4.sty2 {
	padding: 0px 0px;
}
.feature_section4.sty2 .left,
.feature_section4.sty2 .center,
.feature_section4.sty2 .right {
	padding: 35px 50px 35px 50px;
}
.feature_section4.sty2 strong {
	font-size: 45px;
	font-weight: 900;
}
.feature_section4.sty2 strong em {
	margin-bottom: 0px;
	margin-top: 7px;
}




/* feature section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	padding: 40px 0px 65px 0px;
}
.feature_section5 .two_third {
	padding-top: 70px;
}
.feature_section5 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 9px 0px;
}
.feature_section5 li {
	float: left;
	padding: 5px 7px;
	border: 1px dashed #d9dbdc;
	text-align: center;
	margin: 0px 14px 14px 0px;
}
.feature_section5 li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}


/* feature section 6 */
.page-about .feature_section6 {
	background: #fff;
}
.feature_section6 {
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 90px 0px 80px 0px;
	text-align: center;
}
.feature_section6 .climg {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/h-lines.png) no-repeat center 48px;
}
.feature_section6 .climg img {
	width: 12.5%;
	height: auto;
	border-radius: 100%;
	margin-bottom: 25px;
}
.feature_section6 .item strong {
	color: #ff7f27;
	font-size: 16px;
	font-weight: 600;
}
.feature_section6 .item em {
	font-style: normal;
	color: #999;
}

.feature_section6.sty2 {
	background: #fff;
}
.feature_section6 .item strong {
	color: #2a363f;
}

/* feature section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	padding: 90px 0px 67px 0px;
	background: #f3f3f3;
	text-align: center;
}
.feature_section7 .one_fifth_less {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 25px 0px 14px 0px;
	background: #fff;
	transition: all 0.1s ease;
}
.feature_section7 .one_fifth_less i {
	color: #727272;
	display: block;
	font-size: 45px;
	margin-bottom: 14px;
}
.feature_section7 .one_fifth_less:hover {
	border: 1px solid #2a363f;
	background: #2a363f;
}
.feature_section7 .one_fifth_less h5 {
	padding-left: 15px;
	padding-right: 15px;
}
.feature_section7 .one_fifth_less:hover i,
.feature_section7 .one_fifth_less:hover h5 {
	color: #fff;
}

/* feature section 8 */
.feature_section8 {
	float: left;
	width: 100%;
	padding: 85px 0px 67px 0px;
	text-align: center;
}
.feature_section8 .slidesec {
	float: left;
	width: 100%;
	padding: 40px;
	background: #fff;
	text-align: left;
}
.feature_section8 .slidesec p {
	font-size: 16px;
	line-height: 27px;
}
.feature_section8 .imgbox {
	float: left;
	width: 40%;
	margin-right: 45px;
}
.feature_section8 .imgbox img {
	float: left;
	width: 100%;
	height: auto;
}
.feature_section8 i {
	color: #ff7f27;
	font-size: 14px;
}


/* feature section 9 */
.feature_section9 {
	float: left;
	width: 100%;
	padding: 90px 0px 45px 0px;
	text-align: center;
}
.feature_section9 .one_half:last-child {
	margin-right: 0;
}
.feature_section9 .box {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
	padding: 25px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
}



/* feature section 10 */
.feature_section10 {
	float: left;
	width: 100%;
	padding: 50px 0px 45px 0px;
	text-align: center;
}
.feature_section10 .box {
	float: left;
	width: 100%;
	padding: 16px 0px 10px 0px;
	border: 4px solid #f3f3f3;
	border-radius: 5px;
}
.feature_section10 .box h1,
.feature_section10 .box h6 {
	margin-bottom: 5px;
}
.feature_section10 .box h1 em {
	margin-top: 0px;
	font-size: 14px;
}


/* feature section 11 */
.feature_section11 {
	float: left;
	width: 100%;
	padding: 75px 0px 75px 0px;
	background: #eee;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.feature_section11 h1 {
	margin-bottom: 20px;
}
.feature_section11 .nav-tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  padding: 0px;
  margin: 0px;
}
.feature_section11 .nav-tabs > li {
	width: 100%;
	float: none;
	margin: 0;
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.feature_section11 .nav-tabs > li > a {
	color: #2a363f;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  margin: 0;
  padding: 0;
}
.feature_section11 .nav-tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 3px 3px 0 0;
}
.feature_section11 .nav-tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.feature_section11 .nav-tabs > li.active a,
.feature_section11 .nav-tabs > li.active a:focus,
.feature_section11 .nav-tabs > li.active a:hover {
  color: #ff7f27;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.feature_section11 .nav-tabs > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.feature_section11 .tab-content {
  background-color: white;
  position: relative;
  width: 100%;
  float: left;
  border-radius: 3px;
}
.feature_section11 .tab-content > .tab-pane {
  width: 100%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  /*display: none;*/
  list-style: none;
}
.feature_section11 .tab-content > .tab-pane .field-content {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: #fff;
}
ul.domlist1 {
	float: left;
	width: 20%;
	padding: 0px 0px 58px 0px;
	margin: 0px 0px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
.domlist1 li {
	width: 100%;
	height: 50px;
	padding-top: 13px;
	margin: 0px;
	border-bottom: 1px solid #f3f3f3;
	color: #2a363f;
	font-size: 16px;
}
.domlist1 li.title {
	height: 50px;
	padding-top: 0px;
}
.domlist1 li.title h6 {
	line-height: 18px;
}
.domlist1 li em {
	color: #ccc;
	text-decoration: line-through;
	margin-right: 5px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
}


/* feature section 12 */
.feature_section12 {
	float: left;
	width: 100%;
	padding: 18px 0px 50px 0px;
	text-align: center;
}
.feature_section12 .one_fourth {
	text-align: left;
}
.feature_section12 i {
	float: left;
    width:45px;
    height:45px;
    border-radius:100%;
    background-color:#f3f3f3;
    text-align:center;
    line-height:45px;
    position:relative;
    margin:6px;
	color: #2a363f;
	font-size: 18px;
	margin-right: 18px;
}
.feature_section12 i:after {
    border-radius:100%;
    background:rgba(255,255,255,0.1);
    border:2px solid #f3f3f3;
    position:absolute;
    content:"";
    z-index:1;
    top:0px;
    left:0;
    bottom:0;
    right:0;
	transition:all ease 0.3s;
}
.feature_section12 i:hover:after {
    top:-5px;
    bottom:-5px;
    right:-5px;
    left:-5px;
}


/* feature section 13 */
.feature_section13 {
	float: left;
	width: 100%;
	padding: 75px 0px 90px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section13 .one_half_less {
	padding: 35px 30px 35px 30px;
	background: #fff;
}


/* feature section 14 */
.feature_section14 {
	float: left;
	width: 100%;
	padding: 90px 0px 95px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section14 .row-member {
	margin-bottom: 30px;
}
.feature_section15 .row-member {
	margin-bottom: 50px;
}
.pane-views-our-team-block-3 .row-member {
	margin-bottom: 70px;
}
.feature_section14 .row-member:last-child,
.feature_section15 .row-member:last-child,
.pane-views-our-team-block-3 .row-member:last-child {
	margin-bottom: 0;
}
.feature_section14 .row-member .one-half:last-child,
.feature_section15 .row-member .one_fourth_less:last-child,
.pane-views-our-team-block-3 .row-member .one_fourth:last-child {
	margin-right: 0;
}
.flips1_back p.job-position {
	margin: 5px 0;
  font-weight: bold;
}
.flips1_back .read-more {
	margin-top: 20px;
}
.pane-views-our-team-block-3 {
	margin-top: 70px;
	margin-bottom: 90px;
}
.feature_section14 .one-half {
	float: left;
	padding: 30px 35px;
	background: #fff;
	text-align: left;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.feature_section14 .one-half:hover {
	color: #fff;
	background: #2a363f;
}
.feature_section14 .one-half img {
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	margin-right: 25px;
}
.feature_section14 .one-half h5 em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #999;
	font-weight: 300;
}


/* feature section 15 */
.feature_section15 {
	float: left;
	width: 100%;
	padding: 90px 0px 95px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section15 .one_fourth_less {
	float: left;
	padding: 10px 10px 30px 10px;
	background: #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.feature_section15 .one_fourth_less:hover {
	color: #fff;
	background: #2a363f;
}
.feature_section15 .one_fourth_less img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.feature_section15 .one_fourth_less h5 em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #999;
	font-weight: 300;
}
.feature_section15 .one_fourth_less p {
	width: 80%;
	margin: 0 auto 16px auto;
}
.feature_section15 .one_fourth_less a i  {
	color: #fff;
	font-size: 13px;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #d3d3d3;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	transition: all 0.3s ease;
}
.feature_section15 .one_fourth_less a:hover i  {
	color: #fff;
	background: #ff7f27;
}


/* feature section 16 */
.feature_section16 {
	float: left;
	width: 100%;
	padding: 50px 0px 40px 0px;
	background: #f3f3f3;
}


/* feature section 17 */
.feature_section17 {
	float: left;
	width: 100%;
	padding: 0px 0px 90px 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.feature_section17 .one_third {
	float: left;
	padding: 35px 50px 45px 50px;
	background: #fff;
	border-radius: 5px;
	border: 5px solid #f3f3f3;
}
.feature_section17 .one_third i {
	color: #2a363f;
	font-size: 45px;
	margin-bottom: 27px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
}
.feature_section17 .one_third a.but1 {
	color: #fff;
	border-radius: 3px;
	padding: 13px 27px;
	background: #ff7f27;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.feature_section17 .one_third a.but1:hover {
	color: #fff;
	background: #2a363f;
}

/* feature section 18 */
.feature_section18 {
	float: left;
	width: 100%;
	padding: 140px 0px 140px 0px;
}
.feature_section18 a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #ff7f27;
	padding: 14px 32px;
	border-radius: 27px;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.feature_section18 a:hover {
	background: #2a363f;
}
/* feature section 401 */
.feature_section401 {
	float: left;
	width: 100%;
	padding: 61px 0px;
	background: #2a363f;
	color: #999;
}
.feature_section401 span {
	float: left;
	color: #fff;
	font-size: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.feature_section401 span:before {
	font-size: 35px;
}
/* feature section 402 */
.feature_section402 {
	float: left;
	width: 100%;
	padding: 100px 0px 80px 0px;
}
.feature_section402 .box {
	float: left;
	width: 33.33333333%;
	background: #2a363f;
	text-align: center;
}
.feature_section402 .box.two {
	background: #7399e7;
}
.feature_section402 .box.three {
	background: #75d366;
}
.feature_section402 .box > div {
	float: left;
	width: 100%;
	padding: 30px 40px 50px 40px;
}
.feature_section402 .box a {
	color: #2a363f;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	padding: 10px 22px;
	border-radius: 3px;
	border: 1px solid #fff;
	transition: all 0.3s ease;
}
.feature_section402 .box a:hover {
	color: #fff;
	background: none;
	border: 1px solid #fff;
}
/* feature section 101 */
.feature_section101 {
	float: left;
	width: 100%;
	padding: 95px 0px 90px 0px;
	text-align: center;
  background-size: initial !important;
  background-position-y: 215px !important;
}
.feature_section101 .margin_bottom5 {
	height: 0;
}
.feature_section101 img {
	margin-bottom: 23px;
}
.feature_section101 p {
	width: 75%;
	margin: 0 auto;
}
.feature_section101 .sprice {
	width: 75%;
	margin: 0 auto;
}
.feature_section101 .sprice p {
	width: 100%;
}
.feature_section101 .sprice h4 {
	margin-bottom: 23px;
}
.feature_section101 .sprice a {
	color: #fff;
	background: #ff7f27;
	padding: 0px 30px 2px 30px;
	border-radius: 3px;
	font-size: 45px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.feature_section101 .sprice a em {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
}
.feature_section101 .sprice a:hover {
	background: #2a363f;
}

/* feature section 102 */
.pane-views-intro-package-2-block {
	float: left;
	width: 100%;
}
.feature-section102 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
	text-align: center;
}
.feature-section102 .plan {
	float: right;
	width: 100%;
	text-align: right;
	padding: 90px 0px 90px 0px;
}
.feature-section102 .plan.views-row-first {
	padding-top: 0;
}
.feature-section102 .plan.views-row-last {
	padding-bottom: 0;
}
.feature-section102 .plan.views-row-even {
	background: #eee;
}
.feature-section102 .plan.views-row-even .onecol_forty {
	float: right;
	margin-right: 0;
}
.feature-section102 .plan.views-row-even img {
	float: right;
}
.feature-section102 .plan.views-row-even .onecol_sixty li {
	float: left;
}
.feature-section102 .plan.views-row-even .onecol_sixty {
	clear: left;
	text-align: left;
}
.feature-section102 .plan img {
	float: left;
	max-width: 100%;
	height: auto;
}
.feature-section102 .plan h1 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 200;
}
.feature-section102 .plan h1 b {
	font-weight: 900;
}
.feature-section102 .plan ul {
	float: right;
	padding: 0px;
	margin: 10px 0px 35px 0px;
}
.feature-section102 .plan li {
	float: right;
	margin: 0px 20px 5px 0px;
}
.feature-section102 .plan h2 {
	font-weight: 300;
}
.feature-section102 .plan h2 strong {
	color: #ff7f27;
	font-size: 45px;
	font-weight: 900;
}

/* feature section 103 */
.feature_section103 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
	text-align: center;
	background: #2a363f;
}
.feature_section103 .box {
	float: left;
	width: 25%;
	padding: 10px 30px 45px 0px;
	text-align: left;
	border-right: 1px solid #1f282f;
	border-bottom: 1px solid #1f282f;
}
.feature_section103 .box i {
	color: #fff;
	font-size: 35px;
	margin-bottom: 18px;
}
.feature_section103 .box h4 {
	color: #fff;
	font-weight: 400;
}
.feature_section103 .box h4 .line {
	display: block;
	width: 50px;
	height: 1px;
	background: #555e65;
	margin-top: 7px;
	margin-bottom: 18px;
}
.feature_section103 .box p {
	color: #999;
}

.feature_section103 .row-features-odd .box {
	padding: 10px 0px 45px 20px;
	border-left: 1px solid #39444d;
}
.feature_section103 .row-features-odd .box:last-child {
	border-right: none;
}
.feature_section103 .row-features-odd .box:first-child {
	padding: 10px 30px 45px 0px;
	border-right: 1px solid #1f282f;
	border-left: none;
}

.feature_section103 .row-features-even .box:first-child {
	padding: 45px 0px 10px 0px;
	border-bottom: none;
	border-top: 1px solid #39444d;
	border-left: none;
}

.feature_section103 .row-features-even .box {
	padding: 45px 0px 10px 20px;
	border-left: 1px solid #39444d;
	border-top: 1px solid #39444d;
	border-bottom: none;
}
.feature_section103 .row-features-even .box:last-child {
	border-right: none;
}

/* feature section 104 */
.feature_section104 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
	text-align: center;
	background: #e3e3e3;
	overflow: hidden;
}
.feature_section104 .view-content {
	width: 75%;
	padding: 0px 50px 50px 50px;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
}
.feature_section104 .view-content .title {
	width: 100%;
	text-align: center;
}
.feature_section104 .view-content h1 {
	display: inline;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background: #ff7f27;
	padding: 9px 27px 10px 27px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.feature_section104 .view-content img {
	float: left;
	margin-right: 30px;
	max-width: 100%;
	height: auto;
}
.feature_section104 .view-content .item {
	padding-bottom: 16px;
}

.feature_section104 .view-content .item p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 12px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  color: #2a363f;
  font-weight: 300;
}

.feature_section104 .view-content .feature-button {
	margin-top: 20px;
}
.feature_section104 .owl-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
}
.feature_section104 .owl-theme .owl-controls .owl-buttons div {
	text-indent: 9000px;
	width: 25px;
	height: 49px;
	opacity: 1;
}
.feature_section104 .owl-theme .owl-controls .owl-prev {
	position: absolute;
	left: -120px;
	background: url(../images/arrow-prev.png) no-repeat center top;
}
.feature_section104 .owl-theme .owl-controls .owl-next {
	position: absolute;
	right: -120px;
	background: url(../images/arrow-next.png) no-repeat center top;
}

/* feature section 105 */
.feature_section105 {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
	text-align: center;
}
.feature_section105 .box {
	width: 100%;
	position: relative;
}
.feature_section105 .box-cnt {
	width: 100%;
	height: auto;
}
.feature_section105 .box-cnt img {
	width: 100%;
	height: auto;
	display: block;
}
.feature_section105 .box-details {
	position: absolute;
	z-index: 2;
	bottom: 0;
	background: rgba(42,54,63,0.98);
	width: 100%;
	height: 100px;
	overflow:hidden;
	transition: height 450ms;
	-moz-transition: height 450ms;
	-webkit-transition: height 450ms;
}
.feature_section105 .box:hover .box-details,
.feature_section105 .box.active .box-details {
	height: 270px;
	background: rgba(42,54,63,0.97);
}
.feature_section105 .box.active .box-details h5 {
	padding-top: 35px;
}
.feature_section105 .box.active .box-details .hline {
	visibility: visible;
}
.feature_section105 .box:hover .box-details h5 {
	padding-top: 35px;
}
.feature_section105 .box:hover .hline {
	visibility: visible;
}
.feature_section105 .box-details h5 {
	color: #fff;
	font-weight: 600;
	padding-top: 27px;
	line-height: 21px;
	transition: all 0.3s ease;
}
.feature_section105 .box-details h5 em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	display: block;
}
.feature_section105 .box-details .hline {
	width: 80px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	visibility: hidden;
}
.feature_section105 .box-details p {
	color: #fff;
	width: 77%;
	margin: 0 auto;
	padding-top: 21px;
	padding-bottom: 30px;
	line-height: 18px;
}
.feature_section105 .box-details a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 9px 20px;
	transition: all 0.3s ease;
}
.feature_section105 .box-details a:hover {
	color: #393939;
	background: #fff;
}

/* feature section 106 */
.feature_section106 {
	float: left;
	width: 100%;
	padding: 0px;
	background: #eee;
}
.feature_section106 .left {
	float: left;
	width: 33.5%;
	padding: 90px 0px 90px 0px;
	margin-left: 13%;
}
.feature_section106 .left > div, .feature_section106 .right > div {
	padding: 0;
}
.feature_section106 .left p {
	font-size: 16px;
	line-height: 27px;
}
.feature_section106 .left .climg {
	float: left;
	width: 23%;
	margin-right: 30px;
}
.feature_section106 .left .climg img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 3px;
}
.feature_section106 .left .climg strong {
	float: left;
	color: #ff7f27;
}
.feature_section106 .left .climg em {
	font-size: 12px;
	font-style: normal;
}

.feature_section106 .right {
	float: right;
	width: 50%;
}
.feature_section106 .right .st-block {
	float: left;
  width: 100%;
  padding: 90px 0px 75px 70px;
  background-position-x: left !important;
  background-position-y: top !important;
}
.feature_section106 .right .pane-conent ul {
	float: left;
	width: 80%;
	padding: 0px;
	margin: 0px;
}
.feature_section106 .right .pane-content li {
	float: left;
	width: 27%;
	padding: 12px 0px 7px 0px;
	margin-right: 4%;
	margin-bottom: 20px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 3px;
}
.feature_section106 .right .pane-content li img {
	width: 50%;
}
/* feature section 107 */
.feature_section107 {
	padding: 30px 0px;
	text-align: center;
}
.feature_section107 h1 {
	font-size: 30px;
	margin-top: 30px;
}
.feature_section107 h1 b {
	font-weight: 900;
}
.feature_section107 h1 a {
	color: #fff;
	font-weight: 700;
	background: #ff7f27;
	padding: 2px 10px 2px 10px;
	border-radius: 3px;
	margin-left: 5px;
	transition: all 0.3s ease;
}
.feature_section107 h1 a:hover {
	background: #2a363f;
}

.video_full_site {
	width: 70%;
	height: 450px;
}




.client_logos {
	float: left;
	width: 100%;
	padding: 63px 0px 50px 0px;
	text-align: center;
}
.client_logos ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0 0 0 3%;
}
.client_logos li {
	float: left;
	padding: 0px 12px;
	margin: 0px;
}

.client_logos.two {
	padding: 0px 0px 50px 0px;
}
.view-client .views-row {
	margin-bottom: 30px;
}

.price_compare {
	float: left;
	width: 100%;
	padding: 90px 0px;
	text-align: center;
}
.price_compare table {
	width: 100%;
	font-family: 'Roboto', sans-serif;
}
.price_compare table,
.price_compare th,
.price_compare td {
	border-collapse: separate;
    border-spacing: 10px 1px;
}
.price_compare table i {
	font-size: 14px;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	background: #fff;
}
.price_compare table td.first {
	background: #fff;
	border: none;
}
.price_compare td {
    padding: 12px 0px 12px 0px;
    text-align: left;
	background: #f9f9f9;
	text-align: center;
	color: #2a363f;
}
.price_compare th {
    padding: 12px 0px 12px 0px;
    text-align: left;
	background: #f3f3f3;
	text-align: center;
	font-weight: normal;
	color: #2a363f;
}
.price_compare th.alileft,
.price_compare td.alileft {
	text-align: left;
	padding: 12px 0px 12px 18px;
	color: #2a363f;
	font-weight: 500;
	font-size: 15px;
}
.price_compare .rowfirst {
	width: 37%;
}
.price_compare .rowsremain {
	width: 21%;
	background: #eee;
}

.price_compare .title {
	float: left;
	width: 75%;
	text-align: right;
}
.price_compare .title .arrow_box {
	position: relative;
	background: #5f686f;
	padding: 12px 20px 12px 0px;
}
.price_compare .title .arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 153, 153, 0);
	border-left-color: #5f686f;
	border-width: 18px;
	margin-top: -18px;
}
.price_compare .title h5 {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 300;
}
.price_compare .title h3 {
	color: #fff;
	font-weight: 900;
	margin-bottom: 0px;
}
.price_compare .prices {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0px 30px 0px;
}
.price_compare .prices h4 {
	margin-bottom: 18px;
}
.price_compare .prices strong {
	color: #ff7f27;
	font-size: 45px;
	font-weight: 800;
	display: block;
}
.price_compare .prices strong i {
	color: #2a363f;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	background: none;
}
.price_compare .prices b {
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 22px;
	margin-top: 5px;
}
.price_compare .prices b em {
	font-style: normal;
	text-decoration: line-through;
}
.price_compare .prices a {
	color: #fff;
	font-size: 14px;
	background: #2a363f;
	padding: 10px 27px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
}
.price_compare .prices a:hover {
	color: #fff;
	background: #ff7f27;
}

.price_compare .rowsremain.center {
	background: #2a363f;
}
.price_compare .rowsremain.center .prices strong {
	color: #fff;
}
.price_compare .rowsremain.center .prices a {
	color: #2a363f;
	background: #fff;
}
.price_compare .rowsremain.center .prices a:hover {
	color: #fff;
	background: #ff7f27;
}
.price_compare .rowsremain.center .prices i {
	color: #fff;
}
.price_compare .rowsremain.center span {
	color: #fff;
	padding: 3px 10px 4px 10px;
	background: #ff7f27;
	margin-top: -62px;
	margin-bottom: 32px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}



/*----------------------------------------------------
   PARALLAX SECTIONS
------------------------------------------------------*/

/* parallax section 1 */
.parallax_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 2 */
.parallax_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 100px 0px;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;

	-moz-box-shadow:    inset  0  3px 3px -3px #e0e0e0,
                        inset  0 -3px 3px -3px #e0e0e0;
    -webkit-box-shadow: inset  0  3px 3px -3px #e0e0e0,
                        inset  0 -3px 3px -3px #e0e0e0;
     box-shadow:        inset  0  3px 3px -3px #e0e0e0,
                        inset  0 -3px 3px -3px #e0e0e0;
}
.parallax_section2 .one_fifth_less {
	float: left;
	background:  rgba(255, 255, 255, 0.75);
	border-radius: 3px;
	padding: 20px 0px 25px 0px;
}
.parallax_section2.sty2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 90px 0px;
	background: #eee;

	-moz-box-shadow: none;
    -webkit-box-shadow: none;
     box-shadow: none;
}
.parallax_section2.sty2 .one_fifth_less {
	float: left;
	background: #e3e3e3;
	border-radius: 3px;
	padding: 20px 0px 25px 0px;
}

/* parallax section 3 */
.parallax_section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #454545 url("../images/site-img22.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_section3 img {
	width: 100%;
	height: auto;
}

.panels-flexible-row.parallax_section3 {
	padding: 90px 0px 70px 0px;
	margin: 50px 0;
}

/* parallax section 4 */
.parallax_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	margin: 100px 0;
	background-attachment: fixed !important;
	background-origin: initial !important;
	background-clip: initial !important;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0 !important;
	background-position: center;
}


/* parallax section 5 */
.parallax_section5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #eee url("../images/site-img31.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_section41 {
	float: left;
	width: 100%;
	padding: 90px 0px;
	background: #7399e7;
	text-align: center;
}
.parallax_section41 .one_fifth_less {
	float: left;
	border-radius: 3px;
	padding: 20px 0px 25px 0px;
	border: 1px solid #fff;
}









/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/
.footer {
	float: left;
	width: 100%;
	margin-top: 90px;
}
.footer .ftop {
	float: left;
	width: 100%;
	height: 130px;
	background: url(../images/footer-img1.png) no-repeat center top;
}
.footer .ftop .left {
	float: left;
	width: 33.1%;
	margin-top: 32px;
	text-align: right;
}
.footer .ftop .left h4 {
	margin-bottom: 5px;
}
.footer .ftop .left h1 {
	color: #ff7f27;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 1px;
}

.footer .ftop .right {
	float: right;
	width: 50%;
	margin-top: 50px;
}
.footer .ftop .right p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 11px;
}
.footer .ftop .right .form-item-mail {
	float: left;
	width: 64.4%;
}
.footer .ftop .right input[type=text] {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 20px;
	height: 50px;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 14px;
}
.footer .ftop .right .input_submit, .footer .ftop .right button[type=submit] {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 13px 30px 14px 30px;
	background-color: #7f868c;
	border: 0px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
	line-height: 23px;
}
.footer .ftop .right .input_submit:hover, .footer .ftop .right button[type=submit]:hover {
	color: #ff7f27;
	cursor: pointer;
	background-color: #fff;
}
.footer .ftop .right .simplenews-subscribe > div > button {
	margin-left: 0;
}
.footer .ftop .right .simplenews-subscribe > div > div + button {
	margin-left: 12px;
}
.footer .secarea {
	float: left;
	width: 100%;
	padding: 75px 0px 67px 0px;
	background: #2a363f url(../images/footer-bg-graph2.png) no-repeat center bottom;
}
.footer .secarea h4, .footer h2.block-title {
	margin-bottom: 14px;
	color: #fff;
	font-size: 18px;
  line-height: 25px;
  font-style: normal;
  text-transform: capitalize;
}
.footer ul.foolist {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.footer .foolist li {
	padding: 4px 0px;
	margin: 0px;
}
.footer .foolist li a {
	color: #aaa;
	transition: all 0.3s ease;
}
.footer .foolist li a:hover {
	color: #fff;
}

.footer ul.foosocial {
	float: right;
	width: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer .foosocial li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.footer .foosocial li i {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
	border-radius: 100%;
	transition: all 0.3s ease;
}
.footer .foosocial li.faceboox i {
	background: #2b87c7;
}
.footer .foosocial li.twitter i {
	background: #38c0dd;
}
.footer .foosocial li.gplus i {
	background: #dc6218;
}
.footer .foosocial li.youtube i {
	background: #b34300;
}
.footer .foosocial li.linkdin i {
	background: #2862d8;
}
.footer .foosocial li i:hover {
	opacity: 0.5;
}


.footer .secarea .address {
	float: left;
	width: 100%;
	color: #aaa;
	text-align: left;
}
.footer .secarea .address img {
	max-width: 100%;
}
.footer .secarea .address .margin_bottom1 {
	height: 0;
}
.footer .secarea .address b {
	color: #fff;
	font-weight: normal;
}
.footer .secarea .address a {
	color: #fff;
	transition: all 0.3s ease;
}
.footer .secarea .address a:hover {
	color: #ff7f27;
}
.footer .secarea .address a.smbut {
	font-size: 12px;
	color: #999;
	transition: all 0.3s ease;
}
.footer .secarea .address a.smbut:hover {
	color: #fff;
}


.copyrights {
	float: left;
	width: 100%;
	background: #17232d;
  padding: 30px 0px 27px 0px;
	color: #8e9194;
	font-size: 13px;
}
.copyrights a {
	color: #8e9194;
	padding: 0px 5px;
	transition: all 0.3s ease;
}
.copyrights a:hover {
	color: #fff;
}











/*page titles*/

.page_title1 {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 100px 0px 59px 0px;
}
.page_title1 h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}
.page_title1 h1 em {
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
}

.page_title1.sty2 {
	background: #999 url(../images/site-img23.jpg) no-repeat center top;
}
.page_title1.sty3 {
	background: #999 url(../images/site-img24.jpg) no-repeat center top;
}
.page_title1.sty4 {
	background: #999 url(../images/site-img25.jpg) no-repeat center top;
}
.page_title1.sty5 {
	background: #999 url(../images/site-img26.jpg) no-repeat center top;
}
.page_title1.sty6 {
	background: #999 url(../images/site-img27.jpg) no-repeat center top;
}
.page_title1.sty8 {
	background-size: initial !important;
	text-align: left;
	padding: 120px 0px 81px 0px;
}

.page_title1.sty10 {
	background: #999 url(../images/site-img34.jpg) no-repeat center top;
	text-align: left;
	padding: 120px 0px 81px 0px;
}
.page_title1.sty11 {
	background: #999 url(../images/site-img35.jpg) no-repeat center top;
	text-align: left;
	padding: 90px 0px 59px 0px;
}
.page-title {
  position: relative;
  float: none;
  width: 100%;
  color: #fff;
  text-align: left;
  padding: 58px 0px 45px 0px;
  margin-bottom: 80px;
  background: #999 url(../images/site-img37.jpg) no-repeat center top;
}
.page-title h1 {
	color: #fff;
	float: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page_title1.sty12 {
	background: #999 url(../images/site-img36.jpg) no-repeat center top;
	text-align: left;
	padding: 90px 0px 59px 0px;
}


.page_title1.sty9 {
	text-align: left;
	padding: 58px 0px 45px 0px;
	background: #999 url(../images/site-img30.jpg) no-repeat center top;
}
.page_title1.sty9 h1 {
	float: left;
	font-size: 30px;
	color: #2a363f;
	margin-bottom: 12px;
}
.page_title1 .pagenation, .page-title .pagenation {
	float: right;
	color: #727272;
	font-size: 13px;
	margin-top: 13px;
}
.page_title1 .pagenation a, .page-title .pagenation a {
	color: #999;
	transition: all 0.3s ease;
}
.page_title1 .pagenation a:hover, .page-title .pagenation a:hover {
	color: #2a363f;
}

.page_title1.sty13 {
	text-align: left;
	padding: 58px 0px 45px 0px;
	background: #999 url(../images/site-img37.jpg) no-repeat center top;
}
.page_title1.sty13 h1 {
	float: left;
	font-size: 30px;
	color: #fff;
	margin-bottom: 12px;
}

.page_title1.sty13 .pagenation, .page-title .pagenation {
	color: #fff;
}
.page_title1.sty13 .pagenation a, .page-title .pagenation a {
	color: #ccc;
}
.page_title1.sty13 .pagenation a:hover, .page-title .pagenation a:hover {
	color: #fff;
}
ol.breadcrumb {
	list-style: none;
  margin: 0;
}
ol.breadcrumb li {
  display: inline-block;
}
ol.breadcrumb li:after {
  content: "/";
  margin-left: 5px;
}
ol.breadcrumb li:last-child:after {
	content: "";
}




.page_title1.sty7 {
	padding: 100px 0px 85px 0px;
	background-color: #ff7f27 !important;
}
.page_title1.sty7 .serch_area {
	width: 61%;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}
.page_title1.sty7 .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 30px;
	height: 64px;
	width: 68.6%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
}
.page_title1.sty7 .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 20px 30px 21px 30px;
	background-color: #2a363f;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
}
.page_title1.sty7 .serch_area .input_submit:hover {
	color: #2a363f;
	cursor: pointer;
	background-color: #fff;
}
.page_title1.sty7 .serch_area .molinks {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 14px;
}
.page_title1.sty7 .serch_area .molinks a {
	color: #fff;
	margin: 0px 10px 0px 0px;
	transition: all 0.3s ease;
}
.page_title1.sty7 .serch_area .molinks a:hover {
	color: #2a363f;
}


/* sidebar widget */
.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}
.sidebar_widget ul.arrows_list1{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
}
.sidebar_widget ul.arrows_list1 li a {
	color: #ff7f27;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #272727;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_widget h4, .clientsays_widget h4 {
	margin-bottom: 30px;
	float: left;
	font-weight: 500;
}

.region-sidebar-second h2.block-title, .region-sidebar-first h2.block-title {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
}

.sidebar_widget.navigation ul > li > a {
	padding: 0;
	margin: 0;
	line-height: 30px;
}
.sidebar_widget.navigation ul > li > a:before {
	content: content: "\f105";
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.sidebar_widget.navigation ul > li > a:hover {
	color: #272727;
}
/* 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 #eee;
	float: left;
	width: 100%;
}
.recent_posts_list li a {
	text-decoration: none;
	line-height: 17px;
	display: block;
	color: #999;
	float: left;
	margin-right: 15px;
}
.recent_posts_list li a:hover {
	color: #ff7f27;
}

.recent_posts_list li p {
	line-height: 17px;
}
.recent_posts_list li img {
	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 img:hover {
	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 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;
}
/* blog tags */
.sidebar_widget ul.tags {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  float: left;
}
.sidebar_widget ul.tags li {
  float: left;
  padding: 0px;
  margin: 0px 5px 5px 0px;
  list-style-type: none;
  line-height: 25px;
}
.sidebar_widget ul.tags li a {
  float: left;
  padding: 2px 7px;
  background-color: #f9f9f9;
  border-radius: 2px;
  color: #909090;
  font-size: 12px;
}
.sidebar_widget ul.tags li a:hover {
  background-color: #ff7f27;
  color: #fff;
}

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



.login_form {
	width: 50%;
	margin: 0 auto;
}
.regist_form {
	width: 50%;
	margin: 0 auto;
}



/* 404 Error Page */
.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 59%;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 5px 5px 1px #fafafa;
}
.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-weight: 300;
}
.error_pagenotfound em {
	display: block;
	font-size: 18px;
	line-height: 59px;
	color: #ff7f27;
	margin: 0;
	font-style: normal;
}


/* portfolio single image */
.portfolio_area {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.portfolio_area_left {
	padding: 0px;
	margin: 0px;
	width: 74%;
	float: left;
}
.portfolio_area_left img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_area_right {
	padding: 0px;
	margin: 0px 0px 0px 4%;
	width: 22%;
	float: left;
}
.project_details {
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
.project_details span {
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #727272;
	float: left;
	width: 40%;
}
.project_details em {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	float: left;
	width: 60%;
}
.project_details span a {
	padding: 3px 10px;
	margin: 0px 0px 0px 3px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	background-color: #e3e3e3;
	border-radius:3px;
	transition: all 0.3s ease;
}
.project_details span a:hover {
	background-color: #ddd;
}
.addto_favorites {
	padding: 3px 10px 5px 10px;
	margin: 27px 0px 0px 0px;
	width: 142px;
	display: block;
	border-radius:3px;
	font-size: 13px;
	color: #999;
	background: #eee;
	transition: all 0.3s ease;
}
.addto_favorites:hover {
	background: #e3e3e3;
}
.addto_favorites i {
	color: #c3c3c3;
}

ul.small_social_links {
	padding: 0px;
	margin: 18px 0 25px 0px;
}
.small_social_links li {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}
.small_social_links li i {
	font-size: 11px;
	color: #ff7f27;
	border: 1px solid #eee;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
}
.small_social_links li a {
	opacity: 1;
	transition: all 0.3s ease;
}
.small_social_links li a:hover {
	opacity: 0.7;
}


/* blog */
.blog_post, .blog-post {
	float: left;
	width: 100%;
}
.blog-post:after {
	content: "";
	float: left;
  width: 100%;
  padding-top: 90px;
  margin-bottom: 90px;
  background: url(../images/shadow2.png) no-repeat center bottom;
  text-align: center;
}
.blog_post h3, .blog-post h3 {
	text-align: left;
	color: #333;
	line-height: 30px;
	display: block;
}
.blog_post h3 a, .blog-post h3 a {
	color: #ff7f27;
	text-decoration: none;
	margin-top: 3px;
	font-weight: 700;
	font-size: 27px;
	text-transform: uppercase;
}
.node-type-blog .blog_post h3 {
	color: #383634;
	text-decoration: none;
	margin-top: 3px;
	font-weight: 700;
	font-size: 27px;
	text-transform: uppercase;
}
.node-type-blog .post_meta_links li.date {
	padding: 0px 18px 0px 0px;
}
.node-type-blog .pane-node-field-share-this-post h5.pane-title {
	text-transform: uppercase;
}
.blog_post h3 a:hover, .blog-post h3 a:hover {
	color: #383634;
}
ul.post_meta_links {
	float: left;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.post_meta_links li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}
.post_meta_links li a, .post_meta_links li.post_by {
	color: #999;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
.post_meta_links li.post_by i {
	text-transform: none;
}
.post_meta_links li.post_categoty {
	padding-right: 18px;
}
.post_meta_links li.post_categoty a {
	padding-right: 5px;
}
.post_meta_links li a:hover {
	color: #727272;
	text-decoration: none;
}
.post_meta_links li i {
	color: #bbb;
	font-size: 12px;
	font-style: normal;
}
.blog_postcontent {
	float: left;
	width: 100%;
}
.blog_postcontent .image_frame {
	float: left;
	width: 100%;
	margin-bottom: 27px;
}

.blog_postcontent .image_frame.mone {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mtwo {
	float: left;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mthree {
	float: left;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mone img,
.blog_postcontent .image_frame.mtwo img,
.blog_postcontent .image_frame.mthree img {
	float: left;
	width: auto;
	margin-left: -45%;
	margin-top: -10%;
}


.blog_postcontent .video_frame.mtwo iframe {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}


.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: 100%;
	height: auto;
}
.blog_postcontent .video_frame.small iframe {
	height: 250px;
}
.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 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, .blog-post a.date {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
}
.blog_post a.date:hover, .blog-post a.date:hover {
	color: #ff7f27;
}
.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: #ff7f27;
	transition: all 0.3s ease;
}
.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: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
	color: #333;
}
.about_author a:hover {
	color: #ff7f27;
}

.view-latest-blogs .view-content .content_halfsite:nth-child(2n) {
	margin-right: 0;
}


/* pagination */
.view-content + .text-center {
	float: left;
	width: 100%;
	text-align: center;
}
.pagination.center {
	text-align: center;
}
.pagination.center b{
	float: inherit;
}
.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}
.pagination b{
	float:left;
	margin: 0px 5px 2px 0;
	padding:0px 10px;
	font-weight: normal;
	color: #999;
}
.pagination a {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #fff;
	background-color: #454545;
}
.pagination li {
	display: inline-block;
}
.pagination li.active a {
	color: #fff;
	background-color: #454545;
}


/* 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;
}
.comment_content .comment_meta ul li {
  float: left;
  margin-right: 5px;
}
.comment_content .comment_meta a {
  color: #d3d3d3;
  float: left;
}
.comment-wrapper .indented {
  margin: 10px 20px 10px 50px;
}
#comments_section li ul li{
	margin-left: 30px;
}

/* comment form */
.comment_form {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.comment-form {
	margin-bottom: 30px;
}
.comment-form button[type=submit] {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 9px 13px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  border-radius: 4px;
  color: #333;
  text-transform: uppercase;
}
.comment-form button[type=submit]:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.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, .comment-form textarea {
	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-form textarea {
	float: none;
	width: auto;
	max-width: 100%;
}
.comment-form .grippie {
	display: none;
}
.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: 'Open Sans', 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;
}

/* 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: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}

.address_info {
	float: left;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 25px 30px 18px 30px;
	width: 100%;
	margin-bottom: 40px;
}
.address_info.two {
	background-color: #fff;
	border: none;
	padding-top: 0px;
}
.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}

.google-map {
	width: 99%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.google-map2 {
	width: 100%;
	height: 450px;
}
.google-map3 {
	width: 100%;
	height: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.google-map4 {
	width: 100%;
	height: 200px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


/* contact form */
.webform-client-form .grippie {
	display: none;
}
.webform-client-form label {
	float: left;
	width: 100%;
	color: #454545;
	font-weight: normal;
}

.webform-client-form label em {
	color: #ff7f27;
	font-size: 12px;
	font-style: normal;
}

.webform-client-form input {
	color: #454545;
	float: left;
	width: 100%;
	line-height: 23px;
	height: auto;
	border-radius: 0;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.webform-client-form textarea {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.webform-client-form .btn {
	float: left;
	margin-top: 90px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #ff7f27;
	border: 1px solid #ff7f27;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.webform-client-form .btn:hover {
	background: #454545;
	border: 1px solid #393939;
}

.webform-client-form .btn2 {
	float: left;
	margin-top: 40px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #d2527f;
	border: 1px solid #d2527f;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.webform-client-form .btn2:hover {
	background: #727272;
	border: 1px solid #393939;
}

.webform-client-form .btn3 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #db6364;
	border: 1px solid #db6364;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.webform-client-form .btn3:hover {
	background: #454545;
	border: 1px solid #454545;
}


#form_status span{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #E74C3C;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
#form_status span.loading{
	color: #333;
	background: #eee;
	border-radius: 3px;
	padding: 18px 0px;
}
#form_status span.notice{
	color: yellow;
}
#form_status .success{
	color: #fff;
	text-align: center;
	background: #ff7f27;
	border-radius: 3px;
	padding: 30px 0px;
}
#form_status .success i{
	color: #fff;
	font-size: 45px;
	margin-bottom: 14px;
}
#form_status .success h3{
	color: #fff;
	margin-bottom: 10px;
}

.webform-client-form.two label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: normal;
}
.webform-client-form.two label em {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.webform-client-form.two input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.webform-client-form.two textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.webform-client-form.two .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #ff7f27;
	border: 1px solid #ff7f27;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.webform-client-form.two .button:hover {
	background: #999;
	border: 1px solid #999;
}


.webform-client-form.three label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}
.webform-client-form.three label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.webform-client-form.three input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.webform-client-form.three textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.webform-client-form.three .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #393939;
	border: 1px solid #393939;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.webform-client-form.three .button:hover {
	background: #575757;
	border: 1px solid #575757;
}


.webform-client-form.four label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
	margin: 0;
	padding-left: 0px;
}
.webform-client-form.four label.lst {
	text-align: left;
}
.webform-client-form.four label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.webform-client-form.four input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.webform-client-form.four textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.webform-client-form.four .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #6f6f75;
	border: 1px solid #6f6f75;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.webform-client-form.four .button:hover {
	background: #919195;
	border: 1px solid #919195;
}


.logregform {
	float: left;
	width: 35%;
	margin-left: 32.5%;
	background: #fff;
	border: 1px solid #f9f9f9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.logregform.two {
	float: left;
	width: 50%;
	margin-left: 25%;
}
.logregform .title {
	float: left;
	width: 100%;
	background: #f3f3f3;
	text-align: center;
	padding: 23px 0px 21px 0px;
}
.logregform .title h3 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.logregform .title p {
	font-size: 12px;
}
.logregform .feildcont {
	float: left;
	width: 100%;
	padding: 30px 30px 40px 30px;
	text-align: left;
}
.logregform .feildcont label {
	float: left;
	width: 100%;
	font-weight: normal;
	color: #727272;
}
.logregform .feildcont label em {
	color: #ff7f27;
	font-style: normal;
}
.logregform .feildcont input {
	float: left;
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}
.logregform.two .feildcont input {
	margin-bottom: 18px;
}
.logregform .feildcont .checkbox {
	float: left;
	width: 100%;
}
.logregform .feildcont .checkbox label {
	float: left;
	width: auto;
	font-size: 13px;
}
.logregform .feildcont .checkbox label strong {
	font-weight: 600;
}
.logregform .feildcont .checkbox label a {
	margin-left: 10px;
}
.logregform .feildcont .fbut {
	float: left;
	background: #ff7f27;
	padding: 13px 23px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	transition: all 0.3s ease;
	margin-top: 18px;
}
.logregform .feildcont .fbut:hover {
	background: #393939;
}

.logregform .feildcont .radiobut input {
	float: left;
	width: auto;
}
.logregform .feildcont .radiobut .onelb {
	float: left;
	color: #aaa;
	margin: 0px 12px 0px 5px;
}

.logregform .feildcont select {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 9px 5px 10px 5px;
	color: #999;
	text-align: left;
}


.mgmenucols {
	float: left;
	width: 100%;
}
.mgmenucols .one_fourth {
	width: 23.5%;
	margin-right: 2%;
	padding-right: 2%;
	border-right: 1px solid #f3f3f3;
	text-align: center;
}
.mgmenucols .one_fourth.last {
	margin-right: 0;
	border-right: none;
}


.bordbox {
	float: left;
	width: 100%;
	padding: 30px 40px;
	border: 2px solid #f3f3f3;
	text-align: left;
	border-radius: 3px;
}

.videofre1 {
	float: left;
	width: 100%;
	height: 350px;
}






/* 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: 9001;
}*/
/* portfolio */
#isotope-options {
	background: none;
	text-align: center;
}
#isotope-options ul li {
	display: inline-block;
	margin-bottom: 5px;
}
#isotope-options ul li a {
	display: inline-block;
  padding: 9px 14px;
  -webkit-appearance: none;
  text-align: center;
  color: #2a363f;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: none;
  font-family: 'Roboto', sans-serif;
  transition: all 0.3s ease;
}
#isotope-options ul li a.selected {
	color: #fff;
  border: 1px solid #ff7f27;
  background-color: #ff7f27;
}
.isotope-element {
	width: 24.96%;
	height: auto;
	margin: 0;
	background: none;
	padding: 0;
}
.portfolio-masonry .isotope-element:nth-child(2),
.portfolio-masonry .isotope-element:nth-child(10),
.portfolio-masonry .isotope-element:nth-child(11) {
	width: 49.92%;
}
.portfolio-masonry .isotope-element:nth-child(6) {
	width: 74.88%;
}
.isotope-element img {
	width: 100%;
	height: auto;
}

.view-portfolio .isotope-element {
  overflow: hidden;
}
.view-portfolio .isotope-element .project-post {
	position: relative;
	overflow: hidden;
}
.view-portfolio .isotope-element:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.view-portfolio .isotope-element img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.view-portfolio .isotope-element .textbox {
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: rgba(0,0,0,0.72);
}
.view-portfolio .isotope-element:hover .textbox {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.view-portfolio .isotope-element .text {
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.view-portfolio .isotope-element .textbox {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-portfolio .isotope-element .text p {
    margin-top: 33.5%;
}
.view-portfolio .isotope-element .text a {
  color: #2a363f !important;
  font-size: 12px;
  background: rgba(255,255,255,1);
  padding: 7px 12px;
  border-radius: 3px;
  margin: 0px 3px;
  transition: all 0.3s ease;
}
.view-portfolio .isotope-element .text a:hover {
  background: rgba(255,255,255,0.72);
}

.view-portfolio .isotope-element .inner-project .caption {
  background: #282727;
  padding: 14px 30px;
  margin: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: -200px;
  transition: all 300ms ease-out 200ms;
  -webkit-transition: all 300ms ease-out 200ms;
}
.view-portfolio .isotope-element .inner-project .caption .caption-title {
  font-weight: bold;
  font-size: 15px;
}
.view-portfolio .isotope-element .inner-project .caption .caption-desc {
  color: #aaa;
  font: 400 12px/18px 'Raleway',sans-serif;
  margin-top: 2px;
}
.view-portfolio .isotope-element:hover .caption {
  bottom: 0;
}
.portfolio-4cols .isotope-element {
	padding: 5px;
}

.portfolio-3cols .isotope-element {
	width: 33%;
	padding: 5px;
}
.portfolio-2cols .isotope-element {
	width: 49.98%;
	padding: 5px;
}

.node-type-portfolio .pane-node-field-share-this-post {
    margin-top: 30px;
}

/* video background */
.text-center {
	text-align: center;
}
.video-background {
	width: 100%;
	max-width: 1400px;
	float: left;
	height: 671px;
}
.video-background iframe {
	width: 100%;
	height: 100%;
}
.video-background .block-content {
	display: table;
}
.video-background .block-content .pane-content,
.video-background .block-content .content {
	display: table-cell;
	vertical-align: middle;
}
.video-background .block-content h3 {
	font-size: 67px;
	line-height: 70px;
}
.footer-margin-top0 .footer	{
	margin-top: 0;
}
.header-margin-bottom0 .page-title {
	margin-bottom: 0;
}
body.boxed .alert {
	margin: 0;
}
body.bg-patterns1 {
	background: url("../images/elements/bg.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns2 {
	background: url("../images/elements/pattern2.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns3 {
	background: url("../images/elements/pattern3.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns4 {
	background: url("../images/elements/pattern4.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns5 {
	background: url("../images/elements/pattern5.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns6 {
	background: url("../images/elements/pattern6.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns7 {
	background: url("../images/elements/pattern7.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns8 {
	background: url("../images/elements/pattern8.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns9 {
	background: url("../images/elements/pattern9.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns10 {
	background: url("../images/elements/pattern10.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns11 {
	background: url("../images/elements/pattern11.png") repeat scroll left top rgba(0, 0, 0, 0);
}
body.bg-patterns12 {
	background: url("../images/elements/pattern1.png") repeat scroll left top rgba(0, 0, 0, 0);
}


##IS

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
}

#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
    outline: 0;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cboxTopLeft {
    width: 15px;
    height: 15px;
}

#cboxTopCenter {
    height: 15px;
}

#cboxTopRight {
    width: 15px;
    height: 15px;
}

#cboxBottomLeft {
    width: 15px;
    height: 10px;
}

#cboxBottomCenter {
    height: 10px;
}

#cboxBottomRight {
    width: 15px;
    height: 10px;
}

#cboxMiddleLeft {
    width: 15px;
}

#cboxMiddleRight {
    width: 15px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: #fff;
}

#cboxLoadingGraphic {
    background: url(/sites/all/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
}

.animate-bgr, #block-ready-server-ready-vps .tariff_pane, #block-ready-server-ready-vps .tariff_pane .tariff_pane__price,
#block-ready-server-ready-vps .tariff_pane .tariff_pane__title,
#block-ready-server-ready-vps .tariff_pane .tariff_pane__table__row td:first-child,
#block-ready-server-ready-vps .tariff_pane .tariff_pane__table__col,
#block-ready-server-ready-vps .tariff_pane .tariff_pane__order_button {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.vds-main-tabs {
    margin-top: 55px;
}

.vds-main-tabs ul.nav-tabs {
    border-bottom: 2px solid #00bae3;
    margin-bottom: 25px;
}

.vds-main-tabs ul.nav-tabs > li {
    min-width: 232px;
}

.vds-main-tabs ul.nav-tabs > li > a {
    font-size: 1.7rem;
    color: #00bae3;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #00bae3;
    border-bottom: none;
    padding: 8px 15px;
    border-radius: 8px 8px 0 0;
    margin-right: 6px;
}

.vds-main-tabs ul.nav-tabs > li > a:hover {
    border: 2px solid #00bae3;
    border-bottom: none;
}

.vds-main-tabs ul.nav-tabs > li.active > a {
    background: #00bae3;
    color: white;
    border: 2px solid transparent;
    border-bottom: none;
}

.vds-main-tabs ul.nav-tabs > li.active > a:hover {
    border: 2px solid transparent;
    border-bottom: none;
}

.vds-main-tabs .tab-pane .row:first-child a {
    text-decoration: none;
    cursor: pointer;
}

.vds-main-tabs .tab-pane .row:first-child a:hover {
    text-decoration: underline;
}

#block-ready-server-ready-vps {
    background: url("/sites/all/modules/custom/ready_server/img/bgr_cloud.png") no-repeat 50% 106px;
    margin-bottom: 44px;
    padding-top: 9px;
}

#block-ready-server-ready-vps .disk-type-switcher {
    margin-bottom: 51px;
    font-size: 17px;
    font-weight: bold;
}

#block-ready-server-ready-vps .explanation {
    cursor: pointer;
}

#block-ready-server-ready-vps .switcher_title {
    font-size: 14px;
    padding: 0 11px;
}

#block-ready-server-ready-vps .disk-type-switcher__switcher {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 50px;
    height: 25px;
    border-top: 1px solid #635f5f;
    border-radius: 30px;
    background: #e2d8d8;
    vertical-align: middle;
}

#block-ready-server-ready-vps .disk-type-switcher__switcher input[type=checkbox] {
    visibility: hidden;
}

#block-ready-server-ready-vps .disk-type-switcher__switcher label {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 3px;
    background: #96579d;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    cursor: pointer;
}

#block-ready-server-ready-vps .disk-type-switcher__switcher label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50px;
    background: black;
}

#block-ready-server-ready-vps .disk-type-switcher__switcher input[type=checkbox]:checked + label:after {
    background: white;
}

#block-ready-server-ready-vps .disk-type-switcher__switcher input[type=checkbox]:checked + label {
    left: 27px;
}

#block-ready-server-ready-vps .tariff-pane-wrapper {
    border: 15px solid white;
    border-top: none;
    border-bottom: none;
    padding: 0;
}

#block-ready-server-ready-vps .tariff_pane {
    position: relative;
    background-color: rgba(237, 237, 237, 0.7);
    padding: 24px 0 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 4px solid #d6d6d6;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__price {
    position: absolute;
    top: -26px;
    right: 13px;
    margin: 0;
    padding: 10px 18px 4px;
    background-color: #00bae3;
    color: white;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.4rem;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__price:after {
    content: '';
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #00bae3 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__price__lg {
    font-size: 2.5rem;
    font-weight: 600;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__price__lg i {
    font-size: 2.3rem;
    font-weight: lighter;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__price__sm {
    font-size: 1rem;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__title {
    text-align: center;
    font-size: 1.8rem;
    color: #373737;
    font-weight: bold;
    text-transform: uppercase;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__image {
    margin: 37px auto 32px;
    width: 80px;
    height: 72px;
    background: url("/sites/all/modules/custom/ready_server/img/lil_cloud.png") no-repeat 50% 0;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__table {
    width: 75%;
    margin: 0 auto 31px;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__table__row td:first-child {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #171717;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__table__col {
    font-weight: bold;
    color: #00bae3;
    padding-bottom: 10px;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__order {
    text-align: center;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__order_button {
    padding: 7px 23% 11px;
    background: #00bae3;
    text-decoration: none;
    font-size: 18px;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#block-ready-server-ready-vps .tariff_pane .tariff_pane__link {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

#block-ready-server-ready-vps .tariff_pane.hovered {
    background-color: rgba(0, 186, 227, 0.7);
}

#block-ready-server-ready-vps .tariff_pane.hovered .tariff_pane__price {
    background-color: #f1f1f1;
    color: #00bae3;
}

#block-ready-server-ready-vps .tariff_pane.hovered .tariff_pane__price:after {
    border-color: #f1f1f1 transparent transparent transparent;
}

#block-ready-server-ready-vps .tariff_pane.hovered .tariff_pane__title {
    color: white;
}

#block-ready-server-ready-vps .tariff_pane.hovered .tariff_pane__image {
    background: url("/sites/all/modules/custom/ready_server/img/lil_cloud.png") no-repeat 50% -72px;
}

#block-ready-server-ready-vps .tariff_pane.hovered .tariff_pane__table__row td:first-child {
    color: white;
}

#block-ready-server-ready-vps .tariff_pane.hovered .tariff_pane__table__col {
    color: white;
}

#block-ready-server-ready-vps .tariff_pane.hovered .tariff_pane__order_button {
    background: #97589e;
}

#block-ready-server-ready-vps + .row {
    margin-bottom: 21px;
}

#block-block-129 h3, #block-block-130 h3 {
    color: #373737;
}



/* atweb login/register styles start */

.bm-log-and-reg .col-50 {
  float: left;
  width: 100%;
  border: 1px solid #970001;
  padding: 10px;
  margin-right: 1%;
  min-height: 225px;
}
.bm-log-and-reg .title {
  font-weight: bold;
  font-size: 125%;
  color: #970001;
  margin-bottom: 10px;
}
.bm-log-and-reg .btn.btn-primary {background-color: #2a363f;}
.bm-log-and-reg .btn.btn-primary:hover {background-color: #970001;}
/* atweb login/register styles end */
/* atweb login/register styles end */


/* atweb new domain whois layout start */
.new-lt-zones {margin-bottom: 10px;}
.nl-title {text-align: center; color: #fff; font-size: 110%; margin-bottom: 7px;}
.new-lt-zones ul {list-style-type: none;}
.new-lt-zones ul li {display: inline; color: #FFF; margin-right: 5%;}
.new-lt-zones ul li input[type='checkbox'] {width: 13px; height: 13px; color: #000; background-color: #FFF; border: 1px solid green; margin-right: 13px; -webkit-appearance: auto;}
/*atweb new domain whois layout end */
/*Popup screen */
.login-container {
  width: 49%;
  padding: 10px;
  margin-right: 1%;
  min-height: 225px;
}
.login-container .form-text required req-flds {
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    color: #727272;
}

.bm-log-and-reg .col-50 {background: #FFF;}
.bm-log-and-reg .col-50 input[type='text'], .bm-log-and-reg .col-50 input[type='password'] {width: 100%; margin-bottom: 10px;}
.bm-log-and-reg .col-50 .login-container {width: 100%; padding: 0;}
.bm-log-and-reg .col-50 .register-container {min-height: 225px;}


/*bm dedic constructor start*/
.dd-dedic-constructor {margin-bottom: 20px;}
.dd-dedic-constructor:after {content: ''; display: block; clear: both;}
.dd-dedic-constructor .dc-l {float: left; width: 70%; }
.dd-dedic-constructor .r {float: left; padding: 10px; background: #2a363f; color: #fff; max-width: 350px; min-width: 350px;}
.dd-dedic-constructor .r div.t {font-weight: bold; font-size: 125%;}
.dd-dedic-constructor .r ul.details li {margin-bottom: 7px;}
.dd-dedic-constructor .r .submit {border-top: 1px solid #2A363F;}
.dd-dedic-constructor .r .submit .btn {
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	font: bold 16px/45px "Gotham Pro", Arial, Helvetica, " sans-serif";
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 0 19px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	height: 45px;
	position: relative;
	border-radius: 5px;
}
.dd-dedic-constructor .r .submit .select-price {color: #f9f4f4; font-size: 200%; font-weight: bold; margin: 20px 0;}
.dd-dedic-constructor .r .submit .select-price .toggle1 strong span {padding-right: 7px;}
.dd-dedic-constructor .r .submit .info {margin-top: 20px;}
.dd-dedic-constructor .r .submit .btn.bg-yellow {color: #FFF; background-color: #ff7f27}
.cs-order-btn {position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; background: none; cursor: pointer;}
.dd-dedic-constructor .dc-row {min-height: 95px;}
.dd-dedic-constructor .dc-row:after {content: ''; display: block; clear: both;}
.dd-dedic-constructor .dc-row .pic {width: 85%; text-align: left; background-color: #d0cdcd; font-weight: bold; padding: 5px; text-transform: uppercase;}
.dd-dedic-constructor .dc-row .pic img {width: 25px; float:left;}
.dd-dedic-constructor .dc-row .pic span {margin-left:5px;}
.dd-dedic-constructor .dc-row .label {font-weight: bold; text-transform: uppercase; font-size: 125%; margin-left: 100px; margin-bottom: 10px; text-align: left;}
.dd-dedic-constructor .dc-row .checks {text-align: left; margin-top: 18px; margin-bottom: 18px;}
.dd-dedic-constructor .dc-row .checks#construct_parent {float: left; margin: 18px 20px 18px 0;}
.dd-dedic-constructor .dc-row .checks#construct_hdd_types {float: left; margin: 5px 20px 0 0;}
.dd-dedic-constructor .dc-row .checks.construct_hdd_types_add {float: left; margin: 5px 20px 0 0;}
.dd-dedic-constructor .dc-row #construct_hdds .checks.w3 label {margin-top: 5px;}
.dd-dedic-constructor .dc-row select {display: block; position: relative; top: 18px;}
.dd-dedic-constructor .dc-row label {margin-right: 15px;}
.dd-dedic-constructor .dc-row label input[type='radio'] {display: none;}
.dd-dedic-constructor .dc-row label span {margin-left: -3px; border: 1px solid #970001; border-radius: 5px; padding: 5px; cursor: pointer;}
.dd-dedic-constructor .dc-row label input:checked + span {color: #FFF; background-color: #970001;}
.dd-dedic-constructor .dc-row .add.cs-add-hdd-wrapper {clear: both;}
.dd-dedic-constructor .dc-row #cs_more_hdd {margin: -40px 0 10px 5px;}
.dd-dedic-constructor .dc-row #cs_more_hdd .disc {clear: both; margin-bottom: 10px;}
.dd-dedic-constructor .dc-row #cs_more_hdd .disc:after {content: ''; display: block; clear: both;}
.dd-dedic-constructor .dc-row #cs_more_hdd .disc .checks.w3 {margin-left: 0; position: relative; top: 5px;}

.dedicated_plans {
margin-bottom:20px;
}
.dedicated_plans table, .dedicated_plans  th, .dedicated_plans td {
    border-collapse: separate;
    border-spacing: 5px 1px;
}
.dedicated_plans table {
    width: 100%;
    font-family: 'Roboto',sans-serif;
}
.dedicated_plans th {
    padding: 12px 0px 12px 0px;
    text-align: left;
    background: #5f686f;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}
.dedicated_plans tr:nth-child(even) td {
    padding: 12px 0px 12px 0px;
    text-align: left;
    background: #f3f3f3;
    text-align: center;
    color: #2a363f;
}
.dedicated_plans tr:nth-child(odd) td {
    padding: 12px 0px 12px 0px;
    text-align: left;
    background: #f9f9f9;
    text-align: center;
    color: #2a363f;
}
.dedicated_plans a {
    color: #fff;
    font-size: 14px;
    background: #ff7f27;
    padding: 10px 27px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}
.dedicated_plans a:hover {
    color: #ffffff;
    background: #970001;
}
/*bm dedic constructor end*/

/* Shared hosting */
.page-shared-hosting  .price_compare{
padding-bottom:40px !important;
}
.shared-more-details {
margin-bottom:20px;
}
.shared-more-details  .more_link_wrapper{
text-align:center;
font-size:18px;
}
.shared-more-details a#more_link, .shared-more-details a#more_link:focus{
color: #970001;
text-decoration:none;
}
.shared-more-details #more_link[aria-expanded="true"]::after {
    content: "\f106";
}
.shared-more-details #more_link::after {
    content: "\f107";
	font-family: 'FontAwesome', sans-serif;
	padding-left: 7px;
    font-weight: bold;
}
.shared-more-details #more-details {
	margin-top:10px;
}
.shared-more-details #more-details tr:nth-child(even) td {
    padding: 12px 0px 12px 25px;
    text-align: left;
    background: #f9f9f9;
    text-align: left;
    color: #2a363f;
}

.shared-more-details #more-details tr:nth-child(odd) td {
    padding: 12px 0px 12px 25px;
    text-align: left;
    background: #f3f3f3;
    text-align: lft;
    color: #2a363f;
}

/* Changes */
.logo img {
    margin-top: -30px;
}
.compact .logo img{
	margin-top: -7px;
	width: 235px;
}
h2 {
color: #3f48cc;
}

.node-type-page h3  {
   font-weight: normal;
   color: #3f48cc;
}
.node-type-page .one_half, .node-type-page .one-half {
   margin-bottom: 30px;
}
.node-type-page table th {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    width: 75%;
    text-align: left;
    color: #fff;
    background-color: #ff7f27;
	padding: 7px 10px 7px 10px;
}
.node-type-page table td  {
    padding: 7px 10px 7px 10px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.node-type-page table tr:nth-child(odd) td  {
    background: #f3f3f3;
}
.node-type-page table tr:nth-child(even) td  {
    background: #f9f9f9;
}
.region-footer1 table tr td {
background:none !important;
border:none !important;
}
.region-footer1 #block-block-10 p strong {
color: #ffffff;
}
.webform-container-inline.webform-datepicker div.form-item select{
float:left;
width:auto;
}
.webform-container-inline.webform-datepicker input.webform-calendar {
	display:none;
}
.webform-client-form .form-type-radio input {
	width:auto;
}

#calculator-form #slider1, #calculator-form #slider2 {
width:100%;
display: table-caption;
margin-bottom: 10px;
}

#calculator-form input[type="text"] {

padding: 9px 12px !important;
    line-height: 23px;
    height: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none !important;
}

#calculator-form .form-item {
position: relative;
    display: table;
    border-collapse: separate;
}
#calculator-form .form-item label.control-label {
	display: table-caption;
}

#block-custom-calculator-result {
color: #3f48cc;
    font-size: 22px;
	 margin-bottom: 45px;
}

.page-hypotheek .panels-flexible-region-64-right.panels-flexible-region-last.one_fourth_less {
width: 27.5%;
}

@media only screen and (max-width: 479px) {
	.page-hypotheek .panels-flexible-region-64-right.panels-flexible-region-last.one_fourth_less {
	width: 100%;
    margin-bottom: 50px;
	}
    .header{ top:0 !important; }
	.navbar-default .navbar-toggle { margin-top:0px; }
	.main-container {
    margin-top: 81px !important;;
}
}

@media only screen and (max-width: 767px) and (min-width: 640px) {
	.page-hypotheek .panels-flexible-region-64-right.panels-flexible-region-last.one_fourth_less {
	width: 100%;
    margin-bottom: 50px;
	}
	.header{ top:0 !important; }
	.navbar-default .navbar-toggle { margin-top:0px; }
	.main-container {
    margin-top: 81px !important;;
}
}

.view-id-slider .view-content.row {
  margin-top:0;
}

#sliding-popup.sliding-popup-top {
    position: fixed;
    height: auto !important;
}
.eu-cookie-compliance-content {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
    text-align: left;
    width: 100%;
    position: relative;
}
.header {
    display: block;
    position: fixed;
    z-index: 9 !important;
    top: 49px;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: auto;
    padding-top: 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
/*add*/
a.logo.navbar-btn.pull-left {
    margin-bottom: 0;
}
header .menu_main .navbar-default {
    margin-right: 0;
}
nav#block-hypotheek-main-menu ul.nav.navbar-nav {
    float: right;
    margin-top: 24px;
}