/*
Theme Name: Santral
Theme URI: uiby.net
Author: Uiby
Author URI: uiby.net
Description: Santral Photograpy One Page Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: UIBY
*/


/* -------------------------------------- Layout -------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Roboto:100,300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic&subset=latin,latin-ext);

@import url(css/et-line.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	                      margin: 0;
                 	      padding: 0;
	                      border: 0;
	                      font-size: 100%;
	                      font: inherit;
	                      vertical-align: baseline;
                          }


/* HTML5 display-role reset for older browsers */

article, aside, details, 
figcaption, figure, footer, 
header, hgroup, menu, 
nav, section {
 	         display: block;
             }
body {
	 line-height: 1;
     }

ol, ul {
	   list-style: none;
       }

blockquote, q {
	          quotes: none;
              }

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	    content: '';
	    content: none;
        }

table {
	  border-collapse: collapse;
  	  border-spacing: 0;
      }


/*Reset Ends*/

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after{
  clear: both;
}


/*Grid Definitions*/

/* =Gridiculous
-------------------------------------------------------------- */

.main-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
  }

html{
	 height: 100%;
    }

body{
	 font-size:100%;
	 line-height:1.6875;
	 height: 100%;
	 }

.grid{
	 margin:0 auto;
	 max-width:1200px;
	 width:100%;
	 }
img{
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
    }

.wfull{
	   width:100%;
	   max-width:100%;
	  }

.w320{
	  max-width:320px;
	 }

.w640{
	  max-width:640px;
	 }

.w800{
      max-width: 800px;
      margin-right: auto;
      margin-left: auto;
      padding-top:100px; 
      padding-bottom: 100px;
      overflow: auto;
      padding-left: 90px;
      padding-right: 90px;
      }


.w960{
	  max-width:960px;
	  margin:0 auto;
	 }

.row{
	 width:100%;
	 margin-bottom:0px;
	 overflow: hidden;
	 	 }


.c1{
	width:8.33%;
   }

.c2{
	width:16.66%;
   }

.c3{
	width:25%;
   }

.c4{
	width:33.33%;
   }

.c5{
	width:41.66%;
   }

.c6{
	width:50%;
   }

.c7{
	width:58.33%;
   }

.c8{
	width:66.66%;
   }

.c9{
	width:75%;
   }

.c10{
	 width:83.33%;
	}

.c11{
	 width:91.66%;
	}

.c12{
	width:100%;
    }

.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12{
	min-height:1px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	position:relative;
   }


.s1{
	margin-left:8.33%
   }

.s2{
	margin-left:16.66%;
   }

.s3{
	margin-left:25%;
   }

.s4{
	margin-left:33.33%;
   }

.s5{
	margin-left:41.66%;
   }

.s6{
   margin-left:50%;
   }

.s7{
	margin-left:58.33%;
   }

.s8{
	margin-left:66.66%;
   }

.s9{
	margin-left:75%;
   }

.s10{
	margin-left:83.33%;
    }

.s11{
	margin-left:91.66%;
    }

.end{
	float:right!important;
	}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:960px){

.row .row .c1,
.row .row .c2,
.row .row .c3,
.row .row .c4,
.row .row .c5,
.row .row .c6,
.row .row .c7,
.row .row .c8,
.row .row .c9,
.row .row .c10,
.row .row .c11,
.row .row .c12{
	          width:100%;
	          margin-bottom:20px;
	          }

.row .row > div:last-child{
	                      margin-bottom:0 !important;
	                      }

}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){

body{
	font-size:90%;
	}

.row{
	margin-bottom:0 !important;
	}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12{
	width:100%;
	margin-right:0;
	margin-left:0;
	margin-bottom:20px;
   }


}

/* -------------------------------------- /Layout -------------------------------------- */

/* -------------------------------------- Normalize -------------------------------------- */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* -------------------------------------- /Normalize -------------------------------------- */

/* -------------------------------------- Moksha -------------------------------------- */

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

[Main Stylesheet]

Template Name: Moksha
Version:1.2

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


/* Importing Fonts End */

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

[Table Of Contents]

1.Basic Styles
  -Selection
  -Page Loader
  -Logo
  -Main Content
  -Links
  -Vetical Align
  -Background Image
  -iframe wrapper
  -Overlay
  -Padding
  -Block
  -Scroll Down
  -Parallax
  -800px Styles
  -Form
  -LightBox
  -Newsletter
  -No display
  -Full Screen
  -Border
  -Demo Page


2.Typography
  -Alignments
  -Font Color
  -Font Background
  -Paragraph Text
  -Section Title,Section Ruler,Mini Title,Mega Title
  -Inrto Title - 5 Types
  -Intro Text  - 4 Types
  -Number

3.Navigation

4.Section
  -Background Video Section
  -Facts Section
  -Clients
  -Team
  -Work
  -Choose
  -Approach
  -Google Map
  -Contact Form
  -Footer

5.Portfolio
  -Basic Styles
  -Columns
  -Filters

6.Blog
  -Basic Styles
  -Sidebar
  -Widgets
  -Classic Blog
  -Blog Type One
  -Blog Type Two
  -Blog Masonry

7.Work Pages
  -Work Layout
  -Basic Styles
  -Work Detail
  -Comments Section
  -Reply Section
  -Related Projects

8.Shortcodes
  -Accordions
  -Buttons
  -Pagination
  -Full Width Image Slider Slider
  -Revolution Slider
  -Media Slider
  -Tabs
  -Blockquote
  -Lists
  -Pricing Tables
  -Grids.



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


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

===========================================

            [Basic Styles]

===========================================

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


/* Selection */

*::selection{
            background-color: #000;
            color: #fff;
            }

/* Selection Ends */


/* Page Loader */

.page-loader{
            position: fixed;
            height: 100%;
            width: 100%;
            top:0;
            left: 0;
            background-color: #ffffff;
            z-index: 1000000;
            }
  
.loader-img{
           top: 50%;
           transform:translateY(-50%);
           -webkit-transform:translateY(-50%);
           -moz-transform:translateY(-50%);
           -o-transform:translateY(-50%);
           -ms-transform:translateY(-50%);
           position: relative;
           display: block;
           }

/* Page Loader Ends */


/* Logo */

.company-logo{
      height: 150px;
      width: 300px;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden;
      padding-bottom: 30px;
      }


/* Logo */

/* Links */

a.link{
      text-decoration: none;
      color: inherit;
      font-weight: inherit;
      font-family: inherit;
      font-size: inherit;
      -webkit-transition:all 0.2s ease-in;
      -moz-transition:all 0.2s ease-in;
      -o-transition:all 0.2s ease-in;
      -ms-transition:all 0.2s ease-in;
      transition:all 0.2s ease-in;
      }

a.link:hover{ 
            opacity: 0.6; 
            -webkit-transition:all 0.2s ease-in;
            -moz-transition:all 0.2s ease-in;
            -o-transition:all 0.2s ease-in;
            -ms-transition:all 0.2s ease-in;
            transition:all 0.2s ease-in;
            }

a.link img{
          -webkit-transition:all 0.3s ease-in;
          -moz-transition:all 0.3s ease-in;
          -o-transition:all 0.3s ease-in;
          -ms-transition:all 0.3s ease-in;
          transition:all 0.3s ease-in;
          }

a.link img:hover{
                opacity: 0.9;
                }

a.link div{
          
          }

a.link div:hover{
                opacity: 0.8;  
                }  

a.link h2.mini-title:hover{
                         opacity: 0.7;
                         }

a.link.inline{
              border-bottom: 1px dotted #777777;
             }

a.link.inline:hover{
                   border-bottom: 1px solid #777777;
                   }

 a:focus{
      outline: 0;
    }

/* Links End */



/* Vertical Middle Align */

.table{
       display: table;
       }

.vertical-align{
                transform:translateY(-50%);
                -webkit-transform:translateY(-50%);
                -moz-transform:translateY(-50%);
                -o-transform:translateY(-50%);
                -ms-transform:translateY(-50%);
                top: 50%;
                position: relative;
                }

/* Vertical Align Ends */

/*Backgrund Image*/

.bg-link{
        background-size: cover !important; 
        }

/*Background Image Ends*/

/* iframe wrapper */

.iframe-wrapper{
                position: relative;
                padding-bottom: 56.25%; /* 16:9 */
                padding-top: 25px;
                height: 0;
                background-color: #f2f2f2;
                }

.iframe-wrapper iframe{
                      position: absolute;
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: auto;
                      }

/* iframe wrapper ends */

/* Overlay */

.full-overlay{
             position:absolute;
             top:0;
             left:0;
             width:100%;
             height:100%;
             opacity:0.3;
             z-index:100;
             background-color:#000000;
             margin: 0;
             } 
.full-overlay.light{
                   opacity: 0.4 !important;
                   } 


.full-overlay.dark{
                  opacity: 0.7 !important;
                  }

.full-overlay.top{
  height: 100vh;
}
/* Overlay Ends */

/* Padding */

.padding{
          padding-top: 50px;
        }

.mini-padding{
             padding: 40px;
             }

.padding-10{
           padding: 10px;
           }

.padding-20{
           padding: 20px;
           }
       

.no-padding{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.no-padding-top{
  padding-top: 0px !important;
}

.no-padding-bottom{
  padding-bottom: 0px !important;
}

/* Padding Ends */

/* Margin */

.no-margin{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Margin Ends */

/* Block */

.block{
       padding-left: 10px;
       padding-right: 10px;
       margin-bottom: 40px;
       padding-top: 40px;
       padding-bottom: 10px;
       margin-left: auto;
       margin-right: auto;
       text-align: center;
       } 

.block h2{
         text-align: center;
         }

.block p.text{
              text-align: left;
              padding-top: 15px !important;
              padding-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
              }

/* Block Ends */

/* Scroll Down */

.scroll-down{
             position: absolute;
             width: 100%;
             height: 40px;
             z-index: 600;
             bottom: 40px;
             }

.scroll-down img{
                 width: 22px;
                 height: 32px;
                 display: block;
                 text-align: center;
                 margin-left: auto;
                 margin-right: auto;
                 cursor: pointer;
                 -webkit-transition:all 0.3s ease-in;
                 -moz-transition:all 0.3s ease-in;
                 -o-transition:all 0.3s ease-in;
                 -ms-transition:all 0.3s ease-in;
                 transition:all 0.3s ease-in;
                 }

.scroll-down img:hover{
                      opacity: 0.5
                      }
/* Scroll Down ends */

/* Parallax */

 .parallax{
          background-attachment: fixed;
          background-size: cover;
          background-repeat: no-repeat;
         }

.mobile .parallax{
                 background-attachment:scroll !important; 
                 }

/* Parallax */


/* 800px styles */

.w800 .c1,
.w800 .c2,
.w800 .c3,
.w800 .c4,
.w800 .c5,
.w800 .c6,
.w800 .c7,
.w800 .c8,
.w800 .c8,
.w800 .c9,
.w800 .c10,
.w800 .c11,
.w800 .c12,
.w800 .row{
          padding-left: 10 !important;
          }
               
.w800 > *{
         padding-left: 0 !important;
         }

.w800 .align-justify > *{
                        padding-left: 0 !important;
                        }
.w800 p.text{
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
}   
.w800.contact{
             padding-bottom: 0px !important;
             }
        
.w800 #google-map{
                  margin-top: 0px;
                 } 

.w800 .c6 .block{
                padding-top: 10px;
                } 

.w800 .blog-classic{
                    padding-left: 0;
                    }

.w800 .blog-classic .media-slider{
                                  margin-top: 0px;
                                  margin-bottom: 5px;
                                  }

.w800 .blog-classic .blog-item{
                               padding-bottom: 35px;
                               margin-left: 0;
                               }


/* 800px Styles End */


/* Form */


.form{
      max-width: 640px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 100px;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      }

.form .form-item{
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 50px;
                }

.form .input-field{
                  border:0;
                  border-bottom:2px solid #323232;
                  text-transform: uppercase;
                  width: 100%;
                  padding-bottom: 8px;
                  outline: 0;
                  letter-spacing: 2px;
                  background-color: transparent;
                  }

.form textarea.input-field{
                          padding-bottom: 8px;
                          resize:vertical;
                          min-height: 60px;
                          max-height: 100px;
                          }

.form .input-field:active,
.form .input-field:focus{
                        border-bottom: 3px solid #323232;
                        }


/* Form Ends */

/* LightBox */

#cboxClose img{
              transition:none !important;
              }

#cboxClose:hover{
                opacity: 0.8;
                }

/* LightBox Ends */

/* News Letter */

.newsletter-form{
                 max-width: 380px;
                 padding-top: 40px;
                 font-size: 13px;
                 padding-bottom: 30px;
                 } 

/* News Letter Ends */

/* No display */

.no-display{
      display: none;
    }

/* No display ends */

/* Full Screen */

body.single{
           overflow: hidden !important;
           } 

/* Full Screen Ends */

/* Border */

body.border{
           border: 20px solid #ffffff;
           }

body.border .main-intro-section .slide-item .slide{
                                                  border: 0;
                                                  border-top: 25px solid #ffffff;
                                                  border-bottom: 25px solid #ffffff;
                                                  margin-top: -20px;
                                                  }

body.border .main-intro-section .fullscreen-rev-slider{
                                                  border-bottom: 25px solid #ffffff;
                                                  margin-top: -20px;
                                                  }

body.border .main-intro-section .slide-item .full-overlay{
                                                         border: 0;
                                                         border-bottom: 25px solid #ffffff;
                                                         border-top: 25px solid #ffffff;
                                                         margin-top: -20px;
                                                         }
    
body.border .main-intro-section .social-links-section{
                                                      bottom: 70px;
                                                      }
    
body.border .main-intro-slider .owl-next{
                                        top: 48%;
                                        }

body.border .main-intro-slider .owl-prev{
                                        top: 48%;
                                        }

body.border .main-intro-section .owl-pagination{
                                               bottom: 60px;
                                               }

