/*==================================================

    Theme Name: PhotoPro
	Version: 1.2.5
    Description: Premium WordPress theme by WPExplorer
    Author: WPExplorer
    Author URI: http://themeforest.net/user/WPExplorer/
    Designed & Developed by WPExplorer
	Theme URI: http://themeforest.net/user/WPExplorer/
	License: Dual GPL + ThemeForest License
	License URI: README_License.txt
	
		
/* Reset
================================================== */
@font-face {
    font-family: customf;  
	src: local('Skizzed.ttf'), 
		url("fonts/Skizzed.ttf") format('truetype');
}

div#html5-watermark{
display:none !important;
}


.video-template {
    max-width: 1256px;
    margin: 0 auto;
}


.videos_block .single_video_block{
   width: 24.3%;
    float: left;
    margin-right: 8px;
    max-height: 250px;
    margin-bottom: 26px;
}

.single_video_block p {
    margin: 0px 0px -9px 0px;
    float: left;
    width: 100%;
}

.video_cover_page {
display:none;
}


.videos_block .single_video_block:nth-child(4){
margin-right:0px;
}


.videos_block .single_video_block:hover .video_cover_page{
display: block;
    position: relative;
    background: rgba(0,0,0,0.5);
    top: -256px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 249px !important;
    width: 100%;
    float: left;
}

.video_box_title{line-height: 1.4;}

.video_box_title a{
line-height: 1.4;
color:#fff;
width:100%;
float:left;
 padding:37% 0px;
}

.video_box_title a:hover{
color:#fff;
}


@font-face {
    font-family: Lovelo;  
  src: local('Skizzed.ttf'), 
    url("fonts/Lovelo Black.otf") format('truetype');
}

@font-face {
    font-family: Lovelo Bold;  
  src: local('Skizzed.ttf'), 
    url("fonts/Lovelo Line Bold.otf") format('truetype');
}

@font-face {
    font-family: Lovelo Light;  
  src: local('Skizzed.ttf'), 
    url("fonts/Lovelo Line Light.otf") format('truetype');
}
@font-face {
    font-family: Proximanova;   
  src: local('Skizzed.ttf'), 
    url("fonts/ProximaNova-Regular.otf") format('truetype');
}

 
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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
    background: #efeff0;
    nowhitespace: afterproperty;
    font: 13px/1.8 Helvetica, Arial, sans-serif;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body.admin-bar #left_content_toggle {
    top: 27px;
}

body a:hover {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

#wrap {
    overflow: hidden;
    height: 100%;
    margin-top: 3%;
}

#content-left {
    z-index: 201;
    position: relative;
    left: 0;
    bottom: 0;
    height: 100%;
    background: transparent;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 0px 14px 0px;
margin-top: 4%;
/*margin-bottom: 0.5%;*/
}

#content-right {
    width: auto;

    /*padding: 60px 0 0;*/
}
.widget_nav_menu li.current-menu-item > a:hover
{
/*border-bottom: 3px solid #ff0030;
padding-bottom: 0.4%;*/
}
.widget_nav_menu li.menu-item > a:hover
{
/*border-bottom: 3px solid #ff0030;
padding-bottom: 0.4%;*/
}


#centered {
    /*border: 1px solid #222;
    border-radius: 0 0 6px 0;
    box-shadow: 0 0 10px #111;
    color: #C9C9C9;
    background: none repeat scroll 0 0 rgba(68,68,68,0.5);
    text-shadow: 0 0 2px #333;
    width: 70%;
    margin: 0 auto;*/
    color: black;
}

#centered.full-width {
    width: 100%;
    margin-right: 40px;
}

#copyright {
    color: #666;
    font-size: 11px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.hide-left-content #copyright {
    display: all;
}

#copyright:before {
    display: block;
    content: "";
    width: 20px;
    background: #ddd;
    margin-bottom: 15px;
}

#copyright a {
    color: #666;
    text-decoration: underline;
}

#galleries-wrap,.body-hidden-sidebar.single-galleries #wrap,#scroll_play_pause,#masonry-pagination {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}

#site-preloader {
    position: absolute;
    right: 25px;
    top: 25px;
    height: 20px;
    width: 20px;
    background: url(images/preloader.gif);
}

.home #site-preloader {
    margin-left: 100px;
}

#left_content_toggle {
    z-index: 202;
    position: fixed;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}

#left_content_toggle.closed {
    background: url(images/toggle-plus.png);
}

#left_content_toggle.opened {
    background: url(images/toggle-minus.png);
}

.remove-margin {
    margin-right: 0!important;
}

.clear {
    clear: both;
}

