/*
 * dotbiz - HTML5 Template
 * File Description: This file contain all the site styles.
 * 
 * Author: http://pixelcoder.net/
 * 
 * Website: http://pixelcoder.net/
 * 
 * Email: support@pixelcoder.net
 * Support: support@pixelcoder.net
 * 
 * This template has been purchased at http://www.themeforest.net/
 * 
 * TABLE OF CONTENTS:
 *
 * 0. Font Face
 * 1. General
 * 2. Nevagation
 * 3. Home
 * 4. Parallax
 * 5. Service
 * 6. Team
 * 7. Company
 * 8. Blog
 * 9. Portfolio
 * 10. Contact
 * 11. Footer
 */

/*
 *  =========================
 *  ===== 0. @font-face =====
 *  =========================
 *
 */
 
 @import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
 @import url(http://fonts.googleapis.com/css?family=Philosopher&subset=latin,cyrillic);

@font-face {
	font-family: 'Proxima Nova Lt';
	src:url('../fonts/ProximaNova-Light.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src:url('../fonts/ProximaNova-Regular.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Th';
	src:url('../fonts/ProximaNova-Extrabold.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src:url('../fonts/ProximaNova-Black.otf');
	font-style: normal;
}

@font-face {
	font-family: 'entypo';
	src:url('fonts/entypo.eot');
	src:url('fonts/entypo.eot@#iefix') format('embedded-opentype'),
		url('fonts/entypo.woff') format('woff'),
		url('fonts/entypo.ttf') format('truetype'),
		url('fonts/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
 *  ===========================
 *  ===== 1. GENERAL RULES=====
 *  ===========================
 *
 */

 ::-moz-selection {
  background: #099cdb;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #099cdb;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-input-placeholder {
   color: #525252;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #525252;  
}

:-ms-input-placeholder {  
   color: #525252;  
}

body{
  font-size: 16px;
}

html,
button,
input,
select,
textarea,
body {
  font-family: 'Philosopher', sans-serif;
}

p{
	color: #525252;
}

h1,h2,h3,h4,h5,h6{
	color: #000;
}

form{
  margin-bottom: 0;
}

.wrapper{
	position: relative;
	max-width: 940px;
	height: auto;
	padding: 0;
	margin: 0 auto;
    z-index:100;
}

/* Normal icon */
.icon {
  font-family: "entypo";
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}


.column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
   }

#leftcol {
    padding-right: 10px; /* Поле справа от текста */
    vertical-align: top; /* Выравнивание по верхнему краю ячеек */
    /*width: 480px; /* Ширина колонки */ 
align-self: center;

   }

.header-section{
 	background: #eeeeee;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 55px 0 60px;
 }
.header-section33{
 	background: #ffffff;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 55px 0 60px;
 }
 .header-box h2{
 	color: #dd431f;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 31px;
 	line-height: 43px;
 	margin: 52px 0 14px;
 	text-transform: uppercase;
 	text-align: center;
 }

  .dot-box{
 	position: absolute;
 	height: auto;
 	width: 100%;
 	top: 0px;
 	left: auto;
  text-align: center;
 }

 .dot-box span{
 	display: inline-block;
 	font-family: 'Proxima Nova Rg';
 	font-size: 18px;
 	color: #ffffff;
 	background: #099cdb;
 	height: 45px;
 	width: 45px;
 	line-height: 44px;
 	border-radius: 50%;
 	text-align: center;
 	text-transform: lowercase;
 }

 .dot-box-bottom{
 	position: absolute;
 	width: 100%;
 	height: auto;
 	left: auto;
 	bottom: -22px;
  text-align: center;
 }

 .dot-box-bottom span.box-1{
 	display: inline-block;
 	font-family: 'Proxima Nova Rg';
 	font-size: 18px;
 	color: #ffffff;
 	background: #eeeeee;
 	height: 46px;
 	width: 46px;
 	border-radius: 50%;
 	text-align: center;
 	text-transform: lowercase;
 }

 .dot-box-bottom span.box-2{
 	display: inline-block;
 	height: 34px;
 	width: 34px;
 	margin: 5px;
 	border:1px solid #ffffff;
 	border-radius: 50%;
 }


 .subtitle{
 	background: url('../images/title-below_2.png') no-repeat 50% 0;
 	background-size: contain;
 	padding: 40px 0 0;
 }

 .subtitle h4{
 	color: #000;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 20px;
 	font-weight: normal;
 	line-height: 24px;
 	margin: 27px 0 21px;
 	text-align: center;
 	text-transform: uppercase;
 }

 .subtitle p{
 	color: #525252;
 	font-smooth: always;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 16px;
 	font-weight: normal;
 	line-height: 20px;
 	margin: 0;
 	text-align: center;
 }


/*
 *  ===============================
 *  ===== 3. BANNER RULES =====
 *  ===============================
 *
 */

 #banner{
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 0;
 	overflow: hidden;
  	margin: 0 auto;
 	z-index: 0;
 }

 #main-nav{
 	background: #dd431f;
 	position: absolute;
  top: auto;
 	bottom: 0;
 	left: auto;
 	right: auto;
 	width: 100%;
 	min-height: 66px;
 	z-index: 100;
 }

 .siteLogo{
 	display: inline-block;
 	float: left;
  margin-top: 12px;
 }


 .siteLogo .wc-dot-box{
  font-size: 16px;
  color: #ffffff;
  background: #dd4322;
  line-height: 35px;
  height: 35px;
  width: 35px;
  vertical-align: middle;
 }

 .siteLogo .wc-text-box-2{
    font-size: 25px;
    line-height: 30px;
 }

 .navigation{
 	display: inline-block;
 	margin: 0;
 	margin-right: -110px;
 	padding: 20px 0;
 	float: right;
 }

 .navigation li{
 	list-style-type: none;
 	display: inline-block;
 	margin-left: 24px;
 }

 .navigation li a:after, .navigation li a:before{
 	content: '';
 	height: 8px;
 	width: 8px;
 	position: absolute;
 	bottom: -10px;
 	left: 45%;
 	background: #99ca3c;
 	border-radius: 50%;
 	display: none;

 }

 .navigation li a{
 	position: relative;
 	display: block;
 	color: #ffffff;
 	font-family: Calibri;
 	font-size: 17px;
 	line-height: 16px;
 	text-transform: uppercase;
 	text-decoration: none;
 	-moz-transition: all .4s ease;
 }

 .navigation li a:hover{
 	text-decoration: none;
 }

 .navigation li a:hover:after, .navigation li a:hover:before{
 	display: block;

 }

 .navigation li.current a:after, .navigation li.current a:before{
 	display: block;

 }


 .site-slogan{
 	background: rgba(0,0,0,.55);
 	position: absolute;
 	width: 100%;
 	height: auto;
 	top: 28%;
 	left: auto;
 	padding: 30px 0;
 	z-index: 4;
 }

 .slogan-inner{
 	position: relative;
 	text-align: center;
 	padding: 0;
 	margin: 0;
 }

 .slogan-inner h2{
 	color: #ffffff;
 	font-family: 'Proxima Nova Lt';
 	font-size: 44px;
 	line-height: 50px;
 	padding: 0;
 	margin: 0;
 }


 #main-nav.sticky{
    position: fixed!important;
    top: 0;
    bottom: auto;
 }

 /*
 *  ===============================
 *  ===== 3. HOME RULES =====
 *  ===============================
 *
 */

 #home{
 	background: #7BC91C;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 71px 0 74px;
 	margin: 0 auto;
 	overflow: hidden;
 	z-index: 100;
 }

 .welcome-box{
 	text-align: center;
 	font-size: 0;
 	margin-bottom: 30px;
 }

 .wc-text-box-1{
 	color: #000;
 	display: inline-block;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 28px;
 	line-height: 32px;
 	vertical-align: middle;
 	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
 }

 .wc-dot-box{
 	display: inline-block;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 18px;
 	color: #dd4322;
 	background: #000;
 	height: 45px;
 	width: 45px;
 	line-height: 44px;
 	border-radius: 50%;
 	text-align: center;
 	text-transform: lowercase;
 	vertical-align: top;
 }

 .wc-text-box-2{
 	color: #000;
 	display: inline-block;
 	font-family: 'Proxima Nova Lt';
 	font-size: 35px;
 	line-height: 42px;
 	vertical-align: middle;
 	margin-left: 1px;
 }

 .welcome-head h3{
 	color: #000;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 24px;
 	font-weight: normal;
 	line-height: 29px;
 	text-align: center;
 	margin-top: 0;
 	margin-bottom: 35px;
 }

 .feature-box{
 	background: url('../images/title_below.png') no-repeat 50% 30px;
 	background-size: contain;
 }

 .feature-box p{
 	color: #ffffff;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 22px;
 	font-weight: bold;
 	line-height: 20px;
 	margin: 0 0 10px;
 	text-align: center;
 	text-transform: uppercase;
 }

 .feature-list-box{
 	margin-top: 46px;
 }

 .feature-list{
 	display: block;
 	margin: 0;
 	padding: 0;
 }

 .feature-list li{
 	list-style-type: none;
 	float: left;
 	margin: 35px 20px 0 0;
 	width: 220px;
 	height: auto;
 }

 .feature-list li:last-child{
 	margin-right: 0;
 }

 .feature-item{
 	position: relative;
 	height: 220px;
 	width: 220px;
 	background: #ffffff;
 	margin-top: 23px;
 	border: 0 none;
 	border-radius: 50%;
 	z-index: 2;
 	transition:background .3s ease-in-out 0s;
 }

 .feature-text{
 	padding-top: 92px;
 }
 .feature-text img{
 	padding-top: 10px;
 }

 .feature-text h4{
 	color: #dd4322;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 16px;
 	line-height: 20px;
 	font-weight: normal;
 	text-align: center;
 	text-transform: uppercase;
 	margin: 0 0 10px;
 	transition:color .35s ease-in-out 0s;
 }

 .feature-text p{
 	color: #545454;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 14px;
 	line-height: 20px;
 	font-weight: normal;
 	text-align: center;
 	margin: 0 26px;
 	text-transform: none;
 	transition:color .35s ease-in-out 0s;
 }

 .ft-top-box{
 	position: absolute;
 	width: 100%;
 	height: auto;
 	top: -23px;
 	left: auto;
 	z-index: 4;
  text-align: center;
 }

 .ft-top-icon{
 	display: inline-block;
 	height: 86px;
 	width: 86px;
 	background: #099cdb;
 	border:0 none;
 	border-radius: 50%;
 	transition:background .35s ease-in-out 0s;
 }

 .ft-top-icon .feature-icon{
 	color: #ffffff;
 	font-size: 40px;
 	line-height: 86px;
 	text-align: center;
 	transition:color .35s ease-in-out 0s;
 }

 .feature-item:hover{
 	background: #099cdb;
 }

 .feature-item:hover .feature-text h4{
 	color: #ffffff
 }

 .feature-item:hover .feature-text p{
 	color: #ffffff
 }

 .feature-item:hover .ft-top-icon{
 	background: #ffffff
 }

 .feature-item:hover .ft-top-icon .feature-icon{
 	color: #dd4322;
 }



 /*
 *  ===============================
 *  ===== PARALLAX RULES =====
 *  ===============================
 *
 */

 .parallax-section{
    position: relative;
    width: 100%;
    min-height: 300px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 50px;
    z-index: 0;
 }


 #parallax_1{
    background: url('../images/parallax_image_1.jpg') 50% 0 no-repeat fixed;
    
}
 #parallax_2{
    background: url('../images/parallax_image_2.jpg') 50% 0 no-repeat fixed;
 }

 #parallax_3{
    background: url('../images/parallax_image_3.jpg') 50% 0 no-repeat fixed;
    
 }

 #parallax_4{
    background: url('../images/parallax_image_4.jpg') 50% 0 no-repeat fixed;
    
 }

 #parallax_5{
    background: url('../images/parallax_image_5.jpg') 50% 0 no-repeat fixed;
  
 }

 #parallax_6{
    background: url('../images/parallax_image_6.jpg') 50% 0 no-repeat fixed;
    
 }


 .parallax-box{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent;
 }

 .parallax_box_1{
    padding-top: 78px;
    text-align: center;
 }

 .parallax_box_1 h2{
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
 }

 .parallax_box_1 h2 .text_1{
    color: #ffffff;
    display: inline-block;
    font-family: 'Proxima Nova Lt';
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
 }

 .parallax_box_1 h2 .wc-dot-box{
    background: #099cdb;
    margin-left: 5px;
    color: #ffffff
 }

 .parallax_box_1 h3{
    color: #ffffff;
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 43px;
    text-align: center;
    text-transform: uppercase;
 }

 .parallax_box_1 a{
    background: #dd4322;
    color: #ffffff;
    display: inline-block;
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    line-height: 29px;
    padding: 13px 36px;
    border: 0 none;
    border-radius: 2px;
 }

 .parallax_box_1 a:hover{
    text-decoration: none;
 }

 #parallax_2 .parallax_box_1 h2{
    margin-bottom: 45px;
 }