body.border .main-intro-section .scroll-down{
                                            bottom: 80px;
                                            }



/* Border Ends */



/* Demo */

.demo .gallery .item{
                     padding-bottom: 30px;
                     }

/* Section Backgrounds */

/* Section Background Ends */



/* Demo ends */

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

===========================================

            [Typography]

===========================================

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

body{
    color: #111;
    background-color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Alegreya Sans', sans-serif !important;
    line-height: 1.6; 
    letter-spacing: 1px;
    }


.align-center{
             text-align: center !important;
             }
 
.align-justify{
              text-align: justify !important;
              }

.align-left{
           text-align: left !important;
           }

.align-right{
            text-align: right !important;
            }

h1.align-justify,
h2.align-justify,
h3.align-justify,
h4.align-justify,
h5.align-justify,
h6.align-justify{
                padding-left: 0 !important;
                padding-right: 0 !important;
                }

.align-justify h1,
.align-justify h2,
.align-justify h3,
.align-justify h4,
.align-justify h5,
.align-justify h6,{
                   padding-left: 0 !important;
                   padding-right: 0 !important;
                  }

.align-justify p{
               padding-left: 0 !important;
               padding-right: 20px !important;
               }

.bg-white{
         background-color: #ffffff !important;
         }

.bg-black{
         background-color: #000000 !important;
         }

.bg-tint-black{
              background-color: #161616 !important;
              }

.bg-light{
         background-color: #f2f2f2 !important;
         }

.white{
      color: #ffffff !important
      }

.light{
      color: #cecece !important;
      }

.black{
      color: #000000 !important
    }

.black-tint{
           color: #161616 !important;
           }

p.text{
      padding-left: 50px;
      padding-right: 50px;
      font-family: 'Alegreya Sans', sans-serif !important;
      font-weight: 300;
      font-size: 20px;
      max-width: 950px;
      margin-right: auto;
      margin-left: auto;
      line-height:25px;
      letter-spacing: 1px;
      padding-top: 20px; 
      color: #000000;
      }

.text.small{
           font-size:18px; 
           line-height: 24px;
           letter-spacing:0px !important;
           }

h1.section-title{
                font-family: 'Alegreya Sans', sans-serif !important;
                text-transform: uppercase;
                font-weight: 600;
                text-align: center;
                font-size: 40px;
                letter-spacing: 15px;
                padding-left: 15px;
                padding-bottom: 6px;
                }

hr.section-ruler{
                width: 40px;
                margin-left: auto;
                margin-right: auto;
                border: 0;
                border-top: 6px solid #000000;
                padding-top: 20px;
                padding-bottom: 10px;
               }

 hr.section-ruler-two{
                      text-align: center;
                      border: 0;
                      border: 2px solid #191919;
                      margin-top: 10px;
                      margin-bottom: 20px;
                      width: 30px; 
                      margin-left: auto;
                      margin-right: auto;
                      }


h1.section-title-two{
                    font-family: 'Alegreya Sans', sans-serif !important;
                    font-size: 20px;
                    font-weight: 900;
                    text-transform: uppercase;
                    letter-spacing: 10px;
                    padding-bottom: 10px;
                    padding-left: 10px;
                    }
  

h2.mega-title{
              font-family: 'Source Sans Pro',sans-serif;
              font-weight: 300;
              font-size:23px;
              text-transform: uppercase;
              letter-spacing: 6px;
              padding-bottom: 10px;
              }

h2.mini-title{
             padding-top: 20px;
             letter-spacing: 3px;
             text-transform: uppercase;
             font-family: 'Source Sans Pro', sans-serif;
             font-weight: 400;
             }

h2.mini-title.underline{
                       border-bottom: 1px solid #e5e5e5;
                       padding-bottom: 10px;
                       }

h2.mini-title span{
                  font-size: 12px;
                  }

 h2.mini-title-two{
                   font-size: 20px;
                   letter-spacing: 3px;
                   text-transform: uppercase;
                   font-family: 'Source Sans Pro', sans-serif;
                   font-weight: 300;
                   padding-bottom: 10px;
                   }    

h1.intro-title-one{
                  font-size: 50px;
                  text-transform: uppercase;
                  font-weight: 300;
                  letter-spacing: 30px;
                  padding-left: 50px;
                  padding-right: 20px;
                  max-width: 900px;
                  display: inline-block;
                  margin-left: auto;
                  margin-right: auto;
                  color: #000000;
                  text-align: center;
                  }

h1.intro-title-two{
                   font-size: 60px;
                   text-transform: uppercase;
                   font-weight: 900;
                   letter-spacing: 30px;
                   padding-left:50px;
                   padding-right: 20px;
                   max-width: 900px;
                   display: inline-block;
                   margin-left: auto;
                   margin-right: auto;
                   color: #000000;
                   text-align: center;
                   }

h1.intro-title-three{
                     font-size: 40px;
                     text-transform: uppercase;
                     font-weight: 900;
                     letter-spacing: 40px;
                     padding-left: 40px;
                     padding-top: 10px;
                     padding-bottom: 10px;
                     max-width: 1000px;
                     display:inline-block;
                     margin-left: auto;
                     margin-right: auto;
                     color: #000000;
                     line-height: 80px;
                     text-align: center;
                     }

h1.intro-title-four{
                   font-size: 30px;
                   text-transform: uppercase;
                   font-family: 'Roboto', sans-serif;
                   font-weight: 100;
                   letter-spacing: 40px;
                   padding-left: 40px;
                   padding-top: 15px;
                   padding-bottom: 10px;
                   max-width: 1000px;
                   display: inline-block;
                   margin-left: auto;
                   margin-right: auto;
                   color: #000000;
                   line-height: 80px;
                   text-align: center;
                   }

h1.intro-title-five{
                   text-transform: uppercase;
                   font-size:40px;      
                   font-weight: 600;
                   letter-spacing: 15px;
                   line-height: 80px; 
                   display: inline-block;
                   padding-left: 40px;
                   padding-right: 25px;
                   margin-bottom: 40px;
                   text-align: center;
                   }

h1.intro-title-six{
                  font-size: 20px;
                  text-transform: uppercase;
                  font-weight: 300;
                  letter-spacing: 8px;
                  padding-left: 15px;
                  padding-top: 10px;
                  padding-bottom: 10px;
                  max-width: 1000px;
                  display: inline-block;
                  margin-left: auto;
                  margin-right: auto;
                  color: #000000;
                  line-height: 80px;
                  text-align: center;
                }

p.intro-text-one{
                font-weight: 300;
                text-align: center;
                line-height: 25px;
                color: #9f9f9f;
                letter-spacing: 1px;
                font-size: 16px !important;  
                font-family: 'Open Sans', sans-serif;
                margin-left: auto;
                margin-right: auto;
                max-width: 500px;
                padding-left: 15px;
                padding-right: 15px;
                }
    
p.intro-text-two{
                font-weight: 400;
                text-align: center;
                line-height: 25px;
                color: #9f9f9f;
                letter-spacing: 1px;
                font-size: 12px !important; 
                text-transform: uppercase;
                font-family: 'Open Sans', sans-serif;
                margin-left: auto;
                margin-right: auto;
                max-width: 500px;
                padding-left: 15px;
                padding-right: 15px;
                }

p.intro-text-three{
                   font-weight: 300;
                   text-align: center;
                   line-height: 25px;
                   color: #9f9f9f;
                   letter-spacing: 1px;
                   font-size: 12px !important;  
                   text-transform: lowercase;
                   margin-left: auto;
                   margin-right: auto;
                   max-width: 400px;
                   padding-left: 15px;
                   padding-right: 15px;
                   }

p.intro-text-four{
                 font-weight: 300;
                 text-align: center;
                 line-height: 25px;
                 color: #9f9f9f;
                 letter-spacing: 2px;
                 font-size: 15px; 
                 text-transform: lowercase;
                 margin-left: auto;
                 margin-right: auto;
                 max-width: 400px;
                 font-style: italic;
                 padding-left: 15px;
                 padding-right: 15px;
                 }

.c6 p{
      padding-left: 0px;
      padding-right: 0px;
     }

.c4 p{
      padding-left: 0px;
      padding-right: 0px;
     }

.c3 p{
      padding-left: 0px;
      padding-right: 0px;
      }

.number{
        font-family: 'Alegreya Sans', sans-serif !important;
        font-weight: 300;
        font-size: 50px !important;
        padding-right: 20px;
        }

.fa.medium{
          font-size: 16px !important; 
          }

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

===========================================

            [Navigation]

===========================================

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

/* Navigation Trigger*/

.main-nav{
          width: 100%;
          height: 100%;
          position: fixed;
          z-index: 700;
          top: 0;
          left: 0;
          background-color: #ffffff;
          display: none;
          overflow: auto;
          }
    
.main-nav .navigation-wrapper{
                              max-width: 2500px;
                              margin-left: auto;
                              margin-right: auto;
                              height: 100%;
                              padding-left: 100px;
                              padding-right: 100px;
                              }

.navigation-trigger{
                   position: fixed;
                   z-index: 1000;
                   left: 0;
                   top: 0;
                   height: 80px;
                   width: 80px;
                   background-color: #ffffff;
                   cursor: pointer;
                   }

.menu-open:hover{
                opacity: 0.6;
                }
    
.menu-close:hover{
                 opacity: 0.6;
                 }

.navigation-trigger .menu-close{
                                width: 100%;
                                height: 100%;
                                display: none;
                                position: absolute;
                                top: 8px; 
                                right: 2px;   
                                -webkit-transition:all 0.2s ease-in;
                                -moz-transition:all 0.2s ease-in;
                                -o-transition:all 0.2s ease-in;
                                -ms-transition:all 0.2s ease-in;
                                transition:all 0.2s ease-in;
                                }

.navigation-trigger .menu-open{
                               width: 100%;
                               height: 100%;
                               position: absolute;
                               top:6px;
                               -webkit-transition:all 0.2s ease-in;
                               -moz-transition:all 0.2s ease-in;
                               -o-transition:all 0.2s ease-in;
                               -ms-transition:all 0.2s ease-in;
                               transition:all 0.2s ease-in;
                               }
 

/* Navigation Trigger Ends */   


/* Navigation Wrapper*/

.navigation-wrapper .main-menu{
                               list-style: none;
                               padding-top: 100px;
                               display: block;
                               margin-left: auto;
                               margin-right: auto;
                               }

.navigation-wrapper .main-menu li a{
                                   text-decoration: none;
                                   font-size: 25px;
                                   text-transform: uppercase;
                                   font-family: 'Alegreya Sans', sans-serif !important;
                                   font-weight: 900;
                                   letter-spacing: 10px;
                                   padding-left: 30px;
                                   padding-right:20px;
                                   padding-top: 10px;
                                   padding-bottom: 8px;
                                   margin-bottom: 10px;
                                   max-width: 1000px;
                                   display: inline-block;
                                   margin-left: auto;
                                   cursor: pointer;
                                   margin-right: auto;
                                   color: #000000;
                                   line-height: 50px;
                                   -webkit-transition:all 0.2s ease-in;
                                   -moz-transition:all 0.2s ease-in;
                                   -o-transition:all 0.2s ease-in;
                                   -ms-transition:all 0.2s ease-in;
                                   transition:all 0.2s ease-in;
                                   }
   
.navigation-wrapper .main-menu li a:hover{
                                         background-color: #000000;
                                         color: #ffffff;
                                         }

.navigation-wrapper .footer{
                           font-family: 'Alegreya Sans', sans-serif !important;
                           padding-top: 40px;
                           letter-spacing: 3px;
                           text-transform: uppercase;
                           font-weight: 900;
                           font-size: 13px;
                           }

.navigation-wrapper .footer .social-links li{
                                            display: inline;
                                            }
      
.navigation-wrapper .footer li{
                              padding-top: 20px;
                              font-size: 14px;
                              }
.navigation-wrapper .footer a{
                              color: #000000;
                              text-decoration:none; 
                              }

.navigation-wrapper .footer li a:hover{
                                      opacity: 0.4;
                                      }

/* Navigation Wrapper Ends*/


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

===========================================

            [Section Style]

===========================================

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

.section{
        padding-top: 100px;
        padding-bottom: 125px;
        position: relative;
        }

/* Main Intro Section */

.main-intro-section{
                   width: 100%;
                   position: relative;
                   height: 100%; 
                   padding-bottom:2px;
                   padding-left: 0px;
                   }
.fix-height{
           height:550px !important;
           }


.main-intro-section .slide-item{
                               height: 100%;
                               width: 100%; 
                               top: 0;
                               left: 0;  
                               position: absolute;
                               background-size: cover;
                               }

.main-intro-section .slide{
                            height: 100%;
                            width: 100%;
                            }

.main-intro-section .slide-item .vertical-align {
                                                z-index: 300;
                                                }    

.main-intro-section .button{
                            margin-top: 60px;
                            }

.main-intro-section .social-links-section{
                                         width: 100%;
                                         bottom: 30px;
                                         left: 0;      
                                         z-index: 400;
                                         position: absolute;
                                         }

.main-intro-section .social-links{
                                  list-style: none;
                                  }

.main-intro-section  .social-links li{
                                      list-style: none;
                                      display: inline-block;
                                      }

.main-intro-section .social-links li a{
                                       font-size: 20px;
                                       margin-left: 10px;
                                       margin-right: 10px;
                                       width: 70px;
                                       height: 70px;
                                       display: block;
                                       border-radius: 50%;
                                       padding-top: 20px;
                                       }

.main-intro-section .social-links li a:hover{
                                             background-color: #ffffff;
                                             color: #000000 !important;
                                             opacity: 1;
                                             }

/* Maion Intro Section Ends */


/* Video Section */

.video-section{
              text-align: center;
              overflow: auto;
              }
    
.video-section .row{
                    z-index: 102;
                    position: relative;
                    }    
   
.video-section .full-overlay{
                            top:0px;
                            opacity: 0.5;
                            }