blockquote {
    position: relative;
    padding-left: 25px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    quotes: \201C\201D\2018\2019;
    margin: 30px 20px;
}

blockquote:before {
    color: #c9c9c9;
    content: open-quote;
    font-size: 3em;
    line-height: .1em;
    position: absolute;
    top: 20px;
    left: -10px;
}

pre {
    background: #fff url(images/pre-bg.png) repeat;
    line-height: 25px;
    border: 1px solid #ddd;
    white-space: 0;
    word-wrap: break-word;
    margin: 40px 0;
    padding: 25px 20px;
}

address {
    letter-spacing: 1px;
    margin: 20px 0;
}

#page-featured-img {
    position: relative;
    border-bottom: 5px solid #eee;
    margin: -40px -40px 25px;
}

#page-featured-img img {
    display: block;
    width: 100%;
}

.entry ul {
    list-style: disc;
    margin: 30px 0 30px 20px;
}

.entry ol {
    list-style: decimal;
    margin: 30px 0 30px 25px;
}

.entry ul li,.entry ol li {
    margin: 0 0 5px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    color: #000;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #000;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
    margin: 40px 0 20px;
}

h1 {
    font-size: 24px;
    margin: 0 0 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

p {
    margin: 0 0 20px;
}

.entry {
    font-size: 14px;
    /*color: rgba(201,201,201,0.7);*/
    opacity: 0.7;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

small {
    font-size: 80%;
}

hr {
    border: solid rgba(0,0,0,0.2);
    clear: both;
    height: 0;
    border-width: 1px 0 0;
    margin: 10px 0 30px;
}

p a,p a:visited {
    line-height: inherit;
}

a:link {
    text-decoration: none;
}

#page-heading {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#page-heading h1 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

#page-header {
    padding-bottom: 15px;
    margin-bottom: 25px;
    /*border-bottom: 1px solid #666;*/
}

#page-header h1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
}

#post header h1 {
    font-size: 22px;
    line-height: 1.4em;
    /*color: #000000;
    font-family: customf;*/
    color: #009ec7;
text-shadow: 0 0 0px #222;
font-family: Lovelo Bold;
    text-transform: uppercase;
    font-weight: 400;
    filter: alpha(opacity=60);
    opacity: 0.6;
    margin: 0 0 15px;
}

#logo {
margin-bottom: 0px;
margin-top: 14px;
float: right;
padding: 0px 0px;
}

#logo img {
    display: inline-block;
    max-width:100%;
    /*width: 200px;*/
}

#logo h1,#logo h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

#logo h1 a,#logo h2 a {
    color: #000;
    display: block;
}

.slides,.flex-control-nav,.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flexslider {
    zoom: 1;
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

* html .slides {
    height: 1%;
}

#single-gallery-media {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 40px;
}

#single-gallery-media .flex-direction-nav li a.flex-next,#single-gallery-media .flex-direction-nav li a.flex-prev {
    position: fixed;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}

#single-gallery-media .flex-direction-nav li a.flex-next {
    right: 0;
    background: #181818 url(images/arrow-right.png) center center no-repeat;
}

#single-gallery-media .flex-direction-nav li a.flex-prev {
    right: 48px;
    background: #181818 url(images/arrow-left.png) center center no-repeat;
}

#single-gallery-media .flex-caption {
    text-align: center;
    font-size: 16px;
    color: #444;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 10px 0;
}

#single-gallery-media .flex-pauseplay {
    position: fixed;
    top: 0;
    right: 24px;
    background: #000;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#single-gallery-media .flex-pauseplay .flex-pause {
    display: block;
    background: url(images/slider-pause.png) center center no-repeat;
}

#single-gallery-media .flex-pauseplay .flex-play {
    display: block;
    background: url(images/slider-play.png) center center no-repeat;
}

#single-gallery-media .flex-pauseplay a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    text-indent: -9999px;
}

#single-gallery-media .flex-control-nav {
    position: fixed;
    top: 0;
    right: 76px;
    background: #181818;
    text-align: center;
    font-size: 9px;
}

#single-gallery-media .flex-control-nav li {
    display: inline-block;
}

#single-gallery-media .flex-control-nav li a {
    color: #fff;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}

#single-gallery-media li.slide img {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.body-hidden-sidebar.single-galleries #content-left.hide-left-content {
    left: -220px;
}

.body-hidden-sidebar.single-galleries #content-right {
    padding-left: 0;
}

.masonry-entry {
    float: left;
    width: 300px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.masonry-entry img {
    max-width: 100%;
    display: block;
    box-shadow: #000 0 0 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

#single-gallery-media img {
    display: inline-block;
    width: auto!important;
    max-width: 100%;
}

#content-trigger {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
}