.parallax_box_2{
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.parallax_box_2 li{
  float: left;
  display: block;
  width: 220px;
  margin-top: 10px;
  margin-right: 20px;
}

.parallax_box_2 li:last-child{
  margin-right: 0;
}

.inner-box{
  position: relative;
  padding-bottom: 42px;
  z-index: 1;
}

.inner-box .wc-dot-box{
  font-size: 26px;
  line-height: 54px;
  width: 55px;
  height: 55px;
  background: #60698a;
  color: #ffffff;
  vertical-align: middle;
}

.inner-box .bottom-icon{
  position: absolute;
  background: url('../images/bottom_icon.png') no-repeat 0 0;
  bottom: 0;
  left: 30px;
  height: 20px;
  width: 42px;
  z-index: 3;
  text-indent: -9999px;
}

.inner-box .pr-dot-text{
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.pr-dot-text p{
  color: #ffffff;
  font-family: 'Philosopher', sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  margin: 5px 0 3px;
}

.pr-dot-text h4{
  color: #ffffff;
  font-family: 'Philosopher', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}


#parallax_3 .parallax_box_1{
  padding-top: 50px;
}

#parallax_3 .parallax_box_1 h2:first-child{
  margin-bottom: 15px;
}

#parallax_3 .parallax_box_1 a{
  margin-top: 17px;
}