.video-section p{
                max-width: 800px !important;
                }

/* Video Section Ends */


/* Facts Section */

.facts-section{
              max-width: 850px;
              margin-right: auto;
              margin-left: auto;
              padding-top: 40px;
              position: relative;
              }

.facts-section:hover{
                    cursor: move;
                    }

.facts-section .number{
                       padding-right: 0;
                       }
    
.facts-section .icon{
                    text-align: right;
                    padding-right: 30px;
                    }

.facts-section .icon{
                     border: 0;
                     border-right:1px solid #b8b8b8;
                     height: 100%;
                     position: absolute;
                     }

.facts-section .icon .fa{
                        color: #505050;
                        font-size: 20px;
                        }

.facts-section .descr{
                     text-align: justify;
                     }

.facts-section h2.mini-title{
                            text-align: justify;
                            padding-top: 0;
                            }

.facts-section p.text{
                     text-align: justify;
                     padding-left: 0;
                     }

.facts-section .owl-pagination{
                               position: relative;
                               padding-top: 30px;
                               }

.facts-section .owl-dots span{
                              background-color: #ffffff;
                              border: 1px solid #000000;
                              width: 8px;
                              height: 8px;
                              border-radius: 50% !important;
                              }

   
                          
           
.facts-section .owl-dots.active span{ 
                                     display: block;
                                     background: #000000;
                                     border-radius: 50% !important; 
                                     }

/* Facts Section Ends */


/* Testimonials */


.testimonials-section p{
                       max-width: 800px !important;
                       text-align: center;
                       margin-left: auto;
                       margin-right: auto;
                       }

.testimonials-section .full-overlay{
                                   top: 0;
                                   }

.testimonials-section .row{
                           z-index: 105 !important;
                           position: relative;
                           }


/* Testimonials Ens */


/* Choose Section */

 .choose{
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        }
  
.choose .icon {
              font-size: 50px;
              color: #262626;
              }

.choose .block:hover .icon{
                          -webkit-transform:rotate(360deg);
                          -moz-transform:rotate(360deg);
                          -o-transform:rotate(360deg);
                          -webkit-transition: all 300ms 0s ease-in-out;
                          transition: all 300ms 0s ease-in-out;
                          cursor: pointer;
                          display: inline-block;
                          }



/* Choose Section Ends */


/* Approach Section */

.approach-section h2.mini-title{
                               text-align: justify;
                               padding-left: 10px;    
                               }

/* Approach Section Ends */


/* Clients Section */

.clients .block img{
                   max-height: 80px;
                   height: auto;
                   transition:none !important;
                   }
    
.clients .block{
                margin-bottom: 0px;
                padding-bottom: 0px;
                -webkit-transition:all 0.2s ease-in;
                -moz-transition:all 0.2s ease-in;
                -o-transition:all 0.2s ease-in;
                -ms-transition:all 0.2s ease-in;
                transition:all 0.2s ease-in;
                }

.clients .block:hover{
                      opacity: 0.5;
                      cursor: pointer;
                      }


/* Clients Section Ends */

/* Team Section */

.team{
     padding-top: 70px !important;
     overflow: hidden;
     }

.team.gallery .item{
                   margin-bottom: 30px;
                   }
    
.team-position{
              font-family: 'Open Sans', sans-serif; 
              font-size: 12px;
              text-transform: uppercase;
              font-weight:300;
              padding-top: 4px;
              letter-spacing: 1px;
              }

.item-descr .social-links{
  display: inline-block;
}

.item-descr .social-links li{
                             float: left;
                             text-align: center;
                             }

.item-descr .social-links a{
                           margin-left: 4px;
                           margin-right: 4px;
                           font-size: 18px;
                           text-decoration: none;
                           color: #474747;
                           }

.team .social-links a:hover{
                           opacity: 0.5;
                           }

/* Team Section Ends */


/* Work Section */

.work-section{
             text-align: center;
             overflow: hidden;
             }                          
     
.work-section .gallery{
                      padding-top: 50px;
                      padding-bottom: 100px;
                      }
     
.work-section ul#filters{
                        padding-top: 20px;
                        }

/* Work Section Ends */

/* Blog Section */

.blog-section .blog-two{
                       border-bottom: 0px;
                       }

.blog-section .blog-masonry{
                           padding-bottom: 80px;
                           }


/* Blog Section Ends */

/* Google Map */

#google-map-container{
                     position: relative;
                     }

#google-map {
            position: relative;
            width: 100%;
            height: 500px;
            background-color: #e7eaf0;
            margin-top: 80px;
            }

#zoom-in{
         height: 30px;
         width: 30px;
         background-color: #191919;
         position: absolute;
         top:20px;
         left:10px; 
         color: #ffffff;
         font-size: 12px;
         text-align: center;
         padding-top: 7px;
         }

#zoom-in:hover{
              opacity: 0.6;
              cursor: pointer;
              }

#zoom-out:hover{
               opacity: 0.6;
               cursor: pointer;
               }
#zoom-out{
          height: 30px;
          width: 30px;
          background-color: #191919;
          position: absolute;
          top:55px;
          left:10px; 
          color: #ffffff;
          font-size: 12px;
          text-align: center;
          padding-top: 7px;
          }

/*Google Map Ends*/

/* Contact Form */

.contact-form{
padding-top: 40px !important;
}

#notification{
              margin-bottom: 40px;
              text-transform: uppercase;
              letter-spacing: 3px;
              text-transform: uppercase;
              font-family: 'Source Sans Pro', sans-serif;
              font-weight: 400;
              }

.form-error{
           color: #ff7f7f;
           border: 0;
           border-bottom: 3px solid #ff7f7f;
           width: 100%;
           height: 100%;
           padding-bottom: 20px;
           padding-top: 20px;  
           }

.form-success{
             color: #7fb59e;
             border: 0;
             border-bottom: 3px solid #7fb59e;
             width: 100%;
             height: 100%;
             padding-bottom: 20px;
             padding-top: 20px;  
            }

/* Contact Form Ends */


/*Footer*/

footer.main-footer{
                  background-color: #ffffff ;
                  padding-top: 100px;
                  overflow: auto;
                  padding-bottom: 40px;
                  font-family: 'Open Sans', sans-serif; 
                  font-weight: 300;
                  font-size: 13px;  
                  text-align: center;
                  margin-top: -3px;
                  color: #000000;
                  } 



footer  a{
         text-decoration: none;
         color: #000000;
         -webkit-transition:all 0.2s ease-in;
         -moz-transition:all 0.2s ease-in;
         -o-transition:all 0.2s ease-in;
         -ms-transition:all 0.2s ease-in;
         transition:all 0.2s ease-in;
         }
    
footer a:hover{
               opacity: 0.5;
               }

footer .social-links{
                    padding-top: 30px;
                    padding-bottom: 30px;
                    }

footer .social-links li{
                       display: inline;
                       font-size: 18px;
                       padding-left: 10px;
                       padding-right: 10px;
                       }

footer .social-links a:hover{
                            opacity: 0.5;
                            }

footer .text{      
            letter-spacing: 0px;
            font-size:16px; 
            }
    
footer p.text .fa{
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
}

footer.main-footer .company-logo{
                        max-height: 150px;
                        max-width: 300px;
                        }
    

/*Footer ends*/


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

===========================================

              [Portfolio]

===========================================

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

/* Basic Styles */

.gallery{
        -moz-transition: height 1s ease;
        -ms-transition: height 1s ease;
        -webkit-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: -2px;
        overflow-x: hidden;
        }

.gallery .item{
              float: left;
              margin: 0;
              }
   


.gallery .item > a{
                  display: block; 
                  position: relative;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  text-decoration: none;
                  padding: 3px;
                  }
                  
.gallery .item > a:focus{
                        outline: none;
                        }
     
     
.item-media{
           position: relative;
           overflow: hidden;
           border: 1px solid #EDEDED;
           }

.item-media img{
                width: 100%;
                display: block;
                overflow: hidden;
                position: relative;
                }

.gutter.gallery{ 
                border: 0;
                border-bottom: 6px solid #ffffff;
                border-left:3px solid #ffffff;
                border-right: 3px solid #ffffff; 
                margin-top: -8px;
                }

.gallery.gutter .item{
                     padding: 5px;
                     }

.gallery .item-descr{
                     width: 100%;
                     height: 100%;
                     position: absolute;
                     top: 0;
                     left:0;
                     background-color: #f5f5f5;
                     opacity: 0;
                     -webkit-transition:all 0.1s ease-in;
                     -moz-transition:all 0.1s ease-in;
                     -o-transition:all 0.1s ease-in;
                     -ms-transition:all 0.1s ease-in;
                     transition:all 0.1s ease-in;
                     }

.gallery .item-media:hover .item-descr{
                                      opacity: 0.8;
                                      }    

.gallery .item-media .wrapper{   
                             font-family: 'Open Sans', sans-serif; 
                             position: relative;
                             text-transform: uppercase;
                             top: 50%;
                             transform:translateY(-50%);
                             -webkit-transform:translateY(-50%);
                             -o-transform:translateY(-50%);
                             -moz-transform:translateY(-50%);
                             color: #000000;
                             text-align: center;
                             text-transform: uppercase;
                            }

.gallery .item-media .wrapper .title{
                                    font-size: 14px;
                                    font-weight: 400;
                                    letter-spacing: 2px;    
                                    line-height: 20px;
                                    color: #000000;
                                    }

.gallery  .wrapper .category{     
                             font-size: 12px;
                             text-transform: uppercase;
                             font-weight:300;
                             letter-spacing: 1px;
                             } 


/* Basic Styles End */


/* Columns */

.gallery.two-col .item{     
                      width: 50% !important;
                      float: :left !important;
                      position: relative;
                      margin: 0;
                      }
    
.gallery.three-col .item{
                        width:25% !important;
                        float:left;
                        }

.gallery.three-col .item--width2 {
                        width:50% !important;
                        float:left;
                        }
.gallery.three-col .item--width3 {
                        width:100% !important;
                        float:left;
                        }

.gallery.four-col .item{
                       width:25%;
                       }

/* Columns End */

/* Portfolio Filters */


ul#filters{
          display: inline-block;
          margin-left: auto;
          margin-right: auto;
          list-style: none;
          text-align: center;
          padding-bottom: 60px;
          padding-top: 0;
          }


#filters a{
           color: black;
           cursor: pointer;
           font-family: 'Open Sans', sans-serif;
           text-transform: uppercase;
           font-size: 14px;
           letter-spacing: 3px;
           font-weight: 300;
           padding-left: 15px;
           padding-right: 15px;
           text-align: center;
           text-decoration: none;
           }

#filters li:hover a{
                   font-weight: 600;
                   }

#filters a.active{
                 font-weight: 600;
                 }

#filters li{
            float: left;
            display: inline;
            }

/* Portofolio Filters End */


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

===========================================

                 [Blog]

===========================================

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

/* Basic Styles */

.blog-item  img{
                width: 100%;
                padding-bottom: 10px;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                }

.blog-item img:hover{
                    opacity: 0.7;
                    }

a.blog-item{
             display: block;
             }

.blog-item .blog-descr{
                      text-align: justify;
                      border-bottom: 2px solid #e5e5e7;
                      padding-bottom: 15px;
                      }

.blog-descr p{
             padding-left: 0px;
             padding-top: 5px;
             padding-bottom: 10px;
             padding-right: 10px;
             } 

.blog-item .blog-data{
                      padding-left: 15px;
                      padding-right: 15px;
                      padding-bottom: 10px;
                      margin-bottom: 30px;
                      }
p.blog-meta.text{
                text-transform: uppercase;
                font-size: 11px;
                color: #8e8e8e; 
                letter-spacing: 1px;
                padding-top: 10px;
                }

p.blog-meta span{
                padding-right: 10px;
                }

p.blog-meta span .fa{
                    padding-right:2px;
                    font-size: 10px;
                    }

.blog-item .button{
  margin-left: 0px !important;
}

/* Basic Styles End */

/* Sidebar*/

 .sidebar{      
         margin-left: 40px;
         margin-right: 0px;
         font-family: 'Alegreya Sans', sans-serif !important;
         font-weight: 300;
         font-size: 14px;
         color: #000000;
         padding-top: 80px;
         padding-bottom: 20px;
         }

/* Sidebar Ends*/

/* Widgets */

.widget-bar{
           padding-top: 100px;
           }

.widget{
       margin-bottom: 40px;
       }

.widget ul.list li{
                  padding-bottom: 10px;
                  }

.widget ul.list li a{
                    color: #000000;
                    font-family: 'Alegreya Sans', sans-serif !important;
                    font-weight: 300;
                    font-size: 14px;
                    letter-spacing: 1px;
                    text-decoration: none;
                    line-height: 24px;
                    -moz-transition: padding-left .2s ease-in;
                    -ms-transition: padding-left .2s ease-in;
                    -o-transition: padding-left  .2s ease-in;
                    -webkit-transition: padding-left  .2s ease-in;
                    transition: padding-left  .2s ease-in;     
                    }

.widget ul.list a:hover{
                       padding-left: 20px;
                       }

.widget ul.list li a span{
                         font-size: 12px;
                         }

.widget .widget-title{
                     font-family: 'Alegreya Sans', sans-serif !important;   
                     font-size: 15px;
                     text-transform: uppercase;
                     font-weight: 400;
                     letter-spacing: 3px;
                     margin-bottom: 20px;    
                     line-height: 40px;
                     border-bottom: 1px solid #cccccc;
                     }

.widget  ul.instagram{
                     width: 100%;
                     max-width: 450px;
                     position: relative;
                     list-style: none;
                     margin:0;    
                     padding-top: 10px;
                     display: inline-block;
                     }

.widget ul.instagram li{
                       position: relative;
                       float: left;
                       width: 33.5555555%; 
                       width: -webkit-calc(100% / 3);
                       width: -moz-calc(100% / 3);
                       width: -ms-calc(100% / 3);
                       width: -o-calc(100%/3);
                       width: calc(100% / 3);
                       display: block;
                      }