#content-trigger.closed {
    background: url(images/plus.png) center no-repeat;
}

#content-trigger.opened {
    background: url(images/minus.png) center no-repeat;
}

#toggle-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #000;
    z-index: 99;
    opacity: 0.4;
}

#single-gallery-info {
    z-index: 999;
    position: fixed;
    bottom: -500px;
    left: 50%;
    width: 930px;
    background: #fff;
    font-size: 14px;
    padding: 25px;
}

#single-gallery-info-inner {
    height: 450px;
}

#single-gallery-info .inner {
    width: 910px;
    padding-right: 20px;
}

#galleryInfoScroller {
    width: 930px;
    height: 450px;
}

#single-gallery-info h1 {
    font-size: 28px;
    line-height: 1.4em;
    margin: 7px 0 15px;
}

#single-gallery-info header {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

#date {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #999;
    margin: -15px 0 0;
}

#gallery-toggle-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
}

#gallery-toggle-bar a {
    float: left;
    background: #000;
    color: #fff;
    font-weight: 700;
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    padding: 10px 20px;
}

#gallery-info-open {
    margin-right: 5px;
}

#gallery-info-close {
    display: none;
    position: absolute;
    right: -9px;
    top: -9px;
    height: 18px;
    width: 18px;
    background: #000;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 99px;
}

.single-masonry {
    padding-left: 40px;
    padding-bottom: 40px;
    width: 915px;
    margin: 0 auto;
}

.single-masonry.single-masonry-full {
    padding-left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.body-hidden-sidebar .single-masonry.single-masonry-full {
    padding-left: 40px;
}

#popup-galleries {
    z-index: 999;
    position: fixed;
    bottom: -270px;
    left: 50%;
    width: 930px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 20px 25px 50px;
}

#popup-galleries h3 {
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin: 0 0 10px;
}

#popup-galleries-inner {
    height: 160px;
}

#popup-galleries-inner a,#popup-galleries img {
    display: block;
    float: left;
}

#popup-galleries-inner a {
    margin-right: 20px;
    border: 5px solid #eee;
}

#popup-galleries-inner img {
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
}

#popup-galleries-close {
    position: absolute;
    right: -9px;
    top: -9px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 99px;
}

.loop-entry {
   /* margin-bottom: 40px;*/
    font-size: 14px;
}

.loop-entry h2 a {
    font-size: 22px;
    line-height: 1.4em;
 color: #009ec7;
text-shadow: 0 0 0px #222;
font-family: Lovelo Bold;

    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.7;
    margin: 0 0 15px;
}

.entry-content {
    background: none repeat scroll 0 0 rgba(85,85,85,0.4);
    padding: 40px;
}

.loop-entry-thumbnail img {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
}

#tbncontainer {
    width: 70%;
    position: absolute;
    left: 50%;
    margin: 0 auto;
}

#tbn {
    position: relative;
    left: -50%;
    padding: 40px;
}

.loop-entry-thumbnail1 img {
    margin-bottom: 40px;
    opacity: 1;
    position: relative;
    transition: opacity .25s ease-in-out 0;
    z-index: 1;
}

.loop-entry-thumbnail1 a:hover img {
    opacity: 0.85;
}

.loop-entry .read-more {
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-shadow: 0 0 2px #000;
    display: block;
    float: left;
    margin-top: 25px;
    font-size: 11px;
    font-weight: 700;
    background: #333;
    color: #fff;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px 8px;
}

.loop-entry .read-more:hover {
    background: #222;
}

.meta {
    font-size: 14px;
    color: #999;
    padding-top: 20px;
    list-style: none;
    border-bottom: 1px solid #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0 0 25px;
}

.meta li {
    float: left;
    margin-right: 25px;
}

.meta li.date {
    padding-left: 27px;
    background: url(images/clock.png) left center no-repeat;
}

.meta li.category {
    padding-left: 34px;
    background: url(images/category.png) left center no-repeat;
}

.post-container {
   /* background: none repeat scroll 0 0 rgba(85,85,85,0.4);
    border: 1px solid transparent;
    border-radius: 0 0 6px 0;
    padding: 40px;*/
}

#post-thumbnail {
    margin: -40px -40px 40px;
}

#contact-map {
    margin: -40px -40px 0;
}

.googlemap {
    position: relative;
    max-width: inherit;
    margin: 0 0 20px;
}

.googlemap .map_canvas {
    width: 100%;
    height: 100%;
}

.googlemap .map_canvas h3 {
    font-size: 14px;
    margin: 0 0 10px;
}

.map_canvas img {
    max-width: none!important;
}

#error-page {
    padding-right: 40px;
    margin: 80px 0;
}

