/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/


/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.center2 {
    float: none !important;
    margin: 125px auto !important;
    text-align: center;
}
.center3 {
    float: none !important;
    margin: 150px auto !important;
    text-align: center;
}
.center4 {
    float: none !important;
    margin: 10px auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #f40a30;
    display: none;
    font-size:18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}

/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    width:100%;
    z-index:110;
    position:relative;
    margin-top:30px;
    font-weight: 700;
}
.message-btn {
    border:5px solid #fc7904;
    color:#f5f1e6;
    /*background-color:transparent;*/
    border-radius:40px;
	background-color:#232229;
    padding:10px 30px;
    font-size:21px;
}
.message-btn:hover {
    background-color:#10856b;
    color:#f5f1e6;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}

/*КНОПКА */
button#send-mail4 {
  background: #232229;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 5px #fc7904;
  color:#f5f1e6;
  font-size: 19px;
  font-weight: 700;
  margin: 5px 0;
  padding:10px 30px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  vertical-align: middle;
}
button#send-mail4::before, button#send-mail4::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

button#send-mail4.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
button#send-mail4.draw::before, button#send-mail4.draw::after {
  border: 5px solid transparent;
  width: 0;
  height: 0;
}
button#send-mail4.draw::before {
  top: 0;
  left: 0;
}
button#send-mail4.draw::after {
  bottom: 0;
  right: 0;
}
button#send-mail4.draw:hover {
  color: #60daaa;
}
button#send-mail4.draw:hover::before, button#send-mail4.draw:hover::after {
  width: 100%;
  height: 100%;
}
button#send-mail4.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
button#send-mail4.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/*КНОПКА №2*/
button#send-mail5 {
  background: #fc7904;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 5px #fc7904;
  color:#ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding:10px 20px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  vertical-align: middle;
}
button#send-mail5::before, button#send-mail5::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

button#send-mail5.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
button#send-mail5.draw::before, button#send-mail5.draw::after {
  border: 5px solid transparent;
  width: 0;
  height: 0;
}
button#send-mail5.draw::before {
  top: 0;
  left: 0;
}
button#send-mail5.draw::after {
  bottom: 0;
  right: 0;
}
button#send-mail5:hover {
background:#ffffff;	
}
button#send-mail5.draw:hover {
  color: #900020;
}
button#send-mail5.draw:hover::before, button#send-mail5.draw:hover::after {
  width: 100%;
  height: 100%;
}
button#send-mail5.draw:hover::before {
  border-top-color: #900020;
  border-right-color: #900020;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
button#send-mail5.draw:hover::after {
  border-bottom-color: #900020;
  border-left-color: #900020;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/*КНОПКА 3*/
button#send-mail6 {
  background: #232229;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 5px #fc7904;
  color:#f5f1e6;
  font-size: 19px;
  font-weight: 700;
  margin: 5px 0;
  padding:10px 30px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  vertical-align: middle;
}
button#send-mail6::before, button#send-mail6::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

button#send-mail6.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
button#send-mail6.draw::before, button#send-mail6.draw::after {
  border: 5px solid transparent;
  width: 0;
  height: 0;
}
button#send-mail6.draw::before {
  top: 0;
  left: 0;
}
button#send-mail6.draw::after {
  bottom: 0;
  right: 0;
}
button#send-mail6.draw:hover {
  color: #60daaa;
}
button#send-mail6.draw:hover::before, button#send-mail6.draw:hover::after {
  width: 100%;
  height: 100%;
}
button#send-mail6.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
button#send-mail6.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}