.widget ul.instagram li img{
                           width: 100%;
                           margin: 0;
                           padding:2px;
                           -webkit-transition: all 0.5s;
                           -moz-transition: all 0.5s;
                           -ms-transition: all 0.5s;
                           -o-transition: all 0.5s;
                           transition: all 0.5s;
                           }

.widget ul.instagram li img:hover{
                                 opacity: 0.5;
                                 }
     
.widget .tags{
             list-style: none;
             display: block;
             padding-top: 10px;
             text-align: left;
             }

.widget  .tags li{
                 padding-right:3px;
                 display: inline-block;
                 }

.widget .tags li a{
                   border: 1px solid #777777;
                   text-decoration: none;
                   color: #000000;
                   font-family: 'Alegreya Sans', sans-serif !important;   
                   font-size: 14px;
                   text-transform: lowercase;
                   letter-spacing: 3px;
                   font-weight: 300;
                   padding-top:4px;
                   padding-bottom: 4px;
                   display: inline-block;
                   margin-bottom: 5px;
                   margin-right: -3px;
                   padding-left: 9px;
                   padding-right: 9px;
                   letter-spacing: 1px;
                   -webkit-transition: all 0.5s;
                   -ms-transition: all 0.5s;
                   -moz-transition: all 0.5s;
                   -o-transition: all 0.5s;
                   transition: all 0.5s;
                   }

.widget .tags li a:hover{
                        background-color:#000000;
                        color: #ffffff;
                        }

.widget .pop-posts li a{
                        display: block;
                        color: #000000;
                        text-decoration: none;
                        font-family: 'Alegreya Sans', sans-serif !important;  
                        font-size: 14px;
                        letter-spacing: 1px;
                        font-weight: 300;
                        }

.widget .pop-posts li:hover { 
                            padding-left: 20px; 
                            }

.widget .pop-posts li{  
                      border: 0px; 
                      padding-bottom: 8px;
                      border-bottom: 1px solid #e5e5e5;
                      margin-bottom: 10px;
                      -moz-transition: padding-left .2s ease-in;
                      -o-transition: padding-left  .2s ease-in;
                      -ms-transition: padding-left  .2s ease-in;
                      -webkit-transition: padding-left  .2s ease-in;
                      transition: padding-left  .2s ease-in;
                      overflow: hidden;
                      }

.widget .pop-posts li span{
                          font-size: 11px;
                          word-spacing: 2px;
                          color: #353535;
                          font-family: 'Alegreya Sans', sans-serif !important;  
                          }
  
.pop-posts .date:after{
                      content: " / "
                      }

/* Widget End*/

/* Classic Blog */


.blog-classic{
             padding-top: 40px;
             }

.blog-classic .blog-item{
                         padding-bottom: 40px;
                         margin-left: 30px;
                         padding-top: 40px;
                         border: 0px;
                         border-bottom:1px solid #cccccc; 
                         }

.blog-classic .blog-item p.text{
                                padding-left: 0;
                                margin-left: 0;
                                margin-right: 0;
                                padding-right:0px;
                                text-align: justify;
                                }

.blog-classic.left{
                  padding-right: 50px !important;
                  }  

.blog-classic.right{
                   padding-left: 50px !important;
                   }

.blog-classic .pagination{
                          padding-left: 30px;
                          }


.blog-classic .blog-item .button-two{
                                    margin-top: 30px;
                                    }

.blog-classic .blog-item .blog-media{
                                     padding-top: 30px;
                                     padding-bottom: 20px;
                                     }

.blog-classic .blog-item .blog-media img{
                                        width: 100%;
                                        }

.blog-classic .blog-item .blog-meta{
                                   padding-top: 10px;
                                   }

.blog-classic .blog-media .media-slider{
                                        max-width: 100%;
                                        margin-top: 10px;
                                        margin-bottom: 0px;
                                        }



/* Full Width */


.fullw-blog.blog-classic{
                         padding-left: 30px;
                         padding-right: 30px;
                         margin-left: auto !important;
                         margin-right: auto !important;
                         }
    
.fullw-blog.blog-classic .blog-item{
                                    max-width: 900px;
                                    margin-left: auto;
                                    margin-right: auto;
                                    }
    

/* Full Width Ends*/


/* Classic Blog Ends */

/* Blog Type One */

.blog-one{
         border:20px solid #ffffff;
         border-bottom:1px solid #cccccc; 
         padding-bottom: 20px;
        }
    
.blog-one .c1,
.blog-one .c2,
.blog-one .c3,
.blog-one .c4,
.blog-one .c5,
.blog-one .c6,
.blog-one .c7,
.blog-one .c8,
.blog-one .c9,
.blog-one .c10,
.blog-one .c11,
.blog-one .c12{
              padding: 0;
             }

.blog-one .blog-item{
                    width: 100%;        
                    height: 55vh;
                    padding: 0;
                    margin: 0;
                    color: #000000;
                    position: relative;
                    cursor: pointer;
                    }

.blog-one .blog-item .full-overlay{
                                  z-index: 26;
                                  opacity: 0.5;
                                  }

.blog-one  .blog-item .blog-media{
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  width: 100%;
                                  height: 100%;
                                  z-index: 20;
                                  }

.blog-one .blog-item .vertical-align{
                                    padding-left:100px;
                                    height: auto;
                                    display: block;
                                    top:50%;
                                    transform:translateY(-50%);
                                    -webkit-transform:translateY(-50%);
                                    }

.blog-one .blog-item .detail{
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            padding-left:20px;
                            top: 0;
                            left: 0;
                            -webkit-transition:all 0.2s ease-in;
                            -moz-transition:all 0.2s ease-in;
                            -o-transition:all 0.2s ease-in;
                            -ms-transition:all 0.2s ease-in;
                            transition:all 0.2s ease-in;
                            }

.blog-one .blog-item .detail{
                             z-index: 27;
                             background-color: #ffffff;
                             }

.blog-one .blog-item:hover .detail{        
                                  z-index: 28;
                                  background-color: transparent;
                                  color: #ffffff;
                                  }

.blog-one .blog-item .blog-descr{
  border: 0;
                                }

.blog-one .blog-item p.text{
                           text-align: left;
                           margin-left:0;
                           margin-right: 0;
                           max-width: 900px;
                           padding-right: 100px;
                           padding-top: 10px;
                           }

.blog-one .blog-item:hover p.text{          
                                 color: #ffffff;
                                 }

.blog-one .blog-item:hover span{              
                                color: #ffffff;
                               }

.blog-one .blog-item .blog-meta{
                               padding-top: 10px;
                               padding-bottom: 20px;
                               }

.blog-one .blog-item:hover .fa{
                              color: #ffffff;
                              }

.blog-one .blog-meta .fa{  
                        padding-bottom: 0 !important;
                        padding-top: 12px !important; 
                       }
    

/* Blog Type One Ends */

/* Blog Type Two */

.blog-two{
         padding-top: 80px;
         border-bottom:1px solid #cccccc; 
         }

.blog-two .blog-item{      
                    float: left;
                    padding:0;
                    width: 50%;
                    border:0; 
                    
                    }


.blog-two .blog-item .blog-media{
                                 width: 100%;
                                 height: 50vh;
                                 background-size: cover;
                                 -webkit-transition:all 0.2s ease-in;
                                 -moz-transition:all 0.2s ease-in;
                                 -o-transition:all 0.2s ease-in;
                                 -ms-transition:all 0.2s ease-in;
                                 transition:all 0.2s ease-in;
                                 }

.blog-two .blog-item .blog-media:hover{
                                      opacity: 0.7;
                                      }

.blog-two .blog-item .blog-descr{
                                 max-height: 300px;
                                 overflow: visible;
                                 background-color: #ffffff;
                                 border: 0;
                                 padding-top: 20px;
                                 padding-bottom: 50px;
                                 padding-left: 40px;
                                 padding-right: 40px;
                                 text-align: justify;
                                 } 

.blog-two .blog-descr p.text{
                             margin-left: 0;
                             padding-top: 10px;
                             margin-right: 0;
                             max-width: 900px;
                             width: auto; 
                             padding-bottom: 20px;
                             }
    
.blog-two .blog-descr p.blog-meta{
                                  padding-bottom: 0 !important;
                                  padding-top: 12px !important;
                                  }


/* Blog Type Two Ends */

/* Blog Masonry*/

.blog-masonry{
             padding-top: 70px;
             }

.blog-masonry.four-coloumns .blog-item{
                                       width: 25%;
                                       float: left;
                                       }

.blog-masonry.three-coloumns .blog-item{
                                       width: 33.33333%;
                                       float: left;
                                       }

.blog-masonry.two-coloumns .blog-item{
                                      width: 50%;
                                      float: left;
                                      }
.blog-masonry.two-coloumns p.blog-meta{
                                      padding-top: 10px;
                                       }
.blog-masonry.two-coloumns p.text{
                                  padding-right: 30px;
                                  padding-bottom: 10px;
                                  margin-left: 0px;
                                  }

.blog-masonry .blog-item .blog-descr p.text{
  padding-right: 0px;
}   
    
.blog-masonry .blog-item .blog-media{
                                    padding-top: 0;
                                    padding-bottom: 0;     
                                    }
  

/* Blog Masonry Ends */

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

===========================================

            [Work Pages]

===========================================

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

/* Work Layout */


.work-data{
           padding-top: 50px;
           text-align: justify;
           margin-right: auto;
           margin-left: auto;
           max-width: 850px;
           padding-left: 30px;   
           padding-bottom: 130px;
           }

/* Work Layout Ends */

/* Basic Styles */

.work-data .text{
                 max-width: 850px;
                 padding-left: 0 !important;
                 padding-right: 30px !important;
                 text-align: justify;
                 margin-left: 0;
                 margin-right: 0;
                 }

.work-data .iframe-wrapper iframe{       
                                  padding-left: 5px;
                                  padding-right: 5px;
                                  }

.work-data .work-share{
                      text-align: right;
                      padding-top: 40px;
                      padding-bottom: 30px;
                      padding-right: 10px;
                    }

.work-share .social-links li{
                            display: inline;
                            }

.work-share .social-links li a{
                              font-size: 19px;
                              margin-left: 10px;
                              margin-right: 10px;
                              color: #3d3d3d;
                              }

.work-share .social-links li a:hover{
                                    opacity: 0.6;
                                    }

p.work-meta.text{
                text-transform: uppercase;
                font-size: 11px;
                color: #8e8e8e; 
                letter-spacing: 1px;
                padding-top: 40px;
                }

p.work-meta span{
                padding-right: 10px;
                }

p.work-meta span .fa{
                    padding-right:2px;
                    font-size: 10px;
                    }

.work-detail h2.mega-title{
                          padding-bottom: 40px;
                          }

.work-data .work-media{
                       padding-top: 60px;
                       padding-bottom: 40px;
                       padding-left: 0;
                       max-width: 800px;
                       padding-right: 10px;
                       }

.work-data .work-media img{
                          -webkit-transition:all 0.2s ease-in;
                          -moz-transition:all 0.2s ease-in;
                          -o-transition:all 0.2s ease-in;
                          -ms-transition:all 0.2s ease-in;
                          transition:all 0.2s ease-in;
                          width: 100%;
                          height: auto;
                          }


.work-data .work-media img:hover{
                                opacity: 0.7;
                                }

.work-data .work-media .media-slider{
                                     margin-top: 0px;
                                     margin-bottom: 0px;
                                     } 

.work-data .gallery.gutter{
                          max-width: 810px;
                          margin-left: -5px !important;
                          }

    

/* Basic Styles End */

/* Comments */

.comments-section{
                 padding-top: 30px;
                  font-family: 'Alegreya Sans', sans-serif !important;
                     font-weight: 300;
                 }

.comments-section ul.comments{
                             padding-top: 30px;
                             }

.comments li a.author-image{
                            padding-top: 20px;
                            width: 80px;
                            height: 90px;
                            display: inline-block; 
                            float: left;      
                            overflow: hidden;
                            }

.comments li a.author-image img{
                               width: 70px;
                               height: 70px;      
                               top: 0;
                               left: 0; 
                               border-radius: 50%;  
                               }

.comments li a.author-image:hover{
                                  opacity: 0.8;
                                  -webkit-transition: all 0.3s;
                                  -moz-transition: all 0.3s;
                                  -o-transition: all 0.3s;
                                  -o-transition: all 0.3s;
                                  transition: all 0.3s;
                                  }

.comments li {
              padding-top: 20px;
              border: 0px;
              border-bottom: 1px solid #efefef;
              padding-bottom: 20px;
              margin-right: 30px;  
              }
    
.comments li.reply{
                   margin-left: 80px;
                   }

.comments  p.comment{
                    
                     font-size: 14px;
                     letter-spacing: 1px;
                     display: inline;
                     line-height: 10px !important;
                     }


.comments li .comment-body{
                           padding-left: 90px;      
                           text-align: left;    
                           padding-bottom: 10px;
                           line-height: 20px;
                           max-width: 700px;     
                          }
   
.comment-body h2.author-name{
                           padding-top: 0;
                           font-size: 16px;
                           padding-bottom: 5px;
                           display: inline !important;
                           padding-right: 15px; 
                           line-height: 10px;
                           }

.comment-meta span{
                  font-size: 10px;
                  font-family: 'Alegreya Sans', sans-serif !important;
                  color: #8e8e8e;
                  text-transform: uppercase;
                  letter-spacing: 1px;
                  font-weight: 300;
                  }

.comment-meta{
             padding-bottom: 10px;
             }

.comment-meta a.reply-comment{   
                            font-family: 'Alegreya Sans', sans-serif !important;
                            font-weight: 300; 
                            font-size: 10px;
                            text-decoration: none;
                            color: #8e8e8e;
                            letter-spacing: 1px;
                            padding-left: 10px;
                            }