#error-page-title {
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    background: none;
    line-height: 1em;
    border: none;
    color: #000;
    margin: 0 0 10px;
}

#error-page-title span {
    margin-right: 7px;
}

#error-page-text {
    text-align: center;
    font-size: 16px;
}

.page-pagination {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    overflow: hidden;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.page-of-page {
    float: right;
    font-size: 11px;
    margin-top: 20px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 0 2px #000;
}

.page-pagination a,.page-pagination span.outer {
   /* background: #333;*/
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    /*border-radius: 2px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: Lovelo !important;;
    font-weight: 400;
}

.pagination-style-inn {
    display: table;
    margin: 0 auto;
}

.page-pagination a:hover,.page-pagination span.current {
    color: #2D2D2D;
   /* background: #444;*/
}
.page-pagination span.current 
{
  border-bottom: 2px solid #666;
}

#photos-template .page-pagination {
    margin: 20px 0;
}

#sidebar {
    width: 450px;
    float: left;
}

#sidebar h4 {
    display: none;
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin: 0 0 10px;
}

.sidebar-box {
    margin-top: 12px;
    margin-bottom: 25px;
    line-height: 1.4em;
    font-size: 20px;
}

.sidebar-box a {
    color: #666;
}

.widget_nav_menu li {
    position: relative;
    margin: 0 0 2px;
    padding: 0 7px;
    display: inline;

}

.widget_nav_menu li ul {
    padding-left: 5px;
    border-left: 1px solid #eee;
    font-size: 11px;
    margin: 5px 0 10px;
}

.tagcloud a {
    float: left;
    display: block;
    font-size: 11px!important;
    line-height: 1em!important;
    margin-bottom: 7px;
    margin-right: 7px;
    background: #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px 6px;
}

#wp-calendar {
    font-size: 11px;
}

#wp-calendar caption {
    background: #292b2f;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

#wp-calendar th {
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    background: #f5f5f5;
    padding: 5px 0;
}

#wp-calendar tbody td {
    text-align: center;
    border: 1px solid #eee;
    padding: 4px 0;
}

#wp-calendar tbody td:hover {
    background: #fff;
    color: #000;
}

#wp-calendar tfoot td {
    padding-top: 5px;
}

input[type=search] {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    background: #eee;
    border: none;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
    padding: 7px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search-entry {
    font-size: 14px;
    background: #fff;
    margin-bottom: 25px;
    padding: 40px;
}

.search-entry h2 {
    font-size: 16px;
    margin: -8px 0 5px;
}

.search-entry-image a {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.search-entry-text {
    float: right;
    width: 490px;
}

.entry-text {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

input[type=text],input[type=email],input[type=password] {
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

input[type=text],input[type=email],input[type=password],textarea {
    /*font-family: Helvetica, Arial, Helvetica, sans-serif;*/

font-family: Proximanova;

    background: #fafafa;
    color: #666;
    display: block;
    font-size: 12px;
    margin-left: 0;
    border: 1px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-appearance: none;
    padding: 0 10px;
}

textarea {
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    padding: 10px;
}

input[type=text],input[type=password] {
    width: 200px;
}

.wpcf7-form p {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}

.entry button,.entry input[type=button],.entry input[type=submit],#commentsbox input[type=submit] {
    position: relative;
    display: block;
    height: 35px;
    line-height: 35px;
    outline: none;
    border: none;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    background: #000;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none!important;
    font-weight: 700;
    font-size: 12px;
    padding: 0 15px;
}

.entry button:active,.entry input[type=button]:active,.entry input[type=submit]:active,#commentsbox input[type=submit]:active {
    top: 1px;
}

#commentsbox {
    background: none repeat scroll 0 0 rgba(68,68,68,0.1);
    padding: 40px;
}

h3#comments-title {
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.comment-details ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 8px;
    padding-top: 8px;
}

.comment-details ul li:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.commentlist li {
    list-style: none;
    margin: 0;
}

.comment-body {
    margin-bottom: 25px;
    font-size: 13px;
}

.comment-details {
    position: relative;
    margin-left: 70px;
    background: none repeat scroll 0 0 #555;
    border: 1px solid #595959;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 20px;
}

.comment-avatar {
    position: absolute;
    top: 0;
    left: -70px;
}

.comment-avatar img {
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.comment-content {
    margin-top: 5px;
}

.comment-date {
    font-size: 11px;
    font-weight: 400;
}

.comment-date a {
    color: #888;
}

.comment-reply-link {
    display: block;
    float: left;
    font-size: 10px;
    color: #888;
    background: #e9e9e9;
    margin-top: 20px;
    border-radius: 2px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    padding: 1px 5px;
}

.comment-reply-link:hover {
    color: #fff!important;
    background: #ff0030;
}

#cancel-comment-reply-link {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    border-radius: 2px;
    padding: 1px 5px;
}