#parallax_4 .parallax_box_1{
  padding-top: 94px;
}

#parallax_4 .parallax_box_1 h2:first-child{
  margin-bottom: 15px;
}


#parallax_6 .parallax_box_1{
  padding-top: 88px;
}


#parallax_6 .parallax_box_1 h2:first-child{
  margin-bottom: 15px;
}

#parallax_6 .parallax_box_1 h3{
  display: inline-block;
  font-size: 30px;
  line-height: 45px;
  margin-left: 5px;
  padding-top: 15px;
  margin-bottom: 10px;
}

#parallax_6 .parallax_box_1 .mail-call{
  display: inline-block;
  margin-right: 15px;
}

#parallax_6 .parallax_box_1 .mail-call:last-child{
  margin-right: 0px;
}

.para-icon{
  font-size: 30px;
  color: #dd4322;
  margin-right: 5px;
}

 /*
 *  ===============================
 *  ===== HOME RULES =====
 *  ===============================
 *
 */


 #about{
 	background: #ffffff;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 0;
 	margin: 0 auto;
 	overflow: hidden;
 	z-index: 100;
 }


 .working-process{
 	padding: 75px 0 74px;
 }

 .working-process h4{
 	color: #000;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 20px;
 	font-weight: normal;
 	line-height: 24px;
 	margin: 0 0 32px;
 	text-align: center;
 	text-transform: uppercase;
 }

 .process-list{
 	display: block;
 	margin: 0;
 	padding: 0;
 }

 .process-list li{
 	float: left;
 	list-style-type: none;
 	width: 300px;
 	margin-top: 43px;
 	margin-right: 20px;
 	margin-bottom: 40px;
 }

 .proccess-box{
 	width: 300px;
 	height: auto;
 	position: relative;
 	z-index: 2;
 }

 .process-arrow{
 	position: absolute;
 	background: url('../images/blue-arrow.png') no-repeat 0 0;
 	top: -43px;
 	left: 41px;
 	width: 43px;
 	height: 21px;
 	z-index: 3;
 	text-indent: -9999px;
 }

  .process-list li:last-child{
  	margin-right: 0px;
  }

  .polygon:after, .polygon:before{
	position: absolute;
	content: '';
	height: 0;
	top: 0;
	left: -22px;
	width: 0px;
	border-right: 22px solid #099cdb;
	border-top: 0px solid transparent;
	border-bottom: 126px solid transparent;
	z-index: 3;
  }

  .polygon{
  	position: relative;
  	height: 126px;
  	width: 44px;
  	float: left;
  	margin-right: 18px;
  	margin-left: 22px;
  	background: #099cdb;
  	z-index: 3;
  }

  .ps-circle{
  	position: absolute;
  	top: 27px;
  	left: -18px;
  	background: #ffffff;
  	height: 70px;
  	width: 70px;
  	border-radius: 50%;
  	z-index: 4;
  }

  .ps-circle-text{
  	position: relative;
  	height: 100%;
  	width: 100%;
  }

  .ps-circle-text .step{
  	color: #60698a;
  	display: block;
  	font-family: 'Philosopher', sans-serif;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 16px;
  	margin-top: 10px;
  	text-transform: uppercase;
  	text-align: center;
  	vertical-align: middle;
  }

  .ps-circle-text .number{
  	color: #60698a;
  	display: block;
  	font-family: 'Proxima Nova Bl';
  	font-size: 40px;
  	font-weight: normal;
  	line-height: 46px;
  	text-align: center;
  	vertical-align: middle;
  }

  .process-desc{
  	float: left;
  	width: 216px;
  	height: auto;
  }

  .process-desc .ps-icon{
  	font-size: 40px;
  	line-height: 46px;
  	color:  #099cdb;
  }

  .process-desc h5{
  	color: #000;
  	font-family: 'Philosopher', sans-serif;
  	font-size: 16px;
  	line-height: 20px;
  	margin: 15px 0 5px;
  	font-weight: normal;
  	text-transform: uppercase;
  }

  .process-desc p{
  	color: #545454;
  	font-family: 'Philosopher', sans-serif;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 20px;
  	margin-bottom: 0;
  }

  .proccess-box:hover .polygon{
  	background: #dd4322;
  }

  .proccess-box:hover  .polygon:after{
  	border-right-color: #dd4322;
  }
  .proccess-box:hover  .polygon:before{
  	border-right-color: #dd4322;
  }

  .proccess-box:hover .ps-circle-text .step,
  .proccess-box:hover .ps-circle-text .number,
  .proccess-box:hover .process-desc .ps-icon{
  	color: #dd4322;
  }

  .proccess-box:hover .process-arrow{
  	background: url('../images/red-arrow.png') no-repeat 0 0;
  }


  .skill-desc, .skill-box-s{
  	margin-top: 43px;
  	margin-bottom: 40px;
  }

  .skill-desc-box{
  	max-width: 600px;
  	min-height: 30px;
  	padding: 15px 0 14px;
  	border-bottom: 1px solid rgba(0,0,0,.15);
  }

  .skill-desc div:first-child{
  	padding-top: 0px;
  }

  .toggle-title{
  	background: url('../images/close-arrow.png') no-repeat 0 0;
  	height: 29px;
  }

  .toggle-title a{
  	display: inline-block;
  	line-height: 29px;
  }

  .toggle-title .title{
  	color: #099cdb;
  	display: inline-block;
  	font-family: 'Philosopher', sans-serif;
  	font-size: 16px;
  	font-weight: normal;
  	line-height: 20px;
  	margin-left: 40px;
  }

  .toggole-content{
  	display: none;
  }

  .change-image{
  	background: url('../images/open-arrow.png') no-repeat 0 0;
  }

  .toggole-content p{
  	color: #525252;
  	font-family: 'Philosopher', sans-serif;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 20px;
  	margin-left: 40px;
  	margin-bottom: 0;
  }

  .skill-box-s p:first-child{
  	margin-top: 3px;
  }