.comment-meta a.reply-comment:hover{
                                    color: #515151;
                                    font-weight: 400;
                                    }

.comment-meta .reply-comment .fa{
                                font-size: 10px;
                                }

/* Comments End */

/* Reply Section */


.reply-form-section{
                   padding-top: 50px;
                   }

.reply-form-section .reply-form{
                                max-width: 1000px;
                                }


/* Reply Section Ends*/

/* Work Pagination */

.work-pagination{
                 text-align: center;
                 padding-top: 10px;
                 padding-bottom: 40px;
                 border: 0;
                 border-top: 1px solid #e5e5e5;
                 border-bottom: 1px solid #e5e5e5;
                 }

.work-pagination a{
                   font-size: 13px;
                   letter-spacing: 1px;
                   text-transform: uppercase;
                   color: #777777;  
                   text-decoration: none;
                   font-family: 'Alegreya Sans', sans-serif !important;
                   text-align: center;
                   margin-left: 20px;
                   margin-right: 20px;
                   font-weight: 400;
                   padding-top: 3px;
                   }

.work-pagination a:hover{
                        opacity:0.6; 
                        }

.work-pagination a .fa{
                       padding-left: 3px;
                       padding-right: 3px;
                       }

.work-pagination .left{
                      float: left;
                      }

.work-pagination .right{
                       float: right;
                       }

/* Work Pagination Ends */


/* Related Projects */

.related-section{
                 padding-top: 60px;
                }

.related-section .gallery{
                         margin-right: -5px;
                         padding-top: 60px;
                         }                         

.work-data .related-section .gallery{
                                    max-width: 850px !important;
                                    }

/* Related Projects End */




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

===========================================

            [ Shortcodes ]

===========================================

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

/* Accordions */

.accordions{
            padding-top: 30px;
            max-width: 900px;
            margin-right: auto;
            margin-left: auto;
            padding-bottom: 30px;
            padding-left: 30px;
            padding-right: 30px;
            }
      

.accordion-content{
                  display: none;
                  }

.accordion-content.active {
                          display: block;
                          }

.accordions .title{
                  background-color:#f8f8f8; 
                  padding-bottom: 20px; 
                  padding-left: 30px;
                  padding-right:30px; 
                  margin-bottom: 20px;
                  position: relative;
                  cursor: pointer;
                  padding-top: 20px;
                  letter-spacing: 3px;
                  text-transform: uppercase;
                  font-family: 'Source Sans Pro', sans-serif;
                  font-weight: 400;
                  }

.accordions .accordion-content{
                               margin-bottom:20px; 
                               margin-top: -21px;
                               width: 100%;
                               background-color: #f8f8f8;
                               padding-left: 30px;
                               padding-bottom: 30px;
                               border: 0;
                               }
      
.accordion-content p.text{
                          margin-left: 0;
                          margin-right: 0;
                          padding-left: 0;
                          padding-top: 0;
                          padding-right: 30px;
                          text-align: justify;
                         }
      
.active-title:after{
                    content: "\f106" !important;
                    font-family: 'FontAwesome';
                    }

      
.accordions .title:after{
                         content: "\f107";
                         font-family: 'FontAwesome';
                         position: absolute;
                         top: 50%;
                         transform:translateY(-50%);
                         -webkit-transform:translateY(-50%);
                         -moz-transform:translateY(-50%);
                         -o-transform:translateY(-50%);
                         -ms-transform:translateY(-50%);
                         right: 20px;
                         width: 15px;
                         height: 15px;
                        }    

/* Accordions End */

/* Buttons */

.button{
        margin-right:20px;
        margin-left: 20px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 28px;
        font-size: 12px;
        padding-right: 25px;
        font-weight: 700;
        letter-spacing: 3px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #000000;
        background-color: transparent;
        border: 4px solid #ffffff;
        -webkit-transition:all 0.2s ease-in;
        -moz-transition:all 0.2s ease-in;
        -o-transition:all 0.2s ease-in;
        -ms-transition:all 0.2s ease-in;
        transition:all 0.2s ease-in;
        text-decoration: none;
       }

.button.small{
        margin-right:20px;
        margin-left: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 18px;
        font-size: 10px;
        padding-right: 18px;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
       }

.button:focus{
  outline: 0;
}

.button.intro{margin-top: 40px;margin-bottom: 40px;}

.button.radius{
               border-radius: 28px;
               }
     
.button:hover{
             background-color:  #ffffff !important;
             color: #000000 !important;
            }
.lowercase{
          text-transform: lowercase !important;
          }

.uppercase{
           text-transform: uppercase !important; 
           }

.button .fa{
            padding-left: 3px;
            padding-right: 3px;
            font-size: 10px;
            }

.button.border{
              border:4px solid #323232;
              }

.button.bg-light{
                border: 4px solid #efefef;
                }

.bg-light.border{
                border: 4px solid #777777;
                } 

.button.bg-black{
                border: 4px solid #000000;
                }
      
.button.bg-black:hover{
                      color: #000000 !important;
                      }

.button.bg-white{
  border: 4px solid #000000 !important;
}
.button.bg-white:hover{
                       background-color: #000000 !important;
                       color: #ffffff !important;
                       }

.button.studio-plan i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: bottom;
}

/* Button End */

/* Main Intro Slider */

.main-intro-slider{
                   width: 100%;
                   height: 100%;
                   }

.main-intro-slider .owl-item{
                             height: 100% !important;
                             }

.main-intro-slider .owl-stage-outer{
                                   height: 100% !important;
                                   }

.main-intro-slider .owl-stage{
                              height: 100% !important;
                              }
    
 .owl-prev{
           position: absolute;
           z-index: 600;
           top: 50%;
           transform:translateY(-50%);
           -ms-transform:translateY(-50%);
           -o-transform:translateY(-50%);
           -moz-transform:translateY(-50%);
           -webkit-transform:translateY(-50%);
           right: 44px;
           background-color: #ffffff !important;
           height: 40px;
           width: 40px;
           border-radius: 0 !important;
           color: #000000 !important;
           -webkit-transition:all 0.2s ease-in;
           -moz-transition:all 0.2s ease-in;
           -o-transition:all 0.2s ease-in;
           -ms-transition:all 0.2s ease-in;
           transition:all 0.2s ease-in;
           }

.owl-next{
          position: absolute;
          z-index: 600;
          top: 50%;
          transform:translateY(-50%);
          -ms-transform:translateY(-50%);
          -o-transform:translateY(-50%);
          -moz-transform:translateY(-50%);
          -webkit-transform:translateY(-50%);
          right: 2px;
          background-color: #ffffff !important;
          height: 40px;
          width: 40px;
          border-radius: 0 !important;
          color: #000000 !important;
          -webkit-transition:all 0.2s ease-in;
          -moz-transition:all 0.2s ease-in;
          -o-transition:all 0.2s ease-in;
          -ms-transition:all 0.2s ease-in;
          transition:all 0.2s ease-in;
          }

.owl-next:hover{
                background-color: #000000 !important;       
                color: #ffffff !important;
                }

.owl-prev:hover{
                background-color: #000000 !important;       
                color: #ffffff !important;
                }
    
.owl-next .fa{
              font-size: 18px;
              padding-top: 5px;
              }
    
.owl-prev .fa{
              font-size: 18px;
              padding-top: 5px;
              }

.owl-pagination{
                display: block;
                width: 100%;
                position: absolute;
                bottom: 30px;
                left: 0;
                text-align: center;
                
                z-index: 600 !important;
                }

.owl-dots{
          display: inline-block;
          padding: 6px 4px;
          cursor: pointer;  
          }

.owl-dots span{
              width: 8px;
              height: 8px;
              display: block;
              background: #ffffff;
              border-radius: 4px;
              border: 2px solid #ffffff;
              -webkit-transition:all 0.2s ease-in;
              -moz-transition:all 0.2s ease-in;
              -o-transition:all 0.2s ease-in;
              -ms-transition:all 0.2s ease-in;
              transition:all 0.2s ease-in; 

              } 

.owl-dots:hover span{
                    background-color: #2f2f2f;   
                    }

.owl-dots.active span{ 
                     background-color: #2f2f2f;     
                     }


/* Main Intro Slider Ends */

/* Media Slider */

 .media-slider{
               margin-top: 80px;
               margin-bottom: 80px;
               max-width: 900px;
               margin-left: auto;
               margin-right: auto;
               height: auto;
               }
       
.media-slider img{
                 max-width: 100%; 
                 height: auto;       
                 }
      
.media-slider .owl-next,
.media-slider .owl-prev{
                       opacity: 0;
                       }

.media-slider:hover .owl-next,
.media-slider:hover .owl-prev{
                             opacity: 1;
                             }

.media-slider .owl-pagination{
                             bottom: 10px;
                             }

/* Media Slider */


/* Pagination */

.pagination{
           padding-top: 110px;
           }

.pagination li{
              display: inline-block;
              margin-right: 2px;
              }

.pagination ul li a{
                   text-decoration: none;
                   border: 1px solid #848484;
                   text-decoration: none;
                   color: #000000;
                   font-family: 'Alegreya Sans', sans-serif !important;
                   font-weight: 300;
                   font-size: 14px;
                   text-transform: lowercase;
                   padding-top:10px;
                   padding-bottom: 10px;
                   display: inline-block;
                   margin-bottom: 7px;
                   padding-left: 18px;
                   padding-right: 18px;
                   letter-spacing: 1px;
                   -webkit-transition: all 0.5s;
                   -moz-transition: all 0.5s;
                   -o-transition: all 0.5s;
                   -ms-transition: all 0.5s;
                   transition: all 0.5s;
                   }

.pagination ul li.active a{
                           background-color: #2f2f2f;
                           color: #ffffff;
                           }

.pagination ul li:hover a{
                         background-color: #2f2f2f;
                         color: #ffffff;
                         }

.pagination ul li.inactive:hover a{
                                   background-color: #ffffff;
                                   color: #000000;
                                   cursor:default;
                                   }

.pagination .page-prev a:before{
                               content: '\00ab';
                               font-size: 14px;
                               }

.pagination .page-next a:after{
                               content: '\00bb';
                               font-size: 14px;
                               }

/* Full Width Image Slider */

.fullw-img-slider{
                 margin-top: 130px;
                
                 }


.fullw-img-slider .owl-carousel .owl-item img{
                                             width: auto !important;
                                             } 

.fullw-img-slider img{
                     max-height: 700px !important;
                     width: auto !important;
                     }

.fullw-img-slider img:hover{
                           opacity: 1 !important;
                           cursor: move;
                           }

.fullw-img-slider .owl-next,
.fullw-img-slider .owl-prev{
                           opacity: 0;
                           top: 45%;
                           transform:translateY(-45%);
                           -ms-transform:translateY(-45%);
                           -o-transform:translateY(-45%);
                           -moz-transform:translateY(-45%);
                           -webkit-transform:translateY(-45%);
                           }

.fullw-img-slider:hover .owl-next,
.fullw-img-slider:hover .owl-prev{
                                 opacity: 1;
                                 }

/* Full Width Image Slider */



/* Revolution Slider */

.forcefullwidth_wrapper_tp_banner{
                                 overflow-x:hidden;
                                 } 

.fullscreen-rev-slider .tp-caption{
                                  z-index: 800;
                                  }

/* Revolution Slider ends */


/* Tabs */

.tabs {
      position: relative;
      margin-left: auto ;
      margin-right: auto; 
      max-width: 960px;
      padding-left: 30px;
      padding-right: 30px;
      text-align: center; 
      padding-top: 30px;
      }

.tabs-navigation li{
                    padding-left: 30px;
                    padding-right: 30px;
                    margin-left: auto;
                    margin-right: auto;
                    padding-bottom: 30px;
                    padding-top: 30px;
                    display: inline-block;
                    }

.tabs-navigation li a:hover{
                           color: #000000;
                           -webkit-transition: all 0.5s;
                           -moz-transition: all 0.5s;
                           -o-transition: all 0.5s;
                           -ms-transition: all 0.5s;
                           transition: all 0.5s;
                           font-weight: 400;
                           }

.tabs-navigation li a.selected{
                              color: #000000;
                              }
     
.tabs-navigation li a{
                     text-decoration: none;
                     color: #a0a0a0;
                     text-align: center;
                     font-size: 13px;
                     padding-top: 20px;
                     letter-spacing: 3px;
                     text-transform: uppercase;
                     font-family: 'Source Sans Pro', sans-serif;
                     font-weight: 400;
                     }

.tabs-navigation .icon{
                      display: block;
                      font-size: 50px;
                      padding-bottom: 20px;
                      text-align: center;
                      }

.tabs-content li{
                display: none;
                }

.tabs-content li.selected{
                         display: block;  
                         -webkit-animation: tab-fade-in 0.5s;
                         -moz-animation: tab-fade-in 0.5s;
                         animation: tab-fade-in 0.5s;
                         }

.tabs-content p{
                max-width: 800px;
                font-size: 13px;
                text-align: justify;
                line-height: 22px;
                padding-left: 0px;
                padding-right: 0px;
                }

.tabs-content img{
                 width: 100%;
                 padding-top: 40px;
                 opacity: 1;
                 max-width: 800px;
                 }

.tabs-content img:hover{
                       opacity: 0.7;
                       -webkit-transition: all 0.5s;
                       -moz-transition: all 0.5s;
                       -o-transition: all 0.5s;
                       -ms-transition: all 0.5s;
                       transition: all 0.5s;
                       } 

@-webkit-keyframes tab-fade-in {
  1% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}
@-moz-keyframes tab-fade-in {
  1% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}
@keyframes tab-fade-in {
  1% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}

/* Tabs End */

/* Blockquote */