#comments_wrap {
    margin-top: 15px;
}

#comments-logged-in {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 13px;
}

#log-out {
    float: right;
    margin-top: -56px;
}

.form-submit {
    height: 55px;
    margin-bottom: 0;
}

h3#reply-title {
    font-size: 14px;
    margin: 0 0 25px;
}

.children #commentform textarea {
    width: 95.6%;
}

#commentform input {
    float: left;
    margin-right: 10px;
    margin-top: 0!important;
}

#commentform label {
    font-size: 11px;
    font-weight: 400;
    color: #999;
}

#commentsbox span.required {
    color: #C30;
    font-size: 9px;
}

#commentform input#author,#commentform input#email,#commentform input#url {
    font-size: 12px;
    width: 40%;
    margin-top: 10px;
}

#commentform textarea {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
}

.comment-subscription-form {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}

.comment-subscription-form input,.comment-subscription-form label {
    float: left;
    margin: 0 5px 0 0 !important;
    padding: 10px;
}

#comment-left {
    float: left;
    width: 160px;
    padding-right: 35px;
}

#comment-right {
    float: left;
    width: 445px;
}

.button {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    padding: 7px 15px;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: 0 opacity;
    -moz-transition-property: 0 opacity;
    -ms-transition-property: 0 opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

#img-attach-page {
    padding-right: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.wp-caption {
    max-width: 100%!important;
    text-align: center;
    margin: 25px 0;
}

.wp-caption img {
    display: block;
    border: 0 none;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    background-color: #f3f3f3;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 20px;
}

.wp-smiley {
    max-height: 1em;
    margin: 0!important;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto 20px;
}

.gallery-item img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.viewer li {
    -webkit-transition: width 500ms cubic-bezier(0.075,0.820,0.165,1.000);
    -moz-transition: width 500ms cubic-bezier(0.075,0.820,0.165,1.000);
    transition: width 500ms cubic-bezier(0.075,0.820,0.165,1.000);
}

.viewer .caption {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption {
    opacity: 100;
    visibility: visible;
}

.scroller-con {
    position: relative;
    overflow: hidden;
}

.scroller-con .scroller {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.scroller-con .inner {
    position: absolute!important;
}

.scroller-con.easing .inner {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.scroller-con.skin_default .scrollbarx {
    width: 60px;
    height: 7px;
    left: 0;
    bottom: -25px;
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    background: #000;
}

.scroller-con.skin_default .scrollbarx_bg {
    height: 7px;
    left: 0;
    bottom: -25px;
    background: #eee;
}

.scroller-con.skin_default .scrollbary {
    width: 7px;
    height: 60px;
    top: 0;
    right: -10px;
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    background: #000;
}

.scroller-con.skin_default .scrollbary_bg {
    width: 7px;
    top: 0;
    right: -10px;
    background: #eee;
}

#scroller-wrap {
    position: relative;
    margin-left: -40px;
}

.body-hidden-sidebar.single-galleries #scroller-wrap {
    margin-left: 0;
}

#scroller-wrap-inner .scroller-entry:last-child {
    padding-right: 0;
}

.scroller-entry {
    float: left;
    padding-right: 5px;
}

.scroller-entry-img {
    position: relative;
    height: auto;
    width: auto;
}

.scroller-entry-img a {
    height: 600px;
    display: block;
    text-decoration: none;
}

.scroller-entry-img span.inner-border {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    opacity: 0.7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.scroller-entry-img a:hover span.inner-border {
    border: 15px solid #FFF;
    opacity: 0.4;
}

.scroller-entry-description {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 25px;
}

.scroller-entry-description h2 {
    line-height: 1.4em;
    font-size: 18px;
    margin: 0;
}

.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #000;
}

.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
}

#makeMeScrollable div.scrollableArea img {
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.scrollingHotSpotLeft {
    min-width: 75px;
    width: 116px;
    height: 200px;
    top: 50%;
    margin-top: -137px;
    background-image: url(images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0;
    cursor: url(images/cursors/cursor_arrow_left.gif), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

.scrollingHotSpotLeftVisible {
    background-color: #fff;
    background-image: url(images/arrow_left.gif);
    background-repeat: no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
}

.scrollingHotSpotRight {
    min-width: 75px;
    width: 116px;
    height: 200px;
    top: 50%;
    margin-top: -137px;
    background-image: url(images/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0;
    cursor: url(images/cursors/cursor_arrow_right.gif), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

.scrollingHotSpotRightVisible {
    background-image: url(images/arrow_right.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
}

#links {
    z-index: 26;
    position: relative;
    width: 100%;
    height: 198px;
}

.links-float-left {
    position: relative;
    left: 70px;
    float: left;
    width: auto;
}

.links-float-right {
    position: relative;
    float: right;
    width: auto;
}

#links img {
    border: none;
}

#links a {
    color: #fff;
    text-decoration: none;
}

#gallery-numbers {
    position: relative;
    height: 60px;
}

#gallery-numbers a {
    display: block;
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

#gallery-numbers img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 40px;
    height: 60px;
}