progress[value]
{
    /* Override the default appearence */
	  -webkit-appearance: none;
	     -moz-appearance: none;
	          appearance: none;

	  /* Gets rid of the default border in Firefox and Opera. */ 
	  border: none;

    /* Dimensions */  
    width: 100%;
    height: 8px;  
  
    /* For IE10 only */
    color: #dd4322;
  
    /* Firefox only (for container) */
    background-color: #dddddd;
}

progress[value]::-webkit-progress-bar 
{
    background-color: #eee;
    position: relative;
}

.progress-box::-moz-progress-bar
{
    background-image:
        
         -moz-linear-gradient( top, 
                               rgba(255, 255, 255, 0), 
                               rgba(0, 0, 0, 0)),
         -moz-linear-gradient( left, #4f5670, #dd4322); 
}

.progress-box::-webkit-progress-value, .python::-webkit-progress-value
{
    background-image:

         -webkit-linear-gradient( top, 
                                  rgba(255, 255, 255, 0), 
                                  rgba(0, 0, 0, 0)),
         -webkit-linear-gradient( left, #4f5670, #dd4322); 
}
.progress-boxer{
	position: relative;
	z-index: 2;
}

.progress-bar{
	position: absolute;
	top: 2px;
	height: 20px;
	width: 1px;
	left: 80%;
	background: #dd4322;
	z-index: 4;
}

p[data-value] 
{
	font-family: 'Philosopher', sans-serif;
	font-size: 14px;
    position: relative;
    line-height: 20px;
    margin: 16px 0 -8px 2px;
}

p[data-value]:after
{
    content: attr(data-value) "%";
    position: absolute;
    right: -10px;
    font-family: 'Philosopher', sans-serif;
	font-size: 10px;
    line-height: 12px;
}


 /*
 *  ===============================
 *  ===== 3. TEAM RULES =====
 *  ===============================
 *
 */


#team{
	background: #099cdb;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 30px 0 20px;
 	margin: 0 auto;
 	z-index: 100;
}

#team .dot-box-bottom{
	top: -22px;
	bottom: auto;
	z-index: 3;
  text-align: center;
}

#team .box-1{
	background: #099cdb;
}

#team .box-2{
	border-color: #848ca8;
}

.team-title{
	color: #ffffff;
	font-family: 'Proxima Nova Lt';
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
	margin: 20px 0 10px;
	text-align: center;
	text-transform: capitalize;
}

.team-box{
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
	z-index: 2;
}

.slider-bottom{
	position: absolute;
	top: 70px;
	left: 0;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #60698a;
	z-index: 3;
}

.team-man{
	position: relative;
	z-index: 2px;
}

.team-desc{
	position: absolute;
	background: #dd4322;
	bottom: -125px;
	left: -20px;
	width: 140px;
	padding: 15px 20px;
	margin-top: 10px;
	border: 0 none;
	border-radius: 10px;
	z-index: 5;
	display: none;
}

.team-desc:after, .team-desc:before{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: -9px;
	left: 79px;
	border-width: 0 11px 9px;
	border-style: solid;
	border-color: transparent transparent #dd4322;
	z-index: 5;
}

.team-desc h5{
	color: #ffffff;
	font-family: 'Philosopher', sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

.team-desc p{
	color: #ffffff;
	font-family: 'Philosopher', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}

.team-man-icon{
	display: inline-block;
	margin: 0;
	text-align: center;
}

.team-man-icon li{
	list-style: none;
	float: left;
	background: rgba(0,0,0,.5);
	height: 25px;
	width: 25px;
	margin-right: 3px;
	border:0 none;
	border-radius: 50%;
}

.team-man-icon li:last-child{
	margin-right: 0px;
}

.team-man-icon li a{
	display: block;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
}

.team-man-icon li a:hover{
	color: #dd4322;
	text-decoration: none;
}
.team-man-icon li a .sl-icon{
	font-size: 16px;
}

.team-man-icon li:hover{
	background: #ffffff;
}

.team-slider li:hover .team-desc{
	display: block;
}


 /*
 *  ===============================
 *  ===== 3. SERVICE RULES =====
 *  ===============================
 *
 */

 #service{
 	background: #ffffff;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 0;
 	margin: 0 auto;
 	overflow: hidden;
 	z-index: 100;
 }

 .service-box{
 	padding: 94px 0;
 }

 .tab-service-box{
 	margin-bottom: 93px;
 }

 .tab-content{
 	width: 510px;
 	float: left;
 	min-height: 30px;
 	padding: 0;
 	margin: 0;
 }

 .tab-nav{
 	width: 380px;
 	min-height: 30px;
 	float: right;
 	padding: 0;
 	margin: 0;
 }

 .tab-title{
 	color: #000;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 20px;
 	font-weight: normal;
 	line-height: 24px;
 	margin-top: 0;
 	margin-bottom: 20px;
 	text-align: left;
 	text-transform: uppercase;
 }

 .tabs{
 	display: block;
 	margin: 0px;
 	padding: 0px;
 }

 .tabs li{
 	list-style-type: none;
 	display: block;
 }

 .tabs li a{
 	display: block;
 	padding: 18px 0;
 	text-decoration: none;
 }

 .tab-nav-desc{
 	position: relative;
 	z-index: 2;
 }

 .tab-nav-desc .side-arrow{
 	position: absolute;
 	background: url('../images/side-arrow.png') no-repeat 0 0;
 	height: 26px;
 	width: 55px;
 	top: 55px;
 	left: -32px;
 	z-index: 5;
 	text-indent: -9999px;
 	display: none;
 }

 .tabs .sr-icon{
 	width: 80px;
 	text-align: center;
 	height: 100%;
 	float: left;
 }

 .sr-icon span{
 	color: #dd4321;
 	font-size: 40px;
 	line-height: 48px;
 }

 .sr-tab-text{
 	width: 292px;
 	float: left;
 	height: auto;
 	float: left;
 }

 .sr-tab-text h5{
 	color: #000;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 16px;
 	font-weight: normal;
 	line-height: 20px;
 	text-transform: uppercase;
 	text-align: left;
 	margin-top: 0px;
 	margin-bottom: 4px;
 }

 .sr-tab-text p{
 	color: #525252;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 14px;
 	font-weight: normal;
 	line-height: 20px;
 	text-align: left;
 	margin: 0;
 }

 .tabs .active{
 	background: #099cdb;
 }

 .tabs .active .sr-icon span,
 .tabs .active .sr-tab-text h5,
 .tabs .active .sr-tab-text p{
 	color: #ffffff;
 }

.tabs .active .tab-nav-desc .side-arrow{
	display: block;
}


 .tabs .activec{
  background: #099cdb;
 }

 .tabs .activec .sr-icon span,
 .tabs .activec .sr-tab-text h5,
 .tabs .activec .sr-tab-text p{
  color: #ffffff;
 }