blockquote{
           margin-top: 40px;
           margin-bottom: 30px;
           padding-right: 30px;
           max-width: 750px;
           margin-right: 30px;
           text-align: justify;
           font-family: 'Alegreya Sans', sans-serif !important;
           font-weight: 300;
           font-size: 12px;
           text-transform: uppercase;
           letter-spacing: 1px;
           color: #282828;
           border: 0;
           border-left: 5px solid #515151;
           padding-left: 20px;
           padding-top: 30px;
           padding-bottom: 30px;
           word-spacing: 2px;
           }

blockquote .author{
                   display: block;
                   padding-top: 10px;
                   text-transform: none;
                  }
 

/* Blockquote Ends */

/* Lists */

ul.un-list{
           font-family: 'Alegreya Sans', sans-serif !important;
           font-weight: 300;
           font-size: 14px;
           list-style-type: lower-alpha;
           padding-left: 18px;
           padding-top: 30px;
           padding-bottom: 30px;
           letter-spacing: 1px;
           }


/* Lists End */


/* Pricing Tables */

.price-table {
              margin: 0 auto;
              max-width: 69em;
              zoom:1;
              padding-top: 20px;
              padding-bottom: 50px;
              padding-left: 12px;
              }

.price-table:after{
                  content:'';
                  display: table;
                  clear:both;
                  }

.price-table .plans{
                    margin:0;
                    padding:0;
                    list-style: none;
                    }

.price-table .plans > li:last-child {
                                    margin-right: 0;
                                    }

.price-table .plans .plan{
                          float:left;
                          width: 31%;
                          margin: 0 1% 20px 1%;
                          text-align: center;
                          }

.price-table .plan-container{
                            margin:0;
                            padding:0;
                            list-style: none;

                            border:1px solid #e5e5e5; 

                            }

.price-table .plan .price{
                         border: 0;
                         border-bottom:1px solid #e5e5e5;
                         padding-bottom: 15px;
                         }

.price-table .plan .price .currency{
                                   font-size: 5em;
                                   font-weight: 100;
                                   line-height: 30px;
                                   padding-top: 35px;
                                   padding-bottom: 15px;
                                   display: block;
                                   }

.price-table .plan-container .options{
                                      margin:0;
                                      padding:0;
                                      list-style: none;
                                      }


                  


.price-table .plan .price .time-period{
                                  font-size:13px;
                                  letter-spacing: 0px;
                                  text-align: center;
                                  }

.price-table .plan .options{
                           text-align: center;
                           }

.price-table .plan .options li{
                               padding-top: 20px;
                               padding-bottom: 20px;
                               font-size: 14px;
                               letter-spacing: 1px;
                               font-weight: 300;
                               border: 0;
                               border-bottom:1px solid #e5e5e5;
                               -webkit-transition:all 0.2s ease-in;
                               -moz-transition:all 0.2s ease-in;
                               -o-transition:all 0.2s ease-in;
                               -ms-transition:all 0.2s ease-in;
                               transition:all 0.2s ease-in;
                               }

.price-table .plan .options li:hover{
                                     background-color: #f5f5f5;
                                     }

.price-table .plan .purchase a{
                              text-decoration: none;
                              width: 100%;
                              text-transform: uppercase;
                              background-color: #929292;
                              color: #ffffff;
                              display: block;
                              font-size: 13px;
                              font-weight: 400;
                              letter-spacing: 2px;
                              padding-top: 20px;
                              padding-bottom: 20px;
                              -webkit-transition:all 0.2s ease-in;
                              -moz-transition:all 0.2s ease-in;
                              -o-transition:all 0.2s ease-in;
                              -ms-transition:all 0.2s ease-in;
                              transition:all 0.2s ease-in;
                              }

.price-table .plan .purchase a:hover{
                                     background-color: #474747;
                                     }


/* Pricing Tables End */

/* Grids */

.grid-block{
            margin-bottom: 30px;
            background-color:#474747;
            color: white;
            height:50px;
            padding-top: 15px;
           }

/* Grids  End */

/* -------------------------------------- /Moksha -------------------------------------- */

/* -------------------------------------- Moksha-Responsive -------------------------------------- */

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

[Responsive Stylesheet]

Template Name: Moksha
Version:1.1

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

/*

[Table Of Contents]

1.Tablet-Landscape Mode
2.Tablet-Portrait Mode
3.Smart Phones
4.Retina Display

*/


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

===========================================

        [Tablet-Lanscape Mode]

===========================================

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


@media only screen and (max-width: 1024px) {


.block{
      max-width: 450px !important; 
      }

.mobile .parallax{
                 background-attachment: scroll;
                 }


/* Full Width Image Slider */

.fullw-img-slider .owl-nav{
                          display: none;
                          }

/* Full Width Image Slide Ends */

/* Blog Type One */

.blog-one .c1,
.blog-one .c2,
.blog-one .c3,
.blog-one .c4,
.blog-one .c5,
.blog-one .c6,
.blog-one .c7,
.blog-one .c8,
.blog-one .c9,
.blog-one .c10,
.blog-one .c11,
.blog-one .c12{
              padding: 0;
              width: 100%;
              float: left;
              height: auto;
              overflow: auto;
              }

.blog-one .blog-item{
                     width: 100%;
                     position: relative;
                     height: auto;
                     overflow: auto;
                     text-decoration: none;
                     }

.blog-one .blog-item .detail{
                             position: relative;
                             width: 100%;
                             height: auto;
                             text-decoration: none;
                             }

.blog-one .blog-media{
                      position: relative;
                      height: auto;
                      width: 100%;
                      }

.blog-one .blog-item .vertical-align {
                                      padding-left: 0px;
                                      top:0%;
                                      transform:translateY(0%);
                                      -webkit-transform:translateY(0%);
                                      }

.blog-one .blog-item .detail{
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
} 

.blog-one .blog-item p.text{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 900px;
}

/* Blog Type One Ends */


/* Blog Type Two */

.blog-two .blog-item .blog-descr{
                                max-height: auto;
                                overflow: visible;
                                height: auto;
                                margin-bottom: 20px;
                                }

/* Blog Type Two Ends */

/* w800 */

.w800 .vertical-align{
                     padding-right: 0px !important;
                     margin-right: 0px !important;
                     }


/* w800 ends */

/* Main Navigation */

.main-nav .navigation-wrapper{
                              height: 100%;
                              padding-left: 40px;
                              padding-right: 40px;
                              }

.navigation-wrapper .main-menu li a{
                                   text-decoration: none;
                                   font-size: 16px;
                                   text-transform: uppercase;
                                   font-family: 'Lato', sans-serif;
                                   font-weight: 900;
                                   letter-spacing: 3px;
                                   padding-left: 13px;
                                   padding-right:10px;
                                   padding-top: 10px;
                                   padding-bottom: 8px;
                                   margin-bottom: 10px;
                                   max-width: 1000px;
                                   display: inline-block;
                                   line-height: 30px;
                                   }

.navigation-wrapper .footer{
                           padding-top: 15px;
                           letter-spacing: 2px;
                           font-size: 12px;
                           }

/* Main Navigation Ends */

}

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

===========================================

        [Tablet-Portrait Mode]

===========================================

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

@media only screen and (max-width: 768px){

/* Main Intro Section */

.main-intro-section{
                    overflow-x: hidden;
                    }

/* Main Intro Section Ends */


/* Work */

.work-data{
  padding-left: 15px;
}

.work-data .text{
  padding-right: 15px !important;
}

.work-data .work-media{
  padding-right: 15px;
}

.work-data .work-media.gallery{
  padding-right: 10px;
}

.work-data .comments-section{
  padding-right: 15px;
}

.work-data .reply-form-section{
  padding-right: 15px;
}

.work-data .work-pagination{
  margin-right: 15px;
}

.work-data .related-section{
  padding-right: 15px;
}

/* Work Ends */

/* Full Width Image Slider */


.fullw-img-slider{
                  max-height: 500px !important;
                  overflow: hidden !important;                      
                  }

.fullw-img-slider .owl-stage-outer{
                                   max-height: 500px !important;
                                   }

.fullw-img-slider .owl-stage{
                             max-height: 500px !important;
                             }       

/* Full Width Image Slider Ends */

/* Block Ends */

.block{
       margin-bottom: 0px;
       padding-bottom: 0px;
       padding-top: 30px;
       }

/* Block */


/* Pricing Tables */

.price-table{
            padding-left: 0px;
            }

.price-table .plans .plan{
                          width:90%;
                          margin-right: 5%;
                          margin-left: 5%;
                          padding-bottom: 40px;
                          }

.price-table .plans .plan .plan-container{
                                          max-width: 400px;
                                          margin-right: auto;
                                          margin-left: auto;
                                          }


/* Pricing Tables End */


p.text{
      text-align: justify !important;
      }


/* Intro Title */


h1.intro-title-one{
                  font-size: 25px;
                  font-weight: 300;
                  letter-spacing: 10px;
                  padding-left: 30px;
                  padding-right: 20px;
                  }

h1.intro-title-two{
                   font-size: 30px;
                   letter-spacing: 10px;
                   padding-left:20px;
                   padding-right:10px;
                   }

h1.intro-title-three{
                   font-size: 25px;  
                     letter-spacing: 15px;
                     padding-left: 15px;
                     padding-top: 10px;
                     padding-bottom: 10px;
                     line-height: 30px;
                     }

h1.intro-title-four{
                   font-size: 25px;
                   letter-spacing: 15px;
                   padding-left: 15px;
                   line-height: 35px;
                   padding-bottom: 5px;
                   }

h1.intro-title-five{
                   font-size: 30px;
                   letter-spacing: 5px;
                   line-height: 50px; 
                   display: inline-block;
                   padding-left: 10px;
                   padding-right: 5px;    
                   padding-bottom: 0;
                   margin-bottom: 20px;               
                  }

h1.intro-title-six{
                   line-height: 40px;
                  }


/* Intro Titles End */


/* Intro Text */

p.intro-text-one{
                letter-spacing: 1px;
                font-size: 11px;
                padding-left: 15px;
                padding-right: 15px;
                }

    
p.intro-text-two{
                line-height: 18px;
                letter-spacing: 1px;
                font-size: 10px;
                padding-left: 15px;
                padding-right: 15px;
                }

p.intro-text-three{
                   font-size: 11px;
                   line-height:16px;
                   }

p.intro-text-four{
                 line-height: 16px;
                 letter-spacing: 1px;
                 font-size: 11px; 
                 }

/*  Intro Text Ends */


/* Tabs */

.tabs-navigation li{
                   padding: 15px;
                   }

.tabs-navigation .icon{
                      font-size: 30px;
                      padding-bottom: 10px;
                      }

/* Tabs End */


/* Facts Section */


.facts-section .icon{
                     border: 0px;
                     position: relative;
                     text-align: center;
                     }

.facts-section h2{
                 text-align: center !important;
                 }

.facts-section p.text{
                     padding-right: 0px;
                     }
/* Facts Section Ends */


/* Team */


.team.gallery.three-col .item{     
                             padding-left: 20px;
                             padding-right: 20px;
                             text-align: center;
                             float: left;
                             width: 100% !important;
                             }

.team.gallery.three-col .item .item-media{
                                          max-width: 400px;
                                          margin-left: auto;
                                          margin-right: auto;
                                          }

/* Team Ends */



/* Portfolio */


.gallery.two-col .item{     
                      width: 50% !important;
                      }
    
.gallery.three-col .item{
                        width:50% !important;
                        }

.gallery.four-col .item{
                       width:50% !important;
                       }

/* Portfolio Ends */



/* Blog Classic */

.blog-classic.left{
                   padding-top: 0px;
                   }

.blog-classic.left{
                  padding-right: 20px !important;
                  }  

.blog-classic.right{
                   padding-left: 20px !important;
                   padding-right: 20px !important;
                   }

.blog-classic .blog-item{
                         margin-left: 0px !important;
                         }

/* Blog Classic ends */


/* Blog Type Two */

.blog-two .blog-item{ 
                    width: 100%;
                    }

.blog-two .blog-item .blog-descr{
                                 margin-bottom: 0px;
                                 height: auto;
                                 max-height: 800px;
                                 overflow: auto;
                                 padding-bottom: 20px;
                                 }

.blog-two .blog-item .blog-descr p.text{
                                        padding-left: 0px;
                                        padding-right: 0px;
                                        }


/* Blog Type Two Ends */


/* Blog Masonry*/

.blog-masonry.four-coloumns .blog-item{
                                       width: 50%;
                                       }

.blog-masonry.three-coloumns .blog-item{
                                       width: 50%;
                                       }

.blog-masonry.two-coloumns .blog-item{
                                      width: 50%;
                                      }

.blog-masonry .blog-item p.text{
                                padding-right: 0px;
                                padding-left: 0px;
                                }

/* Blog Masonry Ends*/


/* Sidebar */

.sidebar{
        margin-left: 0px;
        }

/* Sidebar */

/* Buttons */

.button{
        margin-right:20px;
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 18px;
        font-size: 10px;
        padding-right: 18px;
        letter-spacing: 2px;
        margin-top: 20px;
        margin-bottom: 10px;
        }

.buttons-wrapper .c3{
                     width: 50%;
                     }

/* Button End */

/* w800 */

.w800.contact .block p.text{
                           text-align: center !important;
                           }

.w800 p.text{
            padding-right: 0px !important;
            margin-right: 0px;
            }

/* w800 */

/* Contact */

.contact p.text{
               text-align: center !important;
               }

/* Contact */


/* Footer */

footer.main-footer p{
                    text-align: center !important;
                    }

/* Footer End*/

}

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

===========================================

            [Smart Phones]

===========================================

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