#gallery-texts {
    position: relative;
    margin-top: 1.2em;
    margin-left: 20px;
}

#jeremy-park-contact {
    display: block;
    position: absolute;
    top: 0;
    left: 400px;
}

#jeremy-park-logo {
    display: block;
    margin: 0 2em 2em 0;
}

.ngumpet {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#content-container-inner {
    height: auto;
}

#imgs-slider {
    background-color: #000;
    height: 700px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

#ul-imgs-slider {
    height: 700px;
    left: 0;
    list-style: none outside none;
    position: relative;
    top: 0;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
}

#ul-imgs-slider li {
    background: url(../img/loading-1.gif) no-repeat scroll 50% 50% transparent;
    float: left;
    height: auto;
    min-width: 100px;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
}

#ul-imgs-slider h2,#ul-imgs-slider p {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#ul-imgs-slider img {
    display: inline;
}

#sidebar li {
    display: inline-block;
    padding: 10px 40px 10px 10px;
}

.menu-item a {
/*position:absolute;*/
    z-index: 10;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Lovelo;
}

#test_comm {
    width: 40px;
    height: 60px;
    background-size: 100% auto;
    float: left;
    background-repeat: no-repeat;
    margin-right: 20px;
    position: absolute;
    line-height: 60px;
    border-style: none;
}

#test_comm img:hover {
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 20px;
}

#bottom_img0 {
    height: 53px;
    margin-top: 60px;
    position: absolute;
    width: 340px;
    margin-left: 20px;
}

.contact-page-column-one {
   float: left;
/* text-align: right; */
width: 31%;
/* opacity: 0.7; */
/* filter: alpha(opacity=70); */
color: #666;
margin-left: 4%;
}
div#contact_image img {
/*width: 219px;*/
}

.contact-page-column-two {
    float: right;
    width: 57%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.contact-page h2 {
    color: #D8D8D8;
    font-family: customf;
    font-size: 22px;
    font-weight: 400;
    height: 25px;
    text-transform: uppercase;
}

.contact-page h3 {
    color: #666;
    font-family: Lovelo;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 0;
    padding: 0;
}

.contact-page input[type=text],input[type=email],input[type=password],textarea {
    width: 100%;
    border: 1px solid #666;
    background: transparent;
    color: #c9c9c9;
    margin-bottom: 10px;
}

.contact-page input[type=submit] {
    background: transparent;
    float: right;
    color: #D8D8D8;
    font-family: customf;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .25s ease-in-out 0;
}

.contact-page input[type=submit]:hover {
    background: transparent;
    color: #fff;
}

#ivycat-testimonial blockquote {
color: #2E2D2D;
font-weight: normal;
/*text-shadow: 0px 0 0px #111;*/
margin: 0px 0px;
padding-right: 0;
font-family: Proximanova;
letter-spacing: 0.2px;
font-size: 15px;
padding-left: 0;
}
#ivycat-testimonial blockquote cite {
font-weight: normal;
}
#ivycat-testimonial {
  margin: 0px 0px;
    height: 110px;
}

.mobilebar li {
    height: auto;
    width: 100%;
    padding: 0 0 0 30px !important;
}

.mobilemenu a {
    height: 20px!important;
    width: 100%!important;
    font-family: customf;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0!important;
    padding: 0!important;
}

#rlogo a {
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

#rlogo a:hover {
    opacity: 0.5;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,html[xmlns] .slides,.no-js .slides > li:first-child,#post-thumbnail img,#wp-calendar tbody a,.search-entry-image img,#gallery-texts img.active {
    display: block;
}

body a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.widget_nav_menu li.current-menu-item > a {
    color: #009ec7;
}
.widget_nav_menu li.current-menu-item > a
{
border-bottom: 2px solid rgb(87, 87, 87) !important;
color: rgb(87, 87, 87) !important;
padding-bottom: 0.4% !important;   
}
#centered img,#tbncontainer img,.post-container img,#img-attach-page img {
    max-width: 100%;
}