.tml-title h4{
	position: relative;
	font-family: 'Philosopher', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0 6px;
	text-align: center;
	overflow: hidden;
}

.tml-title span:after, .tml-title span:before{
	border-top: 1px solid #eeeeee;
	content: '';
	position: absolute;
	top: 10px;
	width: 1000px;
	display: block;

}

.tml-title span:before{
	right: 100%;
}

.tml-title span:after{
	left: 100%;
}

.tml-title h4 span{
	font-family: 'Philosopher', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	display: inline-block;
    padding: 0 20px;
    position: relative;
    vertical-align: baseline;
}

.testimonial-slider .bx-wrapper .bx-viewport{
	padding: 0;
}

.testimonial-slider .bx-wrapper{
	max-width: 940px!important;
}

.testimonial-slider .bx-wrapper .bx-viewport{
	max-width: 940px!important;
}

.testimonial-slider .bx-wrapper .bx-controls-direction a{
	top: -22px;
}

.testimonial-slider .bx-wrapper .bx-prev{
	left: 0px;
}

.testimonial-slider .bx-wrapper .bx-next{
	right: 0;
}

.sl-testimonial{
	display: block;
	margin: 0;
	padding: 0;
}

.sl-testimonial li{
	list-style-type: none;
	float: left;
}

.sl-testimonial li:last-child{
	margin-right: 0;
}

.testimonial{
	width: 300px;
	height: auto;
	margin-top: 30px;
}

.tml-profile{
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	clear: both;
	margin-bottom: 11px;
}

.tml-image-box{
	display: inline-block;
	height: 178px;
	width: 178px;
	border:1px solid #e2e2e2;
	border-radius: 50%;
}

.tml-image{
	display: inline-block;
	height: 170px;
	width: 170px;
	margin: 4px;
	border:none;
	border-radius: 50%;
}

.tml-profile h4{
	color: #000;
	font-family: 'Philosopher', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 2px;
}

.tml-profile p{
	color: #dd4321;
	font-family: 'Philosopher', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;

}

.tml-content:after, .tml-content:before{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: -13px;
	left: 135px;
	border-width: 0 15px 13px;
	border-style: solid;
	border-color: transparent transparent #eeeeee;
	z-index: 5;
}

.tml-content{
	position: relative;
	background: #eeeeee;
	width: 260px;
	height: auto;
	padding: 14px 10px;
	border:0 none;
	border-radius: 5px;
	clear: both;
}

.tml-content p{
	color: #525252;
	font-family: 'Proxima Nova Lt';
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}