@media only screen and (max-width: 480px) {


/* Main Intro Slider */

.main-intro-slider .owl-nav{
                           display: none;
                           }

/* Main Intro Slider Ends */
         


/* Intro Titles */


h1.intro-title-one{
                  font-size: 20px !important;
                  font-weight: 300 !important;
                  letter-spacing: 10px !important;
                  padding-left: 10px !important;
                  padding-right: 10px !important;
                  padding-bottom: 10px !important;
                  }

h1.intro-title-two{
                   font-size: 20px !important;
                   font-weight: 600 !important;
                   letter-spacing: 10px !important;
                   padding-left:20px !important;
                   padding-right:10px !important;
                   }

h1.intro-title-three{
                     font-size: 18px !important;  
                     font-weight: 700 !important;
                     letter-spacing:8px !important;
                     padding-left: 8px !important;
                     padding-top: 10px !important;
                     padding-bottom: 10px !important;
                     line-height: 30px !important;
                     }

h1.intro-title-four{
                   font-size: 18px !important;
                   letter-spacing: 10px !important;
                   padding-left: 10px !important;                   
                  }

h1.intro-title-five{
                   font-size: 18px !important;
                   line-height: 50px !important;
                   margin-bottom: 20px !important;               
                  }

h1.intro-title-six{
                   font-size: 18px !important;
                   letter-spacing: 5px !important;
                   line-height: 25px !important;
                  }


/* Intro Titles Ends */


/* Intro Texts */

p.intro-text-one{text-align: center !important;}

/* Intro Texts End */


/* Blog One */

.blog-one  .blog-item .blog-media{
                                 opacity: 0 !important; 
                                 }

.blog-one .blog-item .full-overlay{
                                  opacity: 0 !important;
                                  }

/* Blog One Ends */


/* Contact Form */

.contact-form{
              padding-top: 60px;
              }

/* Contact Form Ends */




/* Portfolio */

.gallery.two-col .item{     
                      width: 100% !important;
                      }
    
.gallery.three-col .item{
                        width:100% !important;
                        }

.gallery.four-col .item{
                       width:100% !important;
                       }

/* Portfolio Ends */



/* Filters */

#filters li{
           float: none;
           display: block;
           }

#filters li a{
             font-size:12px;
             letter-spacing: 1px;
             }

ul#filters{
          padding-bottom: 30px;
          }

/* Filters */



/* Work Section */

.work-section .gallery{
                      padding-top: 30px;
                      }

/* Work Section Ends */



/* Columns */

.columns .c1,
.columns .c2,
.columns .c3,
.columns .c4,
.columns .c5,
.columns .c6,
.columns .c7,
.columns .c8,
.columns .c9,
.columns .c10,
.columns .c11,
.columns .c12{
             padding-right:0px;
             padding-left: 0px;
             }

/* Columns */



/* Button Wrapper */

.buttons-wrapper .c3{
                    width: 100% !important;
                    }

/* Button Wrapper */



/* Fix Height */

.fix-height{
           height:300px !important;
           }

/* Fix Height */




/* Media Slider */

.media-slider .owl-nav{
                      display: none;
                      }

/* Media Slider Ends */



/* Main Navigation */


.navigation-trigger{
                   height: 60px;
                   width: 60px;
                   }

.navigation-trigger .menu-open{
                              top: 0px;
                              bottom: 2px;
                              }


.navigation-trigger .menu-close{
                              top: 0px;
                              bottom: 2px;
                              }


.company-logo{
             height: 80px;
             width: 80px;
             padding-bottom: 10px;
             margin-bottom: 0px;
             }


.main-nav .navigation-wrapper{
                              height: 100%;
                              padding-left: 20px;
                              padding-right: 20px;
                              }


.navigation-wrapper .main-menu{
                              padding-top:30px;
                              }


.navigation-wrapper .main-menu li a{
                                   text-decoration: none;
                                   font-size: 14px;
                                   text-transform: uppercase;
                                   font-family: 'Lato', sans-serif;
                                   font-weight: 900;
                                   letter-spacing: 3px;
                                   padding-left: 13px;
                                   padding-right:10px;
                                   padding-top: 5px;
                                   padding-bottom: 5px;
                                   margin-bottom: 3px;
                                   max-width: 1000px;
                                   display: inline-block;
                                   line-height: 20px;
                                   }

.navigation-wrapper .footer{
                           padding-top:5px;
                           letter-spacing: 1px;
                           font-size: 10px;
                           font-weight: 900;
                           }

.navigation-wrapper .footer .social-links a{
                                           font-size: 12px;
                                           }


/* Main Navigation Ends */



/* Work */

.work-data .comments-section .comments .reply{
                                             margin-left: 30px;
                                             }
/* Work Ends */



/* Accordions */

.accordions{
           padding-left: 10px;
           padding-right: 10px;
           }


.accordions .accordion-content{
                               padding-right: 5px;
                               padding-left: 5px;
                               }
      

.accordion-content p.text{
                          padding-left: 10px !important;
                          padding-right: 10px !important;
                          text-align: justify;
                          }

/* Accordions End */


/* Blockquote */

blockquote{
  padding-right: 0px;
  margin-right: 15px;
}

/* Blockquote Ends */

/* List */

ul.un-list{
  padding-right: 15px;
}

/* List Ends */

/* Full width Image Slider */

.fullw-img-slider .owl-nav{
                          display: none;
                          }

.fullw-img-slider{
                  max-height: 350px !important;
                  overflow: hidden !important;
                  }

.fullw-img-slider img{
                      max-height: 350px !important;
                      width: auto !important;
                      } 


/* Full Width Image Slide Ends */

/* Typography */

p.text{
      padding-left: 15px;
      padding-right: 15px;
      }

h2.mega-title{
             font-size: 18px;
             letter-spacing: 3px;
             padding-left: 3px;
             }

/* Typography Ends */



/* w800 */

.w800{
     padding-left: 20px;
     padding-right: 20px;
     }

/* w800 */



/* Blog Masonry*/

.blog-masonry.four-coloumns .blog-item{
                                      width: 100%;
                                      }

.blog-masonry.three-coloumns .blog-item{
                                       width: 100%;
                                       }

.blog-masonry.two-coloumns .blog-item{
                                      width: 100%;
                                      }

/* Blog Masonry Ends*/


/* Google Map */

#google-map{
           height: 350px;
           }

/* Google Map Ends */

@media (-webkit-min-device-pixel-ratio: 2) , (min-resolution: 192dpi) { 

/* Menu Close */

.menu-close img{
               height: 70px !important;
               width: 80px !important;
               display: block !important;
               margin-left: auto !important;
               margin-right: auto !important;
               }

/* Menu Close Ends */

}

}



 

/* Retina Devices */

 @media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) { 
     
.menu-close img{
               height: 80px;
               width: 80px;
               display: block !important;
               margin-left: auto !important;
               margin-right: auto !important;
               }

.company-logo img{
               height: 80px !important;
               width: 80px !important;
               display: block !important;
               margin-left: auto !important;
               margin-right: auto !important;
               }
     
    }

/* Retina Devices End */

/* -------------------------------------- /Moksha-Responsive -------------------------------------- */

/* -------------------------------------- One-Page -------------------------------------- */


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

[Table Of Contents]

1.Section Container
2.Single Section
3.Full Overlay
4.Section Title
5.Changing Font Color on Section Hover
6.Section Content
7.Section Backgrounds
8.Section Close & Section Scroll
9.Media Queries greater for width greater than 1170px


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


/* Section Container */

.section-container {
                    height: 100vh;
                    width: 100%;
                    position: relative;
                    overflow-x: hidden;
                    -webkit-overflow-scrolling: touch;
                    }

.section-container::before {
                            /* never visible - this is used in jQuery to check the current MQ */
                            content: 'mobile';
                            display: none;
                            }

/* Section Container Ends */

/* Single Section */

.section-container .single-section {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 20%;
                                    overflow: hidden;
                                    cursor: pointer;
                                    -webkit-transition: -webkit-transform 0.4s;
                                    -moz-transition: -moz-transform 0.4s;
                                    -ms-transition: -moz-transform 0.4s;
                                    -o-transition: -moz-transform 0.4s;
                                    transition: transform 0.4s;
                                     /* on mobile -  move items outside the viewport */
                                    -webkit-transform: translateX(-100%);
                                    -moz-transform: translateX(-100%);
                                    -ms-transform: translateX(-100%);
                                    -o-transform: translateX(-100%);
                                    transform: translateX(-100%);
                                    }

.section-container .single-section::after {
                                           /* background image */
                                           content: '';
                                           position: absolute;
                                           top: 0;
                                           left: 0;
                                           height: 20vh;
                                           width: 100%;
                                           background-repeat: no-repeat;
                                           background-position: center center;
                                           background-size: cover;
                                           -webkit-transition: opacity 0.5s, height 0.4s;
                                           -ms-transition: opacity 0.5s, height 0.4s;
                                           -o-transition: opacity 0.5s, height 0.4s;
                                           -moz-transition: opacity 0.5s, height 0.4s;
                                           transition: opacity 0.5s, height 0.4s;
                                           }

.section-container .single-section::before {
                                           /* never visible - this is used in jQuery to detect if the background image has been loaded  */
                                           display: none;
                                           }


.section-container .single-section:nth-of-type(2){
                                                  top: 20%;
                                                  }



.section-container .single-section:nth-of-type(3){
                                                top: 40%;
                                                }


.section-container .single-section:nth-of-type(4){
                                                 top: 60%;
                                                 }

.section-container .single-section:nth-of-type(5){
                                                  top: 80%;
                                                  }

.section-container .single-section.is-loaded{
                                             /* move items in the viewport when background images have been loaded */
                                             -webkit-transform: translateX(0);
                                             -moz-transform: translateX(0);
                                             -ms-transform: translateX(0);
                                             -o-transform: translateX(0);
                                             transform: translateX(0);
                                             }

.section-container .single-section.is-full-width{
                                                 /* selected item */
                                                 top: 0;
                                                 height: auto;
                                                 z-index: 1;
                                                 cursor: auto;
                                                 -webkit-transition: z-index 0s 0s, top 0.4s 0s;
                                                 -moz-transition: z-index 0s 0s, top 0.4s 0s;
                                                 -ms-transition: z-index 0s 0s, top 0.4s 0s;
                                                 -o-transition: z-index 0s 0s, top 0.4s 0s;
                                                 transition: z-index 0s 0s, top 0.4s 0s;
                                                 }

.section-container .single-section.is-full-width::after{
                                                        /*height: 100vh;*/
                                                       }

.section-container .single-section.is-loaded::after{
                                                   opacity: 0;
                                                   }

.no-touch .section-container .single-section:hover::after, .section-container .single-section.is-full-width.is-loaded::after {
     opacity: 1;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
     }

/* Single Section Ends */

/* Full Overlay */

.project-is-open .single-section .full-overlay{
                                               display: block !important; 
                                               }

 .single-section .full-overlay{
                              display: none;    
                              }

.no-mobile .single-section:hover .full-overlay{
                                              display: block;          
                                              }     

/* Full Overlay Ends */

/* Section Title */

.section-title{
               position: absolute;
               z-index: 1;
               left: 0;
               top: 12.5vh;
               -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
               -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
               transform: translateY(-50%);
               width: 100%;
               text-align: center;
               }

.is-full-width .section-title{
                              top: 20vh;
                              -webkit-transition: opacity 0s, top 0.4s;
                              -ms-transition: opacity 0s, top 0.4s;
                              -o-transition: opacity 0s, top 0.4s;
                              -moz-transition: opacity 0s, top 0.4s;
                              transition: opacity 0s, top 0.4s;
                              }

.section-title{
              z-index:500;
              }                                             


/* Section Title Ends */

/* Changing Font color on Section Hover */

.project-is-open .section-title .black{
                                      color: #ffffff !important;
                                      }


.single-section:hover .section-title .black{
                                           color: #ffffff !important;
                                           }

.single-section:hover .section-title .black{
                                           color: #ffffff !important;
                                           }

.single-section .section-title img.santral-white {
    display: none;
}

.single-section .section-title img.santral-black {
    display: block;
}


.project-is-open .section-title .black{
                                      color: #ffffff !important;
                                      }

/* Changing Font color on Section Hover ENDS */


/* Section Content */

.section-content{
                 clear: both;
                 visibility: hidden;
                 opacity: 0;
                 margin-top: 30vh;
                 cursor: auto;
                 background-color: #ffffff;
                 -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
                 -ms-transition: opacity 0.4s 0s, visibility 0s 0.4s;
                 -o-transition: opacity 0.4s 0s, visibility 0s 0.4s;
                 -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
                 transition: opacity 0.4s 0s, visibility 0s 0.4s;
                 
                 }

.is-full-width .section-content{
                               visibility: visible;
                               opacity: 1;
                               }

/* Section Content Ends */



/* Section Backgrounds */

.section-container .single-section:first-of-type::before{
                                                        content: '//bisabol.online/wp-content/img/featured/kiralama.jpg';
                                                        }

.section-container .single-section:first-of-type::after{
                                                       background-image: url("//bisabol.online/wp-content/img/featured/kiralama.jpg");
                                                       }

.section-container .single-section:nth-of-type(2)::before{
                                                         content: '//bisabol.online/wp-content/img/featured/fotograf.jpg';
                                                         }

.section-container .single-section:nth-of-type(2)::after{
                                                        background-image: url("//bisabol.online/wp-content/img/featured/fotograf.jpg");
                                                        }
.section-container .single-section:nth-of-type(3)::before{
                                                         content: '//bisabol.online/wp-content/img/featured/kiralama.jpg';
                                                         }

.section-container .single-section:nth-of-type(3)::after{
                                                        background-image: url("//bisabol.online/wp-content/img/featured/kiralama.jpg");
                                                        }

.section-container .single-section:nth-of-type(4)::before{
                                                         content: '//bisabol.online/wp-content/img/featured/produksiyon.jpg';
                                                         }

.section-container .single-section:nth-of-type(4)::after{
                                                        background-image: url("//bisabol.online/wp-content/img/featured/produksiyon.jpg");
                                                        }

.section-container .single-section:nth-of-type(5)::before{
                                                          content: '//bisabol.online/wp-content/img/featured/info.jpg';
                                                          }
 
 .section-container .single-section:nth-of-type(5)::after{
                                                         background-image: url("//bisabol.online/wp-content/img/featured/info.jpg");
                                                         }

