/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
*/

/**{word-break:break-all;}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
*/

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
*/

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    /*outline: thin dotted;*/
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
    cursor:pointer;

}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
*/
@font-face {
    font-family: 'si';
    src: url('social_font/socicon.eot');
    src: url('social_font/socicon.eot?#iefix') format('embedded-opentype'),
         url('social_font/socicon.woff') format('woff'),
         url('social_font/socicon.ttf') format('truetype'),
         url('social_font/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}





h1 {
    font-size: 30px;

}
h2 {font-size:24px;line-height:1em;}
h3{font-size:18px;}
h1, h2, h3, h4, h5, h6 {
    font-family: "sofiapro",Arial,sans-serif;
    font-weight: normal;
}
h1,h2,h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top:0;
    margin-top:0;
} 
/**
 * 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 differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
*/

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
*/

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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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 5 and Chrome
 * on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.bodycontainer{ background:#fff;
                width:100%; min-height:100%;
                position:relative;margin-left:auto;margin-right:auto;
}

html{font-size:11px;height:auto;}

body { height:auto;
       margin: 0;
       padding: 0;
       border: 0;			/* This removes the border around the viewport in old versions of IE */
       width: 100%;
       /*background-image: url(../http://images.allrefer.com/images/496.png);
       background-repeat:repeat;
       min-width: 600px;    	/* Minimum width of layout - remove line if not required */
       /* The min-width property does not work in old versions of Internet Explorer */
       font-size: 100%;
      font-family: 'Titillium Web', sans-serif;

}
a {
    color: #0073B8;
    text-decoration: none;
}
a:hover {
    color: #F30;
    text-decoration: none;
}
a:active{
    color:#000;
}
p{font-size:11px;}
/* Header styles */
/*** additional changes**/
.sprite.Sitemap_Black:hover{background-position: -1162px 0px; color: #3da4d1;}
.sprite.Photos_Black:hover { background-position: -892px 16px;color: #3da4d1;}
.sprite.Categories_Black:hover { background-position: -210px 16px;color: #3da4d1;}
.ar_sitemap_pkg_tab:hover { border-bottom: 3px solid #3da4d1;}

.ar_sitemap_destn_tab:nth-child(1){border-bottom: 3px solid #fff;height: 30px; padding-bottom: 11px;    padding-top: 20px;}
.ar_sitemap_destn_tab:nth-child(2){border-bottom: 3px solid #fff;height: 30px;}
.ar_sitemap_pkg_tab{ border-bottom: 3px solid #fff;height: 30px;}

.ar_sitemap_innerdata tr{float: left;width: 47%;padding:5px 5px 10px; }
.ar_sitemap_innerdata td { display: block; float: left; text-align: center; width: 100%;}
.ar_sitemap_innerdata{border-top:1px solid #00BBF2;border-bottom:1px solid #00BBF2;width:100%;}
.ar_sitemap_innerdata tr:nth-child(1){border-right:2px solid #00BBF2; }
.ar_photo_alpha_pagtr2,.cat_alpha_pagtr2{border-bottom:1px solid #36b2e7;}
.photo_alpha_pag_tbl tr td{padding:20px 5px;}
.cat_alpha_pag_tbl tr td{padding:20px 5px;}
/** additional changes **/


.ar_sitemap_breadcrump{
text-align:left;
padding:5px;
 padding:10px;
 box-shadow: 1px -1px 5px 0 #000;
}
.ar_sitemap_breadcrump a{
 padding-left:3px; padding-right:3px;
}
.ar_sitemap_breadcrump span{
 padding-left:3px; padding-right:3px;
}
.ar_sitemap_pg {
 text-align: center;
}
.ar_sitemaps_tabs{
 text-align: center;
 border-bottom:1px solid #5EAED1;padding-top: 25px;
}
.ar_sitemap_destn_tab, .ar_sitemap_pkg_tab, .ar_sitemap_oprt_tab, .ar_sitemap_tab{
 display: inline-table;	 
 vertical-align:middle;
 text-align: left;
 width: 13%;
 font-size:20px; 
 margin:0px 65px;

}
.ar_sitemap_destn_tab.ar_sitemap_selected:nth-child(1), .ar_sitemap_destn_tab:nth-child(1):hover 
{
    padding-bottom: 11px;
    padding-top: 20px;	
	color:#3da4d1;border-bottom: 3px solid;
}
.ar_sitemap_destn_tab.ar_sitemap_selected:nth-child(2) , .ar_sitemap_destn_tab:nth-child(2):hover 
{border-bottom:3px solid #3da4d1;}

.ar_sitemap_pkg_tab.ar_sitemap_selected ,.ar_sitemap_pkg_tab:hover
{background:url(http://images.allrefer.com/images/Categories_Blue.png) no-repeat center left;}

/*.ar_sitemap_destn_tab a:hover, .ar_sitemap_pkg_tab a:hover, .ar_sitemap_oprt_tab a:hover , .ar_sitemap_tab a:hover
{color:#3da4d1}*/
.ar_sitemap_destn_tab a, .ar_sitemap_pkg_tab a, .ar_sitemap_oprt_tab a, .ar_sitemap_tab a{
  color:black;
 
}
.ar_sitemaps_tabs ul{
padding-left:0px;margin:0;
}
.ar_sitemap_selected{
color: #3da4d1; 
 cursor:default;
 border-bottom:3px solid;
}
.ar_sitemap_heading{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 2px 2px 2px #d8d8d8;margin-top:15px;
}
.ar_sitemap_heading_info{
  font-size: 15px;
  text-align: center;
  width:50%;
  margin:0 auto 15px;
  border-bottom:1px solid #05b8f2;
   padding-bottom:10px;
}
.cat_alpha_pagtr2 a{
padding:2px 10px;
border-radius:10px;
 text-align: center;
vertical-align: middle;
border-right:1px solid #3da2cc;
border-left:1px solid #3da2cc;
border-top:none;border-bottom:none;
display:inline-block;
text-decoration:none;
 font-size:12px;
 color:#3da2cc;
 margin:5px;
 
}

.cat_alpha_pagtr1 a{
    display: inline-block;
    font-size: 28px;
    margin-top: -5px;
	border:1px solid #00BBF5;
	background:#00BBF5;
	color:#fff;
	height:45px;width:45px;line-height:45px;text-align:center;	
	border-radius:35px;
}
.cat_alpha_pagtr1 span{
    display: inline-block;
    font-size: 28px;
    margin-top: -5px;
	border:1px solid #00BBF5;
	background:#00BBF5;
	color:#fff;
	height:45px;width:45px;line-height:45px;text-align:center;	
	border-radius:35px;
}
.cat_alpha_pagtr1 a:hover{
font-size:32px;
}
.cat_alpha_pagtr1, .cat_alpha_pagtr2{
vertical-align:top;
padding:5px;
color:grey;
}
.cat_alpha_pagtr1 {
font-size: 32px;
width:32px;
}
.cat_alpha_pagtr2 span{
    display: block;
    margin-top: 14px;
}
.cat_browse_lbl{
  font-size: 15px;
  text-align: center;
  width:50%;
  margin:0 auto 15px;
 /* border-bottom:1px solid #05b8f2;*/
   padding-bottom:10px;
}
.photo_alpha_pag_tbl{
width:95%;
margin-bottom:35px;
  margin-left: 2%;
}
.cat_alpha_pag_tbl{
width:95%;
margin-bottom:35px;
  margin-left: 5%;
}
.sm_categories_tbl {
   margin:0 auto;
    width: 92%;
}
.sm_categories_tbl tr td{
width:25%;
padding:5px;
}
.sm_categories_tbl tr td a{
 color: #3da2cc;
    font-size: 14px;font-weight:bold;
}
.cat_apha_link{
    margin-left: 50px;
    margin-top: 15px;
}
.cat_apha_link a{
padding:2px 10px;
border-radius:10px;
 text-align: center;
vertical-align: middle;
border-right:1px solid #3da2cc;
border-left:1px solid #3da2cc;
border-top:none;border-bottom:none;
display:inline-block;
text-decoration:none;
 font-size:12px;
 color:#3da2cc;
 margin:5px;
 
 
}

.ar_sm_cat_list{
  margin:20px auto;
    width: 95%;
	font-size:12px;
}
.ar_sm_cat_list td{
padding:5px 5px 5px 30px;width:32%;vertical-align:top;border-right:1px solid #00bbf5;cursor: pointer;
}
.ar_sm_cat_list td:nth-child(3){border:none;}
.ar_sm_cat_list td a{
float: left;
    font-size: 12px;
    width: 70%;margin-right: 10px;color:#3da2cc;font-weight:700;
}
.ar_sm_cat_list td:hover{background:#e7f5fe;border-radius:25px;}
.ar_sm_subcat{
  margin:20px auto;
    width: 95%;
	font-size:12px;
}
.ar_sm_subcat td{
padding:5px 5px 5px 30px;width:32%;vertical-align:top;border-right:1px solid #00bbf5;cursor: pointer;

}
.ar_sm_subcat td a{
float: left;
    font-size: 14px;
    width: 70%;margin-right: 10px;color:#3da2cc;font-weight:700;
}
.ar_sm_subcat td:hover{background:#e7f5fe;border-radius:25px;}
 .ar_sitemap_pagination{
  width:100%;text-align:center;margin-bottom:15px; margin-top:35px; clear:both;
    border-top:1px solid #3da2cc;border-bottom:1px solid #3da2cc;
  }
  
  .ar_sitemap_pagination_li{
 margin-left:1% !important;
}
.ar_sitemap_pagination_li li{
padding:2px 10px;
border-radius:10px;
 text-align: center;
vertical-align: middle;
display:inline-block;
text-decoration:none;
 font-size:12px;
 color:#3da2cc;
 margin:5px;
 border-right:1px solid #fff;
border-left:1px solid #fff;
border-top:none;border-bottom:none;
}

.ar_sitemap_pagination_li li img { border:none; }
.ar_sitemap_pagination_li li:hover,
.ar_sitemap_pagination_li li.tc_sitemap_pagination_current 
{
padding:2px 10px;
border-radius:10px;
 text-align: center;
vertical-align: middle;
border-right:1px solid #3da2cc;
border-left:1px solid #3da2cc;
border-top:none;border-bottom:none;
display:inline-block;
text-decoration:none;
 font-size:12px;
 color:#3da2cc;
 margin:5px;
}
.ar_sitemap_pagination_li li a{
    color: #0a7ec5 ;
    display: block;	
}
.ar_sitemap_pagination_li li span{
    color: #000 ;
    display: block;	
}
.ar_sitemap_pagination_li li a:hover{
    color: #000 ;
    display: block;
}
.ar_sitemap_selec_cat{
 border-bottom:2px solid #3da2cc;
padding-top:2px;margin-bottom:20px;
 padding-bottom: 3px;clear: both; display: inline-block; width: 100%;
 
}

.ar_sitemap_selec_cat1{
font-size:18px;font-weight:bold;margin-left:8px;text-align:left; float:left;text-transform:uppercase;

}
.ar_sitemap_selec_cat1 span{
font-size:12px;
font-weight:normal;
}
.ar_sitemap_selec_cat2 a{
 font-size:13px;font-weight:normal;
}
.ar_sitemap_selec_cat2{
 float: right; margin-right: 8px;
}
.ar_sitemap_selec_cat2 span{ 
 font-weight:bold; vertical-align: middle;font-size:14px;
}
.ar_sitemap_selec_cat2 h1{ 
 font-size: 18px; display: inline-block; margin-left: 5px; vertical-align: middle;
}
.ar_sitemap_selec_cat2 h1 a{ 
 font-size: 18px;
}
.ar_sitemap_selec_cat2 h3{
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}
.ar_sitemap_selec_cat2 h3 a{
    font-size: 18px;color:#3da2cc;
}
.ar_direct_cat{
    font-size: 12px !important;
    font-weight: bold;
}
.ar_sm_sep_div{
 width:94%;margin:0px 0 20px 2%;
}
/*.ar_sm_sep{
 border-top: 2px solid rgb(168, 168, 168); width: 95%; margin-top: 25px;  margin-left: 3%;
}*/
.ar_sm_sep_alphabet{
 font-size: 28px; text-align: center; 
 z-index: 500; margin:0 auto; color:#01BBF4;
}
.ar_sm_sep_pg_count{
margin:-55px auto 10px ;width:120px;border-bottom:2px solid #01bbf4;border-radius:90%;padding:70px 10px 35px 10px;text-align:center;color:#01bbf4;font-size:16px;}
.ar_sm_quick_lnk_count{
margin-top:10px;
font-weight:normal !important;
}
.ar_photo_alpha_pagtr2 a{
padding:2px 10px;
border-radius:10px;
 text-align: center;
vertical-align: middle;
border-right:1px solid #36b2e7;
border-left:1px solid #36b2e7;
border-top:none;border-bottom:none;
display:inline-block;
text-decoration:none;
 font-size:12px;
 color:#36b2e7;
 margin:5px;

}
.ar_photo_alpha_pagtr1 span{
    display: inline-block;
    font-size: 28px;
    margin-top: -5px;
	border:1px solid #00BBF5;
	background:#00BBF5;
	color:#fff;
	width:45px;height:45px;line-height:45px;text-align:center;
	border-radius:35px;
        
}
.ar_photo_alpha_pagtr1 a{
    display: inline-block;
    font-size: 28px;
    margin-top: -5px;
	border:1px solid #00BBF5;
	background:#00BBF5;
	color:#fff;
	width:45px;height:45px;line-height:45px;text-align:center;
	border-radius:35px;
}
.ar_photo_alpha_pagtr1 a:hover{
font-size:32px;
}
.ar_photo_alpha_pagtr1, .ar_photo_alpha_pagtr2{
vertical-align:top;
padding:5px;
color:grey;
}
.ar_photo_alpha_pagtr1 {
  font-size: 32px;
  width: 32px;
}

.ar_photo_alpha_pagtr2 span{
    display: block;
    margin-top: 14px;
}
.photo_apha_link{
    margin-left: 50px;
    margin-top: 15px;
}
.photo_apha_link a{
padding:2px 10px;
border-radius:10px;
 text-align: center;
vertical-align: middle;
border-right:1px solid #36b2e7;
border-left:1px solid #36b2e7;
border-top:none;border-bottom:none;
display:inline-block;
text-decoration:none;
 font-size:12px;
 color:#36b2e7;
 margin:5px; 
}

.ar_sm_photo_div{
    display: table;
   float:left;width:100%;
    margin-top: 35px;
}
.ar_sm_photo_sec img {
    height: 110px;
    width: 110px;
}
.ar_sm_photo_eachdiv{width:19%;display:inline-table;margin:10px auto; border-right:1px solid #3da2cc;}
.ar_sm_photo_sec {
    height: 110px;
    width: 160px;text-align:center;margin:0 auto;
}
.ar_sm_photo_desc {
    height: auto;
    width: auto;margin:10px auto;text-align:center;color:#000;font-size:12px;
}
.ar_sm_photo_innerdiv{width:95%;margin:0 auto;}

.ar_sm_photo_innerdiv{
  width:100%;text-align:center;}

.ar_sm_photo_desc{
 margin-top:3px;
 font-size:11px;
 padding:5px;
}


.ar_view_breadcrump{
 text-align:left;
 padding:5px;
 padding:10px;
}
.ar_view_breadcrump a{
 padding-left:3px;
 padding-right:3px;
}
.ar_view_breadcrump > a:hover {  color: #0e9ad8;}
.ar_view_breadcrump span{
 padding-left:3px;
 padding-right:3px;
}
.credit{

background: #ccc; 
z-index: 999; 
position: absolute; 
padding: 5px; 
color:#fff;
}

.credit, .credit:hover{
color:#fff;
}

.ar_view_photo_details_data{
 width:98%;
 font-size:12px;
 margin-left:1%;
}
.ar_view_photo_details_data1{
 padding:5px;
 font-weight:bold;
 vertical-align:top;
 width: 23%;
 padding-right:0px;
}
.ar_view_photo_details_data2{
 padding:5px;
 vertical-align:top;
 padding-left:0px;
}
.ar_view_photo_details_lbl{
 padding:5px;background:black;font-size:18px;font-weight:bold;color:#E0E0E0;margin-bottom:15px;
}
.ar_view_tagged_lbl{
 color:#000;font-size:16px;font-weight:bold;border-top:none;border-bottom:none;border-left:3px solid #0E9CDA;border-right:3px solid #0E9CDA;width:18%;text-align:center;border-radius:35px;margin:0 0 15px;
 }
.ar_view_each_sec{
  margin:30px 3% 0;
	display:block;
    width: 94%;float: left;
}
#ar_view_exit_info_data tr {
    display: inline-table;
    width: 95%;
}
.ar_view_exit_info_data{
 width:100%;
 font-size:12px;  margin-top:10px;border-top:3px solid #0C9CD8;
}
.ar_view_exit_info_data .ar_view_exit_info_data2 { width: 21.5%;}
.ar_view_exit_info_data .ar_view_exit_info_data1 { width: 28.5%;}
.ar_view_exit_info_data_td{
 padding:5px;
 vertical-align:top;
 width: 50%;
 padding-bottom:0px;
 padding-top:0px;
}
.ar_view_exit_info_data1{
 font-weight:bold;
 vertical-align:top;
  padding:10px;
  background:#F6FBFF;
  width:25%;vertical-align:middle;
  
}
.ar_view_each_sec table td {
    font-size: 14px;
}
.ar_view_each_sec tr{border-bottom:1px solid #B8E7F1;display: inline-table;
    width: 100%;}
.ar_view_last_div tr{border-bottom:1px solid #B8E7F1;}
.ar_view_exit_info_data1.data_img {
    width: 5%;
}
.ar_view_exit_info_data1 > span {
    display: inline-block;    
    vertical-align: middle;
    width: 35px;
}
.ar_view_exit_info_data2{
 vertical-align:top;
 padding:10px;
 width:20%;vertical-align:middle;
}

.ar_view_odd_td{
  background:none;
}
.ar_view_random_photo_sec{
 float:left;width: 100%;text-align:center; margin: 10px auto;padding:10px 0;border-bottom:1px solid #0f9bd6;
}

.ar_view_link_us_main{
 border: 0px none; width: 100%;text-align:center; background:#E0E0E0;  margin-bottom: 15px; margin: 10px auto;
}
/** new add */
.ar_view_embed_photo_main{
 border: 0px none; width: 100%;text-align:center; background:#E0E0E0;  margin-bottom: 15px; margin: 10px auto;
}

.ar_view_download_main{
 border: 0px none; width: 100%;text-align:center; background:#E0E0E0;  margin-bottom: 15px; 
}

.ar_view_random_photo_lbl{
 font-size: 12px;
 font-weight: bold; 
 text-align:center;
 width: 100%;
 margin:0 auto;
 padding:5px;
 }
 .ar_view_random_photo_lbl > a{padding:5px 10px;border-top:none;border-bottom:none;border-left:3px solid #0f9bd6;border-right:3px solid #0f9bd6; border-radius:35px;color:#000;font-size:16px;font-weight:bold;}
#random_pic .ar_view_random_photo_lbl > a {  cursor: default;}
#random_pic .ar_view_random_photo_lbl > a:hover{color:#000;}
 .ar_view_random_photo_div{
 display: table;
    width: 97%;
	background:white;	
	border:1px solid #8BCAE9;
	margin:10px auto;
}
.ar_view_random_photo{
    height: 91px;
    width: 97px;
    float: left; 
    margin-bottom: 0px;
    margin-left:1px;
    margin-right: 1px;
    margin-top: 0px;
	border:1px solid #8BCAE9;
}
.ar_view_random_photo img{
 max-height:90px;max-width:90px;
}
.ar_view_random_photo_pic{
    height: 98px;
    width: 98px;
    float: left; 
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
	border:1px solid #ccc;
}
.ar_view_random_photo_pic img{
 max-height:96px;max-width:97px;
}
.ar_view_left_sec{
width: 65%;float:left;
}
.ar_view_right_sec{
width: 34%;float:left;
}
.ar_view_more_random_pic{
padding-bottom:5px;
padding-top:5px;
font-size:14px;
padding-left:5px;
text-align:left;
}
#random_pic .ar_view_random_photo_div{border:none;width: 88%;padding: 0 26px;}
#random_pic .ar_view_random_photo_pic{border:none;}
#random_pic .ar_view_more_random_pic{border:1px solid #0F9BD6;text-align:center; font-size:14px;width:100%;padding:0px 0;margin:10px 0;border-radius:35px;}
.ar_view_more_random_pic:hover{background:#0F9BD6;color:#fff;}
#random_pic .ar_view_more_random_pic:hover a{color:#fff;}
#random_pic  .ar_view_more_random_pic a{color:#0F9BD6;}
.ar_view_more_random_pic a{
display:inline-block;color:#0f9bd6;
}
.ar_view_more_random_pic span{
display:inline-block;
}
.ar_view_cover_img_div{
width:100%;text-align:center;float: left;position: relative;
}
.ar_view_cover_img_div img{
max-width:600px;cursor:zoom-in;cursor:-webkit-zoom-in;height: auto;max-height:100%;
position: relative;top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ar_view_heading{
 margin:30px 3% 10px 3%;float:left;width:100%;font-size:26px;
}
.ar_view_cat_list{

display:table;width:100%;margin:10px 0;padding:15px 0; border-bottom:1px solid #0E9CDA;
}
.ar_view_cat_list a{
 font-size:14px;
 padding:5px 5px;border-radius:3px;
 margin-right:10px;
 display:inline-block;
 border:1px solid #0E9CDA;color:#0E9CDA;
 margin-bottom: 12px;
}
.ar_view_last_div {
    float: left;
    position: relative;
    width: 100%;
}
.ar_view_right_sec .ar_view_last_div tr:hover{background:none;}
.ar_view_cat_list a:hover{
background:#0E9CDA;color:#fff;
}
.ar_view_cat_list_select{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.more_exit_details_btn_main{
width:100%; text-align:center; float: left; position: relative; margin: 10px auto;
}

.more_exit_details_btn{
margin-left:1%;
display:inline-block;
padding:5px;
border:none;
cursor:default;
background:none;
}
.more_exit_details_btn:hover{
background:#e6e6e6;
}
.ar_view_cintainer{
 width:100%;display:table;
}
.ar_view_link_us{
 color: grey; font-size: 12px; text-align: left; padding-top: 5px; padding-left: 4%; 
}

.ar_view_link_us_field{
 width:90%;background:white;border:1px solid grey; margin: 10px auto; padding: 5px;
}
.ar_view_right_sec_sep{
 border-top:1px solid grey;width:92%;display:inline-block;margin-top:5px;margin-bottom:5px;
}
.ar_view_embed_photo{
 color: grey; font-size: 12px; text-align: left; padding-top: 5px; padding-left: 4%;
}
.ar_view_embed_photo_field{
 width:90%;background:white;border:1px solid grey; resize: none;height: 40px; overflow:auto;color:green; margin: 7px auto; padding: 5px;
}
.ar_view_download_sec{
 color: grey; font-size: 12px; text-align: left; padding-top: 5px; padding-left: 4%; text-indent: 10px;
}
.ar_view_download_field{
 text-align:left;padding:10px;
}
.ar_view_download_optn{
 padding-bottom: 3px;padding-left: 5px;padding-right: 5px;padding-top: 3px;border:1px solid #999;border-radius:2px;width:50%;margin-right:2%; margin-left: 6%;
}
.ar_view_license_box{
border:1px solid black; 
margin-top: 10px;
}

.ar_view_license_text_main{
font-weight:bold;
}
.ar_view_license_text{
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
font-size:12px;
}

.ar_view_license_text_desription{
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
font-size:11px;
}
.ar_sitemap_innerdata_td2 a{
padding-top:6px;
 text-align: center;
 width: 27px;
display:inline-block;
 text-decoration:none;
color:#00BBF2;
font-size:14px;
}

.cat_alpha_pagtr2 > a:hover ,
.cat_apha_link > a:hover,
.ar_photo_alpha_pagtr2 > a:hover,
.photo_apha_link > a:hover,
.ar_sitemap_innerdata_td2 > a:hover
{ color: #000;}


.ar_sitemap_data_tbl{
 width:96%;
 margin-left:3%;
}
.ar_sitemap_data_tbl_td1, .ar_sitemap_data_tbl_td2{
 width:47%;margin-right:20px;float:left;
 vertical-align:top;
}
.ar_sitemap_innerdata_td1{ 
 width: 75px;
 vertical-align:top;
 padding:5px 10px;font-size:14px;
}
.ar_sitemap_innerdata_td2{
 vertical-align:top;
}
.ar_sitemap_alphabet{
font-size: 14px;width:45px; height:45px;line-height:45px; text-align:center;font-size: 28px;border:1px solid #05B8F2; border-radius:25px;background:#05B8F2;color:#fff;margin:10px auto;text-align:center;
}
.ar_view_subhead{
	color:grey;   
    margin: 0 3%;
	width:94%;
	padding:10px 0;
	border-bottom:2px solid #0E9ACD;font-size: 14px;
}
.ar_short_descrption{
 margin:0 3%;padding:10px 0; width:94%;font-size:14px;border-bottom:1px solid #0E9ACD;
}
.ar_short_descrption p, .soc ar_long_descrption p{font-size:14px;}
.ar_long_descrption{
 margin:0 3%;padding:10px 0; width:94%;font-size:14px;border-bottom:1px solid #0E9ACD;
}
.ar_view_pic_info{
 margin-left:3%;margin-top:20px;font-size:12px;width:95%;
}

.exit_info_div_main{
width:100%; display:table; position:relative;
}

.exit_info_div{
 width:45%;display: inline-table;text-align:left; margin:10px;
}
.exit_info_div > img {display: table-cell;margin-right: 10px;vertical-align: middle; width: 25px;float:left;}
.exit_info_tx{
width:40%; vertical-align: middle; font-size:15px;display: table-cell; float: left;margin-right: 10px;
}
.exit_info_txt{
margin-top:5px; display: table-cell; vertical-align: middle;float: left;width: 43%;
}
.ar_view_previous_icon, .ar_view_nxt_icon{
 display: table-cell; vertical-align: middle;cursor: pointer;
}
.ar_view_data {
    display: table-cell;   
    text-align: center;
    width: 100%;
	
}

/*  Sprite Images   */
.simplemodal-container {
    bottom: 0;
    left: 0 !important;
    right: 0;
    top: 0 !important;
}
.simplemodal-wrap { 
    background-color: rgba(0, 0, 0, 0.8);
}

/*** onclick footer menu **/

.onclick-menu {
    position: relative;
    display: inline-block; color:#fff;
	background:url(http://images.allrefer.com/images/up_arrow.png) no-repeat right center;width: 78px;
}

.onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-content {
    position: absolute;
    z-index: 1;
	bottom: 100%;
	background:#fff;
	margin:0;
	padding:0px 5px;
	width:150px;box-shadow: 0 1px 3px 0 #0f9bd6;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}
.footer_menu .onclick-menu-content a {
    color: #000;
}
.onclick-menu-content a{color: #000;
    float: left;
    font-family: titillium web;
    font-size: 15px;
    font-weight: 300;
    width: 100%;}
	.footer_menu .onclick-menu-content > li{
	width:90%;
	padding:5px;
	margin:0;
	border-bottom:1px dashed #0f9bd6;
	float:left;
	}
	.onclick-menu-content > li:last-child{border:none;}
	.onclick-menu-content a:hover{color:#0f9bd6;}

/** onclick footer menu **/



/*.arrow, .download, .upload, .embed, .link, .report, .View{
	background: url("../http://images.allrefer.com/images/sprites.png") no-repeat;
	display:inline-block;
}*/

.arrow{
	background-position: 0 0;
	width: 12px;
	height: 21px;
	display:inline-block;
}

.download{
	background-position: -51px -3px ;
	width: 24px;
	height: 24px;
	display:inline-block;
	float:left;
}

.upload{
  background-position: -96px 0;
  display: inline-block;
  float: left;
  height: 24px;
  width: 24px;
}

.embed{
	background-position: -151px -7px ;
	width: 24px;
	height: 24px;
	display:inline-block;
	float:left;
}

.link{
	background-position: -207px -8px ;
	width: 16px;
	height: 16px;
	display:inline-block;
}

.report{
	background-position: -2px -50px ;
	width: 24px;
	height: 24px;
	display:inline-block;
	float:left;
}

.View{
	background-position: -51px -52px ;
	width: 24px;
	height: 24px;
	display:inline-block;
    float:left;
}

.text {
    float: left;
	margin-bottom:5px;
	margin-top:5px;margin-left: 6px;
}
.outer_main_div{float: left; position: relative;  width: 100%; border-top:4px solid #1887b5;}
.ar_view_left_sec .social_link{width:90%;margin:10px auto;}

.Actual { color: #000; padding: 20px; }
.slideup, .slidedown { max-height: 0;overflow-y: hidden;-webkit-transition: max-height 0.8s ease-in-out; -moz-transition: max-height 0.8s ease-in-out; -o-transition: max-height 0.8s ease-in-out; transition: max-height 0.8s ease-in-out;width:94%;margin:0 3%; }
.slidedown { max-height: 260px ;}   

.slidedown_comment , .slideup_comment{display:none;overflow-y: hidden;-webkit-transition: max-height 0.8s ease-in-out;-moz-transition: max-height 0.8s ease-in-out; -o-transition: max-height 0.8s ease-in-out;transition: max-height 0.8s ease-in-out;}
.slidedown_comment { display:block;} 
.ar_view_last_div table td { font-size: 14px;} 

.comments {width:94%;float:left;position:relative;margin:15px 3%; border-top:3px solid #0c9cd8;}  
.comment_row{width:100%;float:left;position:relative;padding:10px 0;border-bottom:1px solid #83CAE6;}
.commrnt_img { float: left;  position: relative;  width: 10%;}
.commrnt_img > img { height: 50px;  width: auto;border:1px solid #83CAE6;}
.add_ur_comment { font-size: 14px;float: left; position: relative; width: 88%;padding:16px 5px; border:1px solid #83CAE6;font-size:14px; color:#000; }
[contenteditable=true]:empty:before{content: attr(placeholder);display: block; /* For Firefox */color:#0c9cd8;}
.comment_name_dt{width:88%;float:left;position:relative;padding:5px;color:#0c9cd8;font-size:16px;}
.comment_dt {  color: #aaa;  font-size: 13px; font-style: italic;  margin-left: 10px;}
.comment_tl{width:88%;float:left;padding:5px;font-size: 14px;}
.comments > button{border:none;background:#0F9BD6;font-size:18px;color:#fff;width:100%;padding:0px 0;margin:10px 0; border-radius:35px;}
.downloads_size{border:none;background:#0F9BD6;font-size:16px;color:#fff;float:left;padding:6px 30%;margin:10px 10%; border-radius:25px;}
.downloads_size:hover{color:#fff;}
.adv_block{float: left;margin: 0 4%; padding: 5px 0;width: 90%;}
.adv_search_result{float: left;margin: 0 4%; padding: 5px 0;width: 90%;}
.adv_block1{width:94%;margin:0 3%;border:1px solid;float:left;}
.ar_view_right_sec .rtabs{padding:0; width: 100%;border:none;margin-bottom:5px;}
.ar_view_right_sec ul.rtabs li.selected a{background:#0F9BD6;color:#fff;border:1px solid #0F9BD6}
.rtabs li img { width: 15px;}
.ar_view_right_sec ul.rtabs a {width:100%;text-align:left;padding:8px 0px;float:left;font-size: 12px;line-height:normal;border:1px solid #0F9BD6;}
.ar_view_right_sec ul.rtabs li a:link{color:#0F9BD6;}
.ar_view_right_sec ul.rtabs .selected a:link{color:#fff;}
.rtabs span { display: inline-block; width: 25px;height:25px;padding:0;float:left;margin-right:3px;}
.ar_view_right_sec .rtabs span{margin-left: 3px;margin-right: 3px;}

.ar_view_right_sec ul.rtabs > li{margin:0; float: left;width: 25%;}
.ar_view_right_sec ul.rtabs li a:hover{background:#3ECCFE;color:#fff;border:1px solid #3ECCFE;}
.ar_view_right_sec .panel-container > div { float: left; position: relative; background:#F6FBFF;border:1px solid #0F9BD6;width:97%;padding:20px 5px;}
.horizntl_line{float:left;border:1px solid #0F9BD6;width:100%;}
.author{width:90%;float:left;position:relative;margin:0 2%;padding:20px 0;}
.author_licence{width:90%;float:left;position:relative;margin:0 2%;padding:20px 0;}
.ar_view_right_sec #view1 div > img {  float: left; position: relative; width: 25px;}
.ar_view_right_sec #view1 div span { float: left; font-size: 14px; font-weight: bold; margin-left: 10px;  width: 84%;}
.author_dtl > a{color:#3ECCFE;}
.ar_view_right_sec #view1 .licence_dtl > span{font-size:12px;font-weight:normal;margin:5px 0;}
.ar_view_right_sec #view2 > table{width:90%;margin:0 5%;float:left;}
.ar_view_right_sec #view2 tr{border-bottom:1px solid #0F9BD6;}
.ar_view_right_sec #view2 td{padding:10px 5px;width:30%;text-align: center;font-size: 14px;cursor: pointer;}
/*.ar_view_right_sec #view2 td:nth-child(1)::before{content:"";font-size: 6px;padding:0px 5px;border:1px solid #0F9BD6;border-radius:10px;margin-right:10px;}*/
/*.ar_view_right_sec #view2 .size_selected > td{background:#94E1FB;}*/
.ar_view_right_sec table tr:hover{background:#94E1FB;}
.ar_view_right_sec #view2 td:nth-child(1){text-align:left;}
.embedded_title{width:90%;margin:0 5%;float:left;position:relative;border-bottom:1px solid #0F9BD6;padding:10px 0;text-align:center; font-size:15px;font-weight:700;}
.embedded_title > span {font-size: 12px;}
.embedded_dtl{padding:10px 0;}
.linked_us_title{width:90%;margin:0 5%;float:left;position:relative;border-bottom:1px solid #0F9BD6;padding:10px 0;text-align:center; font-size:15px;font-weight:700;}
.linked_us_title > span {font-size: 12px;}
.linked_us_dtl{padding:10px 0;font-size: 12px;}

.ar_view_right_sec #view2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
   
}
.ar_view_right_sec #view2 input[type=radio] {
    display: none;
}
.ar_view_right_sec #view2 label:before {
    content: "";
    display: inline-block;
    width: 12px;  height: 12px; 
    margin-right: 10px; position: absolute;
    left: 0;
    bottom: 1px;
   border:1px solid #0f9bd6;
   
}
.ar_view_right_sec #view2 .radio label:before { border-radius: 8px;}
.ar_view_right_sec #view2 input[type=radio]:checked + label:before {
    content: "\2022";
    color: #0f9bd6;
	background:#0f9bd6;
    font-size: 30px;
    text-align: center;
    line-height: 7px;
}





.report_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
	font-size:14px;
   
}
.report_radio input[type=radio] {
    display: none;
}
.report_radio label:before {
    content: "";
    display: inline-block;
    width: 12px;  height: 12px; 
    margin-right: 10px; position: absolute;
    left: 0;
    bottom: 1px;
   border:1px solid #0f9bd6;
   
}
.report_radio .radio label:before { border-radius: 8px;}
.report_radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #0f9bd6;
	background:#0f9bd6;
    font-size: 30px;
    text-align: center;
    line-height: 7px;
}


/*** for div scrolling**/
.GScroll{
    position:relative;
    overflow:hidden;margin:0 5%;
}
.GScroll > .GScroll-scrollable{
    position:absolute;
    width:95%;
    top:0px;
    left:0px;
}

.GScroll > .GScroll-bar{
    position:absolute;
    width:10px;
    min-height:10px;
    top:0px;
    right:0px;
    display:block;
    background-color: #0f9bd6;
    cursor: default;
    z-index:2;border-radius:5px;
}


/** for div scrolling **/




/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
/***** report popup by swati ***/
.rpt_issue_close_div{
width:60%; margin: 0 auto; text-align:right;
}

.rpt_issue_close_div a {
    cursor: pointer; padding: 12px 2px 0;background:#fff;
}

.rpt_issue_main{
	width: 90%;
	background-color:white;
    margin-right:30%;
    padding:10px;  
	 border: 1px solid #01BBF4;
	box-shadow:none;
	margin:5px auto;
}
.rpt_issue_header{
	background-color: #01bbf4;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 250%;
    text-align: center;
}

.rpt_issue_option{
	padding-bottom:1%;
	padding-top:1%;
	margin-left:1%;
	font-weight:bold;
}

.rpt_issue_radio{
	padding-bottom:1%;
	padding-top:1%;
}

.rpt_issue_divider{
    border-top: 1px solid rgb(0, 0, 0);
    margin-left: 1%;
    margin-top: 15px;
    width: 95%;
	margin-bottom: 7px;
}



.dscrp_text_area{
	padding-top:1%;
	margin-left:1%;
	width: 90%;
	padding-bottom:6%;
	margin-top:1%;
}

.rpt_issue_detail{
	margin-left:1%;
	margin-bottom:1%;
	font-weight:bold;
	padding-bottom: 3px;
}

.rpt_issue_char_count{
	font-size: 10px;
	margin-right: 60px;
	margin-top: 3px;
	text-align: right;
}

.rpt_issue_user_name{
size:5%;
margin-bottom:4%;
}

.rpt_issue_error_main{
width:100%; float:left;padding: 0 0 15px;
}

.rpt_issue_error_name{
width:50%; float:left; color:red; text-align: center; margin: 0 0 10px;
}
.rpt_issue_error_email{
width:50%; float:left; color:red; text-align: center; margin: 0 0 10px;
}
.error_reportimage_detail{color:red;}


.rpt_issue_btn_main{
	width:100%;text-align: center;
}





/*** report popup by swati ***/



/** For Search Result Page **/
/*** radio button **/
[type="radio"] { clip: rect(0 0 0 0); position: relative;margin-right:10px; }

/* One radio button per line */

[type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px; 
  border-radius: 10px;
  border: 1px solid #0F9BD6; 
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

/* the checked style using the :checked pseudo class */
[type="radio"]:checked + span:before {
  background: #0F9BD6;

}

/* never forget focus styling */
[type="radio"]:focus + span:after {

  font-size: 1.5em;  
}

/*** radio button **/
.circle_radio .count::before{height: 10px;float:left;content:"";font-size: 8px;padding:0px 5px;border:1px solid #0F9BD6;border-radius:10px;margin-right:10px;}
.circle_radio.cs-selected > a::before{background:#0F9BD6;}
.cs-options .circle_radio .count > a{font-family: verdana; font-size: 14px;margin-right: 10px;padding:0px 0; color: #000;font-weight: bold;}
.cs-select .cs-options > ul{width:95%;padding:10px 5px;}
.circle_radio{padding:0px 0px 0px 10px;width:95%;float:left;}
.cs-select .circle_radio .count { display: -webkit-flex;display: -moz-flex; display: -ms-flex;display: -webkit-flex;display: flex;   border-bottom:1px dashed #0F9BD6;padding:8px 0;width: 100%;font-weight: normal;white-space: normal;word-wrap: break-word;}
.cs-select .circle_radio a span{padding:0;float:left;width:85%;}
.count.selected{background:#99e3fc;}
.count.selected:before{background:#0f9bd6;}
.cs-options .circle_radio .count.selected > span{font-family: verdana; font-size: 14px;margin-right: 10px;padding:0px 0; color: #000;font-weight: bold;}

/*.categories .circle_radio .count::after{content: ""; height: 16px;left: 1px; position: absolute;top: 18px;width: 10px;border-top:none;border-right:none;border-bottom:1px solid #666; border-left:1px solid #666;}*/

.circle_radio .count:hover{background:#99e3fc;}
.menu_block_list .size .tag_name { width: 20%;}
.menu_block_list .size { width: 212px;}
.menu_block_list .orientation { width: 255px;}
.menu_block_list .orientation .tag_name {  width: 33%;}
.icon {display:table-cell;vertical-align:middle;  height: 24px;  width: 24px;float:left;}
.tag_name { text-align: center;float:left;display:table-cell;vertical-align:middle;  position: relative;  width: 31%;color:#fff;font-size:14px;font-family: 'Titillium Web', sans-serif;}
.ar_view_breadcrump{width:98%; float:left;margin:0px auto; font-size:14px;font-family: 'Titillium Web', sans-serif;box-shadow: 1px -1px 9px -2px #000;}
.well {
   
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;    
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    }
.nav {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0;
}
.nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-header {
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #08c;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-list > li > a {
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
}
.nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav > li > a {
    display: block;
}

.serch_left_side {
    float: left;
    position: relative;
    width: 25%;
}
.serch_right_side {
    float: right;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    position: relative;
    width: 73%;
}
.bottom_text > h3 {  font-size: 25px;  margin: 10px 0 30px;}
.bottom_text{width:94%;float:left;position:relative;padding:20px 30px; font-size:16px;border-top: 1px solid #00bbf5;}
/** for show more and less **/

.block {
    text-align: center;
}
.block.showmore_div li {
   display:inline-table;
    position: relative;
    width: 238px;margin-left: 6px;
	margin-top: 5%;
	list-style:none;text-align: center;
	
}
.showmore_div{width:100%;padding-bottom: 0px;float:left;position:relative;background:#F6F8F7;border-bottom:1px solid #c1dcef; }
.block.showmore_div > div { margin-bottom: 30px;}
.showmore_div > ul {padding:0;}
.show_hide_link {
   
    position: relative;  
    width: auto;
	border: 1px solid #C1DCEF;
    padding:7px 20px;line-height: 10px;
    color: #666;
    font-size: 15px;
    font-weight: 400; background:#F6F8F7;
	border-radius:35px;
	color:#169CDB;font-family: 'Titillium Web', sans-serif;

	}
.block.showmore_div ul{ padding:0;text-align: left; padding-left:12px;}

/** for show more and less **/

/*** for img category block **/


.listing_photo_outer_frame_div1 {
    box-shadow: 1px 3px 4px 2px #cacaca;
    height: 185px;
    width: 185px;
	margin:0 auto;
	padding:5px;
	display: table;
	background:#fff;
	z-index:1;
	position: relative;
}
.listing_photo_outer_frame_div1 img {
    height: 90px;
    width: 90px; z-index: 0;
}
.listing_photo_outer_frame_div2 {
    height: 192px;
    margin: -192px auto 0 ;
    transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
    width: 195px;   
	box-shadow: 1px 3px 4px 2px #cacaca;
	background:#fff;
	
}
.listing_photo_outer_frame_div3 {
    height: 195px;
    margin: -192px auto 0 ;
    transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
    width: 195px;   
	box-shadow: 1px 3px 4px 2px #cacaca;
	background:#fff;
	margin-bottom:24px;
	
}
.showmore_div .count ,.panel-container .count{
    font-size: 12px;color:#000;
}
.showmore_div table {
   display: table-cell;
    vertical-align: middle;
    width: 100%;
	}
/** end for img category block**/


/*** for tab contents & gallery **/

.visibleblock{
	display:none;
	color:white !important;
	z-index:9999;
	position:absolute;
	padding:0px 0;
	    background-color: rgba(0, 0, 0, 0.4);
		width:99%;
		bottom:0;
	}
	
	.jg-entry:hover .visibleblock{
	 display:block;
	}
	.span_visible_block{font-size: 15px;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 8%;
	padding:0 3px;
	background:none;
	}
	.tab_wrap{
    border:1px solid #999;
    max-width:300px;
    width: 100%;
}
.tabs {
    width: 100%;
    margin: auto;
    overflow: hidden;   
    background: #fff;
}
.tabs ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;   
	width:70%;
	float:left;
	position:relative;   
}
.showing_img_range{
    float: right;   
    position: relative;
    width: 30%;
}
.tabs li a {
       padding:0 16px; /* It determines tab width */
    display:inline-block;   
    font-weight:normal;
    font-size:16px;   
    line-height:34px;/* height of tabs */
    text-decoration: none;
    color:#222;
    background-color:#Fff;  
    outline:none;   
    border-bottom:none;
    border-radius:3px 3px 0 0;
    position:relative;
}
.tabs li a:hover {
   background-color: #fff;   
    color: #e25d33;
   
}
.tabs li:first-child a {
    border-left:none;
}
.tabs li a.active {
    color:#fff;
    font-weight:normal;
	border-bottom:3px solid #e25d33;
    background:#e25d33; /*color #2*/
    z-index:3;
	transform: translate3d(0px, 3px, 0px);
}

.tab_content {
    background:#FFF;
    padding:0;
    display:none;
	padding:5px;
	border:1px solid #ece0c7; 
	
	
}

.tab_content.active{
    display:block; 
}
.tab_content li a:hover small {
    color:#AAAAAA;
}
.tabs li{ margin:0;
    margin-right:4px; /*gap between tabs. Set it to -1px for no gap.*/
    padding:0;
    display:inline;}
/*** end for tab contents & gallery **/

/** for pagination **/
.pagination {
    margin:20px 0 0;padding:10px 0;
	border-top:1px solid #00bbf5;border-bottom:1px solid #00bbf5;width:100%;float:left;
}
.pagination ul {
  
    display: block;
    margin:0 auto;padding:0;text-align:center;width:100%;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  
}
.cd-pagination .current {
    display: inline-block;
}
.cd-pagination li.first_last_page {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
/*.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-top-left-radius: 4px;
}*/
.pagination ul > li > a, .pagination ul > li > span {

    float: left;
    line-height: 20px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
	color: #00bbf5;font-size: 14px;
}
.pagination ul .first_last_page > a {
    font-weight: bold;border:none;font-size:18px; margin:0 20%;
}
.pagination ul .first_last_page > a:hover{border:none;}
.pagination a:hover, .pagination .current > a
{color:#000; border-right:3px solid #00bbf5;
border-left:3px solid #00bbf5;border-top:none;border-bottom:none;border-radius:35px;font-weight:bold;font-size: 15px;}

.pagination ul > li > a, .pagination ul > li > span {
   color:#00bbf5; border-right:3px solid #fff;
border-left:3px solid #fff;border-top:none;border-bottom:none;border-radius:35px;
    float: left;
    line-height: 20px;

  
    text-decoration-style: solid;
}
.next_next > a:hover{border:none;}
.cd-pagination .next_next > a {border:none;}
/** end for pagination **/

/*** for other gallery **/
.sub_gallery { padding-left:15px;padding-top: 15px; width:98%;}
.sub.showmore_div li{
    display: inline-block; list-style:none; width:231px; text-align:center;}

.sub_gallery.showmore_div li {
    display: inline-table;
    list-style:none;
    text-align: center;
    width: 238px;margin-bottom: 4%;margin-left:6px;
}

/** end for other gallery **/
.outer_container {
   
    position: relative;
    width: 100%;
	float:left;
	position:relative;
	margin:0px auto 10px;
}
.header_containt{width:95%; margin:0 auto; position:relative; float:left; padding:0px 25px ; background:#000;}


.left_side_navigation.overflow ul ul li {
    font-size: 16px;
    font-weight: normal;   
border-bottom:1px solid #ece0c7;padding:12px 00px 10px 0px;width:98%;
}
.left_side_navigation .outer_ul .menu li, .left_side_navigation .outer_ul .menu1 li, .left_side_navigation .outer_ul .menu2 li {  padding-left: 10px;}
.left_side_navigation.overflow .categ_parent,.left_side_navigation.overflow .categ_parent .selected_category{border:none;padding-left: 10px;width:88%;line-height: 10px;}
.left_side_navigation .outer_ul .selected_category {
    font-weight: bold;
}
.showmore_div span {
    font-size: 14px; font-family:verdana;
    margin-top: 22px;
    text-align: center;
	color: #0E9AD8;margin-bottom: 5px;
}
.left_side_navigation .outer_ul .categ_parent {
    font-weight: normal;
}
.count {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.showmore_div  a:hover p ,.show_hide_link:hover{ color: #0073B8;cursor:pointer;}
.categ_heading {
   color: #000;font-size: 30px;
   /* font-weight: bold;*/
    line-height: 40px;
	float: left;width: 100%;margin:4% 0 0;text-align:center;	
	
}
.categ_heading .border-style{border-right:4px solid #00bbf5;
border-left:4px solid #00bbf5;border-top:none;border-bottom:none;border-radius:35px; font-size: 30px;
   /* font-weight: bold;*/
    line-height: 40px;
	color: #000;text-align: center;
	font-family: 'Titillium Web', sans-serif; padding:0 25px;}
.categ_heading > span {
    color: #00bbf5;}


.categ_parent .selected_category > a {
    font-weight: bold;font-size:18px;margin:0 30%;
   
}
.right_panel_heading {
    text-align: center;
	width:98%;
	float:left;
	position:relative;
	padding:10px;font-family: 'Titillium Web', sans-serif;
	border-bottom:2px solid #0f9bd6;
	
}
.right_panel_heading h1 {  font-size: 30px;padding:10px 0;}
.left_side_navigation li > a{
    cursor: default;
}
.filter_serach {
    
    background-color: #282827;  
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    padding: 5px;
    width:96%;   
	color:#fff;	float: left;
}
.clr_filter {
    float: right;
    font-size: 12px;
    margin-right: 15px;
	color:#fff;font-weight:bold;
	
}
.clr_filter:hover {  color: #ece0c7;}
.left_side_navigation .categ_header > p{background:#282827; color:#fff; padding:15px 5px;font-size:18px; margin:0; width:97%;}
.left_side_navigation .categ_header li > a { cursor: pointer;}
.left_side_navigation .categ_header > a:hover{background:#282827;color:#ece0c7;}
.right_panel_heading > p {
    color: #000;
    font-size: 14px;
    font-weight: normal;margin:0 0 10px;
}
.bottom_text > p{font-size: 14px;}
.your_selection {
    float: left;
    position: relative;
    width: 100%;font-size:14px;line-height: 40px;
}
.your_selection .selected_category{
    font-weight: bold;
    text-indent: 60px;background:url(http://images.allrefer.com/images/close.png) no-repeat right center;
	padding-right:25px; margin-right:10px;
}
/*.left_side_navigation .menu a ,.left_side_navigation .menu1 a ,.left_side_navigation .menu2 a {
    cursor: pointer;line-height:30px;width:70%;float:left;
  
}
.showlist .count,.showlist1 .count,.showlist2 .count {
    float: left;
   
}*/
.active_filter_heading {
    font-weight: 700;
}
.active_filtername {
    color: #0099ff;  
    font-size: 10pt;
    font-weight: 400;
    line-height: 110%;
}
.crossicon_listing {
    
    display: inline-block;   
    margin-left: 2px;   
    vertical-align: middle; 
	cursor: pointer;
	
}
/**------ justified gallery -----**/
@-webkit-keyframes justified-gallery-show-caption-animation{
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute; 
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
  top:0;
}
.span_visible_text {
float: left;
    font-family: verdana;
    font-size: 10px;
    position: relative;
    text-align: left;
    width: 90%;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.picture {
overflow: hidden;
position: relative;
margin-top: -2px;
display: inline-block;
cursor:pointer;
}
/**------ justified gallery ------**/
/*-- left side panel page --**/

.loading {
  background-image: url(http://images.allrefer.com/images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.loading.subview { min-height: 300px; }

.right_side_container {
  margin: 0;
  position: relative;
  z-index: 2;
  background-color: #f9f9f9
}

#cover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0);
  z-index: 600;
}

/*	Header
	=========================== */

header.mob_slide_header {
  height: 49px;
  color: #333;
 
  position: relative;
  border-bottom: solid 1px #f8f8f8;
  border-radius: 3px 3px 0 0;
}

header.mob_slide_header .icon {
  z-index: 22;
  position: absolute;
  top: 0;
  left: 0;
  height: 49px;
  width: 49px;
  font-size: 26px;
  line-height: 49px;
  text-align: center;
  color: #333;cursor: pointer;
}

header.mob_slide_header .side {
  left: auto;
  right: 0;
}

header.mob_slide_header hgroup { text-align: center }

header.mob_slide_header  hgroup h1 {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  color: #333;
  margin: 0;
  line-height: 49px;
  margin: 0;
  font-size: 20px;
}
#content p {
    font-size: 14px;
}
/*	Navigation
	=========================== */

.left_side_navigation {
  background: #fff;
  color: #000;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
}

.left_side_navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 99%;
  position: relative;
  
 
}
.left_side_navigation .list_heading ,.left_side_navigation .list_heading:hover,.left_side_navigation .list_heading:visited,.left_side_navigation .list_heading:focus{
    color: #e25d33;
    font-size: 18px;
    padding-left: 2px;
}
.left_side_navigation .categ_header {
    padding-top: 0;
}

.outer_ul{border-right:1px solid #ece0c7; border-bottom:1px solid #ece0c7; float:left;}
.right_panel_heading .count{color: #666; font-size: 18px;font-weight:300;  }
#content-show{font-size:14px;	font-family: 'Titillium Web', sans-serif;}
.left_side_navigation li {
  font-size: 18px;
  position: relative;
  font-weight: 100;width:99%;float:left;padding:15px 0 0;
 
}
.showlist .count { font-size: 11px;}
.left_side_navigation ul li a,
 .left_side_navigation ul li a:hover,
 .left_side_navigation ul li a:visited,
 .left_side_navigation ul li a:focus {
  text-decoration: none;font-size: 15px;font-weight:normal;

  /*background-color: transparent;
  display: block;
  padding: 4px 14px 4px 14px;
  line-height: 30px*/  color: #282827;
}
/** end left side panel page **/
.listing_photo_outer_frame_div1 td{background:#fbfbfb;width:88px;height:88px; padding:1px; border-radius:6px; border-right:1px solid #fff; border-bottom:1px solid #fff;box-shadow: 0 0 6px 3px #d8d8d8 inset;float:left;margin-right:1px;}

/** for read more toogle div**/
.content_hide {
	display: none;font-size:14px;
	 }
span.showLink, span.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px; cursor: pointer;
 }
/** end read more toogle div **/

/*** toottip **/
.wrapper {
  text-transform: uppercase;
  background: #ececec;
  color: #555;
  cursor: help;
  font-family: "Gill Sans", Impact, sans-serif;
  font-size: 20px;
  margin: 100px 75px 10px 75px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 200px;

}

.wrapper .tooltip {
  background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}
/*** end tooltip **/
.categ_heading a { color: #00bbf5; margin-left: 10px;}
.categ_heading a:hover{text-decoration:underline;}

.item {   float: left;   margin-bottom: 2px; position: relative; }
.item img {  max-width: 99%;   max-height: 100%; }
.image_height{height:150px;}
.caption {bottom: auto; font-family: verdana; font-size: 12px; font-weight: bold; top: 0;}
.visibleblock{width:99%;}
.photo_features { margin:0 auto; position: relative;  width: 94%; height:400px;border-bottom:1px solid #0E9ACD;border-top:1px solid #0E9ACD; }
.photo_features_thanks_overlay { display: table;position: absolute;right: 20px; top: 0;width: 92%; height:400px;background:rgba(0, 0, 0, 0.4);padding:0 5px; }
.close_click {color: #fff; display: table-row; float: right;font-size: 14px; text-align: left;  width: 20px;}
.photo_features_thanks_overlay p { color: #fff; display: table-row; font-size: 30px;text-align: center;vertical-align: middle;width: 100%;}
.photo_features_thanks_overlay .social_container {display: table-row; padding:0 22%; text-align: center; vertical-align: middle;width: 55%;}
.photo_features_thanks_overlay .social_container .follow_us{ display: block;color:#fff;text-align:center;font-size:20px;width: 100%;}
.report_photo { bottom: 5px; left: 50%;  position: absolute;}
.zoom_picture{bottom: 5px; left: 46%;position: absolute;}

/** end search result page **/


/** start home page **/
.full_width_containt {
    float: left;
    position: relative;
    width: 100%;
}

/*** image slider **/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;  
  position: relative;
  zoom: 1; 
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: 500px;
}
.flex-viewport {
  max-height: 500px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block; 
  position: absolute;
  top: 93%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 10%;
  opacity: 0.7;font-size:0;
}
.flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10%;font-size:0;
 
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-next {
  opacity: 0.7; 
  color: transparent;
  
}
.flex-next{background:url('http://images.allrefer.com/images/slider right arrow.png')no-repeat;width:30px;height:30px;}
	
.flex-prev{background:url('http://images.allrefer.com/images/slider left arrow.png')no-repeat;width:30px;height:30px;}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-control-nav{display:none;}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flex-caption {
  	background:rgba(0, 0, 0, 0.2);	
	position:relative;
	color:#fff;
	padding:6px 0 10px 0;
	font-size:18px;
	position:relative;
	width:100%;
	bottom:0;
	margin-top:-40px;	
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
	
}
.flex-caption > a:hover{ text-shadow: 1px 1px 4px #fff;}
.flex-caption > a {  color: #fff;}
.flex-caption > p {
    font-size: 16px;
    margin-top: 0;
    width: 80%;
}


.pre_page img , .next_page img{  width: 20px;}
.pagination .pre_page > a{border:none; margin:0 25% 0 0;}
.pagination .pre_page > a :hover{border:none}

.pagination .next_page > a{border:none;margin:0 0 0 25%;}
.pagination .next_page > a :hover{border:none}

.ar_view_random_photo_lbl > a:hover{color: #0f9bd6;}

/** image slider ***/
/** gallery tab view **/
ul.rtabs
{
   /*set to left, center, or right to align the tabs as desired*/    
    font-size:0;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
	float:left;
	width:90%;padding-left:5%;padding-right:5%;
	text-align:left;margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
	border-bottom:1px solid #00bbf5;

}
.desktop_view ul.rtabs {width:70%;padding-left:15%;padding-right:15%;}
.desktop_view ul.rtabs li a{width:31%;}
ul.rtabs li
{
    margin:0 5px;
    padding:0;
    display:inline;
}
        
ul.rtabs li a
{
    padding:0; /* It determines tab width */
    display:inline-block;   
    font-weight:normal;
    font-size:16px;   
    line-height:34px;/* height of tabs */
    text-decoration: none;
    color:#000;   
    outline:none;   
    border-bottom:none;   
    position:relative;
	width:23%;	text-align:center;
}
        
ul.rtabs li a:link, ul.rtabs li a:visited
{
    color:#222;
}
        
ul.rtabs li a:hover
{
    border-bottom:3px solid #0F9BD6;
	
   
}
 .search_page .gallery_tab_div{border-left:1px solid #ece0c7;border-right:1px solid #ece0c7;border-bottom:1px solid #ece0c7;}
/*selected tab style */
ul.rtabs li.selected a
{
    color:#000;
    font-weight:normal;	
   border-bottom:3px solid #0F9BD6; /*color #2*/
    z-index:3;	
	
}   
        
/*selected tab style on hover */
ul.rtabs li.selected a:hover
{
    text-decoration:none;
}   
div.panel-container div.inactive
{
    display: none;
}
.gallery_tab_div {width:98%;padding:5px; margin:0 auto 10px; float:left;position:relative;}
.gallery_tab_div div{border:0; }
.gallery_tab_div div li{
   display: inline-table;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 5%;
    position: relative;
    width: 238px;margin-left: 6px; text-align: center;}
.sub_gallery  span{color: #0E9AD8;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 23px;
    text-align: center;
	font-family: verdana;
	}
.gallery_tab_div div > ul{padding:0;margin-top: -30px;}
.mobile_view.selected,.rtabs .mobile_view {  display: none;}
.sub_gallery.showmore_content a:hover p {   color: #e25d33;}
/** gallery tab view **/
.bottom_div {
    float: left;
    position: relative;
    width: 100%;
	background:#282827;
	color: #ece0c7;
}
.bottom_div div {
    float: left;    
    position: relative;
    width: 50%;
	
}
.subscribe .heading{
    color: #D2D1D3;
    font-size: 30px;
	width:90%;
   
}
.subscribe_text{width:46%; margin:0px auto; font-size:15px;font-family: 'Titillium Web', sans-serif;font-weight:bold;float:left;padding:14px 10px 0;}
.subscribe{width:100%; margin:0px auto;background:#0F9BD6;color:#fff;float:left;padding:0px 0 8px;}
.subscribe_input { float: left;  width: 36%;position:relative;padding-top:10px;}
#error_subscribenm , #error_subscribeemail{
    float: left;
    width: 50%;
}
.error_subscribenm {
    float: left;
    width: 50%;
}
.error_subscribeemail{
    float: right;
    width: 50%;
}
.subscribe_input > input {
    float: left;
    height: 25px;   
    margin-right: 3px;
    position: relative;
    width: 45%;border-radius:3px;padding-left:5px;
	border:1px solid #ECECEC;font-size: 14px;
}
.subscribe_submit{width:15%; float:left;padding-top:10px;}
.subscribe_submit > button {
    font-size: 18px; 	 
    padding	: 0px 6px;   
    width:100%;font-family: 'Titillium Web', sans-serif;font-weight:bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb45c+0,f47839+50,f47839+50,fbb45c+100 */
background: #fbb45c; /* Old browsers */
background: -moz-linear-gradient(top, #fbb45c 0%, #f47839 50%, #f47839 50%, #fbb45c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb45c), color-stop(50%,#f47839), color-stop(50%,#f47839), color-stop(100%,#fbb45c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbb45c 0%,#f47839 50%,#f47839 50%,#fbb45c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbb45c 0%,#f47839 50%,#f47839 50%,#fbb45c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbb45c 0%,#f47839 50%,#f47839 50%,#fbb45c 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbb45c 0%,#f47839 50%,#f47839 50%,#fbb45c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb45c', endColorstr='#fbb45c',GradientType=0 ); /* IE6-9 */
Color:#000;
border:1px solid #FAA94E;
}
.footer{width:90%;background:#000;float:left;padding:5px 5%;font-family: 'Titillium Web', sans-serif;font-size: 13px;}
.footer .social_link {
    float: left;
   margin:0 auto;
   padding:10px 0;
    text-align: center;
    width: 24%;
}
.footer_link{ float: left;
   margin:0 auto;
   padding:10px 0;
    text-align: center;
    width: 24%;font-size:15px; line-height: 40px;
	}
	.copyright {
    color: #fff;
    float: left; 
    position: relative;
    width: 35%;
	text-align:center;
	padding:5px 0 ;
	border-right:1px solid #fff;
}
.footer_menu {
    float: left;
    width: 38%;padding:5px 0 ;
	
}
.footer_link > a {
    color: #fff;
    margin-right: 5px;
}
.footer_menu > ul{padding:0;margin:0;}
.footer_menu li { display: inline; margin: 0 16px;}
.footer_menu a{margin:5px 10px;color:#fff;}
.flexslider .search_box {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 1;
	margin:0 auto;cursor: pointer;
}
.search_box > p {
    color: #fff;
    font-size: 40px;
    
}
.inside_search_box{     
    background: rgba(0, 0, 0, 0.4);   
    display: inline-block;
    padding: 20px 4px 20px 20px; border-radius:3px; 
    width: 62%;cursor: default;}
.search_box .inside_search_box > input {  float: left;   width: 88%; height:34px;font-size: 18px;padding-left: 10px;}
.search_box .inside_search_box > button{padding:9px 0;float:left;position:relative; width:50px; margin:0;right: 3px;}
#rtabs_row1 a {
    width: 31%;
}
#rtabs_row1{width:70%;padding:0 15%;}
#rtabs_row1 .desktop_view {
    float: none;
    width: 29%;
	border:none;
}
.browse_more_img {
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    width: 100%;
	margin:15px 0;
}
.browse_more_img > a{padding:3px 30%; border:1px solid #0f9bd6;border-radius:20px;}
.browse_more_img:hover a{background:#0f9bd6;color:#fff;}
.footer_social .soc li a{background:none;margin-right:0; width:24px;height: 24px;}
.social_link.footer_social {width:26%;float:left;position:relative;margin:0;padding:0;border-left:1px solid #fff;}
.soc > span {  float: left;color:#fff;margin-left: 25px;}
.menu_block_list{margin-top: 4%;width:100%;float:left;position:relative; background:#0F9BD6;padding:0px 0px;box-shadow: -4px 3px 9px -3px #000;}
.categories,.licence,.orientation,.size{width:245px;float:left;position:relative;padding:10px 6px;}


/*** header menu **/
#ddmenu ul
{    
    width:100%;   
    display:inline-block;
    list-style:none;
    position:relative;
	margin:0;
	padding:0;  
}

#ddmenu li a{ display:inline-block; color:#fff;}
#ddmenu .dropdown{ display:none !important;}
#ddmenu li.over .dropdown{ display:block;}
#ddmenu div.menu-icon   {  display:none; }
.photomania .GScroll > .GScroll-scrollable , .facts_trivia .GScroll > .GScroll-scrollable{ left: -8px;}
.photomania .GScroll > .GScroll-bar , .facts_trivia .GScroll > .GScroll-bar{z-index:5;}
.photomania .GScroll ,.facts_trivia .GScroll{ height: 100% !important;right: 27px;width: 500px !important;}


/** header menu **/



/** end home page **/
/** start header **/
.soc {
    overflow:hidden;
    margin:0; padding:5px 0 0 0;
    list-style:none;
}

.soc li {
    display:inline-block;
    /*display:inline;*/
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}
.soc-pinterest {
    background-color: #c92619;
}
.soc-pinterest:before {
    content:'d';
}
.soc-linkedin {
    background-color: #3371b7;
}
.soc-linkedin:before {
    content:'j';
}
.soc-rss {
    background-color: #f26109;
}
.soc-rss:before {
    content:',';
}
.header_containt .logo {
    float: left;
    position: relative;
    text-align: left;margin:5px 0;
   
}
.header_menu {
    float: right;
    position: relative;
    width: 30%;
}
.header_containt .search_box { float: left;  width: 20%;padding:12px 0 0;}
.header_containt .search_box > input { width: 73%;font-size: 16px;float:left;padding-left:5px; border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0; border-top-left-radius: 3px; border-top-right-radius: 0;}
.header_containt .search_box > button { float: left;position: relative;border-bottom-left-radius: 0; border-bottom-right-radius: 3px;  border-top-left-radius: 0; border-top-right-radius: 3px;}
.photomania,.facts_trivia{width:35%;float:left;position:relative;text-align: center;}
.photomania ,.facts_trivia { z-index: 5 !important;color:#fff;font-size:18px;line-height: 32px;cursor:pointer;padding:10px 0;}
.photomania:hover div.header_submenu ,.facts_trivia:hover div.header_submenu {display:block;}
.header_submenu {
	background-color: #fff;
    color: #000;
    display: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    width: 500px;height:auto;
    z-index: 4;	
	 cursor: default;
	
}
.header_containt nav {  float: left;  width: 30%;}
.photomania:hover,.facts_trivia:hover{background:none;color:#0F9BD6 !important;}
.header_submenu > ul{margin:0;padding:0;width:100%;}
.header_submenu li{text-align: left;list-style:none;width:30%;float:left;margin-left: 10px;line-height:25px;border-bottom:2px dotted #0F9BD6;font-size: 13px;display:inline-block;font-family: 'Titillium Web', sans-serif;}
#ddmenu .header_submenu a {
	display:table-cell;
    width: 75%;word-wrap: break-word;color:#fff;
}
#ddmenu li:hover a{color:#0f9bd6;}
#ddmenu .header_submenu li a:hover{color:#0f9bd6;}
#ddmenu .header_submenu li a{color:#000;}
.header_submenu .count {
    display: table-cell;   
    font-size: 12px;
    vertical-align: bottom;
    width: 19%;
}
.header_search_box{width:40%;float:left;padding:14px 0;}
.header_search_box .inside_search_box{width:100%;display:block;background:none;padding:0;}
.header_search_box .inside_search_box > input {  float: left;   width: 82%; height:27px;font-family: 'Titillium Web', sans-serif;font-size:16px;}
.header_search_box .inside_search_box > button{height: 33px;float:left;position:relative; width:50px; margin:0;right: 3px;}
.header_search_box button {
    height: 32px;
    position: absolute;
    right: 0;   
    width: 40px;
	background:url("http://images.allrefer.com/images/search_icon.png")no-repeat center center #0f9bd6;
	border:none;
	border-radius:3px;
}
.logo {
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 18%;
    
	
}
.social_container {
    float: left;
    position: relative;
    text-align: center;
    width: 32%;
    padding :17px 0px;
}
.social_container iframe, .social_container div, .social_container a 
{  float: left;}
.search_box {
    width: 42%;
}
.header_containt .social_link {
    float: right;
    width: 20%;
}
.search_box input {
    height: 28px;   
    width: 400px;
	border-radius:3px ;
	border:1px solid #F2E6FF;
}

.search_box button {
   padding:6px 0;
    position: absolute;
    right: 0;   
    width: 40px;
	background:#0f9bd6;
	border:none;
	border-radius:3px;
}
/** end header **/
/** for contact modal popup **/
.btn-small {
  padding: 10px;
  font-size: 18px;
  color:#fff;
}
.btn-small:hover{color:#fff;}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 70%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 10px 20px;text-align:left; }

.popup2 footer, .popup2 .modal-footer{width:90%;background:#e25d33;margin:10px auto 20px;border-radius:5px;text-align:center;padding:10px 0;}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
#serach_result_footer .modal-body {
   /* height: 500px;*/
    overflow-x: auto;
    overflow-y: auto;
}
#popup1 a.close,.popup2 a.close  {
  line-height: 1;
  font-size: 30px;  
  position: absolute;
  right: 2%;
  text-decoration: none;
  color: #666;
}

#popup1 a.close:hover ,.popup2 a.close:hover{
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
#popup1 input {
    height: 22px;
    width: 94%;
	margin:10px;
	border:1px solid #01bbf4;
	font-size:12px;
	padding:5px;
}
#popup1 textarea {
    height: 70px;
    width: 94%;
	margin:10px;
	border:1px solid #01bbf4;
	font-size:12px;
	padding:5px;
}
#popup1 select {
    height: 34px;
    width: 96%;
	margin:10px;
	border:1px solid #01bbf4;
	font-size:12px;
	padding:5px;
}
#popup1 p {
    font-size: 15px;
    font-weight: bold;margin:0;
}
#popup1 .contact_form_heading {
    font-size: 22px;margin:0 0 20px;background:#01bbf4;color:#fff; text-align:center;padding:10px 0;
}
#popup1 .submit_btn{width:80%;margin:10px 60px;font-size:20px;color:#fff;border:0;border-radius:35px;height:35px;background:#01bbf4;}
.terms_poliy_line { font-size: 11px;  line-height: 20px;  text-align: center;  width: 100%;}
.terms_poliy_line > a ,.terms_poliy_line > a:hover{ color: #000;}
/** end for contact modal popup **/
/** thank you popoup **/
.popup2 .modal-body  {
    display: table;
    height: 300px;
   width:100%;
}
.thankyou_heading {
    font-size: 20px;
    text-align: center;display: table-cell;vertical-align: middle;
}
.contactus_nm_error {
    color: red;
    margin: 5px;
}

/** thank you popup **/
.desktop_view{display:block; width:100%;float:left;position:relative;margin-top:30px;}
.mobile_view{display:none;}
.info_image{position:absolute;width:100%;text-align:right;font-size:10px;color:#fff;border:none;background:none;}
/** sprite image css **/
.View,.arrow ,.arrowleft,.upload,.camera3,.camera47,.clock104,.crossicon_listing ,.close3,.download,.embed,.lightning24,.link,.search_32,.photo65,.report,.shutter4{
	background: url("http://images.allrefer.com/images/sprites_img.png") no-repeat;

/*display:inline-block;*/
}
/*sprites images css */

.sprite { background: url('http://images.allrefer.com/images/sprites_images.png') no-repeat top left;display:inline-block;  } 
.sprite.Zoom_Picture { background-position: 0px 0px; width: 24px; height: 24px;  } 
.sprite.Aperture_Speed { background-position: -34px 0px; width: 24px; height: 24px;  } 
.sprite.Author { background-position: -68px 0px; width: 24px; height: 24px;float:left  } 
.author_licence .sprite.license{float:left;}
.sprite.Camera_Type { background-position: -102px 0px; width: 24px; height: 24px;  } 
.sprite.categories { background-position: -136px 0px; width: 22px; height: 24px;  } 
.sprite.Categories_Black { background-position: -170px 16px; width: 0px; height: 50px;padding-left:32px;  } 
.sprite.Categories_Blue { background-position: -210px 16px; width: 0px; height: 50px;padding-left:32px;  } 
.sprite.Date_Clicked { background-position: -250px 0px; width: 24px; height: 24px;  } 
.rtabs .selected .sprite.downloads ,.ar_view_right_sec ul.rtabs li a:hover .sprite.downloads { background-position: -284px 0px; width: 24px; height: 24px;  } 
.sprite.downloads { background-position: -318px 0px; width: 24px; height: 24px;  } 
.sprite.embed { background-position: -352px 0px; width: 24px; height: 24px;  } 
.rtabs .selected .sprite.embed ,.ar_view_right_sec ul.rtabs li a:hover .sprite.embed { background-position: -386px 0px; width: 24px; height: 24px;  } 
.sprite.ISO_Speed { background-position: -420px 0px; width: 24px; height: 24px;  } 
.sprite.Exposure_Time { background-position: -454px 0px; width: 24px; height: 24px;  } 
.sprite.Focal_Length { background-position: -488px 0px; width: 24px; height: 24px;  } 
.sprite.Flash { background-position: -522px 0px; width: 24px; height: 24px;  } 
.sprite.license { background-position: -556px 0px; width: 24px; height: 24px;  } 
.rtabs .selected .sprite.license ,.ar_view_right_sec ul.rtabs li a:hover .sprite.license{ background-position: -590px 0px; width: 24px; height: 24px;  } 
.sprite.License_search_result { background-position: -624px 0px; width: 24px; height: 24px;  } 
.sprite.Left_Arrow { background-position: -658px 0px; width: 14px; height: 14px;  } 
.sprite.link { background-position: -682px 0px; width: 24px; height: 24px;  } 
.sprite.More_Exif_Arrow { background-position: -716px 0px; width: 24px; height: 24px;  } 
.rtabs .selected .sprite.link ,.ar_view_right_sec ul.rtabs li a:hover .sprite.link{ background-position: -750px 0px; width: 24px; height: 24px;  } 
.sprite.More_Exif_Details { background-position: -784px 0px; width: 24px; height: 24px;  } 
.menu_block_list .sprite.orientation { background-position: -818px 0px; width: 21px; height: 24px;  } 
.sprite.Photos_Black { background-position: -852px 16px; width: 0px; height: 50px;padding-left:32px;  } 
.sprite.Photos_Blue { background-position: -892px 16px; width: 0px; height: 50px;padding-left:32px;  } 
.sprite.Report_Photo { background-position: -932px 0px; width: 24px; height: 24px;  } 
.sprite.right_arrow { background-position: -966px 0px; width: 14px; height: 14px;  } 
.sprite.search_icon { background-position: -990px 0px; width: 20px; height: 20px;  } 
.sprite.Size { background-position: -1020px 0px; width: 24px; height: 24px;  } 
.sprite.Sitemap_Black { background-position: -1054px 0px; width: 0px; height: 30px;padding-left:32px;  } 
.sprite.Updated_on { background-position: -1094px 0px; width: 24px; height: 24px;  } 
.sprite.Views { background-position: -1128px 0px; width: 24px; height: 24px;  } 
.sprite.Sitemap_Blue { background-position: -1162px 0px; width: 0px; height: 30px;padding-left:32px;  } 
.sprite.sliderleftarrow { background-position: -1202px 0px; width: 20px; height: 20px;  } 
.sprite.sliderrightarrow { background-position: -1232px 0px; width: 20px; height: 20px;  } 

.sprite_soc_img { background: url('http://images.allrefer.com/images/sprite_soc_img.png') no-repeat top left; display:inline-block;  } 
.sprite_soc_img.cross_icon { background-position: 0px 0px; width: 24px; height: 24px;  } 
.sprite_soc_img.facebook { background-position: -34px 0px; width: 18px; height: 18px;  } 
.sprite_soc_img.google { background-position: -62px 0px; width: 18px; height: 18px;  } 
.sprite_soc_img.pinterest { background-position: -90px 0px; width: 18px; height: 18px;  } 
.sprite_soc_img.twitter { background-position: -118px 0px; width: 18px; height: 18px;  } 

/** sprite image css **/


/** search alphabet css **/

.ui-menu .ui-menu-item{padding:10px; border:1px dashed #0f9bd6;background:#fff;}
.autocompleteself{font-family: titillium web;font-size: 16px; text-transform: capitalize;}
.autocompleteparent { font-size: 14px;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{color: #000;  font-weight: normal; border:none;background-image: none;background:#99e3fc;}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{margin:0;}
/** search alphabet css **/

/*** for zoom photo in view mode page **/

/*bigic*/

.popup-bigic {
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  overflow: hidden;
  z-index: 999;cursor: pointer;
}

.popup-bigic .loading-bigic {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
}

.popup-bigic .img-bigic { position: absolute;cursor:default; }

.option-bigic {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.option-bigic span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: .5;
}

.option-bigic span:hover { opacity: 1; }

.option-bigic span.change-bigic {
  display: none;
  background-position: -52px 3px;
}

.option-bigic span.max-bigic {
  display: none;
  background-position: -119px 3px;
}

.option-bigic span.close-bigic { background-position: 8px 8px; }

/** for zoom photo in view mode page **/
/*** header menu **/

/** header menu **/



.nav-container {
  position: absolute;
  top: 56px; /* 1 */
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%; 
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* 2 */
  background-color: #000;
  -webkit-overflow-scrolling: touch; /* 3 */
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}

/* Nav toggle */

.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: #000;
  float:right;
}

/* Nav toggle icon */

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #fff;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  background-color: #dedede; /* 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;         /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item { border-top: 1px solid #bbb; }

/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child { border-bottom: 1px solid #bbb; }

/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { background-color: #d0d0d0; }

/* 1. Menu links are block level, by default */

.nav-menu .menu-link {
  display: block; /* 1 */
  text-decoration: none;
  color: #444;
  padding: 0.75rem 1rem;
}

/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link { display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+"; /* 1 */
  color: #222;
}

/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after { content: "\2013"; /* 1 */ }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
  display: none; /* 1 */
  background-color: #c0c0c0;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown { display: block; /* 1 */ }

/* 2nd level dropdown */

.nav-dropdown .nav-dropdown { background-color: #aaa; }

.nav-dropdown .menu-item { border-color: #a0a0a0; }

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
}

/* Main content area */

.content { margin-top: 60px; }

.content .wrapper { padding: 1rem 0; }
 @media (min-width: 960px) {

.nav { background-color: #dedede; }

.nav,
 .nav-container,
 .nav-container.is-visible {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-container,
 .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
}

.nav-toggle { display: none; }

/* 1. Display menu items inline */

.nav-menu > .menu-item,
 .nav-menu > .menu-item.is-active {
  display: inline-block; /* 1 */
  background-color: transparent;
  border: 0;
}

/* Remove bottom border on last child */

.nav-menu > .menu-item:last-child { border: 0; }

.nav-menu .menu-item {
  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
}

/* Remove +/- icons */

.has-dropdown:after { content: "" !important; }

/* Add a caret to top-level menu items that have dropdowns */

.nav-menu > .has-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  content: "";
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
}

/* Increase padding to compensate for caret */

.has-dropdown > .menu-link { padding-right: 2rem; }

/* Re-style dropdowns for larger screens */

.nav-dropdown {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  margin: 0;
  padding: 0.5rem 0;
  background-color: #dedede;
  box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
  transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
}

.has-dropdown:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-dropdown .menu-item { border: 0; }

.nav-dropdown .menu-item:hover,
 .nav-dropdown .nav-dropdown .menu-item:hover { background-color: #d0d0d0; }

.nav-dropdown .nav-dropdown,
 .nav-dropdown .nav-dropdown .menu-item { background-color: #dedede; }

.nav-dropdown .nav-dropdown {
  z-index: 9998;
  top: 0;
  left: 100%;
}

.content { margin-top: 0; }
}
#ouibounce-modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.newsletter_popup {
    box-shadow: 1px 1px 2px 3px #ccc;
    height: 455px;
    padding-bottom: 20px;
    text-align: center;
    width: 650px;
}
#ouibounce-modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.newsletter_popup {
    box-shadow: 1px 1px 2px 3px #ccc;
    height: 455px;
    padding-bottom: 20px;
    text-align: center;
    width: 650px;
}

#ouibounce-modal .underlay {
    animation: 0.5s ease 0s normal none 1 running fadein;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#ouibounce-modal .modal{width:650px;height:490px;background-color:#fff;z-index:1;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;border-radius:4px;-webkit-animation:popin .3s;animation:popin .3s}

.close_circle{background-position: -69px 0 !important;
    height: 32px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 32px;
    z-index: 1; cursor: pointer;}

.close_circle{background:url(http://cdn.tourcart.com/images/newsletter_sprite.png)no-repeat;display: block;}

.tc_subs_large{width:650px;height:200px}

.newsletter_form_sec{text-align:center;margin-bottom:10px}

.newsletter_heading{font-size:28px;text-align:center;font-weight:700;margin-top:12px}

.newsletter_heading span{color:#ff1493;font-size:28px}

.newsletter_sub_heading{font-size:14px;margin-bottom:15px;margin-top:8px;text-align:center}

.newsletter_btn:focus{border:2px solid grey;outline:0}

newsletter_btn{width:90%;font-weight:700;font-size:25px;color:#fff;font-family:arial;border-radius:3px;height:50px;padding:0;background-image:linear-gradient(to bottom,#88D8F7 0,#00ADF1 100%);border:1px solid #00ADF1}

.newsletter_error,.newsletter_info{padding-left:5px;font-size:11px;margin-bottom:5px}

.newsletter_info{font-style:italic;margin-top:2px;text-align:center}

.already_sub_lnk{display:inline-block;font-size:12px;margin-top:5px;text-align:center}

.newsletter_email_div,.newsletter_name_div{display:inline-block;vertical-align:top;width: 40%;}

.newsletter_name{vertical-align:middle;margin-right:8px}

newsletter_name_txt{padding:6px 5px 6px 2px;width:250px;border:0}

.newsletter_email{vertical-align:middle}

.newsletter_error{font-style:italic;margin-top:2px;text-align:left;color:red}


.newsletter_email input,.newsletter_name input {
    border: 1px solid #cacaca;
    border-radius: 2px;
    color: #000;
    font-family: "roboto";
    font-size: 12px;
    height: 26px;
    padding: 0 5px;
    width: 95%;
}
.newsletter_btn {
    background-image: linear-gradient(to bottom, #88d8f7 0px, #00adf1 100%);
    border: 1px solid #00adf1;
    border-radius: 3px;
    color: #fff;
    font-family: arial;
    font-size: 25px;
    font-weight: 700;
    height: 50px;
    padding: 0;
    width: 90%;
}
#widget_bounds {
    border: medium none;
    display: none;
}
.social_container_popup {
    margin: 10px auto;
    width: 60%;
}

.social_container_popup div, .social_container_popup a, .social_container_popup iframe {
    float: left;
    width: 24%;
}
.social_container_popup > div:nth-child(4) {
     float: left !important;   
    width: 24% !important;
}
.social_container_popup > div:nth-child(5) {
    float: left !important;
    width: 24% !important;
}
.social_container_popup > span {
    float: left;
    font-size: 14px;
    width: 19%;
}
.newsletter_thank_heading{color:#a8a8a8;
                         font-size:30px;
                         font-weight:700;
                         margin-bottom:45px;
                         margin-top:80px;
                         text-align:center}
.newsletter_thank_btn{font-size:15px;
                     color:#fff;
                     border-radius:3px;
                     font-weight:700;
                     padding-bottom:8px;
                     padding-top:8px;
                     width:250px;
                     background-image:-ms-linear-gradient(top,#88D8F7 0,#00ADF1 100%);
                     background-image:-moz-linear-gradient(top,#88D8F7 0,#00ADF1 100%);
                     background-image:-o-linear-gradient(top,#88D8F7 0,#00ADF1 100%);
                     background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#88D8F7),color-stop(1,#00ADF1));
                     background-image:-webkit-linear-gradient(top,#88D8F7 0,#00ADF1 100%);
                     background-image:linear-gradient(to bottom,#88D8F7 0,#00ADF1 100%);
                     border:1px solid #00ADF1}
.tc_subscribe_msg {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 12px;
}


/** ------------------------------------------------------ **/
/*Responsive */
/** ------------------------------------------------------ **/


 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    
     .cd-pagination li {
    display: inline-block;
  }
 
 /*** report popup by swati **/
 .rpt_issue_close_div{
width:60%; margin: 0 auto; text-align:right;
}

.rpt_issue_main{
	width: 61%;
	background-color:white;
    margin:5px auto;
    padding:10px 5px;
    border: 1px solid #01BBF4;
	box-shadow:none;
   
}
.rpt_issue_header{
	background-color:#01BBF4;
	font-size:17px;
	font-weight:bold;
	line-height:250%;color: #fff;text-align: center;
}

.rpt_issue_option{
	padding-bottom:1%;
	padding-top:1%;
	margin-left:1%;
	font-weight:bold;
}

.rpt_issue_radio{
	 padding:10px 20px 5px;
}
.report_describe_line{border-top:1px solid #01bbf4; margin:10px 0;}
.rpt_issue_divider{
    border-top: 1px solid rgb(0, 0, 0);
    margin-left: 1%;
    margin-top: 15px;
    width: 95%;
	margin-bottom: 7px;
}

.rpt_issue_dscrp_title{
	float: left;width: 58%; position: relative;
}
.issue_email_dtl {
    float: left;
    position: relative;
   padding-left: 10px;width: 38%;
}
.issue_des_title_outer {
    position: relative;
    width: 100%;border-bottom:1px solid #01bbf4;
	margin-bottom:15px;padding-bottom:10px;
}
.dscrp_text_area{
	padding-top:1%;
	margin-left:1%;
	width: 98%;
	padding-bottom:10%;
	margin-top:0;
	border:1px solid #C8E1F5;
}

.rpt_issue_detail{
	
	font-weight:bold;
	margin:10px 0px;
	padding:5px ;
	font-size:15px;
	border-right:1px solid #01bbf4;
}
.issue_email_dtl .rpt_issue_detail{border-left:none;border-right:none;border-top:none;border-bottom:1px solid #C8E1F5;padding-bottom: 15px;}
.rpt_issue_char_count{
	font-size: 10px;
	margin-right: 40px;
	margin-top: 3px;
	text-align: right;
}

.rpt_issue_user_name{
size:5%;
margin-bottom:3%;
}
.issue_email_dtl .rpt_issue_input{
   border:1px solid #01bbf4;
   font-size:10px;
   background:#fff;border-radius:0;box-shadow:none;
   padding:5px;
  width: 220px;height:20px;margin-bottom: 10px;
   
}

.rpt_issue_submit_btn{
	background-color:#fff;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	margin-left:2%;
	color:#01bbf4;
	border-radius:35px;
	border:0px;border:1px solid #01bbf4;
}





.rpt_issue_cancle_btn{
	background-color:#fff;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	margin-left:2%;
	color:#01bbf4;
	border-radius:35px;
	border:0px;
	border:1px solid #01bbf4;
}


.rpt_issue_btn_main input:hover{
background-color:#01bbf4;color:#fff;
}
 /** report popup by swati **/

 
.right_side_container {
  left: 265px;
  width: auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height:100% !important;
}



/*	Header
	=========================== */

header.mob_slide_header {
  height: auto;
  background: transparent;
  border: none
}

header.mob_slide_header .icon { display: none }

header.mob_slide_header hgroup {
  text-align: left;
  padding: 20px 20px 5px 20px;
}

header.mob_slide_header hgroup h1 {
  position: relative;
  left: 0;
  right: auto;
  font-size: 30px;
  line-height: 34px;
}

/*	Navigation
	=========================== */

.left_side_navigation { max-width: 26%; }
.header_containt .social_link {width:25%;}
.sub_gallery{width:100%;padding:15px 0;background:none;border:none;}
.sub_gallery.showmore_div li{ margin-bottom: 2%;margin-top:2%}


}
@media only screen and (max-device-width: 800px)
{
    
 .social_container{float: none;padding-top: 55px;width: 42%;margin:8px auto;}
 .logo{width:30%;}
 .header_containt nav { width: 25%;}
 .social_container{width:100%;padding:5px;}
.header_containt{width: 95%;padding: 0 19.5px;}
.photomania, .facts_trivia{font-size:15px;}
.search_box .inside_search_box > input{width:87%;}
.subscribe_submit > button{font-size:17px;}
.subscribe_text{font-size: 12px; padding: 14px 7px 0; width: 47%;}
.footer{padding: 5px 0;width: 100%;}
.footer_menu li{margin: 0 8px;}
.soc > span{margin-left: 20px;}
.header_containt .search_box > button{right:0;}
.header_containt .search_box{width:45%;}
.header_containt .search_box > input{width:85%;}
.categories, .licence, .orientation, .size{padding: 10px 2px;width: 186px;}
.tag_name{width: 29%;}
.menu_block_list div.cs-select{width:105px;}
.menu_block_list .orientation { width: 212px;}
.menu_block_list .size { width: 168px;}
.menu_block_list .cs-options {left: -78px;}
.menu_block_list .size .cs-select .cs-options { width: 186px;}
.bottom_text{width:92%;}
.photo_features{height: 250px;}
.photo_features_thanks_overlay{height: 250px; width: 92%;display: inline-block;}
.photo_features_thanks_overlay p{font-size:20px;display: inline-block;}
.photo_features_thanks_overlay .social_container .follow_us{font-size:16px;}        
.photo_features_thanks_overlay .social_container {  display: inline-block; padding: 0; width: 100%;}


.ar_view_left_sec {width: 56%;}
.ar_view_right_sec{ width: 42%;}
#random_pic .ar_view_random_photo_div{width:72%;}
.ar_view_random_photo_lbl{width:95%;}
.ar_view_random_photo{margin: 0;width: 32%;}
.ar_view_tagged_lbl{width:24%;}
.issue_email_dtl .rpt_issue_input{margin-bottom: 0;width: 173px;}
.dscrp_text_area{padding-bottom: 12%;}

#serach_result_footer div { line-height: 20px; width: 100%;}
.search_box button{right: 35px;}
.search_box input{ width: 265px;}
.showing_img_range{width:100%;}
#serach_result_footer .modal-box ,.footer .modal-box {  width: 75%; }
#serach_result_footer .modal-body,.footer .modal-body { overflow:auto; width: 93%;}

.search_box > p{font-size:30px;margin:-55px auto 15px;width:80%;}	
.inside_search_box{padding-bottom: 10px; padding-left: 5px; padding-right: 0;  padding-top: 10px;  width: 64%;}
#popup1 p{margin:10px 0 0; }
/*** by swati view mode **/
 .ar_view_cover_img_div img{
 width:100%;
}
.ar_view_right_sec {margin-left: 5px;}
.ar_view_random_photo{height:66px;}
.ar_view_random_photo img,.ar_view_random_photo_pic img {
    max-height: 100%;
    max-width: 100%;
}
.exit_info_div{width:29%;}
.ar_view_random_photo_pic{width:74px;height:74px;}
.text{margin-left:0px;}
 /** by swati view mode **/
}

@media only screen and (max-device-width: 728px)
{


    
    
.social_container{width:100%;padding:5px;}
.sm_categories_tbl tr td{
width:100%;
padding:5px;
display:block;
}
.ar_sm_cat_list td{
width:100%;
padding:5px;
display:block;
}
.ar_sm_subcat td{
width:100%;
padding:5px;
display:block;
}
.ar_sm_cat_list{
width:85%;
margin-left:15%;
}
.ar_sm_subcat{
width:85%;
margin-left:15%;
    margin-bottom: 30px;
}

.ar_sitemap_pagination_li {
    padding-left: 0;
}

.sm_categories_tbl {
    margin-left: 15%;
    width: 85%;
}
.ar_sitemap_selec_cat1{
    float: none;
	text-align: center;
}
.ar_sitemap_selec_cat2{
    float: none;
	text-align: center;
}
.ar_sitemap_selec_cat{
 margin-bottom: -10px;
 padding-bottom: 3px;
}
.ar_sm_photo_eachdiv{
    float: none;
}
.ar_view_left_sec, .ar_view_right_sec{
float:none;
width:100%;margin-left:4px;
}



.credit{
margin-bottom: -20px; 
background: #ccc; 
margin-right: -22.6%; 
z-index: 2; 
position: absolute; 
padding: 5px; 
color:#fff;
}

.ar_view_exit_info_data1, .ar_view_exit_info_data2{
 display:block; width:95%;
}
.ar_view_odd_td{
  background:#e0e0e0;
}
.ar_view_heading{
 font-size:20px;
}
.ar_sitemap_innerdata_td1{
 display:block;
 width:100%;
}
.ar_sitemap_innerdata_td2{
 display:block;
 width:100%;
}
.ar_sitemap_data_tbl_td1, .ar_sitemap_data_tbl_td2{
 display:block;
 width:100%;
}


.photo_features_thanks_overlay{height: 250px;right: 10px; width: 92%;}
        .photo_features_thanks_overlay p{font-size:20px;}
        .photo_features_thanks_overlay .social_container .follow_us{font-size:16px;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 900px)
{
     
    .menu_block_list .cs-select .cs-placeholder{width:95px;}
     .social_container{float: none;padding-top: 55px;width: 42%;margin:8px auto;}
      .logo{width:30%;}
 .header_containt nav { width: 25%;}
 
 /**new letter popup **/
   #ouibounce-modal .modal{height: 470px; width: 650px;}
   .tc_subs_large {   width: 650px;}
   .newsletter_btn{font-size:18px;}
   .tc_subs_large > img { width: 100%;}
   .close_circle{top:0;}
   .social_container_popup{width: 90%;height: 28px;}
   .social_container_popup > span { width: 25%;}  
 
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px)
{

   .social_container{width:100%;padding:5px;margin:10px 0;}
   .social_container iframe, .social_container div, .social_container a{width:26%;}
    /** report popup by swati **/
.report_describe_line{border-top:1px solid #01bbf4; margin:10px 0;}
.rpt_issue_divider{
    border-top: 1px solid rgb(0, 0, 0);
    margin-left: 1%;
    margin-top: 15px;
    width: 95%;
	margin-bottom: 7px;
}

.rpt_issue_dscrp_title{
	float: left;width: 100%; position: relative;
}
.issue_email_dtl {
    float: left;
    position: relative;
   padding-left: 10px;width: 100%;
}
.issue_des_title_outer {    
    position: relative;
    width: 100%;border-bottom:1px solid #01bbf4;
	margin-bottom:15px;padding-bottom:10px;
}
.dscrp_text_area{
	padding-top:1%;
	margin-left:1%;
	width: 98%;
	padding-bottom:10%;
	margin-top:0;
	border:1px solid #C8E1F5;
}

.rpt_issue_detail{
	
	font-weight:bold;
	margin:10px 0px;
	padding:5px ;
	font-size:15px;
	border-right:none;
}
.issue_email_dtl .rpt_issue_detail{border-left:none;border-right:none;border-top:none;border-bottom:1px solid #C8E1F5;padding-bottom: 15px;}

.issue_email_dtl .rpt_issue_input{
   border:1px solid #01bbf4;
   font-size:10px;
   background:#fff;border-radius:0;box-shadow:none;
   padding:5px;
  width: 220px;height:20px;margin-bottom: 10px;
   
}

.rpt_issue_submit_btn{
	background-color:#fff;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	margin-left:2%;
	color:#01bbf4;
	border-radius:35px;
	border:0px;border:1px solid #01bbf4;width:130px;
}

.rpt_issue_main .report_radio{margin:10px }



.rpt_issue_cancle_btn{
	background-color:#fff;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	margin-left:2%;
	color:#01bbf4;
	border-radius:35px;
	border:0px;
	border:1px solid #01bbf4;
	width:130px;
}


.rpt_issue_btn_main input:hover{
background-color:#01bbf4;color:#fff;
}


.exit_info_div{width:41%;}
.ar_view_random_photo{width:31%;}
.ar_view_random_photo_pic{width:32%;}
.ar_view_cintainer {  display: block;}
.ar_view_cover_img_div img { max-height: 100%;   max-width: 100%;}
.outer_main_div{padding-top:10px;}

	/** report popup by swati **/


	.menu,.menu1,.menu2{display:none;}
	.left_side_navigation li > a {   cursor: pointer;}
	.left_side_navigation { padding-right: 8px; width: 76%;}
	.showing_img_range {width:100%;}
	.left_side_navigation .menu,.left_side_navigation .menu1,.left_side_navigation .menu2{width:100%;}

	/* home page gallery tab */
	ul.rtabs{
       
        min-width:260px;width:100%;padding:0
    }
	#rtabs_row1{width:100%;padding:0;}

    ul.rtabs li{
        display:inline-block;
        box-sizing:border-box;
        margin-right:0;
        width:50%; /* set it to 100% for one column, 33.33% for three-column */
    }

    ul.rtabs li:last-child:nth-child(odd){
        width:100%;
    }

    ul.rtabs li a {
        font-size:15px;
        display:block;
        padding:0;
        text-align:center;
        border-radius:0;
    }    

    div.panel-container {
        border-radius:0;
        min-width:260px;
        box-sizing:border-box;
    }
	.flex-direction-nav a::before{font-size: 20px;}
	.gallery_tab_div div > ul{text-align:center;margin-top:-10px;}
	.flexslider .slides img{height:250px;}
	ul.rtabs li:last-child:nth-child(2n+1) {  width: 25%;}
	ul.rtabs li {width: 24%;}
	.desktop_view ul.rtabs li {width: 32%;}
	.desktop_view ul.rtabs { padding-left: 5%; padding-right: 5%; width: 90%;}
	#rtabs_row1 > li {  width: 30%;}
	#rtabs_row2 > li {  width: 30%;}
	.desktop_view.selected,.rtabs .desktop_view{display:none;}
	.mobile_view.selected,.rtabs .mobile_view {display:inline-block;}	
	.search_box input{width:280px;}
	.search_box button{right:18px;}
	.header_containt .social_link{width:100%; margin-top:10px;}
	.header_containt{padding:5px 0;width:100%;}
	.subscribe p { width: 90%;}
	.subscribe > button{width:32%; font-size:12px; padding:7px 6px;}
	.subscribe > input{width:28%;}
	.soc li a{width:30px;height:30px;line-height:30px; margin-right:2px;}
	.footer_link {font-size:9px;}
	.subscribe{width: 97%;padding-left: 10px;padding-bottom: 0px;padding-top:5px;}
	.tabs ul{width:100%;}
	.ar_view_breadcrump{width:98%;font-size:14px;line-height:20px; margin:15px auto; padding-left:5px;float:left;}
	.sub_gallery.showmore_div li{margin-top:10%;width:153px;}
	.sub_gallery{width:90%;margin-left:8px;text-align: center;}
	.block{width:100%;margin-left:0px;}
	.block.showmore_div li{width:153px;}
	.right_panel_heading{width:93%;}
	.block.showmore_div ul{padding:0;margin:0;}
	.showmore_div > ul{text-align:left;}
	.categ_heading{text-indent:10px;}
	.bottom_text,.your_selection{padding:0 10px; width:92%;word-wrap: break-word;}
	#serach_result_footer div {  line-height: 20px;  width: 100%;}
	.footer div ,.footer .social_link{ width: 100%; border:none;}
	.cd-pagination .next_page {  display: inline-block;}
        .pagination .next_page > a{margin:0}
        .cd-pagination .pre_page {  display: inline-block;}
        .pagination .pre_page > a{margin:0}
        #random_pic .ar_view_random_photo_div{ width: 75%;}
        .ar_view_heading{width: 90%;}
        .rpt_issue_main { height: 400px; overflow: scroll}
        .rpt_issue_close_div{width:96%;}
        .ar_sitemap_innerdata tr {  display: inline-table;}
        .ar_sitemaps_tabs ul li { padding-left: 10px;  padding-right: 10px;}
	
	.flex-direction-nav a{top: 87%;}
	.categ_heading{font-size: 16px;line-height: 20px;}
	ul.rtabs li a{width:100%;}
	ul.rtabs li.selected a::after, ul.rtabs li a:hover::after{left:30%;}
	#rtabs_row1 a { width: 100%;}
	.footer{width:100%;font-size: 11px;padding:5px 0px;}
	.footer_menu li{margin:0;}	
	.search_box > p{font-size:17px;margin:-55px auto 5px;width:80%;}	
	.inside_search_box{padding-bottom: 6px; padding-left: 8px; padding-right: 0;  padding-top: 6px;  width: 75%;}
	.flex-caption {margin-top: -40px; padding:5px 0; font-size:14px;}
	.search_box .inside_search_box > input{ width: 73%;height: 28px;}
	.search_box .inside_search_box > button{height:32px; width:20%;}
	#serach_result_footer .modal-box,.footer .modal-box {width: 90%;}
	#serach_result_footer .modal-body ,.footer .modal-body{ height: 390px; overflow-x: auto; overflow-y: auto;width: 86%;}
	.footer_link { font-size: 14px;}
	#popup1 p{margin:10px 0 0; }
	.desktop_view{display:block;}
	.mobile_view{display:none;}
	.subscribe_text{float: right;font-size: 11px;line-height: 14px;padding:0;width:50%;}
	.subscribe_input{padding-top: 3px;width: 48%;}
	.subscribe_input > input{width: 95%;margin-bottom: 10px;}
	.subscribe_submit{margin-left: 10px;width: 45%;padding-top: 7px;}
	.subscribe_submit > button{padding:0px;font-size:14px;}
        .flex-direction-nav .flex-prev{left:0;}
        .flex-direction-nav .flex-next{right:0;}
	.gallery_tab_div div li{width: 153px;margin-left:0;}
	.showmore_div span
	.listing_photo_outer_frame_div1 img { height: 55px; width: 55px;}
	.listing_photo_outer_frame_div1 td{height: 53px;width: 53px;}
	.listing_photo_outer_frame_div1{height: 115px;width: 115px;}
	.listing_photo_outer_frame_div2{height: 127px;margin-top: -126px; width: 127px;}
	.listing_photo_outer_frame_div3{height: 127px;margin-top: -126px;width: 127px;}
	.showmore_div .count, .panel-container .count{font-size: 10px;}
	.sub_gallery span{ font-size: 12px;}
	.gallery_tab_div{width:97%;}
	.sub_gallery{width:100%;margin-left:0;padding:10px 0;}		
	.footer_social .soc li a{font-size:12px;}	
	.social_link.footer_social {float:left;margin:0 20%;width:60%; }	
	.ar_view_breadcrump{width:95%;margin:0;}
	.first_last_page:last-child {  float: right;}
	.first_last_page:first-child{float:left;}
	.pagination ul{width:80%}
	.pagination ul .first_last_page > a {  font-size: 20px;  font-weight: normal;}
	
	ul.rtabs li{margin-left:3px;}
	.tag_name { display: none;}
	.menu_block_list .icon > img { width: 15px;}	
	.menu_block_list .categories, .menu_block_list .licence, .menu_block_list .orientation, .menu_block_list .size{width:76px;padding:5px 2px;line-height: 19px; }
	.menu_block_list .sprite.orientation ,.menu_block_list .sprite.categories{ width: 24px;}
	.menu_block_list div.cs-select{width: 52px;}	
	.menu_block_list .cs-skin-elastic > span::after{background:#0f9bd6;right:0px;}
	.menu_block_list .cs-select span{background:#0f9bd6;width: 42px;padding:0 5px;}
	.menu_block_list .icon{width:24px;}
	.menu_block_list .circle_radio > span{background:#fff;width:100%;padding:10px;}
	.categories .cs-select .cs-options {  left: 5px;}
	.menu_block_list .licence .cs-select .cs-options {  left: -75px;}
	.menu_block_list .orientation .cs-select .cs-options { left: -100px;width: 230px;}
	.menu_block_list .size .cs-select .cs-options {  left: -156px;width: 205px;}
	.menu_block_list .cs-select .cs-options {  width: 285px;top: 35px;}
	.menu_block_list .circle_radio > span{width:88%;background:transparent;}
        .count.selected > span { width: 100%;}
	
	/** for category site map**/
	.ar_sitemap_destn_tab, .ar_sitemap_pkg_tab, .ar_sitemap_oprt_tab, .ar_sitemap_tab
	{display: table-cell;font-size: 12px;vertical-align: middle;}
	.ar_sitemap_heading_info ,.cat_browse_lbl{width:80%;}
	.cat_alpha_pag_tbl tr td{display: block;padding:15px 5px;text-align: center;width: 100%;}
	.sm_categories_tbl { margin-left: 0; width: 100%;}
	.sm_categories_tbl tr { float:left; position: relative; width: 49%;text-align: center;vertical-align: top;}
	.sm_categories_tbl tr td{width:90%;border-bottom:1px dashed #3da2cc;padding:10px 0;margin:0 auto;}
	.sm_categories_tbl tr td a{font-size: 12px;word-wrap: break-word;}
	.sm_categories_tbl tr:nth-child(1){border-right:1px solid #bfffff; }
	.cat_apha_link{margin-left: 0;text-align: center;}
	.ar_sm_cat_list ,.ar_sm_subcat { margin-left: 0; width: 100%;}
	.ar_sm_cat_list td.ar_sm_cat_list td , .ar_sm_subcat td{border:none;}
	.listing_photo_outer_frame_div1 img{height: 55px;width: 55px;}
	
	
	.ar_view_cover_img_div img { width: 95%;}
	.ar_view_tagged_lbl{width:32%;}
	.ar_view_cat_list a{margin-right:4px;padding:5px;}
	.ar_view_right_sec ul.rtabs li a{width:100%;padding:8px 0;}
	.ar_view_right_sec ul.rtabs > li{width:24.5%;}
	.ar_view_right_sec #view1 div span{width:86%;}
	.rtabs span{padding-left: 3px;}
	.ar_view_random_photo_sec , .adv_block, .ar_view_last_div, .outer_main_div{width:99%;}
	.ar_view_right_sec .panel-container > div{width: 94%;}
	.ar_view_random_photo_lbl{width:97%;}
	.commrnt_img{width:20%;}
	.add_ur_comment{ width: 75%;}
	.ar_view_each_sec > table { width: 100%; margin-bottom: 10px;}
	.ar_view_last_div > table { width: 100%; margin-bottom: 10px;}
	.ar_view_exit_info_data1, .ar_view_exit_info_data2 { display: inline-block; width: 42%;}
	.ar_view_exit_info_data1 > span{float:left;}
	.ar_view_last_div { margin-bottom: 10px;}
	.comment_tl,.comment_name_dt{width:76%;}
	.photo_features a > img { width: 24px;}
	.ar_view_right_sec .rtabs span { margin-left: 1px;margin-right: 2px;}
	.footer_menu a{margin-left: 8px;margin-right: 8px;}
	.desktop_view ul.rtabs li a{width:100%;}
	
        .photo_features_thanks_overlay{height: 250px; width: 92%;display: inline-block;}
        .photo_features_thanks_overlay p{font-size:20px;display: inline-block;}
        .photo_features_thanks_overlay .social_container .follow_us{font-size:16px;}        
        .photo_features_thanks_overlay .social_container {  display: inline-block; padding: 0; width: 100%;}

        
	
	/** for category site map **/
	/*** for photo site map **/
	.photo_alpha_pag_tbl tr td{display: block;padding:15px 5px;text-align: center;width: 100%;}
	.photo_apha_link{ margin-left: 0; text-align: center;}
	.ar_sm_photo_eachdiv{width:100%;border:none;}
	.ar_view_exit_info_data .ar_view_exit_info_data1 { width: 45%;display: inline-block;}
	.rtabs span { padding-left: 0;width: 24px;}
	.zoom_picture{ left: 50%; }
	.report_photo{left: 41%;}
        .logo img { width: 100%;}
	/** for photo site map **/
	
	
	/** for header menu **/
	.footer_menu li{width:30%;float:left;text-align:center;}
	.onclick-menu-content > li { text-align: left;}
	.header_containt nav {width:13%;}
	.header_containt .logo { width: 35%;}
	.logo > img { width: 100%;}
	.header_containt .search_box {margin-left: 10px;padding:10px 0;}
	.header_containt .search_box > input { width: 84px;}
	.header_containt .search_box > button { right: 0%;}
	#ddmenu .header_submenu > ul {  display: block; width: 100%;position: relative;}
	#ddmenu li.over .dropdown {width:100%;}
	.header_containt .header_submenu{width:90%;-moz-column-count:1;position:relative;}
	.header_submenu li{width:100%;}
	#ddmenu li{color:#0f9bd6; text-align:left;margin:10px 0}
	.header_submenu a{width:90%; text-align: left;}
	.photomania, .facts_trivia{width:100%;}	
	.photomania .GScroll, .facts_trivia .GScroll{top: 10px;height: 120px !important; left: 0; width: 90% !important;}
	#ddmenu .header_submenu li { text-indent: 0;margin:0;}
	#ddmenu li div.column.mayHide {display:none; }	
     
        #ddmenu  .header_submenu > ul{border:none;}
	.photomania, .facts_trivia{line-height:20px; text-indent: 10px;}
	#ddmenu li {display:block;margin:0;} 	
	#ddmenu div.menu-icon {
        font-size:28px;/*icon size*/
		display: block;
        position: relative;
		width: 40px;
		height:36px;
        text-align:center;
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;       
        border-radius: 3px;
		margin-top:8px;
        margin-bottom:6px;
        /*align the icon to the right*/
        margin-left: auto;
        margin-right: 11px;
    }

    #ddmenu div.menu-icon::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 6px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #fff;
        border-bottom: 0.125em solid #fff;
        box-sizing: content-box;
    }

    #ddmenu div.menu-icon-active {
        background-color: #fff;}
#ddmenu div.menu-icon-active::before {
        border-color: #000;
    }		

	/** header menu **/
       
   /**new letter popup **/
   #ouibounce-modal .modal{height: 450px; width: 300px;overflow: auto;}
   .tc_subs_large { height: auto;  width: 300px;}
   .newsletter_btn{font-size:18px;}
   .tc_subs_large > img { width: 100%;}
   .close_circle{top:0;}
   .social_container_popup{width: 90%;height: 28px;}
   .social_container_popup > span { width: 25%;}  
        
	
	
	
}
.noresult_header {
    font-size: 26px;
    margin: 8% auto 10px;
    text-align: center;
    width:100%;
     float:left;position: relative;
}

.noresult_subheader {
    font-size: 13px;
    margin: 10px auto 5%;
    text-align: center;
    width:100%;
    float:left;position: relative;
}
#no_hover_effect {
    background: transparent none repeat scroll 0% 0%;
    color: #000;
}
.terms-privacy { float: left;
    font-family: titillium web;
    font-size: 16px;
    position: relative;
    width: 100%;}

.terms-privacy ul > li {list-style:disc inside !important; display: list-item; margin: 5px 0px 5px 20px;}
.terms-privacy h3 {  font-weight: bold;}

.terms-privacy h1 {text-align:center; margin: 10px 0 30px;}

.terms-privacy table {  margin: 20px 30px;  width: 95%;}
.embede_text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 10px;
    width: 92%;resize: none;
}
.ar_view_right_sec #view1 .author_dtl > span {
    color: #3eccfe;
    cursor: default;
    float: none;
    margin: 0;
}

/*** newsletter popup css ***/


/*** news letter popoup**/



    