.tml-content p:last-child{
	margin-bottom: 0px;
}



 /*
 *  ===============================
 *  ===== 3. PRICE PLAN RULES =====
 *  ===============================
 *
 */
	
  #pricetable{
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 100;
    
  }

  .price-box{
    padding: 128px 0 108px;
  }


  .price-table{
    display: block;
    list-style-type: none;
    font-size: 0;
    text-align: center;
  }

  .price-box-holder-1, .price-box-holder-2, .price-box-holder-3{
      display: inline-block;
      font-size: 14px;
      vertical-align: middle;
  }

  .price-box-holder-1, .price-box-holder-3{
    position: relative;
    height: auto;
    width: 310px;
     z-index: 1;
  }

  .price-box-holder-2{
    position: relative;
    height: auto;
    width: 316px;
     z-index: 0;
  }

  
  .tabs {
    width: 100%;
    height: 655px;
}
.tabs ul,
.tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs,
.tabs input[type="radio"]:checked + label {
    position: relative;
}
.tabs li,
.tabs input[type="radio"] + label {
    display: inline-block;
}
.tabs li > div,
.tabs input[type="radio"] {
    position: absolute;
}
.tabs li > div,
.tabs input[type="radio"] + label {
    border: solid 1px #ccc;
}
.tabs {
font: normal 11px Arial, Sans-serif;
    color: #404040;
}
.tabs li {
    vertical-align: top;
}
.tabs li:first-child {
margin-left: 8px;
}
.tabs li.marg-0 {
    margin: 0;
}
.tabs li > div {
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs input[type="radio"] + label {
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.tabs input[type="radio"]:checked + label {
    z-index: 5;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
}
.tabs input[type="radio"] {
    opacity: 0;
}
.tabs input[type="radio"] ~ div {
    display: none;
}
.tabs input[type="radio"]:checked:not(:disabled) ~ div {
    display: block;
}
.tabs input[type="radio"]:disabled + label {
    opacity: .5;
    cursor: no-drop;
}
  
  .price-table-box{
    position: relative;
    height: auto;
    width: 309px;
    border:1px solid #dddddd;
    border-right: 0 none;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  .price-head{
    display: block;
    text-align: center;
    padding: 20px 0 6px;
    border-bottom: 1px solid #dddddd;
  }

  .price-head .title{
    color: #000;
    display: block;
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
  }

   .price-head .price{
    color: #60698a;
    display: block;
    font-family: 'Philosopher', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;

  }

  .price-desc{
    display: block;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid #dddddd;
  }

  .price-desc p{
    color: #525252;
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 7px 0;
    margin:0px;
  }

  .price-link{
    display: block;
    padding: 20px 0;
    text-align: center;
  }

  .price-button{
    background: #099cdb;
    color: #ffffff;
    display: inline-block;
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    padding: 9px 23px;
    border-radius: 5px;
    text-decoration: none;
  }

  .price-button:hover{
    background: #dd4322;
    text-decoration: none;
    color: #ffffff;
  }

  .send-mail .send-mail1 .exclusive .price-button:hover{
    background: #dd4322;
  }

  .price-table-box.exclusive{
    position: relative;
    width: 312px;
    border:2px solid #dd4322;
    border-radius: 3px;
  }

  .exclusive .price-head{
      background: #eeeeee;
      padding-top: 0px;
      border-bottom: 0 none;
  }

  .exclusive .price-head .title{
    margin-top: 12px;
  }

  .exclusive .price-head .price{
    margin-bottom: 1px;
  }

  .price-head .tag{
    background: #dd4322;
    color: #ffffff;
    display: inline-block;
    padding: 4px 12px;
    font-family: 'Philosopher', sans-serif;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .exclusive .price-link{
    background: #EEEEEE;
      padding: 29px;
  }

  .exclusive .price-button{
    background: #dd4322;
  }

  .e-marker{
    position: absolute;
    background: url('../images/down-arrow.png') no-repeat 0 0;
    width: 20px;
    height: 42px;
    top: 20px;
    left: 55px;
    z-index: 4;
    text-indent: -9999px;
  }

  .price-table-box.last{
    border-left: 0 none;
    border-right: 1px solid #dddddd;
  }

 /*
 *  ===============================
 *  ===== 3. WORK RULES =====
 *  ===============================
 *
 */

 #work{
 	background: #ffffff;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 0;
 	margin: 0 auto;
 	overflow: hidden;
 	z-index: 100;
 }

 .filter{
 	margin: 0 0 40px;
 	display: block;
 	text-align: center;
 }

 .filter li{
 	list-style-type: none;
 	display: inline-block;
 	margin-right: 10px;
 }

 .filter li a{
 	display: block;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 14px;
 	line-height: 12px;
 	font-smooth:always;
 	color: #545454;
 	padding: 6px;
 	text-decoration: none;
 	text-transform: uppercase;
 	transition:background .2s linear 0s;
 }

 .filter li a:hover{
 	color: #ffffff;
 	text-decoration: none;
 	background: #099cdb;
 }

 .filter li.active a{
 	color: #ffffff;
 	background: #099cdb;
 }

 .work-box{
 	padding: 106px 0 94px;
 }

 ul.work-list {
    list-style: none outside none;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

ul.work-list li {
  display: inline-block;
	width: 188px;
	vertical-align:top;
	font-size: 14px;
}

ul.work-list li a{
    border: none;
    outline: none;
    display: block;
    position: relative;
}
 


.item-box {
    overflow: hidden;
    position: relative;
    text-align: center;

}

.item-box .face {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

/* Returning Hovers */ 

.item-box img {
    display: block;
    position: relative;
}

.item-box h4 {
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: relative;
    /* padding: 10% 0 0; */
    text-transform: uppercase;
}

.item-box p {
    font-family: 'Philosopher', sans-serif;
    font-size: 12px;
    position: relative;
    color: #fff;
    /* padding: 0 0 5%; */
    text-align: center;
    text-transform: uppercase;
}

.item-box a.icon1 {
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 1.2em;
    line-height: 30px;
    background: #fff;
    border-radius: 50%; 
    color: #1C1C28;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 5px;
}

.item-box a.icon1:hover {
  color: #ffffff;
  background: #099cdb;
}

.item-box img {
    transition: 0.5s; 
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s; 
	-ms-transition: 0.5; 
}

.item-box .face{
    background-color: rgba(0,0,0,0.8);
    opacity:0;
    transition: 500ms; 
	-webkit-transition: 500ms; 
	-o-transition: 500ms; 
	-ms-transition: 500ms; 
}

.item-box h4{
    opacity:0;
    background: transparent;
    transform: rotate(180deg) skew(100deg, 100deg);
    -webkit-transform: rotate(180deg) skew(100deg, 100deg);
	-o-transform: rotate(180deg) skew(100deg, 100deg);
	-ms-transform: rotate(180deg) skew(100deg, 100deg);
	transition: 500ms;
	-webkit-transition: 500ms; 
	-o-transition: 500ms; 
	-ms-transition: 500ms; 
	font-size: 16px;
}

.item-box p {
	font-size: 12px;
    opacity:0;
    transform: rotate(180deg) skew(100deg, 100deg);
    -webkit-transform: rotate(180deg) skew(100deg, 100deg);
	-o-transform: rotate(180deg) skew(100deg, 100deg);
	-ms-transform: rotate(180deg) skew(100deg, 100deg);
	transition: 500ms;
	-webkit-transition: 500ms; 
	-o-transition: 500ms; 
	-ms-transition: 500ms; 
}

.item-box a.icon1 {
    opacity:0;
    transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transition: translateY(100px);
     transition: 500ms;
  -webkit-transition: 500ms; 
  -o-transition: 500ms; 
  -ms-transition: 500ms; 
}

/* Hover overs */ 

.item-box:hover .face { 
    opacity:1;
    transition-delay: 0s;
	-webkit-transition-delay: 0s; 
	-o-transition-delay: 0s; 
	-ms-transition-delay: 0s; 
	cursor: pointer; 
} 

.item-box:hover img {
    transition-delay: 0s;
	-webkit-transition-delay: 0s; 
	-o-transition-delay: 0s; 
	-ms-transition-delay: 0s; 
}

.item-box:hover h4 {
    opacity: 1;
    transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	
    transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s; 
	-o-transition-delay: 0.1s; 
	-ms-transition-delay: 0.1s; 
}

.item-box:hover p {
    opacity:1;
     transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	
      transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s; 
	-o-transition-delay: 0.2s; 
	-ms-transition-delay: 0.2s;
}

.item-box:hover a.icon1 {
    opacity:1;
    transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
    transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s; 
  -o-transition-delay: 0.3s; 
  -ms-transition-delay: 0.3s;
}

.subscribe-box{
	background: transparent;
	padding: 72px 0 0;
}

.news-letter{
	color: #ffffff;
	font-family: 'Proxima Nova Lt';
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
	text-transform:uppercase;
	text-align: center;
	margin: 0 0 13px;
}

.news-letter-text{
	color: #ffffff;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	margin: 0 0 46px;
}

.subscription{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.subscription li{
	list-style-type: none;
	display: inline-block;
}

.subscription input[type="text"]{
	font-family: 'Proxima Nova Lt';
 	font-size: 16px;
 	line-height: 32px;
 	width: 370px;
 	padding: 14px 15px;
 	margin-bottom: 0px;
 	margin-right: 10px;
 	border-radius: 3px;
 	border:1px solid #dddddd;
 	box-shadow: none;
}

.subscription input[type="submit"]{
 	background: #dd4322;
 	color: #ffffff;
 	font-family: 'Proxima Nova Lt';
 	font-size: 20px;
 	line-height: 30px;
 	padding: 15px;
 	border:0 none;
 	margin: 0;
 	border-radius: 3px;
 }


 /*
 *  ===============================
 *  ===== 3. NEWS RULES =====
 *  ===============================
 *
 */


 #news{
 	background: #ffffff;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 0;
 	margin: 0 auto;
 	overflow: hidden;
 	z-index: 100;
 }


 .news-box{
 	margin: 88px 0 91px;
 }

 .news-list{
 	display: inline-block;
 	padding: 0px;
 	margin: 0px;
 	font-size: 0;
 }

 .news-list li{
 	font-size: 14px;
 	list-style-type: none;
 	display: inline-block;
 	margin-right: 20px;
 	max-width: 300px;
  	vertical-align: top;
 }

 .news-list li:nth-child(3n+0){
 	margin-right: 0px;
 }

.news-article{
  margin-bottom: 20px;
}

 .news-image-box{
 	position: relative;
 }

 .news-image-hover{

 	background: rgba(0,0,0,.75);
 	position: absolute;
 	height: 100%;
 	width: 100%;
 	top: 0;
 	left: 0;
 	z-index: 3;
 	display: none;
 }

 .view-images{
 	display: block;
 	text-decoration: none;
 	text-align: center;
 	margin-top: 90px;
 }

 .view-images span{
 	color: #ffffff;
 	font-size: 24px;
 	line-height: 24px;
 }

.view-images:hover{
	text-decoration: none;
}

.news-image-box:hover .news-image-hover{
	display: block;

  -webkit-animation: fadeIn .7s;
    animation: fadeIn .7s;
}

.news-caption-box{
 	position: relative;
 	height: auto;
 	width: 100%;
 	background: #eeeeee;
 	margin-top: 8px;
 	padding: 40px 0 30px;
 	border-radius: 5px;
  height: 18px;
  -moz-transition:all .4s linear 0s;
    -webkit-transition:all .4s linear 0s;
      -ms-transition:all .4s linear 0s;
        -o-transition:all .4s linear 0s;
          transition:all .4s linear 0s;
}

.news-caption-box h4{
 	font-family: 'Proxima Nova Lt';
 	font-size: 16px;
 	line-height: 18px;
 	font-weight: normal;
 	color: #000;
 	text-align: center;
 	margin: 0;
}

.news-caption-box P{
 	color: #525252;
 	font-family: 'Proxima Nova Lt';
 	font-size: 14px;
 	line-height: 18px;
 	font-weight: normal;
 	text-align: center;
 	margin: 10px 0;
 	display: none;
}

.trangle-box{
 	position: absolute;
 	top: -28px;
 	width: 100%;
 	left: auto;
 	z-index: 4;
 	text-align: center;
}

.up-triangle{
  display: inline-block;
	position: relative;
	width: 0px; 
	height: 0px; 
	border-bottom: 28px solid #EEEEEE; 
	border-left: 33px solid transparent; 
	border-right: 33px solid transparent; 
}

.up-triangle span{
	color: #dd4321;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	top: 20px;
	left: -12px;
	z-index: 4;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.news-article:hover .news-caption-box{
  height: 74px;
}

.news-article:hover .news-caption-box P{
	display: block;

  -webkit-animation: fadeIn .8s;
    animation: fadeIn .8s;
}

.load-more{
  margin-top: 30px;
  text-align: center;
}

.load-more a{
  display: inline-block;
  background: url('../images/load_more.png') no-repeat 0 0;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  text-decoration: none;

}



/*
 *  ===============================
 *  ===== 3. CONTACT RULES =====
 *  ===============================
 *
 */

 #contact{
 	background: #ffffff;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 0;
 	margin: 0 auto;
 	overflow: hidden;
 	z-index: 100;
 }

 .contact-box{
 	position: relative;
 	margin: 80px 0 120px;
 }

 .address-box{
 	text-align: center;
 }

 .marker{
 	display: block;
 	margin-bottom: 20px;
 }

 .marker .icon{
 	color: #e70000;
 	font-size: 34px;
 }

 .address-box p{
 	font-family: 'Proxima Nova Lt';
 	color: #000;
 	font-size: 16px;
 	line-height: 20px;
 	margin-bottom: 40px;
 }

 .social-icon{
 	display: block;
 	padding: 0;
 	margin: 0;
 	text-align: center;
 	margin-bottom: 60px;
 }

 .social-icon li{
 	list-style-type: none;
 	display: inline-block;
 	padding: 0;
 	margin: 0 5px 0 0;
 }

 .social-icon li a{
 	color: #099cdb;
 	font-size: 46px;
 	text-decoration: none;
 	transition:color .3s linear 0s;
 }

 .social-icon li a:hover{
 	color: #dd4322;
 	text-decoration: none;
 }


 .contact-frm-box{
 	max-width: 760px;
 	margin: 0 auto;
 	height: auto;
	margin-top: 20px;
	font-family: 'Philosopher', sans-serif;
 }

 .contact-frm-box input[type="text"]{
 	padding: 14px 12px;
 	margin-bottom: 30px;
 	border-radius: 3px;
 	border:1px solid #dddddd;
 	box-shadow: none;
 }


 .input-box, .input-box-2{
 	width: 344px;
	font-family: 'Philosopher', sans-serif;
 	font-size: 17px;
 }


 .input-box{
  float: left;
 }

 .input-box-2{
  float: right;
 }

 .contact-frm-box input[type="text"]:focus{
 	border:1px solid #dddddd;
 	box-shadow: none;
 }

 textarea{
 	height: 70px;
 	padding: 14px 12px;
 	margin-bottom: 30px;
 	border-radius: 3px;
 	border:1px solid #dddddd;
 	box-shadow: none;
 	width: 734px;
 	resize:none;
 }

 textarea:focus{
 	border:1px solid #dddddd;
 	box-shadow: none;
 }

 .contact-frm-box input[type="submit"]{
 	background: #099cdb;
 	color: #ffffff;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 25px;
 	line-height: 50px;
 	height: 50px;
 	width: 170px;
 	border:0 none;
 	padding: 0;
 	margin: 0;
 	border-radius: 3px;
	margin-top: -30px;
	margin-left: 20px;
 }


 #footer{
 	position: relative;
 	padding: 50px 0;
 	background: #dd4322;
 	z-index:100;
 }


 .footer-box{
 	padding: 50px 0 0;
 	background: url('../images/logo_balance33.png') no-repeat 50% 0;
 	background-size: contain;
 	text-align: center;
 	height: 100px;
 }

 .ft-dot-box{
 	color: #ffffff;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 40px;
 	display: inline-block;
 	background: #099cdb;
 	line-height: 88px;
 	height: 88px;
 	width: 88px;
 	border-radius: 50%;
 	text-transform: lowercase;
 	vertical-align: top;
 }

 .ft-text-box{
 	display: inline-block;
 	text-align: left;
 }

 .ft-text-box h1{
 	color: #ffffff;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 63px;
 	line-height: 54px;
 	padding: 0;
 	margin: 20px 0 0;
 	text-transform: uppercase;
 }

  .ft-text-box p{
 	color: #ffffff;
 	font-family: 'Philosopher', sans-serif;
 	font-size: 18px;
 	line-height: 20px;
 	padding: 0;
 	margin: 0;
 }


 .error-holder{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

p#error-name, p#error-email, p#error-sms, p#failed{
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #60677E;
    padding: 0;
    margin: 0 0 10px 0;
    display: none;
}

p#error-name span, p#error-email span, p#error-sms span, p#failed span{
    color: #DD4322;
    font-size: 16px;
    padding-right: 10px;
}

#success {
    color: #DD4322;
    display: none;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 0;
    padding-top: 30px;
    text-align: center;
}

.training img {
    width: 300px;
padding:0 20px 0 0;
float:left;
}


.wrapper-form{
    width: 400px;
    border: 1px solid #fff;
    margin: 10px auto;
	background: #dd431f;
	border-radius: 10%;
}
    .form{
        width: 300px;
        margin: 40px auto;
    }
    #messegeResult{
        border-radius: 25px;
        margin-bottom: 5px;
    }
        #messegeResult p{
            color: #fff;
            font-family: 'Philosopher', sans-serif;
			font-size: 16px;
			line-height: 24px;
            padding-top: 30px;
			padding-left: 15px;
			padding-right: 15px;
            text-align: center;
        }
		
		   #messegeResult_2{
        border-radius: 25px;
        margin-bottom: 5px;
    }
        #messegeResult_2 p{
            color: #fff;
            font-family: 'Philosopher', sans-serif;
			font-size: 16px;
			line-height: 24px;
            padding-top: 30px;
			padding-left: 15px;
			padding-right: 15px;
            text-align: center;
        }
    #formMain{
        width: 300px;
    }

        #formMain input{
            height: 43px;
            border-radius: 25px;
            border: none;
            color: #e8e8e8;
            font: 400 15px 'PT Sans', sans-serif;
        }

		  #formMain_2{
        width: 300px;
    }

        #formMain_2 input{
            height: 43px;
            border-radius: 25px;
            border: none;
            color: #e8e8e8;
            font: 400 15px 'PT Sans', sans-serif;
        }
        #name{
            width: 230px;
            background: url(../img/name.png) no-repeat;
            margin-bottom: 20px;
            padding-left: 60px;
            color: #e8e8e8;

        }
        #telephone{
            width: 230px;
            background: url(../img/telephone.png) no-repeat;
            margin-bottom: 20px;
            padding-left: 60px;
        }
        #button{
            width: 300px;
            font-size: 16px !important;
            cursor: pointer;
            /*градиент для кнопки*/
            background: #0aa7ee; /* Old browsers */
            background: -moz-linear-gradient(top, #0aa7ee 0%, #037bac 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aa7ee), color-stop(100%,#037bac)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #0aa7ee 0%,#037bac 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #0aa7ee 0%,#037bac 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #0aa7ee 0%,#037bac 100%); /* IE10+ */
            background: linear-gradient(to bottom, #0aa7ee 0%,#037bac 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa7ee', endColorstr='#037bac',GradientType=0 );
            -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.40);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.40);
        }
            #button:hover{
                
                background: #58ce2c; /* Old browsers */
                background: -moz-linear-gradient(top, #58ce2c 0%, #3fbe10 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58ce2c), color-stop(100%,#3fbe10)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #58ce2c 0%,#3fbe10 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #58ce2c 0%,#3fbe10 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #58ce2c 0%,#3fbe10 100%); /* IE10+ */
                background: linear-gradient(to bottom, #58ce2c 0%,#3fbe10 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58ce2c', endColorstr='#518d3a',GradientType=0 );
            }
			
			
			/* Стили модального окна */
.modal-header h2 {
    color: #555;  
    font-size: 20px;
    font-weight: normal;
    line-height: 1;    
    margin: 0;
}
/* кнопка закрытия окна */
.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.modal .btn-close:hover {
    color: red;
}
/* слой затемнения */
.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* элементы модального окна */
.modal-dialog {
    background: #fefefe;
    border: none;
    border-radius: 5px;
    position: fixed;
    width: 80%;
    max-width: 500px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 103;
}
.modal-body {
  padding: 20px;
}
.modal-body p {
    margin: 0;
}
.modal-header,
.modal-footer {
    padding: 20px 20px;
}
.modal-header {
    border-bottom: #eaeaea solid 1px;
}
.modal-header h2 {
    font-size: 20px;
    margin: 0;
}
.modal-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* адаптивные картинки в модальном блоке */
.modal-body img { 
    max-width: 100%;
    height: auto;
}
/* кнопки */
.btn {
    background: #fff;
    border: #555 solid 1px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
}
.btn:hover, .btn:focus {
    background: #f2f2f2;
}
.btn-primary {
    background: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary:hover{
    background: #66A1D3;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 103;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10%;
	background: #dd431f none repeat scroll 0 0;
	border: 1px solid #fff;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

/* Forma Call-back*/

#mail {visibility: hidden;}
#mail:checked ~ #popup form {visibility: visible;}
#mail:checked + label {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 99;
  height: 101%;
  color: rgba(0,0,0,0);
  background: rgba(180,180,180,.9);
  cursor: pointer;}
#mail1 {visibility: hidden;}
#mail1:checked ~ #popup form {visibility: visible;}
#mail1:checked + label {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 99;
  height: 101%;
  color: rgba(0,0,0,0);
  background: rgba(180,180,180,.9);
  cursor: pointer;
}
#mail2 {visibility: hidden;}
#mail2:checked ~ #popup form {visibility: visible;}
#mail2:checked + label {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 99;
  height: 101%;
  color: rgba(0,0,0,0);
  background: rgba(180,180,180,.9);
  cursor: pointer;
}
#mail3 {visibility: hidden;}
#mail3:checked ~ #popup form {visibility: visible;}
#mail3:checked + label {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 99;
  height: 101%;
  color: rgba(0,0,0,0);
  background: rgba(180,180,180,.9);
  cursor: pointer;
}
#popup {
  visibility: hidden;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 100;
}
#popup form {
  position: absolute;
  top: 50%; left: 50%;
  -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  padding: .5% 1% 1%;
  border: 1px solid rgb(100,100,100);
  font-size: 140%;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px #666;
  color: rgb(240,240,240);
  background: rgb(150,150,150) linear-gradient(rgb(100,100,100), rgb(170,170,170));
}
#popup div:nth-of-type(1) {padding-top: 3%;}
#popup div:nth-last-of-type(1) {padding: 1% 0 4%;}
#popup div:after {
  content: attr(data-title);
  display: block;
  font-size: 70%;
  font-weight: normal;
  text-shadow: none;
 }