.section-container .single-section.film-cekimi::before{ content: '//bisabol.online/wp-content/img/featured/produksiyon.jpg' !important; }
.section-container .single-section.film-cekimi::after{ background-image: url("//bisabol.online/wp-content/img/featured/produksiyon.jpg") !important; }

.section-container .single-section.fotograf-cekimi::before{ content: '//bisabol.online/wp-content/img/featured/fotograf.jpg' !important; }
.section-container .single-section.fotograf-cekimi::after{ background-image: url("//bisabol.online/wp-content/img/featured/fotograf.jpg") !important; }

.section-container .single-section.post-produksiyon::before{ content: '//bisabol.online/wp-content/img/featured/produksiyon.jpg' !important; }
.section-container .single-section.post-produksiyon::after{ background-image: url("//bisabol.online/wp-content/img/featured/produksiyon.jpg") !important; }

.section-container .single-section.rental-studyo::before{ content: '//bisabol.online/wp-content/img/featured/kiralama.jpg' !important; }
.section-container .single-section.rental-studyo::after{ background-image: url("//bisabol.online/wp-content/img/featured/kiralama.jpg") !important; }

.section-container .single-section.referanslar::before{ content: '//bisabol.online/wp-content/img/featured/fotograf.jpg' !important; }
.section-container .single-section.referanslar::after{ background-image: url("//bisabol.online/wp-content/img/featured/fotograf.jpg") !important; }
/* Section Background Ends */



/* Section Close and Section Scroll */

.section-container .section-close,
.section-container .section-scroll{
                                   display: block;
                                   z-index: 3;
                                   width: 70px;
                                   height: 70px;
                                   cursor: pointer;
                                   /* image replacement */
                                   overflow: hidden;
                                   text-indent: 100%;
                                   white-space: nowrap;
                                   visibility: hidden;
                                   -webkit-transition: -webkit-transform 1s 0s, visibility 0s 1s;
                                   -ms-transition: -ms-transform 1s 0s, visibility 0s 1s;
                                   -o-transition: -o-transform 1s 0s, visibility 0s 1s;
                                   -moz-transition: -moz-transform 1s 0s, visibility 0s 1s;
                                   transition: transform 1s 0s, visibility 0s 1s;
                                   }

.section-container .section-close{
                                 position: fixed;
                                 top: 0px;
                                 right: 0px;
                                 -webkit-transform: scale(0);
                                 -moz-transform: scale(0);
                                 -ms-transform: scale(0);
                                 -o-transform: scale(0);
                                 transform: scale(0);
                                 background-color: #ffffff;
                                 }

.section-container .section-scroll{
                                   position: absolute;
                                   bottom: 30px;
                                   left: 50%;
                                   -webkit-transform: translateX(-50%) scale(0);
                                   -moz-transform: translateX(-50%) scale(0);
                                   -ms-transform: translateX(-50%) scale(0);
                                   -o-transform: translateX(-50%) scale(0);
                                   transform: translateX(-50%) scale(0);
                                   background: url("images/png/mouse.png") no-repeat center center;
                                   }


.project-is-open .section-close,
.project-is-open .section-scroll{
                                 visibility: visible;
                                 -webkit-transform: scale(1);
                                 -moz-transform: scale(1);
                                 -ms-transform: scale(1);
                                 -o-transform: scale(1);
                                 transform: scale(1);
                                 -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
                                 -ms-transition: -ms-transform 0.4s 0s, visibility 0s 0s;
                                 -o-transition: -o-transform 0.4s 0s, visibility 0s 0s;
                                 -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
                                 transition: transform 0.4s 0s, visibility 0s 0s;
                                 }

.project-is-open .section-scroll{
                                 -webkit-transform: translateX(-50%) scale(1);
                                 -moz-transform: translateX(-50%) scale(1);
                                 -ms-transform: translateX(-50%) scale(1);
                                 -o-transform: translateX(-50%) scale(1);
                                 transform: translateX(-50%) scale(1);
                                 -webkit-animation: translate 1.2s 0.4s;
                                 -moz-animation: translate 1.2s 0.4s;
                                 -o-animation: translate 1.2s 0.4s;
                                 -ms-animation: translate 1.2s 0.4s;
                                 animation: translate 1.2s 0.4s;
                                 -webkit-animation-iteration-count: 2;
                                 -moz-animation-iteration-count: 2;
                                 -o-animation-iteration-count: 2;
                                 -ms-animation-iteration-count: 2;
                                 animation-iteration-count: 2;
                                 }

.no-touch .project-is-open .section-close:hover img{
                                                opacity: 0.5;
                                                }

.no-touch .project-is-open .section-scroll:hover{
                                                 -webkit-transform: translateX(-50%) scale(1.2);
                                                 -moz-transform: translateX(-50%) scale(1.2);
                                                 -ms-transform: translateX(-50%) scale(1.2);
                                                 -o-transform: translateX(-50%) scale(1.2);
                                                 transform: translateX(-50%) scale(1.2);
                                                 }



/* Section Close and Section Scroll Ends */



/*Media Queries greater for width greater than 1170px */


@media only screen and (min-width: 1170px) {



/* Section Container */
  
.section-container::before{
                          /* never visible - this is used in jQuery to check the current MQ */
                          content: 'desktop';
                          }

/* Section container Ends */

/* Single Section */

.section-container .single-section{
                                  width: 100%;
                                  height: 100%;
                                  opacity: 0;
                                  -webkit-transform: translateX(0);
                                  -moz-transform: translateX(0);
                                  -ms-transform: translateX(0);
                                  -o-transform: translateX(0);
                                  transform: translateX(0);
                                  -webkit-transition: width 0s;
                                  -ms-transition: width 0s;
                                  -o-transition: width 0s;
                                  -moz-transition: width 0s;
                                  transition: width 0s;
                                  }

.no-mobile .single-section:hover{
                                width:20%;
                                }

.project-is-open .single-section{
                                width: 100% !important;         
                                }

                                          

/* Single Section Ends */


/* Single Section */


.section-container .single-section:nth-of-type(2){
                                                 top: 0;
                                                 left: 20%;
                                                 }



.section-container .single-section:nth-of-type(3){
                                                top: 0;
                                                left: 40%;
                                                }



.section-container .single-section:nth-of-type(4){
                                                 top: 0;
                                                 left: 60%;
                                                 }

.section-container .single-section:nth-of-type(5){
                                                  top: 0;
                                                  left: 80%;
                                                  }


.section-container .single-section::after{
                                          height: 100%;
                                          width: 100%;
                                          opacity: 0;
                                          }

.section-container .single-section.is-loaded{
                                             /* show items when background images have been loaded */
                                             opacity: 1;
                                             }

.section-container .single-section.is-loaded::after{
                                                   opacity: 1;
                                                   }

.section-container .single-section.is-full-width{
                                                 /* selected item */
                                                 left: 0px;
                                                 width: 100%;
                                                 -webkit-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
                                                 -moz-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
                                                 -o-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
                                                 -ms-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
                                                 transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
                                                 }

.section-container .single-section::after{
                                         -webkit-transform: scale(1.1);
                                         -moz-transform: scale(1.1);
                                         -ms-transform: scale(1.1);
                                         -o-transform: scale(1.1);
                                         transform: scale(1.1);
                                         -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
                                         -ms-webkit-transition: -ms-transform 0.8s, opacity 0.5s;
                                         -o-webkit-transition: -o-transform 0.8s, opacity 0.5s;
                                         -moz-transition: -moz-transform 0.8s, opacity 0.5s;
                                         transition: transform 0.8s, opacity 0.5s;
                                         }

.section-container .single-section.is-loaded::after{
                                                   opacity: 0;
                                                   }

.no-touch .section-container .single-section:hover::after, .section-container .single-section.is-full-width.is-loaded::after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }

.section-title{
              top: 20vh;
              width: 20vw;
              opacity: 0;
              -webkit-transform: translateY(-50%) translateX(-20px);
              -moz-transform: translateY(-50%) translateX(-20px);
              -ms-transform: translateY(-50%) translateX(-20px);
              -o-transform: translateY(-50%) translateX(-20px);
              transform: translateY(-50%) translateX(-20px);
              }

.is-loaded .section-title {
                          opacity: 1;
                          -webkit-transform: translateY(-50%);
                          -moz-transform: translateY(-50%);
                          -ms-transform: translateY(-50%);
                          -o-transform: translateY(-50%);
                          transform: translateY(-50%);
                          -webkit-transition: -webkit-transform 0.6s, opacity 0.6s, left 0.4s;
                          -ms-transition: -ms-transform 0.6s, opacity 0.6s, left 0.4s;
                          -o-transition: -o-transform 0.6s, opacity 0.6s, left 0.4s;
                          -moz-transition: -moz-transform 0.6s, opacity 0.6s, left 0.4s;
                          transition: transform 0.6s, opacity 0.6s, left 0.4s;
                          }

.is-loaded.is-full-width .section-title{
                                          left: 50%; transform: translateX(-50%);
                                        -webkit-transition: -webkit-transform 0.6s, opacity 0s, left 0.4s;
                                        -moz-transition: -moz-transform 0.6s, opacity 0s, left 0.4s;
                                        -o-transition: -o-transform 0.6s, opacity 0s, left 0.4s;
                                        -ms-transition: -ms-transform 0.6s, opacity 0s, left 0.4s;
                                        transition: transform 0.6s, opacity 0s, left 0.4s;
                                        }
.section-title p{
                display: block;
                }

.section-content{
                 position: relative;
                 z-index: 1;
                 }

}


/*Media Queries greater for width greater than 1170px Ends */

/*Media Queries greater for width greater than 1170px Ends */

@media only screen and (min-width: 480px){

  .single-section .section-title h1.intro-title-six{
    line-height: 20px !important;
  }

}



@-webkit-keyframes translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}


@-moz-keyframes translate {
  0% {
    -moz-transform: translateX(-50%) scale(1);
  }
  50% {
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}



@-ms-keyframes translate {
  0% {
    -ms-transform: translateX(-50%) scale(1);
  }
  50% {
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -ms-transform: translateX(-50%) scale(1);
  }
}


@-o-keyframes translate {
  0% {
    -o-transform: translateX(-50%) scale(1);
  }
  50% {
    -o-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -o-transform: translateX(-50%) scale(1);
  }
}


@keyframes translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
    -o-transform: translateY(10px) translateX(-50%) scale(1);
    transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}

/* -------------------------------------- /One-Page -------------------------------------- */

/* -------------------------------------- Magnific-Popup -------------------------------------- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
  background-color: #ffffff;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
  display: none;
   }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; 
}

.mfp-ajax-cur {
  cursor: progress; 
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; 
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; 
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; 
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
   }

.mfp-loading.mfp-figure {
  display: none; 
  }

.mfp-hide {
  display: none !important; 
  }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
  }

.mfp-preloader a {
  color: #cccccc; 
  }

.mfp-preloader a:hover {
   color: white;
  }

.mfp-s-ready .mfp-preloader {
  display: none; 
  }

.mfp-s-error .mfp-content {
  display: none; 
  }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
  }

button::-moz-focus-inner {
  padding: 0;
  border: 0; 
  }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  }

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    }

.mfp-close:active {
  top: 1px; 
  }

.mfp-close-btn-in .mfp-close {
  color: #000000; 
  }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
 }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
 }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  color:#000000;
  background-color: #000000;
  -webkit-transition:all 0.2s ease-in;
  -moz-transition:all 0.2s ease-in;
  -o-transition:all 0.2s ease-in;
  -ms-transition:all 0.2s ease-in;
  transition:all 0.2s ease-in;
  }

.mfp-arrow:active {
  margin-top: -54px; 
  }

.mfp-arrow:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
     }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
     }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; 
  }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 1;
  }

.mfp-arrow-left {
  left: 0; 
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #000000;
    margin-left: 31px; 
    }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #000000; 
    }

.mfp-arrow-right {
  right: 0;
  background-color: #000000; 
  }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid black;
    margin-left: 39px; 
    }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #000000; 
    }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
  }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  }

.mfp-iframe-holder .mfp-close {
  top: -40px;
  }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; 
  }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
   }


/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; 
  }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444444; 
   }

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; 
    }

.mfp-figure figure {
    margin: 0; 
    }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; 
  }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
  padding-right: 36px; 
 }

.mfp-image-holder .mfp-content {
  max-width: 100%; 
  }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; 
  }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; 
  }

.mfp-img-mobile img.mfp-img {
  padding: 0; 
  }

.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; 
  }

.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; 
  }

.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  }

.mfp-img-mobile .mfp-bottom-bar:empty {
  padding: 0; 
  }

.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; 
  }

.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; 
  } 



}

@media all and (max-width: 900px) {

.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); 
  }

.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; 
  }

.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; 
  }

.mfp-container {
  padding-left: 6px;
  padding-right: 6px; 
  } 


}

.mfp-ie7 .mfp-img {
  padding: 0; 
  }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; 
  }

.mfp-ie7 .mfp-container {
  padding: 0; 
  }

.mfp-ie7 .mfp-content {
  padding-top: 44px; 
  }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; 
  }
  

/* overlay at start */

.mfp-fade.mfp-bg {
   opacity: 0;
   -ms-transition: all 0.27s ease-out;
   -o-transition: all 0.27s ease-out;
   -webkit-transition: all 0.27s ease-out;
   -moz-transition: all 0.27s ease-out;
   transition: all 0.27s ease-out;
   }  

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  }

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  }

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  }

/* -------------------------------------- /Magnific-Popup -------------------------------------- */

/* -------------------------------------- Owl-Carousel -------------------------------------- */

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
 
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
 
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* -------------------------------------- /Owl-Carousel -------------------------------------- */

/* -------------------------------------- Owl-Theme -------------------------------------- */

.owl-theme .owl-controls{margin-top:10px;text-align:center;}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


/* -------------------------------------- /Owl-Theme -------------------------------------- */