#copyright a:hover,.meta a {
    color: #999;
}

.clearfix:after,.slides:after,.comment-subscription-form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

blockquote p:last-child,.entry p:last-child,p img,.flexslider ul,#single-gallery-media .flex-caption p:last-child,#single-gallery-info p:last-child,#popup-galleries-inner a:last-child,.loop-entry p:last-child,.search-entry-text p:last-child,.comment-details ul,.commentlist,.comment-content p:last-child,.commentlist .children {
    margin: 0;
}

h5,.logged-in-as {
    font-size: 12px;
}

strong,.comment-author {
    font-weight: 700;
}

a:focus,a {
    outline: 0;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus,input[type=text]:focus,input[type=password]:focus,textarea:focus {
    outline: none;
}

.flexslider-container,#respond,#jeremy-park-contact img {
    position: relative;
}

#single-gallery-media .flex-direction-nav li a:hover,#single-gallery-media .flex-pauseplay a:hover {
    background-color: #ff0030;
}

#single-gallery-media .flex-control-nav li a:hover,#single-gallery-media .flex-control-nav a.flex-active,.comment-reply-link:hover,#cancel-comment-reply-link:hover {
    color: #fff;
    background: #ff0030;
}

#single-gallery-media .flex-control-nav a.flex-active:hover,.button:hover {
    color: #fff;
}

#single-gallery-media li.slide img:hover,.loop-entry-thumbnail a:hover img {
    opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-opacity: 0.85;
}

.masonry-entry a:hover img,#popup-galleries-inner img:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

#content-toggle-container,#masonry-pagination .page-of-page,input[type=search]::-webkit-search-decoration,#gallery-texts img {
    display: none;
}

#gallery-toggle-bar a:hover,#gallery-info-close:hover,#popup-galleries-close:hover {
    background: #ff0030;
}

.meta a:hover,.sidebar-box a:hover,input[type=search]:focus,.comment-author a {
    color: #000;
}

.meta li.comments,h3#comments-title span {
    padding-left: 28px;
    background: url(images/comment-bubble.png) left center no-repeat;
}

.tagcloud a:hover,.entry button:hover,.entry input[type=button]:hover,.entry input[type=submit]:hover,#commentsbox input[type=submit]:hover {
    background: #ff0030;
    color: #fff;
}

.search-entry-image,.floatleft {
    float: left;
}

.children li.depth-2,.children li.depth-3,.children li.depth-4,.children li.depth-5,.children li.depth-6,.children li.depth-7,.children li.depth-8,.children li.depth-9,.children li.depth-10 {
    margin: 0 0 0 65px;
}

.floatright,#dogflip {
    float: right;
}

.scroller-con .scrollbary,.scroller-con .scrollbary_bg,.scroller-con .scrollbarx,.scroller-con .scrollbarx_bg {
    position: absolute;
    cursor: pointer;
}

.scroller-con.skin_default .scrollbarx:hover,.scroller-con.skin_default .scrollbarx:active,.scroller-con.skin_default .scrollbary:hover,.scroller-con.skin_default .scrollbary:active {
    background: #E50937;
}

.contact-page p,.mobilebar {
    margin: 0;
    padding: 0;
}
div#header {
max-width: 100%;
margin: 0 auto;
width: 100%;
text-align: center;
}
div#social {
margin-top: 8%;
margin-left: 5%;
}
.logo {
/* margin-top: 1%; */
padding-top: 2%;
}
.contact_section {
max-width: 960px;
margin: 0 auto;
}
span#rlogo a img {
display: none;
}
.contact_section .clear {
margin-left: 4%;
}
.wpcf7-form-control.wpcf7-submit
{
font-size: 18px;
color: #000000 !important;
opacity: 1; 
text-shadow: none !important;
font-family: Proximova;
font-weight: bold;
font-family: Proximanova !important;
opacity: 0.5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
height: 181px;
}
input.wpcf7-form-control.wpcf7-submit {
font-family: Lovelo;
font-size: 12px;  
color: #585858;
text-shadow: 1px 1px;
font-weight: bold;
}
.contact-page-column-two {
margin-bottom: 2%;
}
div#contact_info {
  display: none;
font-family: Proximanova;
}

.blog .entry-content {
background: white;
padding-bottom: 12px;
}
.blog div#centered div:nth-child(2) {
/*display: none;*/
}
span#rlogo {
display: none;
}
.entry input[type=submit]:hover
{
  background: none;
color: initial !important;
}
.ict-content em
{
  font-style: italic;
}
div#post_socials {
float: right;
width: 12%;
padding-top: 2%;
}
body.blog.paged #content-right {
max-width: 960px;
width: 100%;
margin: 0 auto;
}
.contact-template {
max-width: 960px;
margin: 0 auto;
}
.contact_section .entry-content.clearfix {
background: none;
border-top: 1px solid #666;
}
body.single.single-post div#content-right #centered div:nth-child(1) {
display: none !important;
}
body.single.single-post div#content-right #centered hr{
display: none !important;
}
li.goback {
display: none;
}
/*div#content-right #centered hr {
display: none !important;
}*/