#popup input {font-size: 90%;}
#popup [type='submit'] {cursor: pointer;}
#popup label:hover {
  color: #dbeaf9;
  cursor: pointer;
}

.send-mail{
    background: #099cdb;
    width: 150px;
    height: 40px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
margin-top: 30px;
    color: #ffffff;
    font-family: 'Philosopher', sans-serif;
     line-height: 30px;
    text-decoration: none;
    padding: 0px 9px 25px 9px;
    border-radius: 5px;
    text-decoration: none;
  }

  .send-mail:hover{
    background: #dd4322;
    text-decoration: none;
    color: #ffffff;
  }

   .exclusive .send-mail:hover{
    background: #dd4322;
  }
  .send-mail1{
    background: #099cdb;
    width: 150px;
    height: 40px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
margin-top: 30px;
    color: #ffffff;
    font-family: 'Philosopher', sans-serif;
     line-height: 30px;
    text-decoration: none;
    padding: 0px 9px 25px 9px;
    border-radius: 5px;
    text-decoration: none;
  }

  .send-mail1:hover{
    background: #dd4322;
    text-decoration: none;
    color: #ffffff;
  }

 .exclusive .send-mail1:hover{
    background: #dd4322;
    position: absolute;
   
  }

/*----END-forma call-back -------------*/