body.single.single-post div#content-right
{
	max-width: 960px;
	margin:0 auto;
}
div#content-right
{
opacity:1;
}
div#content-right .entry {
  opacity: 1;
}

article.entry.clearfix {
    max-width: 960px;
    margin: 0 auto;
}

@media only screen and (max-width:1240px){

.videos_block .single_video_block:hover .video_cover_page {
   top: -211px;
  height: 205px !important;
}


.videos_block .single_video_block {
 max-height: 205px;

}

}

@media only screen and (max-width: 860px){
.videos_block .single_video_block {
    width: 50%;
    float: left;
    margin-right: 0px;
    max-height: 250px;
    margin-bottom: 49px;
}

.video-template {
    max-width: 100%;
    margin: 0 auto;
    width: 93%;
}

.videos_block .single_video_block:hover .video_cover_page {
  top: -256px;
  height: 249px !important;
  width: 76.9% !important;
  float: left;
}


.video_box_title a {
    line-height: 1.4;
    color: #fff;
    width: 97%;
    float: left;
    padding: 37% 4px;
}

}


@media only screen and (max-width: 835px){
.videos_block .single_video_block:hover .video_cover_page {
  top: -256px;
  height: 249px !important;
  width: 78.9% !important;
  float: left;
}

}

@media only screen and (max-width: 820px){
.videos_block .single_video_block:hover .video_cover_page {
 width: 78.9% !important;
  }

}


@media only screen and (max-width: 820px){
.videos_block .single_video_block:hover .video_cover_page {
 width: 78.9% !important;
  }

}

@media only screen and (max-width: 790px){
.videos_block .single_video_block:hover .video_cover_page {
 width: 82.9% !important;
  }

}



@media only screen and (max-width: 780px){
.videos_block .single_video_block {
    width: 50%;
    float: left;
    margin-right: 0px;
    max-height: 250px;
    margin-bottom: 49px;
}

.video-template {
    max-width: 100%;
    margin: 0 auto;
    width: 93%;
}

.videos_block .single_video_block:hover .video_cover_page {
  top: -256px;
  height: 249px !important;
  width: 84.9% !important;
  float: left;
}


.video_box_title a {
    line-height: 1.4;
    color: #fff;
    width: 97%;
    float: left;
    padding: 37% 4px;
}

}


@media only screen and (max-width: 750px){
.videos_block .single_video_block:hover .video_cover_page {
 width: 91.4% !important;

}
    }


@media only screen and (max-width:680px){
.videos_block .single_video_block:nth-child(2) {
    margin-right: 0px;
}

.videos_block .single_video_block {
    width: 48%;
    float: left;
    margin-right: 24px;
    max-height: 237px;
    margin-bottom: 20px;
}

.videos_block .single_video_block:hover .video_cover_page {
    width: 100% !important;
}


.videos_block .single_video_block:hover .video_cover_page {
    top: -245px;
    height: 239px !important;
   
}

    }


@media only screen and (max-width:640px){
.videos_block .single_video_block {
    width: 100%;
   max-height: 250px;
   }

.videos_block .single_video_block:hover .video_cover_page {
    width: 56.2% !important;
    margin: 0px auto;
    float: none;
    top: -257px !important;
    height: 251px !important;
}

.single_image_block {
    margin: 0px auto;
    text-align: center;
}

}

@media only screen and (max-width:580px){
.videos_block .single_video_block:hover .video_cover_page {
    width: 60% !important;
   
}

}


@media only screen and (max-width:440px){
.videos_block .single_video_block:hover .video_cover_page {
    width: 83% !important;
   }

}


@media only screen and (max-width:390px){
.videos_block .single_video_block:hover .video_cover_page {
    width:90% !important;
   }

}


@media only screen and (max-width:380px){
.videos_block .single_video_block:hover .video_cover_page {
    width:92% !important;
   }

}


@media only screen and (max-width:320px){
.videos_block .single_video_block {
    width: 100%;
    max-height: 230px;
    margin-right: 0px !important;
}

.videos_block .single_video_block:hover .video_cover_page {
    width: 99% !important;
}

.videos_block .single_video_block:hover .video_cover_page {
 top: -238px !important;
    height: 232px !important;
}

}